Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner d24ead5c1e add a note
llvm-svn: 82442
2009-09-21 06:04:07 +00:00
autoconf
bindings
cmake
docs Add documentation on how to use enable debug information in the JIT and use it with GDB. 2009-09-21 02:34:59 +00:00
examples
include add a helper method. 2009-09-21 05:52:45 +00:00
lib add a note 2009-09-21 06:04:07 +00:00
projects
runtime
test add pr# 2009-09-21 05:57:47 +00:00
tools Add an intel syntax MCInstPrinter implementation. You can now 2009-09-20 07:17:49 +00:00
unittests
utils fix a FileCheck bug where: 2009-09-21 02:30:42 +00:00
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.