llvm-6502/lib/Transforms/Scalar
2007-08-07 23:17:52 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp Don't insert nearly as many redundant phi nodes. 2007-08-07 23:12:31 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp It's safe to fold not of fcmp. 2007-08-06 20:04:16 +00:00
LICM.cpp
LoopIndexSplit.cpp Fix new compare instruction's signness. Caught by Chris during review. 2007-08-07 23:17:52 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator. 2007-08-07 16:44:38 +00:00
LowerGC.cpp Fix comment typo 2007-08-07 16:52:03 +00:00
LowerPacked.cpp Silence some warnings from doxygen about @param argument name not matching the 2007-08-05 19:35:22 +00:00
Makefile
PredicateSimplifier.cpp Clean up comments, fix up some confusing code logic. 2007-08-04 18:45:32 +00:00
Reassociate.cpp
RedundantLoadElimination.cpp wrap some long lines. Major offenders that are left include 2007-08-02 16:53:43 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix an accidental commit. 2007-08-02 21:33:36 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp