.. |
ADCE.cpp
|
|
|
BasicBlockPlacement.cpp
|
|
|
CodeGenPrepare.cpp
|
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
|
2008-05-23 21:05:58 +00:00 |
CondPropagate.cpp
|
|
|
ConstantProp.cpp
|
|
|
DCE.cpp
|
|
|
DeadStoreElimination.cpp
|
|
|
GCSE.cpp
|
|
|
GVN.cpp
|
Teach GVN to not assert on vector comparisons
|
2008-05-18 19:49:05 +00:00 |
GVNPRE.cpp
|
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.)
|
2008-05-16 19:29:10 +00:00 |
IndVarSimplify.cpp
|
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
|
2008-05-23 21:05:58 +00:00 |
InstructionCombining.cpp
|
Implement PR2370: memmove(x,x,size) -> noop.
|
2008-05-28 05:30:41 +00:00 |
JumpThreading.cpp
|
Fix some constructs that gcc-4.4 warns about.
|
2008-05-27 11:50:51 +00:00 |
LICM.cpp
|
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
|
2008-05-23 21:05:58 +00:00 |
LoopDeletion.cpp
|
Remove debugging code.
|
2008-05-29 08:15:48 +00:00 |
LoopIndexSplit.cpp
|
Do not erase induction variable increment if it is used outside the loop.
|
2008-05-19 22:23:55 +00:00 |
LoopRotation.cpp
|
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
|
2008-05-23 21:05:58 +00:00 |
LoopStrengthReduce.cpp
|
Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into load and shuffle instructions.
|
2008-05-24 00:07:06 +00:00 |
LoopUnroll.cpp
|
|
|
LoopUnswitch.cpp
|
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
|
2008-05-23 21:05:58 +00:00 |
Makefile
|
|
|
MemCpyOptimizer.cpp
|
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.)
|
2008-05-16 19:29:10 +00:00 |
PredicateSimplifier.cpp
|
InequalityGraph::node() can create new nodes, invalidating iterators across
|
2008-05-27 00:59:05 +00:00 |
Reassociate.cpp
|
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.)
|
2008-05-16 19:29:10 +00:00 |
Reg2Mem.cpp
|
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.)
|
2008-05-16 19:29:10 +00:00 |
Scalar.cpp
|
|
|
ScalarReplAggregates.cpp
|
Use isSingleValueType instead of isFirstClassType to
|
2008-05-23 00:12:03 +00:00 |
SCCP.cpp
|
Fix PR2358 by resolving calls with undef arguments to overdefined.
|
2008-05-24 03:59:33 +00:00 |
SimplifyCFGPass.cpp
|
|
|
SimplifyLibCalls.cpp
|
Fix PR2341 - when the length is 4 use an i32 not
|
2008-05-19 09:27:24 +00:00 |
TailDuplication.cpp
|
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
|
2008-05-23 21:05:58 +00:00 |
TailRecursionElimination.cpp
|
|
|