Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Dan Gohman cc19893826 Revert r111031. The way LLVM defines loop invariance, the property of an
expression being loop invariant is not equivalent to the property of
properly dominating the loop header.

Other optimizations have also made this optimization less important.

llvm-svn: 111160
2010-08-16 17:34:25 +00:00
autoconf
bindings
cmake
docs
examples
include Revert r111031. The way LLVM defines loop invariance, the property of an 2010-08-16 17:34:25 +00:00
lib Remove unused functions. 2010-08-16 17:18:20 +00:00
projects
runtime
test Convert a test to use FileCheck. 2010-08-16 17:05:27 +00:00
tools
unittests
utils Install Embedded builds into usr/local. Radar 8313723. 2010-08-16 16:39:59 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
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.

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