Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Evan Cheng 1ff54fff5c Update tests.
llvm-svn: 30895
2006-10-12 01:42:03 +00:00
autoconf
docs Clean-up of formatting and spelling. 2006-10-11 18:00:22 +00:00
examples
include/llvm Naming consistency. 2006-10-11 07:10:22 +00:00
lib Fold "zero extending vector loads" now that evan added the chain manip stuff. 2006-10-11 22:09:58 +00:00
projects
runtime
test Update tests. 2006-10-12 01:42:03 +00:00
tools
utils Added properties such as SDNPHasChain to ComplexPattern. 2006-10-11 21:02:01 +00:00
win32
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.