llvm-6502/lib
Dan Gohman 052f000158 Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus
dependence on DominanceFrontier. Instead, add an explicit DominanceFrontier
pass in StandardPasses.h to ensure that it gets scheduled at the right
time.

Declare that loop unrolling preserves ScalarEvolution, and shuffle some
getAnalysisUsages.

This eliminates one LoopSimplify and one LCCSA run in the standard
compile opts sequence.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109413 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-26 18:11:16 +00:00
..
Analysis Use DominatorTree::properlyDominates instead of dominates with an 2010-07-26 17:34:05 +00:00
Archive
AsmParser Revert r109361; it's impossible to write a call with an argument with an 2010-07-24 23:06:59 +00:00
Bitcode Make NamedMDNode not be a subclass of Value, and simplify the interface 2010-07-21 23:38:33 +00:00
CodeGen A block dominates itself, by definition. 2010-07-26 17:38:15 +00:00
CompilerDriver Formatting. 2010-07-23 04:19:34 +00:00
ExecutionEngine remove the dwarf sizing stuff which is now dead, it was 2010-07-22 21:20:39 +00:00
Linker Make NamedMDNode not be a subclass of Value, and simplify the interface 2010-07-21 23:38:33 +00:00
MC Fix format-specifier warning 2010-07-26 03:55:44 +00:00
Support
System
Target Remove extraneous semicolon 2010-07-25 17:34:42 +00:00
Transforms Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus 2010-07-26 18:11:16 +00:00
VMCore Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock: 2010-07-26 17:55:15 +00:00
Makefile