llvm-6502/lib/Transforms/Scalar
2008-04-01 23:41:44 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Handle getresult instructions in different basic blocks 2008-03-21 21:01:32 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp change iterator invalidation avoidance to just move the iterator backward 2008-03-29 05:15:47 +00:00
GVNPRE.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Don't eliminate bitcast instructions that change the type of a pointer 2008-03-31 00:22:16 +00:00
LICM.cpp
LoopIndexSplit.cpp Reverting 49056 due to the build being broken. 2008-04-01 23:41:44 +00:00
LoopRotation.cpp Fix PR2028 2008-02-15 01:24:49 +00:00
LoopStrengthReduce.cpp Remove dead options. 2008-03-19 22:02:26 +00:00
LoopUnroll.cpp Add comment. 2008-03-19 23:05:52 +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 Fix "Control reaches the end of non-void function" warnings, 2008-03-30 18:22:13 +00:00
Reassociate.cpp Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
Reg2Mem.cpp
Scalar.cpp C and Objective Caml bindings for mem2reg and reg2mem. 2008-03-20 17:16:03 +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 Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
SimplifyCFG.cpp simplify code, no functionality change. 2008-02-14 07:39:01 +00:00
TailDuplication.cpp Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
TailRecursionElimination.cpp Become multiple return value aware. 2008-03-11 17:33:32 +00:00