llvm-6502/lib/Transforms/Scalar
Reid Spencer c55b243bcd Fix a bug in EvaluateInDifferentType. The type of operand should not be
used to determine whether a ZExt or SExt cast is performed. Instead, pass
an "isSigned" bool to the function and determine its value from the opcode
of the cast involved.
Also, clean up some cruft from previous patches.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32548 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-13 18:21:21 +00:00
..
ADCE.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
BasicBlockPlacement.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
CondPropagate.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
ConstantProp.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
CorrelatedExprs.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
DCE.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
DeadStoreElimination.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
GCSE.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
IndVarSimplify.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
InstructionCombining.cpp Fix a bug in EvaluateInDifferentType. The type of operand should not be 2006-12-13 18:21:21 +00:00
LICM.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
LoopStrengthReduce.cpp Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode 2006-12-13 08:06:42 +00:00
LoopUnroll.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
LoopUnswitch.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
LowerGC.cpp Replace CastInst::createInferredCast calls with more accurate cast 2006-12-13 00:50:17 +00:00
LowerPacked.cpp Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PredicateSimplifier.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
Reassociate.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
Reg2Mem.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
ScalarReplAggregates.cpp revert my recent int<->fp and vector union promotion changes, they expose 2006-12-13 02:26:45 +00:00
SCCP.cpp Change inferred getCast into specific getCast. Passes all tests. 2006-12-12 05:05:00 +00:00
SimplifyCFG.cpp Incorporate any changes in the successor blocks into the result of 2006-12-08 21:52:01 +00:00
TailDuplication.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
TailRecursionElimination.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00