Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Bob Wilson a27ea9e89f Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new
method in a BuildVectorSDNode "pseudo-class".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65747 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-01 01:13:55 +00:00
autoconf Search for the export map in a place that it can be found. 2009-02-26 18:37:59 +00:00
bindings
cmake
docs Fix grammaro. 2009-02-28 22:12:54 +00:00
examples
include Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new 2009-03-01 01:13:55 +00:00
lib Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new 2009-03-01 01:13:55 +00:00
projects
runtime
test Fix a pretty awesome bug that only happened in a strange case with anonymous 2009-03-01 00:53:13 +00:00
tools disable exports from a bunch more tools, those without plugins. 2009-02-26 19:01:11 +00:00
unittests
utils 'append_cmd' should split its argument. 2009-02-27 06:46:55 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix universal builds to not use -XCClinker (a libtool thing) now that 2009-02-26 19:08:30 +00:00
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.