llvm-6502/lib/Transforms/Scalar
2007-07-11 21:06:56 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
FastDSE.cpp Add support for eliminate stores to stack-allocated memory locations at the end 2007-07-11 21:06:56 +00:00
GCSE.cpp
GVNPRE.cpp Make the pass registration static. 2007-07-10 20:20:19 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp
LICM.cpp
LoopRotation.cpp Back out Devang's fix for PR1320 because it causes PR1542. 2007-07-07 16:23:34 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp These rountines are now available as part of basic block utilities. 2007-07-06 22:03:47 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Update the ValueRanges interface to use value numbers instead of Value*s. 2007-07-10 03:28:21 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Expose struct size threhold to allow users to tweak their own setting. 2007-07-09 21:19:23 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp