llvm-6502/lib/Transforms/Scalar
2008-09-02 22:18:08 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp Put a heuristic in place to prevent GVN from falling into bad cases with massively complicated CFGs. 2008-08-26 22:07:42 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Revert r54876 r54877 r54906 and r54907. Evan found that these caused a 20% 2008-08-21 05:56:10 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp If all IV uses are extending integer IV then change the type of IV itself, if possible. 2008-09-02 22:18:08 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
Makefile
MarkModRef.cpp Add a small pass that sets the readnone/readonly 2008-09-01 11:40:11 +00:00
MemCpyOptimizer.cpp
PredicateSimplifier.cpp Switch the asmprinter (.ll) and all the stuff it requires over to 2008-08-23 22:23:09 +00:00
Reassociate.cpp don't use the result of WriteAsOperand 2008-08-19 04:45:19 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Fix PR2423 by checking all indices for out of range access, not only 2008-08-23 05:21:06 +00:00
SCCP.cpp improve encapsulation of the BBExecutable set. 2008-08-23 23:39:31 +00:00
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp