llvm-6502/lib/Transforms/Scalar
Reid Spencer dc5c159701 For PR1205:
First round of ConstantRange changes. This makes all CR constructors use
only APInt and not use ConstantInt. Clients are adjusted accordingly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34756 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-28 18:57:32 +00:00
..
ADCE.cpp Eliminate use of ctors that take vectors. 2007-02-13 02:10:56 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp For PR1205: 2007-02-28 18:57:32 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp Simplify code by using value::takename 2007-02-11 01:23:03 +00:00
InstructionCombining.cpp Fix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217 2007-02-24 01:03:45 +00:00
LICM.cpp
LoopStrengthReduce.cpp Privatize StructLayout::MemberOffsets, adding an accessor 2007-02-10 19:55:17 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Use efficient container SmallPtrSet 2007-02-26 20:22:50 +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
Reassociate.cpp For PR1195: 2007-02-15 02:26:10 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp For PR1195: 2007-02-15 03:39:18 +00:00
SCCP.cpp For PR1195: 2007-02-15 02:26:10 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp Simplify code by using value::takename 2007-02-11 01:23:03 +00:00