llvm-6502/lib/Transforms/Scalar
Chris Lattner 0ce8580fcd Constant exprs are not efficiently negatable in practice. This disables
turning X - (constantexpr) into X + (-constantexpr) among other things.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18935 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-14 20:08:06 +00:00
..
ADCE.cpp Change indentation of a whole bunch of code, no real changes here. 2004-12-12 23:49:37 +00:00
BasicBlockPlacement.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp Prototype these functions more accurately 2004-09-20 04:43:15 +00:00
DeadStoreElimination.cpp Make DSE potentially more aggressive by being more specific about alloca sizes. 2004-11-28 20:44:37 +00:00
GCSE.cpp Simplify code and do not invalidate iterators. 2004-12-12 18:23:20 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Constant exprs are not efficiently negatable in practice. This disables 2004-12-14 20:08:06 +00:00
LICM.cpp Allow hoisting loads of globals and alloca's in conditionals. 2004-11-29 21:26:12 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp Do not consider debug intrinsics in the size computations for loop unrolling. 2004-11-22 17:18:36 +00:00
LoopUnswitch.cpp
LowerConstantExprs.cpp
LowerGC.cpp
LowerPacked.cpp Fix the exposed prototype for the lower packed pass, thanks to 2004-11-19 16:49:34 +00:00
Makefile
PRE.cpp This pass is completely broken. 2004-11-30 17:09:06 +00:00
Reassociate.cpp
ScalarReplAggregates.cpp
SCCP.cpp If one side of and/or is known to be 0/-1, it doesn't matter 2004-12-11 23:15:19 +00:00
SimplifyCFG.cpp
TailDuplication.cpp Do not count debugger intrinsics in size estimation. 2004-11-22 17:23:57 +00:00
TailRecursionElimination.cpp