llvm-6502/lib/Transforms/Scalar
Evan Cheng d277f2c669 Added target lowering hooks which LSR consults to make more intelligent
transformation decisions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26738 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-13 23:14:23 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Teach the alignment handling code to look through constant expr casts and GEPs 2006-03-07 01:28:57 +00:00
LICM.cpp
LoopStrengthReduce.cpp Added target lowering hooks which LSR consults to make more intelligent 2006-03-13 23:14:23 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Fix Regression/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll, which 2006-02-22 23:55:00 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
Reassociate.cpp Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B). 2006-03-04 09:31:13 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix a miscompilation of 188.ammp with the new CFE. 188.ammp is accessing 2006-03-08 01:05:29 +00:00
SCCP.cpp Implement some more interesting select sccp cases. This implements: 2006-02-08 02:38:11 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp