llvm-6502/lib/Transforms/Scalar
Devang Patel ada054a9ea Handle last value assignments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41063 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-14 01:30:57 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp wrap some long lines. Major offenders that are left include 2007-08-02 16:53:43 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp Make NonLocal and None const in the right way. :-) 2007-08-09 04:42:44 +00:00
GCSE.cpp
GVN.cpp Make NonLocal and None const in the right way. :-) 2007-08-09 04:42:44 +00:00
GVNPRE.cpp Fix 80 col. violations. 2007-08-02 18:20:52 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Transform a load from an undef/zero global into an undef/global even if we 2007-08-11 18:48:48 +00:00
LICM.cpp
LoopIndexSplit.cpp Handle last value assignments. 2007-08-14 01:30:57 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp wrap some long lines. Major offenders that are left include 2007-08-02 16:53:43 +00:00
LoopUnroll.cpp wrap some long lines. Major offenders that are left include 2007-08-02 16:53:43 +00:00
LoopUnswitch.cpp Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator. 2007-08-07 16:44:38 +00:00
LowerGC.cpp Fix comment typo 2007-08-07 16:52:03 +00:00
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 Clean up comments, fix up some confusing code logic. 2007-08-04 18:45:32 +00:00
Reassociate.cpp
RedundantLoadElimination.cpp Make NonLocal and None const in the right way. :-) 2007-08-09 04:42:44 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix an accidental commit. 2007-08-02 21:33:36 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp