llvm-6502/lib/Transforms/Scalar
Reid Spencer e4d87aa2de For PR950:
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed and
been replaced with ICmpInst and FCmpInst.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32751 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-23 06:05:41 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp For PR950: 2006-12-23 06:05:41 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp For PR950: 2006-12-23 06:05:41 +00:00
InstructionCombining.cpp For PR950: 2006-12-23 06:05:41 +00:00
LICM.cpp For PR950: 2006-12-23 06:05:41 +00:00
LoopStrengthReduce.cpp For PR950: 2006-12-23 06:05:41 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp For PR950: 2006-12-23 06:05:41 +00:00
LowerGC.cpp
LowerPacked.cpp For PR950: 2006-12-23 06:05:41 +00:00
Makefile
PredicateSimplifier.cpp For PR950: 2006-12-23 06:05:41 +00:00
Reassociate.cpp For PR950: 2006-12-23 06:05:41 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp For PR950: 2006-12-23 06:05:41 +00:00
SCCP.cpp For PR950: 2006-12-23 06:05:41 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp