Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Matthijs Kooijman 2f6b694afc Implement the two constructors in InsertValueInst and ExtractValueInst.
Add a Name argment to two init methods in these classes as well to make things
a bit more consistent.

llvm-svn: 51937
2008-06-04 14:40:55 +00:00
autoconf
bindings
docs
examples
include Implement the two constructors in InsertValueInst and ExtractValueInst. 2008-06-04 14:40:55 +00:00
lib Implement the two constructors in InsertValueInst and ExtractValueInst. 2008-06-04 14:40:55 +00:00
projects
runtime
test Change packed struct layout so that field sizes 2008-06-04 08:21:45 +00:00
tools
utils Add #includes required by GCC 4.3, thanks for Zhongxing Xu 2008-06-04 04:46:14 +00:00
website
win32
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.