Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2012-08-29 02:41:21 +00:00
autoconf
bindings
cmake
docs
examples
include Maintain a vaild isTied bit as operands are added and removed. 2012-08-29 00:37:58 +00:00
lib [arm-fast-isel] Add support for ARM PIC. 2012-08-29 02:41:21 +00:00
projects Enable recursing into the compiler-rt projcet with the CMake build. 2012-08-29 00:38:02 +00:00
runtime libprofile: [CMake] Let libprofile_rt be not loadable_module but shared library. Autoconf's one does so. 2012-08-29 00:37:51 +00:00
test [arm-fast-isel] Add support for ARM PIC. 2012-08-29 02:41:21 +00:00
tools LLI: move instruction cache tweaks. 2012-08-28 23:22:30 +00:00
unittests
utils
.gitignore
CMakeLists.txt
CODE_OWNERS.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.