Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner dd707dc82d switch TypeHasCycleThroughItself from using an std::set to using a SmallPtrSet,
this speeds up the linking testcase in PR1860 by 44% (.379 -> 0.263)

llvm-svn: 52365
2008-06-16 21:20:58 +00:00
autoconf
bindings
docs Move some documentation from the header file into ProgrammersManual. About to improve. 2008-06-16 21:06:12 +00:00
examples
include Horizontal-add instructions are not commutative. 2008-06-16 21:16:24 +00:00
lib switch TypeHasCycleThroughItself from using an std::set to using a SmallPtrSet, 2008-06-16 21:20:58 +00:00
projects
runtime
test - Add "Commutative" property to intrinsics. This allows tblgen to generate the commuted variants for dagisel matching code. 2008-06-16 20:29:38 +00:00
tools Add an "exe" suffix only if the output file has no suffix at all. 2008-06-15 15:20:16 +00:00
utils - Add "Commutative" property to intrinsics. This allows tblgen to generate the commuted variants for dagisel matching code. 2008-06-16 20:29:38 +00:00
website
win32 Update VC project files, patch by Cédric Venet! 2008-06-07 19:33:54 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.