summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Teach the ARC optimizer about the !clang.arc.copy_on_escape metadataDan Gohman2011-10-17
* Fixed quoting on default data layout option.Lang Hames2011-10-17
* Add support for the Objective-C personality function to the instructionBill Wendling2011-10-17
* Suppress partial retain+release elimination when there's aDan Gohman2011-10-17
* Correct over-zealous removal of hack.Bill Wendling2011-10-17
* Temporarily XFAIL waiting for a fix.Bill Wendling2011-10-17
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-17
* Oops! Fix testcase.Nick Lewycky2011-10-16
* When looking for dependencies on the src pointer, scan the src pointer. ScanningNick Lewycky2011-10-16
* Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick2011-10-15
* Reapply r141870, SCEV expansion of post-inc.Andrew Trick2011-10-13
* Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick2011-10-13
* LSR: Reuse the post-inc expansion of expressions.Andrew Trick2011-10-13
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-12
* Fix PR11106 by correcting a typo that has been in the code for over a year. ThisCameron Zwarich2011-10-11
* Add a test for PR10565.Cameron Zwarich2011-10-11
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-11
* Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick2011-10-11
* Added a testcase for r141599, rdar://problem/10063881.Lang Hames2011-10-11
* Unit test for LSR phi reuse in r141442.Andrew Trick2011-10-08
* Teach GVN to also propagate switch cases. For example, in this codeDuncan Sands2011-10-07
* PR11061: Make simplifylibcalls fold strcmp("", x) correctly.Eli Friedman2011-10-05
* Revert 141203. InstCombine is looping on unit tests.Jim Grosbach2011-10-05
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-05
* Update InstCombine worklist after instruction transform is complete.Jim Grosbach2011-10-05
* GVN does simple propagation of conditions: when it sees a conditionalDuncan Sands2011-10-05
* Generalize GVN's conditional propagation logic slightly:Duncan Sands2011-10-05
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-04
* Unit test for r140919, loop unroll heuristics.Andrew Trick2011-10-04
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* Add a new icmp+select optz'n. Also shows off the load(cst) folding added inNick Lewycky2011-10-02
* float comparison to double 'zero' constant can just be a float 'zero.'Jim Grosbach2011-09-30
* Add forgotten tests that the cleanup flag is cleared if thereDuncan Sands2011-09-30
* Inlining often produces landingpad instructions with repeatedDuncan Sands2011-09-30
* When eliminating unnecessary retain+autorelease on return values,Dan Gohman2011-09-29
* Don't eliminate objc_retainBlock calls on stack objects if theDan Gohman2011-09-29
* Test case for r140670: indvars should hoist sext.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
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-26
* Upgrade a couple more tests to the new atomic instructions.Eli Friedman2011-09-26
* 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
* Update this test to the new EH model.Bill Wendling2011-09-20
* Update to new EH model.Bill Wendling2011-09-20
* Update to the new EH syntax.Bill Wendling2011-09-19
* Dramatically reduce this testcase.Bill Wendling2011-09-19
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-19
* Update test to remove the 'unwind' instruction.Bill Wendling2011-09-19
* Replace uses of unwind with unreachable for the same effect.Bill Wendling2011-09-19