1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
Daniel Dunbar 5f443ecde8 Add missing includes.
llvm-svn: 75862
2009-07-15 23:48:37 +00:00
autoconf
bindings
cmake
docs Add a note about the raw_fd_ostream API change. 2009-07-15 19:59:19 +00:00
examples
include Lift addAssemblyEmitter into LLVMTargetMachine. 2009-07-15 23:34:19 +00:00
lib Add missing includes. 2009-07-15 23:48:37 +00:00
projects
runtime
test Switch invars away from using isTrapping when it really shouldn't be 2009-07-15 22:48:29 +00:00
tools Fix this comment to mention outs() rather than cout. 2009-07-15 23:33:14 +00:00
unittests
utils Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update 2009-07-15 21:10:57 +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.