summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAge
...
* Restructure dead argument elimination, try #3 :-)Matthijs Kooijman2008-07-10
* Restore DeadArgElim back to 52570. It's breaking 447.dealII.Evan Cheng2008-06-25
* Pacify gcc-4.3.Duncan Sands2008-06-25
* Fix a (false) warning on darwin.Matthijs Kooijman2008-06-25
* Fix some cosmetics in comments.Matthijs Kooijman2008-06-25
* Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu...Matthijs Kooijman2008-06-24
* Rename a few variables to be more consistent.Matthijs Kooijman2008-06-24
* Use Instruction::eraseFromParent().Dan Gohman2008-06-21
* Back out Matthijs' DAE patches. It's miscompiling gcc driver.Evan Cheng2008-06-21
* 80 column and trailing whitespace fixes.Matthijs Kooijman2008-06-20
* Don't let DeadArgumentElimination attempt to update callers when the returnMatthijs Kooijman2008-06-20
* Don't let DeadArgElimination change the return type ({} into void and {T}Matthijs Kooijman2008-06-20
* Explicitely track if any arguments or return values were removed inMatthijs Kooijman2008-06-20
* Remove debug output.Matthijs Kooijman2008-06-20
* Recommit r52459, rewriting of the dead argument elimination pass.Matthijs Kooijman2008-06-20
* Use the common API for adding instructions to basic blocks instead ofDan Gohman2008-06-19
* Use a CallSite to find the nth argument of a call/invoke instruction instead ofMatthijs Kooijman2008-06-19
* Revert r52459, which was causing an infinite loop or massive slowdown on Mult...Owen Anderson2008-06-18
* Rewrite the DeadArgumentElimination pass, to use a more explicit tracking ofMatthijs Kooijman2008-06-18
* Reapply r52397 (make IPConstProp promote returned arguments), but fixed thisMatthijs Kooijman2008-06-18
* Reapply r52396, it was unrelated to the breakage (that was caused by r52397, myMatthijs Kooijman2008-06-18
* revert recent patch which is causing widespread breakage.Chris Lattner2008-06-17
* Learn IPConstProp to propagate arguments that are directly returned. StrictlyMatthijs Kooijman2008-06-17
* Learn IPConstProp to look at individual return values and propagate themMatthijs Kooijman2008-06-17
* Fix PR2411, where ip constant prop would propagate theChris Lattner2008-06-09
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-05
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-05
* Use use_iterator::getOperandNo instead of CallSite::hasArgument to check if aMatthijs Kooijman2008-06-05
* Replace two manual loops with calls to CallSite::hasArguments (no functional ...Matthijs Kooijman2008-06-04
* Use eraseFromParent() instead of doing that manually in two places.Matthijs Kooijman2008-05-30
* convert more operand loops to iterator formulationGabor Greif2008-05-29
* Fix some constructs that gcc-4.4 warns about.Duncan Sands2008-05-27
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* Indent fix.Matthijs Kooijman2008-05-23
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-23
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-23
* Less conservative verison of previous patch,Dale Johannesen2008-05-16
* Weak functions not declared non-throwing might beDale Johannesen2008-05-16
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Simplify internalize pass. Add test case.Devang Patel2008-05-14
* 80 col / tabs fixesNate Begeman2008-05-13
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Fix a type and formatting.Duncan Sands2008-05-09
* Improve pass documentation and comments.Gordon Henriksen2008-05-08
* Check linkage.Devang Patel2008-05-08
* Make several variable declarations static.Dan Gohman2008-05-06
* Delete the IPO simplify-libcalls and completely reimplement it asChris Lattner2008-05-01
* use string length computation to generalize several xforms.Chris Lattner2008-04-30
* Implement more aggressive support for analyzing string length. ThisChris Lattner2008-04-29