llvm-6502/lib/Transforms/Scalar
Reid Spencer 24d6da5fed For PR970:
Clean up handling of isFloatingPoint() and dealing with PackedType.
Patch by Gordon Henriksen!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33415 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-21 00:29:26 +00:00
..
ADCE.cpp Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic 2006-12-19 21:40:18 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp For PR1043: 2007-01-19 21:13:56 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Revise the store V, (cast P) -> store (cast V) -> P transform. 2007-01-20 23:35:48 +00:00
LICM.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp For PR1043: 2007-01-19 21:13:56 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp For PR1094: 2007-01-17 02:23:37 +00:00
Reassociate.cpp For PR970: 2007-01-21 00:29:26 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp For PR970: 2007-01-21 00:29:26 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp