llvm-6502/lib/Transforms/Scalar
2006-06-11 09:32:57 +00:00
..
ADCE.cpp Remove unneeded hook. Patch by Anton K. Thanks! 2006-06-02 19:11:46 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Fix a bug in a recent patch. This fixes UnitTests/Vector/Altivec/casts.c on 2006-06-06 22:26:02 +00:00
LICM.cpp
LoopStrengthReduce.cpp RewriteExpr, either the new PHI node of induction variable or the 2006-06-09 00:12:42 +00:00
LoopUnroll.cpp Fix a spello in a comment. 2006-06-07 21:24:10 +00:00
LoopUnswitch.cpp Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). 2006-06-11 09:32:57 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
Reassociate.cpp Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll 2006-04-28 04:14:49 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll 2006-04-20 20:48:50 +00:00
SCCP.cpp Add supprot for shufflevector 2006-04-08 01:19:12 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp