Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Reid Spencer d5b1443205 Clean up some "clean:" targets so they use $(VERB) and don't print anything
by default, like every other "clean" target in LLVM.

llvm-svn: 16161
2004-09-03 23:19:53 +00:00
autoconf Don't just assume that either uint64_t or u_int64_t is available. Instead, 2004-09-02 21:38:24 +00:00
docs Add a blurb about exploiting the use of external storage. 2004-08-30 05:56:51 +00:00
examples
include I was actually wrong in my "simplification". 2004-09-03 19:46:43 +00:00
lib Clean up some "clean:" targets so they use $(VERB) and don't print anything 2004-09-03 23:19:53 +00:00
projects Uh, changing in build dir and committing in src dir doesn't lead to correct 2004-09-03 22:28:24 +00:00
runtime Clean up some "clean:" targets so they use $(VERB) and don't print anything 2004-09-03 23:19:53 +00:00
test
tools Don't re-instantiate the std::string in catch block. 2004-09-03 22:59:32 +00:00
utils Clean up some "clean:" targets so they use $(VERB) and don't print anything 2004-09-03 23:19:53 +00:00
.cvsignore
configure Regenerated after Reid's change for uint64_t/u_int64_t (patch by Bill Wendling) 2004-09-02 23:02:30 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile Add lib/System ahead of lib/Support in case there are operating system 2004-08-29 19:33:21 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Make the text of this file a little more useful. 2004-09-02 22:49:27 +00:00

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.