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
InstructionCombining.cpp Turn stuff like: 2007-04-11 06:57:46 +00:00
LICM.cpp
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
LoopUnswitch.cpp
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
TailDuplication.cpp
TailRecursionElimination.cpp