llvm-6502/lib/Transforms/Scalar
Devang Patel d35ed2c16d Refactor code into a separate method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41826 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-11 00:42:56 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp Don't DSe volatile stores. 2007-08-26 21:14:47 +00:00
GCSE.cpp
GVN.cpp Factor out some code into a helper function. 2007-08-16 22:51:56 +00:00
GVNPRE.cpp Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
IndVarSimplify.cpp Require SCEV before LCSSA. 2007-09-10 18:08:23 +00:00
InstructionCombining.cpp remove some dead code, this is handled by constant folding. 2007-09-10 23:46:29 +00:00
LICM.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LoopIndexSplit.cpp Refactor code into a separate method. 2007-09-11 00:42:56 +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 Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
LowerPacked.cpp Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +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 Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp Prevent tailcallelim from breaking "recursive" calls to builtins. 2007-09-10 20:58:55 +00:00