llvm-6502/lib/Transforms/Scalar
Owen Anderson 1fb136464d Fix a miscompilation in spiff on PPC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44437 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-29 18:02:22 +00:00
..
ADCE.cpp Readonly/readnone functions are allowed to throw 2007-11-22 21:40:06 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp fix const correctness, BB is const, so its predecessors are too 2007-11-06 22:07:40 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Add explicit keywords. 2007-11-19 15:30:20 +00:00
DCE.cpp
DeadStoreElimination.cpp don't put erase or query for non-allocainst pointers in an set of allocainsts*'s 2007-11-06 22:07:22 +00:00
GCSE.cpp
GVN.cpp Fix a miscompilation in spiff on PPC. 2007-11-29 18:02:22 +00:00
GVNPRE.cpp explicit keywords. 2007-09-24 15:48:49 +00:00
IndVarSimplify.cpp Move the SCEV object factors from being static members of the individual 2007-10-22 18:31:58 +00:00
InstructionCombining.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
LICM.cpp Remove another leak. Due to some reason AliasSetTracker didn't had any dtor... 2007-11-25 23:52:02 +00:00
LoopIndexSplit.cpp Handle multiple induction variables. 2007-09-25 18:24:48 +00:00
LoopRotation.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LoopStrengthReduce.cpp Remove indeterminism from a loop. We think this will 2007-11-17 02:48:01 +00:00
LoopUnroll.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LoopUnswitch.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LowerGC.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
LowerPacked.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
Makefile
PredicateSimplifier.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
Reassociate.cpp
Reg2Mem.cpp Reg2Mem cleanup and optimizations: 2007-10-21 23:05:16 +00:00
ScalarReplAggregates.cpp At the point of calculating the shift amount, the 2007-11-06 20:39:11 +00:00
SCCP.cpp Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
SimplifyCFG.cpp Add some convenience methods for querying attributes, and 2007-11-28 17:07:01 +00:00
TailDuplication.cpp Disable tail duplication of call instructions. The cost 2007-11-04 06:37:55 +00:00
TailRecursionElimination.cpp Prevent tailcallelim from breaking "recursive" calls to builtins. 2007-09-10 20:58:55 +00:00