Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Dan Gohman d7a57a70f3 Remove unnecessary #include.
llvm-svn: 81636
2009-09-12 22:24:25 +00:00
autoconf
bindings Fix pr4820: Don't run llvm-config during "make clean" since it may have 2009-09-11 18:42:18 +00:00
cmake
docs Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
examples
include eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for 2009-09-12 20:45:03 +00:00
lib Remove unnecessary #include. 2009-09-12 22:24:25 +00:00
projects
runtime
test Remove an unnecessary -f. 2009-09-11 18:41:06 +00:00
tools Convert llvm-link to IRReader. 2009-09-12 21:55:12 +00:00
unittests
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 ... and fix the REQUIRES_RTTI condition. 2009-09-11 15:47:24 +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.