Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2006-06-14 11:35:03 +00:00
autoconf
docs
examples
include/llvm Place dwarf headers at earliest possible point. Well behaved when skipping 2006-06-14 11:35:03 +00:00
lib Place dwarf headers at earliest possible point. Well behaved when skipping 2006-06-14 11:35:03 +00:00
projects
runtime
test new testcase, distilled from povray 2006-06-14 04:45:45 +00:00
tools Teach bugpoint to kill optimization passes that run over the timeout limit, 2006-06-13 03:10:48 +00:00
utils getOperandNum(): error if specified operand number is out of range. 2006-06-13 21:47:27 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
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.