..
ADCE.cpp
Let instcombiner remove redundant dbg intrinsics.
2008-11-19 18:59:41 +00:00
BasicBlockPlacement.cpp
CMakeLists.txt
CMake: updated list of source files.
2008-11-05 00:11:22 +00:00
CodeGenPrepare.cpp
don't call MergeBasicBlockIntoOnlyPred on a block whose only
2008-11-28 19:54:49 +00:00
CondPropagate.cpp
Factor some code into a new FoldSingleEntryPHINodes method.
2008-12-03 19:44:02 +00:00
ConstantProp.cpp
DCE.cpp
simplify this logic.
2008-11-27 22:46:09 +00:00
DeadStoreElimination.cpp
Reimplement the inner loop of DSE. It now uniformly uses getDependence(),
2008-12-06 00:53:22 +00:00
GVN.cpp
Make a few major changes to memdep and its clients:
2008-12-05 21:04:20 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
Revert r60042. IndVarSimplify should check if APFloat is PPCDoubleDouble first before trying to convert it to an integer.
2008-11-26 01:11:57 +00:00
InstructionCombining.cpp
Remove some errors that crept in. No functionality change.
2008-12-02 06:24:20 +00:00
JumpThreading.cpp
Start simplifying a switch that has a successor that is a switch.
2008-12-04 06:31:07 +00:00
LICM.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopDeletion.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopIndexSplit.cpp
Rewrite code that 1) filters loops and 2) calculates new loop bounds.
2008-12-04 21:38:42 +00:00
LoopRotation.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopStrengthReduce.cpp
Make LoopStrengthReduce smarter about hoisting things out of
2008-12-05 21:47:27 +00:00
LoopUnroll.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopUnswitch.cpp
switch a couple more calls to use array_pod_sort.
2008-12-01 06:52:57 +00:00
Makefile
MemCpyOptimizer.cpp
Make a few major changes to memdep and its clients:
2008-12-05 21:04:20 +00:00
PredicateSimplifier.cpp
Silence unused variable warnings.
2008-11-21 20:00:59 +00:00
Reassociate.cpp
Fix build failure.
2008-11-21 21:00:20 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
Allow SROA of vectors. Removing this caused a
2008-11-04 20:54:03 +00:00
SCCP.cpp
Fix unused variable warnings.
2008-11-21 01:52:59 +00:00
SimplifyCFGPass.cpp
Large mechanical patch.
2008-09-25 21:00:45 +00:00
SimplifyHalfPowrLibCalls.cpp
Add a new pass to simplify specific half_powr function calls. This is
2008-11-04 23:41:45 +00:00
SimplifyLibCalls.cpp
Optimize memmove and memset into the LLVM builtins. Note that these
2008-11-30 08:32:11 +00:00
TailDuplication.cpp
simplify code.
2008-11-27 22:56:14 +00:00
TailRecursionElimination.cpp