llvm-6502/lib/Transforms/Scalar
Chris Lattner 3f65b5e733 speed up CGP a bit by scanning predecessors through phi operands
instead of with pred_begin/end.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96078 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-13 04:04:42 +00:00
..
ABCD.cpp
ADCE.cpp Use do+while instead of while for loops which obviously have a 2010-01-05 16:27:25 +00:00
BasicBlockPlacement.cpp
CMakeLists.txt Pull these back out, they're a little too aggressive and time 2010-02-09 17:29:18 +00:00
CodeGenPrepare.cpp speed up CGP a bit by scanning predecessors through phi operands 2010-02-13 04:04:42 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp Make DSE only scan blocks that are reachable from the entry 2010-02-11 05:11:54 +00:00
GEPSplitter.cpp
GVN.cpp Ignore dbg info intrinsics. 2010-02-11 00:20:49 +00:00
IndVarSimplify.cpp Reapply the new LoopStrengthReduction code, with compile time and 2010-02-12 10:34:29 +00:00
JumpThreading.cpp Make jump threading honor x|undef -> true and x&undef -> false, 2010-02-11 04:40:44 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp Use do+while instead of while for loops which obviously have a 2010-01-05 16:27:25 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Fix a pruning heuristic which implicitly assumed that SmallPtrSet is 2010-02-13 02:06:02 +00:00
LoopUnrollPass.cpp Don't unroll loops containing function calls. 2010-02-05 23:21:31 +00:00
LoopUnswitch.cpp fix a crash in loop unswitch on a loop invariant vector condition. 2010-02-02 02:26:54 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MemCpyOptimizer.cpp Convert a ton of simple integer type equality tests to the new predicate. 2010-01-05 20:07:06 +00:00
Reassociate.cpp Fix "the the" and similar typos. 2010-02-10 16:03:48 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Adjust the heuristics used to decide when SROA is likely to be profitable. 2010-02-03 17:23:56 +00:00
SCCP.cpp
SCCVN.cpp Use do+while instead of while for loops which obviously have a 2010-01-05 16:27:25 +00:00
SimplifyCFGPass.cpp Teach SimplifyCFG about magic pointer constants. 2010-02-05 22:03:18 +00:00
SimplifyHalfPowrLibCalls.cpp Fix "the the" and similar typos. 2010-02-10 16:03:48 +00:00
SimplifyLibCalls.cpp Recommit this, looks like it wasn't the cause. 2010-02-03 00:21:58 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp Revert 94937 and move the noreturn check to codegen. 2010-02-03 03:55:59 +00:00