llvm-6502/lib/Transforms/Scalar
2007-05-15 00:16:00 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Don't generate branch to entry block. 2007-05-08 01:01:04 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Fix Transforms/InstCombine/2007-05-14-Crash.ll 2007-05-15 00:16:00 +00:00
LICM.cpp
LoopRotation.cpp Fix typos. 2007-05-11 21:10:54 +00:00
LoopStrengthReduce.cpp significantly improve debug output of lsr 2007-05-11 22:40:34 +00:00
LoopUnroll.cpp Correct a few comments. 2007-05-14 14:31:17 +00:00
LoopUnswitch.cpp Fix PR1333 2007-05-09 08:24:12 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp