Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner 70d0a6155b Add a useful accessor
llvm-svn: 19209
2005-01-01 15:58:55 +00:00
autoconf For PR351: 2004-12-31 22:54:28 +00:00
docs
examples
include/llvm Add a useful accessor 2005-01-01 15:58:55 +00:00
lib
projects Update to autoconf 2.59 standards. 2005-01-01 09:26:55 +00:00
runtime
test
tools Correct the conditional test for non-portable tools so that it will 2004-12-31 22:56:14 +00:00
utils
win32
.cvsignore
configure For PR351: 2004-12-31 22:54:28 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in For PR351: 2004-12-31 22:54:28 +00:00
Makefile.rules
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.