Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2010-01-30 01:22:00 +00:00
autoconf
bindings
cmake
docs Belatedly document r85295 and r85330. 2010-01-29 19:10:38 +00:00
examples
include Make sure the size is doubled (not 4x). 2010-01-29 21:34:26 +00:00
lib Allow more tailcall optimization: calls with inputs that are all passed in registers. 2010-01-30 01:22:00 +00:00
projects
runtime
test Allow more tailcall optimization: calls with inputs that are all passed in registers. 2010-01-30 01:22:00 +00:00
tools Removed symbols from .exports that are not yet in 2010-01-29 21:21:44 +00:00
unittests
utils AsmMatcher: Create operand classes before use, apparently records aren't visited 2010-01-30 01:02:37 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Added a custom TableGen backend to support the 2010-01-29 00:21:04 +00:00
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.