Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2009-11-08 15:33:12 +00:00
autoconf
bindings
cmake Fix CMake reporting of target triple. 2009-11-07 23:52:27 +00:00
docs
examples
include Moved some ManagedStatics out of the SlotIndexes header. 2009-11-08 08:49:59 +00:00
lib Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! 2009-11-08 15:33:12 +00:00
projects
runtime
test Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! 2009-11-08 15:33:12 +00:00
tools
unittests
utils It is invalid to infer the value type from the result #0 of the node 2009-11-08 12:14:54 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt Prevent warning spew about -fPIC when using CMake generated Xcode project files. 2009-11-08 00:34:22 +00:00
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.