Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner 228e66d208 Fix typo in comment
llvm-svn: 16384
2004-09-17 03:58:39 +00:00
autoconf
docs Bug fixed 2004-09-15 01:09:25 +00:00
examples Correct the file header to reflect the new "examples" home for the file. 2004-09-11 20:30:11 +00:00
include Make sure to update the list end when an element is removed from it. This 2004-09-15 17:00:41 +00:00
lib Fix typo in comment 2004-09-17 03:58:39 +00:00
projects Stacker compiler library doesn't need to be shared and it can cause 2004-09-15 06:22:54 +00:00
runtime
test New testcase for PR420 2004-09-15 00:58:49 +00:00
tools Fix compilation warning. 2004-09-14 15:46:13 +00:00
utils Revamp the Register class, and allow the use of the RegisterGroup class to 2004-09-14 04:17:02 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT Adjust the license files based on the actual content of llvm and llvm-test 2004-09-16 16:41:31 +00:00
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Add dependencies so that project tools are recompiled if LLVM libraries 2004-09-16 14:11:25 +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.