Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Dan Gohman f863ad3dc5 Disable the new unknown-location code for now. It causes a major
increase in the debug line info section, and it's causing
regressions in a gdb testsuite.

llvm-svn: 103226
2010-05-07 01:08:53 +00:00
autoconf Overhauled llvm/clang docs builds. Closes PR6613. 2010-05-06 23:45:43 +00:00
bindings
cmake
docs Revert r103213. It broke several sections of live website. 2010-05-07 00:28:04 +00:00
examples
include Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it 2010-05-06 20:33:48 +00:00
lib Disable the new unknown-location code for now. It causes a major 2010-05-07 01:08:53 +00:00
projects
runtime
test Disable the new unknown-location code for now. It causes a major 2010-05-07 01:08:53 +00:00
tools make -filetype=obj default to emitting its output to foo.obj 2010-05-06 00:54:20 +00:00
unittests
utils Eliminated the classification of control registers into %ecr_ 2010-05-06 20:59:00 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Overhauled llvm/clang docs builds. Closes PR6613. 2010-05-06 23:45:43 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Overhauled llvm/clang docs builds. Closes PR6613. 2010-05-06 23:45:43 +00:00
Makefile.rules
ModuleInfo.txt
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.