llvm-6502/lib
Duncan Sands 089a246333 Stop trying to have instcombine preserve LCSSA form: this was not
effective in avoiding recomputation of LCSSA form; the widespread
use of instsimplify (which looks through phi nodes) means it was
not preserving LCSSA form anyway; and instcombine is no longer
scheduled in the middle of the loop passes so this doesn't matter
anymore.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130301 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-27 10:55:12 +00:00
..
Analysis Test case and comment for PR9633. 2011-04-27 05:42:17 +00:00
Archive
AsmParser
Bitcode
CodeGen Add a safe-guard against repeated splitting for some rare cases. 2011-04-26 22:33:12 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Force some values to be absolute and align based on the FDE pointers size. A small 2011-04-27 01:43:49 +00:00
Object
Support allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499, 2011-04-25 20:58:50 +00:00
Target Refactor out code to fast-isel a memcpy operation with a small constant 2011-04-27 01:45:07 +00:00
Transforms Stop trying to have instcombine preserve LCSSA form: this was not 2011-04-27 10:55:12 +00:00
VMCore Another example of a static table that wasn't marked static. 2011-04-26 07:30:10 +00:00
CMakeLists.txt
Makefile