llvm-6502/lib/Transforms/Scalar
2008-08-15 21:31:02 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp Fix comment typos. 2008-08-01 12:23:49 +00:00
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp Pass the computed iteration count value to RewriteLoopExitValues 2008-08-05 22:34:21 +00:00
InstructionCombining.cpp use smallvector instead of vector for a couple worklists. This speeds up instcombine 2008-08-15 04:03:01 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp Use empty() instead of begin() == end(). 2008-08-14 18:13:49 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Reapply 54786. Add overflow and number of mantissa bits checks. 2008-08-15 21:21:34 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp Temporarily revert r54792. It's causing an ICE during bootstrapping. 2008-08-14 23:05:24 +00:00
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp Have IRBuilder take a template argument on whether or not to preserve 2008-08-08 19:39:37 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp