Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2004-09-28 21:45:54 +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 Add support for the isLoad and isStore flags, needed by the instruction scheduler 2004-09-28 21:29:00 +00:00
projects
runtime
test New testcases 2004-09-28 21:39:35 +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:45:54 +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
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.