Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2012-09-17 22:19:01 +00:00
autoconf
bindings add support for ocaml 3.12 2012-09-02 14:42:56 +00:00
cmake CMake toolchain file for Android NDK. 2012-09-11 11:54:27 +00:00
docs Patch by Sean Silva! 2012-09-13 23:51:08 +00:00
examples
include TableGen subtarget emitter. Generate resolveSchedClass generated hook for resolving instruction variants. 2012-09-17 22:18:58 +00:00
lib TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine model. 2012-09-17 22:18:55 +00:00
projects Enable recursing into the compiler-rt projcet with the CMake build. 2012-08-29 00:38:02 +00:00
runtime
test Add some cases to x86 OptimizeCompare to handle DEC and INC, too. 2012-09-17 22:04:23 +00:00
tools Fix includes of llvm files that used angle brackets. 2012-09-15 18:45:38 +00:00
unittests Fix includes of llvm files that used angle brackets. 2012-09-15 18:45:38 +00:00
utils TableGen subtarget emitter. Use getSchedClassIdx. 2012-09-17 22:19:01 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT Add IRC handle. 2012-09-11 07:50:40 +00:00
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.