summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-15
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-15
* Don't mark objc_retainBlock as nounwind. It calls user copy constructorsDan Gohman2011-09-14
* objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman2011-09-14
* [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick2011-09-13
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-13
* [indvars] Fix bugs in floating point IV range checks noticed by inspection.Andrew Trick2011-09-13
* Add comment to clarify the behavior of a helper in DSE.Eli Friedman2011-09-13
* Correct grammar.Eli Friedman2011-09-13
* Change a bunch of isVolatile() checks to check for atomic load/store as well.Eli Friedman2011-09-12
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-12
* [disable-iv-rewrite] Allow WidenIV to handle NSW/NUW operationsAndrew Trick2011-09-10
* Comment formatting.Andrew Trick2011-09-09
* Add -verify-indvars for imperfect SCEV trip count verification after indvars.Andrew Trick2011-09-06
* Use IRBuilder.Devang Patel2011-09-06
* Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Delete trivial landing pads that just continue unwinding the caughtDuncan Sands2011-09-05
* Use Duncan's patch to delete the instructions in reverse order (minus the lan...Bill Wendling2011-09-04
* Update comments to reflect reality.Bill Wendling2011-09-02
* Enable SCEV-based unrolling by default.Andrew Trick2011-09-02
* Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak2011-09-02
* Reduce indentation. No functionality change.Bill Wendling2011-09-01
* Change worklist driven deletion to be an iterative process.Bill Wendling2011-09-01
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-01
* Resubmit with fix. Properly remove the instructions except for landingpad, wh...Bill Wendling2011-09-01
* Submitted this too early.Bill Wendling2011-09-01
* Don't DCE the landingpad instruction.Bill Wendling2011-09-01
* Make sure we aren't deleting the landingpad instruction.Bill Wendling2011-08-31
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Speculatively revert r138809 in an attempt to fix DragonEgg.Owen Anderson2011-08-30
* When walking backwards to eliminate final stores to allocas at the end of a f...Owen Anderson2011-08-30
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-29
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-28
* Don't sink landingpad instructions during ind-var simplification.Bill Wendling2011-08-26
* Address review comments.Benjamin Kramer2011-08-26
* SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...Benjamin Kramer2011-08-26
* LSR wants to split the landing pad's critical edge. Let it do it, but use theBill Wendling2011-08-25
* When inserting new instructions, use getFirstInsertionPt instead ofBill Wendling2011-08-25
* Skip the landingpad instruction when determining the insertion point.Bill Wendling2011-08-24
* Use getFirstInsertionPt instead of getFirstNonPHI so that it skips to the properBill Wendling2011-08-24
* Fix a crashing bug in SplitBlock when it is called on a block with noRafael Espindola2011-08-24
* Add a comment.Dan Gohman2011-08-22
* Constant pointers to objects don't need reference counting.Dan Gohman2011-08-22
* If we're splitting the landing pad block and assigning it only one predecessor,Bill Wendling2011-08-19
* The landingpad instruction isn't dead simply because it's value isn't used.Bill Wendling2011-08-19
* Make a bunch of symbols private.Benjamin Kramer2011-08-19
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-19
* Track a retain+release nesting level independently of theDan Gohman2011-08-19
* Intelligently split the landing pad block.Bill Wendling2011-08-19