Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Reid Spencer 206bcb64c1 Clean up from recent changes. Comment the new parameter to ExpandLibCall.
Consolidate some lines of code and remove duplication.

llvm-svn: 32829
2007-01-03 04:22:32 +00:00
autoconf
docs Remove documentation of non-existent cextcc and csretextcc calling 2006-12-31 21:30:18 +00:00
examples For PR950: 2006-12-31 05:50:28 +00:00
include/llvm Fix naming inconsistency: calleesave -> calleesaved. 2007-01-02 21:30:17 +00:00
lib Clean up from recent changes. Comment the new parameter to ExpandLibCall. 2007-01-03 04:22:32 +00:00
projects For PR950: 2006-12-31 05:50:28 +00:00
runtime
test Fix this test cases to use parameter attributes for its parameter and 2007-01-03 04:20:23 +00:00
tools Regenerate. 2007-01-02 06:34:08 +00:00
utils For PR950: 2006-12-31 05:50:28 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules When compiling a C or C++ file to assembly, make the assembly output 2006-12-30 16:31:02 +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.