llvm-6502/lib/Transforms/Scalar
2004-11-22 17:23:57 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Delete stoppoints that occur for the same source line. 2004-11-18 21:41:39 +00:00
LICM.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp Do not consider debug intrinsics in the size computations for loop unrolling. 2004-11-22 17:18:36 +00:00
LoopUnswitch.cpp
LowerConstantExprs.cpp
LowerGC.cpp
LowerPacked.cpp Fix the exposed prototype for the lower packed pass, thanks to 2004-11-19 16:49:34 +00:00
Makefile
PRE.cpp
Reassociate.cpp
ScalarReplAggregates.cpp Remove unused variable for compilation by VC++. 2004-11-15 17:29:41 +00:00
SCCP.cpp Do not delete dead invoke instructions! 2004-11-16 16:32:28 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp Do not count debugger intrinsics in size estimation. 2004-11-22 17:23:57 +00:00
TailRecursionElimination.cpp