llvm-6502/lib/Transforms/Scalar
2008-03-17 23:41:20 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp fix http://llvm.org/bugs/show_bug.cgi?id=2097 2008-02-26 19:13:21 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp Fix a bug in GVN that Duncan noticed, where we potentially need to insert a 2008-03-13 22:07:10 +00:00
GVNPRE.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp The inst combining of inttoptr into GEP with one index was using the bit size of 2008-03-14 05:12:19 +00:00
LICM.cpp
LoopIndexSplit.cpp
LoopRotation.cpp Fix PR2028 2008-02-15 01:24:49 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp Update heuritics that estimates cost of call instructions. 2008-03-17 23:41:20 +00:00
LoopUnswitch.cpp Update the block cloner which fixes bugpoint on code using unwind_to (phew!) 2008-03-09 05:24:34 +00:00
Makefile
PredicateSimplifier.cpp De-tabify. 2008-02-26 10:53:30 +00:00
Reassociate.cpp simplify some code, BreakUpSubtract always returns nonnull now. 2008-02-18 02:18:25 +00:00
Reg2Mem.cpp
Scalar.cpp C and Objective Caml bindings for several scalar transforms. 2008-03-16 16:32:40 +00:00
ScalarReplAggregates.cpp fix a bug Anders ran into where scalarrepl would crash when promoting 2008-02-29 07:12:06 +00:00
SCCP.cpp Add TODO reminder. 2008-03-11 17:32:05 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp Become multiple return value aware. 2008-03-11 17:33:32 +00:00