llvm-6502/lib/Transforms/Scalar
2007-12-28 07:42:12 +00:00
..
ADCE.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
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 Add explicit keywords. 2007-11-19 15:30:20 +00:00
DCE.cpp Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iterators 2007-12-17 17:39:51 +00:00
DeadStoreElimination.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
GCSE.cpp
GVN.cpp Fix several cache coherence bugs in MemDep/GVN that were found. Also add some (disabled) debugging code 2007-12-08 01:37:09 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Repair a transform that Chris noticed a bug in. Thanks to Nicholas for pointing out my stupid mistakes when writing this patch. :-) 2007-12-28 07:42:12 +00:00
LICM.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
LoopIndexSplit.cpp If ExitValue operand is also defined in Loop header then 2007-12-03 19:17:21 +00:00
LoopRotation.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
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 Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
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 Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
Makefile
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp At the point of calculating the shift amount, the 2007-11-06 20:39:11 +00:00
SCCP.cpp
SimplifyCFG.cpp Rename isNoReturn to doesNotReturn, and isNoUnwind to 2007-12-18 09:59:50 +00:00
TailDuplication.cpp Disable tail duplication of call instructions. The cost 2007-11-04 06:37:55 +00:00
TailRecursionElimination.cpp