1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
Go to file
Andrew Trick 05d7cb17d5 LSR: Reuse the post-inc expansion of expressions.
This avoids unnecessary expansion of expressions and allows the SCEV
expander to work on expression DAGs, not just trees.
Fixes PR11090.

llvm-svn: 141870
2011-10-13 17:31:47 +00:00
autoconf
bindings
cmake
docs
examples
include Add missing ELF constants. 2011-10-13 00:16:25 +00:00
lib LSR: Reuse the post-inc expansion of expressions. 2011-10-13 17:31:47 +00:00
projects
runtime
test LSR: Reuse the post-inc expansion of expressions. 2011-10-13 17:31:47 +00:00
tools
unittests Attempt to fix MSVC build. 2011-10-12 23:14:41 +00:00
utils
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in build: Remove some stray LLVMC configure variables. 2011-10-13 17:27:34 +00:00
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.