llvm-6502/lib/Transforms/Scalar
2008-07-02 18:05:19 +00:00
..
ADCE.cpp Add support to ADCE for pruning unreachable blocks. This addresses the final 2008-07-02 18:05:19 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp A better fix for PR2503 that doesn't pessimize GVN in the presence of unreachable blocks. 2008-07-02 17:20:16 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. 2008-06-30 07:31:25 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp Use use_empty() instead of getNumUses(), avoiding a use list traversal. 2008-06-23 23:23:49 +00:00
LoopIndexSplit.cpp Fix a typo in a comment. 2008-06-24 18:00:21 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Fix spelling and grammar in a comment. 2008-06-23 22:11:52 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp reuse vectors. 2008-07-02 01:44:29 +00:00
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. 2008-06-30 07:31:25 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp