Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chris Lattner 1e4b8bc93b Relax an assertion a bit. We allow replacing things like
<4 x i32> with <4 x float> values if they end up the same
register class.  This gets us up to 231 passes on the ppc
tests (only 7 fails).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96750 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-21 19:35:07 +00:00
autoconf
bindings
cmake
docs
examples
include Relax an assertion a bit. We allow replacing things like 2010-02-21 19:35:07 +00:00
lib Remove a bunch of duplicated code, where there was one version taking a std::ostream 2010-02-21 19:15:19 +00:00
projects
runtime
test add a triple so that this doesn't fail due to linux/ppc register printing 2010-02-21 19:27:38 +00:00
tools
unittests
utils Sort the patterns before adding them to the FA so that we get the 2010-02-21 19:22:06 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt Test commit. 2010-02-21 03:01:05 +00:00

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.