Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chris Lattner 0ed7f42c1b Do not insert trivially dead select instructions, which allows us to
potentially fold more in one pass.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16583 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-29 05:43:32 +00:00
autoconf Improve warning 2004-09-27 07:35:19 +00:00
docs * InstructionReader.cpp was absorbed into Reader.cpp 2004-09-28 16:58:12 +00:00
examples
include/llvm Be consistent with our naming 2004-09-28 18:37:00 +00:00
lib Do not insert trivially dead select instructions, which allows us to 2004-09-29 05:43:32 +00:00
projects
runtime
test New testcases 2004-09-29 05:06:12 +00:00
tools Hrm, if there is an error loading a file, try printing a message so the 2004-09-27 16:41:01 +00:00
utils * Add `deplibs' keyword for specifying a list of dependent libraries 2004-09-28 21:46:18 +00:00
.cvsignore
configure Improve warning 2004-09-27 07:35:19 +00:00
CREDITS.TXT Update email address 2004-09-23 04:39:30 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Corrected spelling of Makefile variable, thereby re-enabling profile 2004-09-28 14:52:58 +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.