hanchenye-llvm-project/llvm
Dan Gohman 3986af0c5a Split out the code for finding a unique loop predecessor from
getLoopPreheader into a separate function, for clients which don't
require a proper preheader.

llvm-svn: 106543
2010-06-22 15:25:42 +00:00
..
autoconf Fix a spello affecting platforms where the configure check fails. 2010-06-01 16:22:27 +00:00
bindings
cmake Allow absolute paths in LLVM_TARGET_DEFINITIONS for CMake's TableGen rule 2010-06-17 15:17:07 +00:00
docs This makes example Makefile a lot more like actual 2010-06-21 20:36:09 +00:00
examples fix several bugs in the tutorial, patch by Kevin Kelley! 2010-06-21 22:51:14 +00:00
include Split out the code for finding a unique loop predecessor from 2010-06-22 15:25:42 +00:00
lib Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00
projects
runtime
test Allow "exhaustive" trip count evaluation on phi nodes with all 2010-06-22 13:15:46 +00:00
tools add_input_file and add_input_library now take const arguments, remove the 2010-06-21 02:23:12 +00:00
unittests ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on top of the standard 'delta debugging' algorithm. 2010-06-08 16:21:22 +00:00
utils Remove isTwoAddress from llvm. 2010-06-21 20:35:09 +00:00
website
CMakeLists.txt
CREDITS.TXT
LICENSE.TXT
Makefile Update for CIndex rename. 2010-04-30 23:36:47 +00:00
Makefile.common
Makefile.config.in Delete unused variables (that weren't even getting expanded). 2010-06-01 17:26:14 +00:00
Makefile.rules Fix typo. 2010-06-21 23:49:08 +00:00
ModuleInfo.txt
README.txt
build-for-llvm-top.sh
configure Fix a spello affecting platforms where the configure check fails. 2010-06-01 16:22:27 +00:00
llvm.spec.in

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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.