Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chandler Carruth cb41e5f6f2 Revert r160194, which switched to use LV information for finding local
kills.

This is causing miscompiles that I'm working on tracking down.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160196 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-13 22:23:32 +00:00
autoconf
bindings
cmake detabify 2012-07-12 13:18:13 +00:00
docs ReleaseNotes.html: add note about specifying TLS models 2012-07-13 12:44:23 +00:00
examples
include Fixed few warnings. 2012-07-13 21:06:54 +00:00
lib Revert r160194, which switched to use LV information for finding local 2012-07-13 22:23:32 +00:00
projects
runtime
test The Mips specific relocation R_MIPS_GOT_DISP 2012-07-13 19:15:47 +00:00
tools
unittests
utils TableGen: Assembly matcher 'insufficient operands' diagnostic. 2012-07-12 21:37:20 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.