Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner b7442c1f8b Fix PR867 (and maybe 868) and testcsae:
Transforms/SimplifyCFG/2006-08-03-Crash.ll

llvm-svn: 29515
2006-08-03 21:40:24 +00:00
autoconf Fix the --with-extra-options to use the correct variable. 2006-07-28 22:50:07 +00:00
docs Fix HTML 4.01 Strict errors. 2006-08-01 16:23:54 +00:00
examples WriteBytecodeToFile actually can't throw. 2006-07-28 22:08:23 +00:00
include/llvm update comment 2006-08-03 18:57:28 +00:00
lib Fix PR867 (and maybe 868) and testcsae: 2006-08-03 21:40:24 +00:00
projects
runtime Reverted previous commit. Thanks, Chris. 2006-07-28 18:30:52 +00:00
test new testcase for pr867 2006-08-03 21:39:41 +00:00
tools Make it fit into 80-columns. 2006-08-03 17:26:30 +00:00
utils Print an error message if the lib directory (first argument) is not a 2006-08-03 19:10:03 +00:00
win32
Xcode
.cvsignore
configure Fix the --with-extra-options to use the correct variable. 2006-07-28 22:50:07 +00:00
CREDITS.TXT Update my entry. 2006-08-01 16:52:07 +00:00
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.