llvm-6502/lib/Transforms/Scalar
Owen Anderson 0d16988690 Fix an infinite loop on 300.twolf.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40497 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-25 22:03:06 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
FastDSE.cpp Fix file header. 2007-07-23 18:30:37 +00:00
GCSE.cpp
GVN.cpp Fix an infinite loop on 300.twolf. 2007-07-25 22:03:06 +00:00
GVNPRE.cpp Fix a bug where we were marking GEP expressions with the wrong opcode. 2007-07-20 08:19:20 +00:00
IndVarSimplify.cpp Fix a bug. 2007-06-27 09:50:26 +00:00
InstructionCombining.cpp completely remove a transformation that is unsafe in the face of 2007-07-23 17:10:17 +00:00
LICM.cpp
LoopRotation.cpp Disable claims to preserve analysis until open issues are resolved. 2007-07-13 21:53:42 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp Fix typo. 2007-07-18 23:50:19 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Start adding and cleaning up comments. 2007-07-16 02:58:37 +00:00
Reassociate.cpp
RedundantLoadElimination.cpp Rename a lot of things to change FastDLE to RedundantLoadElimination. 2007-07-24 00:17:04 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
SCCP.cpp Place SCCPSolver also in the anonymous namespace. This 2007-07-20 08:56:21 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp