1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
Chris Lattner 0efa9e9d2e flush stream after dumping.
llvm-svn: 55301
2008-08-25 04:55:46 +00:00
autoconf
bindings Rename some GC classes so that their roll will hopefully be clearer. 2008-08-17 18:44:35 +00:00
docs Update GC docs for clarified naming and AsmWriter refactoring. 2008-08-24 03:18:23 +00:00
examples Switch the asmprinter (.ll) and all the stuff it requires over to 2008-08-23 22:23:09 +00:00
include simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.cpp from the llvm namespace. 2008-08-24 20:37:32 +00:00
lib flush stream after dumping. 2008-08-25 04:55:46 +00:00
projects
runtime
test Fix asm printing of MOVSDto64mr and MOV64toSDrm. 2008-08-25 04:11:42 +00:00
tools Switch the asmprinter (.ll) and all the stuff it requires over to 2008-08-23 22:23:09 +00:00
utils Move the point at which FastISel taps into the SelectionDAGISel 2008-08-23 02:25:05 +00:00
website
win32 Use additionnal include directory instead of ../ in #include. 2008-08-24 12:30:46 +00:00
Xcode
build-for-llvm-top.sh
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.