1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
Go to file
Duncan Sands 0fca32114b Factorize (and generalize) the code promoting SELECT
and BRCOND conditions.  Reorder a few methods while
there.

llvm-svn: 61547
2009-01-01 20:36:20 +00:00
autoconf
bindings
cmake
docs
examples
include Fix PR3274: when promoting the condition of a BRCOND node, 2009-01-01 15:52:00 +00:00
lib Factorize (and generalize) the code promoting SELECT 2009-01-01 20:36:20 +00:00
projects
runtime
test * Quoted the executable 'runtest' to emphasize the binary needed; 2009-01-01 20:26:05 +00:00
tools Add spacing between type and variable name. 2008-12-31 17:41:49 +00:00
unittests Original patch by Talin. 2009-01-01 02:24:48 +00:00
utils Original patch by Talin. 2009-01-01 02:24:48 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT Import of Google Test 1.2.1, with the non-essential bits removed. 2008-12-31 17:34:06 +00:00
llvm.spec.in
Makefile Original patch by Talin. 2009-01-01 02:24:48 +00:00
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.