Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2009-08-31 22:47:13 +00:00
autoconf
bindings Fix header comment for bindings/ocaml/llvm/Makefile. 2009-08-30 23:41:20 +00:00
cmake CMake: updated library dependencies. 2009-08-31 01:58:50 +00:00
docs
examples
include Subprogram is a scope. Derive DISubprogram from DIScope. 2009-08-31 22:47:13 +00:00
lib Subprogram is a scope. Derive DISubprogram from DIScope. 2009-08-31 22:47:13 +00:00
projects
runtime
test Don't mark a register live at an undef use. 2009-08-31 20:47:02 +00:00
tools llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. 2009-08-31 08:09:28 +00:00
unittests update unit test for previous change. 2009-08-31 00:28:46 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
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.