llvm-6502/lib/Transforms/Scalar
2007-08-22 18:27:01 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Remove a bogus return statement, what appears to have been a pasto 2007-07-26 15:29:35 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp Factor out some code into a helper function. 2007-08-16 22:51:56 +00:00
GVNPRE.cpp
IndVarSimplify.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
InstructionCombining.cpp
LICM.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LoopIndexSplit.cpp Refactor loop condition check in a separate function. 2007-08-22 18:27:01 +00:00
LoopRotation.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LowerGC.cpp
LowerPacked.cpp Silence some warnings from doxygen about @param argument name not matching the 2007-08-05 19:35:22 +00:00
Makefile
PredicateSimplifier.cpp Oops, remove assert that wasn't meant to be committed. 2007-08-18 23:21:28 +00:00
Reassociate.cpp
RedundantLoadElimination.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp
SCCP.cpp Place SCCPSolver also in the anonymous namespace. This 2007-07-20 08:56:21 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp