summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* typo + pastoAndrew Trick2011-09-29
* LSR: rewrite inner loops only.Andrew Trick2011-09-29
* indvars should hoist [sz]ext because licm is not rerun.Andrew Trick2011-09-28
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-27
* Disable LSR retry by default.Andrew Trick2011-09-27
* LSR, one of the new Cost::isLoser() checks did not get merged in the previous...Andrew Trick2011-09-26
* LSR cost metric minor fix and verification.Andrew Trick2011-09-26
* LSR minor bug fix in RateRegister.Andrew Trick2011-09-23
* PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman2011-09-22
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-20
* Relax this condition.Bill Wendling2011-09-20
* Place the check for an exit landing pad where it will be run on both code pat...Bill Wendling2011-09-20
* Omit extracting a loop if one of the exits is a landing pad.Bill Wendling2011-09-20
* Check the terminator, not the basic block.Bill Wendling2011-09-20
* When extracting a basic block that ends in an 'invoke' instruction, we need toBill Wendling2011-09-20
* Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling2011-09-20
* If simple ownership works then friendship is not required.Devang Patel2011-09-20
* Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...Bill Wendling2011-09-20
* Update GCOVLines to provide interfaces to write line table and calculate comp...Devang Patel2011-09-20
* Fix comments.Bill Wendling2011-09-20
* Update comment.Devang Patel2011-09-20
* Use StringRef instead of std::string.Devang Patel2011-09-20
* Eliminate unnecessary copy of FileName from GCOVLines. Devang Patel2011-09-20
* There is no need to write a local utility routine to find subprogram info if ...Devang Patel2011-09-20
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-19
* If we are extracting a basic block that ends in an invoke call, we must alsoBill Wendling2011-09-19
* Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...Eli Friedman2011-09-19
* [indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick2011-09-19
* 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