Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2006-05-16 17:14:26 +00:00
autoconf Make sure to default ${prefix} to /usr/local if the user didn't specify it. 2006-05-16 08:53:32 +00:00
docs
examples
include/llvm Add a chain to FORMAL_ARGUMENTS. 2006-05-16 06:43:59 +00:00
lib Implement the custom lowering hook right, returning values for all of the 2006-05-16 17:14:26 +00:00
projects
runtime
test
tools
utils Allow patterns to refer to physical registers that belong to multiple 2006-05-16 07:05:30 +00:00
win32
Xcode
.cvsignore
configure Make sure to default ${prefix} to /usr/local if the user didn't specify it. 2006-05-16 08:53:32 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Make sure that $(CXX.Flags) is passed to the linker so that the same options 2006-05-16 06:51:02 +00:00
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.