llvm-6502/lib/Transforms/Scalar
2007-12-29 07:56:53 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Don't break critical edges for single-bb loops, this helps with PR1877, though 2007-12-25 19:06:45 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iterators 2007-12-17 17:39:51 +00:00
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Disable null pointer folding transforms for non-generic address spaces. This should probably be a target-specific predicate based on address space. That way for targets where this isn't applicable the predicate can be optimized away. 2007-12-29 07:56:53 +00:00
LICM.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Clean up previous patch: PHI uses should not prevent iv reuse if all other uses are addresses. This trades a constant multiply for one fewer iv. 2007-12-20 02:20:53 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Get rid of annoying spaces. 2007-12-17 17:40:29 +00:00
LowerGC.cpp Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp
SCCP.cpp Disable null pointer folding transforms for non-generic address spaces. This should probably be a target-specific predicate based on address space. That way for targets where this isn't applicable the predicate can be optimized away. 2007-12-29 07:56:53 +00:00
SimplifyCFG.cpp Rename isNoReturn to doesNotReturn, and isNoUnwind to 2007-12-18 09:59:50 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp