Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2009-10-23 23:07:42 +00:00
autoconf
bindings
cmake
docs Add 2.6 release note. 2009-10-23 06:20:06 +00:00
examples
include Fix http://llvm.org/PR4822: allow module deletion after a function has been 2009-10-23 22:37:43 +00:00
lib FIXME no longer applies. R12 and R3 are available for allocation 2009-10-23 23:07:42 +00:00
projects
runtime
test APInt-ify the gep scaling code, so that it correctly handles the case where 2009-10-23 17:57:43 +00:00
tools
unittests Fix http://llvm.org/PR4822: allow module deletion after a function has been 2009-10-23 22:37:43 +00:00
utils Trying again to tweak the top-level Makefile to facilitate an Apple-style build. 2009-10-22 17:22:37 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Trying again to tweak the top-level Makefile to facilitate an Apple-style build. 2009-10-22 17:22:37 +00:00
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.