llvm-6502/lib/Transforms/Scalar
2004-03-15 05:46:59 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp Add counters for the number of calls elimianted 2004-03-15 05:46:59 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Add some debugging output 2004-03-13 23:54:27 +00:00
LICM.cpp Implement LICM of calls in simple cases. This is sufficient to move around 2004-03-15 04:11:30 +00:00
Makefile
PiNodeInsertion.cpp
PRE.cpp
Reassociate.cpp
ScalarReplAggregates.cpp
SCCP.cpp Add sccp support for select instructions 2004-03-12 05:52:44 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp Disable tail duplication in a case that breaks on Olden/tsp 2004-03-01 01:12:13 +00:00
TailRecursionElimination.cpp