.. |
ADCE.cpp
|
Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes
|
2005-10-24 01:40:23 +00:00 |
BasicBlockPlacement.cpp
|
Remove trailing whitespace
|
2005-04-21 23:48:37 +00:00 |
CondPropagate.cpp
|
|
|
ConstantProp.cpp
|
Remove trailing whitespace
|
2005-04-21 23:48:37 +00:00 |
CorrelatedExprs.cpp
|
Switch this to using ETForest instead of DominatorSet to compute itself.
|
2006-01-11 05:09:40 +00:00 |
DCE.cpp
|
|
|
DeadStoreElimination.cpp
|
Fix a bug where we didn't realize that vaarg reads memory. This fixes
|
2005-11-30 19:38:22 +00:00 |
GCSE.cpp
|
Switch these to using ETForest instead of DominatorSet to compute itself.
|
2006-01-11 05:10:20 +00:00 |
IndVarSimplify.cpp
|
Fix a crash building 176.gcc due to my recent patch, which only fixed
|
2005-11-18 18:30:47 +00:00 |
InstructionCombining.cpp
|
Added instcombine support for extractelement.
|
2006-01-13 22:48:06 +00:00 |
LICM.cpp
|
prevent va_arg from being hoisted from a loop
|
2005-06-20 13:36:33 +00:00 |
LoopStrengthReduce.cpp
|
Switch these to using ETForest instead of DominatorSet to compute itself.
|
2006-01-11 05:10:20 +00:00 |
LoopUnroll.cpp
|
|
|
LoopUnswitch.cpp
|
|
|
LowerGC.cpp
|
FunctionPass's cannot do IPO things.
|
2006-01-14 19:30:35 +00:00 |
LowerPacked.cpp
|
Added lower packed support for the extractelement operation.
|
2006-01-10 19:05:05 +00:00 |
Makefile
|
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
|
2005-10-24 02:26:13 +00:00 |
PRE.cpp
|
|
|
Reassociate.cpp
|
Fix a problem that Dan Berlin noticed, where reassociation would not succeed
|
2005-09-02 07:07:58 +00:00 |
Reg2Mem.cpp
|
since reg2mem requires it, might as well mention that it preserves it
|
2005-11-25 16:04:54 +00:00 |
ScalarReplAggregates.cpp
|
Fix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash.ll, a crash on undefined
|
2005-12-14 17:23:59 +00:00 |
SCCP.cpp
|
Added lower packed support for the extractelement operation.
|
2006-01-10 19:05:05 +00:00 |
SimplifyCFG.cpp
|
|
|
TailDuplication.cpp
|
Remove trailing whitespace
|
2005-04-21 23:48:37 +00:00 |
TailRecursionElimination.cpp
|
Implement Transforms/TailCallElim/return-undef.ll, a trivial case
|
2005-11-05 08:21:11 +00:00 |