llvm-6502/lib/Transforms/Scalar
Reid Spencer e7816b5c9e For PR1205:
Provide an APIntified version of MaskedValueIsZero. This will (temporarily)
cause a "defined but not used" message from the compiler. It will be used
in the next patch in this series.

Patch by Sheng Zhou.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35019 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-08 01:52:58 +00:00
..
ADCE.cpp Eliminate use of ctors that take vectors. 2007-02-13 02:10:56 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp Prefer non-virtual calls to ConstantInt::isZero over virtual calls to 2007-03-02 00:28:52 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp Remove the "isSigned" parameters from ConstantRange. It turns out they 2007-03-01 07:54:15 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp Now IndVarSimplify is a LoopPass. 2007-03-07 06:39:01 +00:00
InstructionCombining.cpp For PR1205: 2007-03-08 01:52:58 +00:00
LICM.cpp Now LICM is a LoopPass. 2007-03-07 04:41:30 +00:00
LoopStrengthReduce.cpp Now LoopStrengthReduce is a LoopPass. 2007-03-06 21:14:09 +00:00
LoopUnroll.cpp Now LoopUnroll is a LoopPass. 2007-03-07 01:38:05 +00:00
LoopUnswitch.cpp Now LoopUnswitch is a LoopPass. 2007-03-07 00:26:10 +00:00
LowerGC.cpp Eliminate use of ctors that take vectors. 2007-02-13 02:10:56 +00:00
LowerPacked.cpp For PR1195: 2007-02-15 03:39:18 +00:00
Makefile
PredicateSimplifier.cpp Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
Reassociate.cpp Prefer non-virtual calls to ConstantInt::isZero over virtual calls to 2007-03-02 00:28:52 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp This is the first major step of implementing PR1226. We now successfully 2007-03-05 07:52:57 +00:00
SCCP.cpp minor cleanups 2007-03-04 04:50:21 +00:00
SimplifyCFG.cpp switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speeding 2007-03-04 04:20:48 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp Simplify code by using value::takename 2007-02-11 01:23:03 +00:00