Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2006-09-18 04:31:18 +00:00
autoconf Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h 2006-09-14 06:17:21 +00:00
docs Make the LLVM Publications link point to /pubs/ since this has moved to 2006-09-17 23:05:15 +00:00
examples
include/llvm Added some eye-candy for Subtarget type checking 2006-09-17 20:25:45 +00:00
lib Rewrite shift/and/compare sequences to promote better licm of the RHS. 2006-09-18 04:22:48 +00:00
projects
runtime
test New testcase, can be an srl instead of sra 2006-09-18 04:31:18 +00:00
tools comment out debug code 2006-09-15 23:01:10 +00:00
utils Switching to NewNightlyTest.php 2006-09-15 17:03:36 +00:00
win32
Xcode
.cvsignore
configure Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h 2006-09-14 06:17:21 +00:00
CREDITS.TXT
LICENSE.TXT burg is gone 2006-09-11 17:28:11 +00:00
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.