llvm-6502/lib/Transforms/Scalar
2007-04-11 15:45:25 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp eliminate the last uses of some TLI methods. 2007-04-09 23:29:07 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp Now IndVarSimplify is a LoopPass. 2007-03-07 06:39:01 +00:00
InstructionCombining.cpp Turn stuff like: 2007-04-11 06:57:46 +00:00
LICM.cpp Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +00:00
LoopRotation.cpp Check _all_ PHINodes. 2007-04-09 22:20:10 +00:00
LoopStrengthReduce.cpp switch LSR to use isLegalAddressingMode instead of other simpler hooks 2007-04-09 22:20:14 +00:00
LoopUnroll.cpp Now LoopUnroll is a LoopPass. 2007-03-07 01:38:05 +00:00
LoopUnswitch.cpp Now LoopUnswitch is a LoopPass. 2007-03-07 00:26:10 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Add support for cast instructions. 2007-04-07 15:48:32 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix Transforms/ScalarRepl/union-pointer.ll 2007-04-11 15:45:25 +00:00
SCCP.cpp
SimplifyCFG.cpp Use a worklist-driven algorithm instead of a recursive one. 2007-04-05 01:27:02 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +00:00