Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2007-03-26 07:12:51 +00:00
autoconf
docs Fix a link. 2007-03-24 22:40:44 +00:00
examples
include Start value symbol tables out small (space for 16 elts), not huge (space for 512). 2007-03-26 01:45:35 +00:00
lib SIGN_EXTEND_INREG requires one extra operand, a ValueType node. 2007-03-26 07:12:51 +00:00
projects
runtime
test Test case for PR1271 involving construction of a bad mask to replace a 2007-03-26 05:32:16 +00:00
tools
utils The -funcresolve and -raise options no longer exist. 2007-03-22 21:06:50 +00:00
win32 Cleanup obsolete stuff. 2007-03-22 19:13:29 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
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.