.. |
ADCE.cpp
|
|
|
BasicBlockPlacement.cpp
|
|
|
CMakeLists.txt
|
VS build fix, patch by Marius Wachtler.
|
2009-10-27 02:14:13 +00:00 |
CodeGenLICM.cpp
|
|
|
CodeGenPrepare.cpp
|
Move zext and sext casts fed by loads into the same block as the
|
2009-10-16 20:59:35 +00:00 |
CondPropagate.cpp
|
|
|
ConstantProp.cpp
|
|
|
DCE.cpp
|
|
|
DeadStoreElimination.cpp
|
Rename MallocFreeHelper as MemoryBuiltins
|
2009-10-27 20:05:49 +00:00 |
GEPSplitter.cpp
|
Check in the experimental GEP splitter pass. This pass splits complex
|
2009-10-26 19:12:14 +00:00 |
GVN.cpp
|
Rename MallocFreeHelper as MemoryBuiltins
|
2009-10-27 20:05:49 +00:00 |
IndVarSimplify.cpp
|
Factor out redundancy from clone() implementations.
|
2009-10-27 22:16:29 +00:00 |
InstructionCombining.cpp
|
Rename MallocFreeHelper as MemoryBuiltins
|
2009-10-27 20:05:49 +00:00 |
JumpThreading.cpp
|
|
|
LICM.cpp
|
|
|
LoopDeletion.cpp
|
Simplify this code. LoopDeletion doesn't need to explicit check that
|
2009-10-26 22:18:58 +00:00 |
LoopIndexSplit.cpp
|
Remove ICmpInst::isSignedPredicate which was a reimplementation
|
2009-10-25 05:20:17 +00:00 |
LoopRotation.cpp
|
Fix a typo in a comment.
|
2009-10-26 15:55:24 +00:00 |
LoopStrengthReduce.cpp
|
Make LSR's OptimizeShadowIV ignore induction variables with negative
|
2009-10-26 15:32:57 +00:00 |
LoopUnroll.cpp
|
|
|
LoopUnswitch.cpp
|
Restore LoopUnswitch's block-oriented threshold. LoopUnswitch now checks both
|
2009-10-20 20:06:09 +00:00 |
Makefile
|
|
|
MemCpyOptimizer.cpp
|
|
|
Reassociate.cpp
|
Make changes to rev 84292 as requested by Chris Lattner.
|
2009-10-21 19:11:40 +00:00 |
Reg2Mem.cpp
|
|
|
Scalar.cpp
|
|
|
ScalarReplAggregates.cpp
|
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only subclass of AllocationInst, so it no longer is necessary.
|
2009-10-23 21:09:37 +00:00 |
SCCP.cpp
|
Rename MallocFreeHelper as MemoryBuiltins
|
2009-10-27 20:05:49 +00:00 |
SCCVN.cpp
|
Add a straight-forward implementation of SCCVN for aggressively eliminating scalar redundancies.
|
2009-10-26 23:55:47 +00:00 |
SimplifyCFGPass.cpp
|
|
|
SimplifyHalfPowrLibCalls.cpp
|
|
|
SimplifyLibCalls.cpp
|
Add objectsize intrinsic and hook it up through codegen. Doesn't
|
2009-10-27 00:52:25 +00:00 |
TailDuplication.cpp
|
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only subclass of AllocationInst, so it no longer is necessary.
|
2009-10-23 21:09:37 +00:00 |
TailRecursionElimination.cpp
|
|
|