llvm-6502/lib/Transforms/Scalar
Chris Lattner 83a2e6e4a1 Instcombine X/-1 --> 0-X
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13172 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-26 14:01:59 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp This code really wants to iterate over the OPERANDS of an instruction, not 2004-04-21 22:29:37 +00:00
DecomposeMultiDimRefs.cpp
GCSE.cpp
IndVarSimplify.cpp Move the scev expansion code into this pass, where it belongs. There is 2004-04-23 21:29:48 +00:00
InstructionCombining.cpp Instcombine X/-1 --> 0-X 2004-04-26 14:01:59 +00:00
LICM.cpp
LoopUnroll.cpp Fix PR325 2004-04-20 20:26:03 +00:00
LoopUnswitch.cpp Initial checkin of a simple loop unswitching pass. It still needs work, 2004-04-19 18:07:02 +00:00
Makefile
PiNodeInsertion.cpp
PRE.cpp
Reassociate.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp
TailRecursionElimination.cpp