llvm-6502/lib/Transforms/Scalar
2007-07-12 00:06:21 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
FastDSE.cpp Let MemoryDependenceAnalysis take care of updating AliasAnalysis. 2007-07-12 00:06:21 +00:00
GCSE.cpp
GVNPRE.cpp Make the pass registration static. 2007-07-10 20:20:19 +00:00
IndVarSimplify.cpp Fix a bug. 2007-06-27 09:50:26 +00:00
InstructionCombining.cpp
LICM.cpp
LoopRotation.cpp Preserve analysis info. 2007-07-11 23:47:28 +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