Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Oscar Fuentes 64441f124a Simplified LLVMConfig.
llvm-svn: 114998
2010-09-28 22:38:39 +00:00
autoconf
bindings
cmake Simplified LLVMConfig. 2010-09-28 22:38:39 +00:00
docs
examples
include Part one of switching to using a more sane heuristic for determining if-conversion profitability. 2010-09-28 18:32:13 +00:00
lib Fix a FIXME. _foo.eh symbols are currently always exported so that the linker 2010-09-28 22:36:56 +00:00
projects
runtime
test Fix a FIXME. _foo.eh symbols are currently always exported so that the linker 2010-09-28 22:36:56 +00:00
tools
unittests Make ConstantRange::makeICmpRegion handle all the edge cases properly. This 2010-09-28 18:18:36 +00:00
utils
website
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

\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.