Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Jim Grosbach 4ff2fb2fbc Thumb2 size reduction fix for tied operands of tMUL.
The tied source operand of tMUL is the second source operand, not the
first like every other two-address thumb instruction. Special case it
in the size reduction pass to make sure we create the tMUL instruction
properly.

llvm-svn: 151315
2012-02-24 00:33:36 +00:00
autoconf
bindings
cmake
docs Release not for ARM integrated assembler support. 2012-02-23 23:52:06 +00:00
examples
include Replace a DenseSet with SmallPtrSet. 2012-02-23 20:53:02 +00:00
lib Thumb2 size reduction fix for tied operands of tMUL. 2012-02-24 00:33:36 +00:00
projects
runtime
test Thumb2 size reduction fix for tied operands of tMUL. 2012-02-24 00:33:36 +00:00
tools An easy case where GCC should really be able to work out that the value is only 2012-02-23 08:25:25 +00:00
unittests
utils Remove 'if' from getSuperRegisters, getSubRegisters, and getOverlaps that were added in r151038. 2012-02-23 08:42:06 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.