summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth2013-04-07
* An objc_retain can serve as a use for a different pointer.Michael Gottesman2013-04-05
* Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman2013-04-05
* Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang2013-04-05
* LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer2013-04-04
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-03
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-02
* Correct assertion conditionShuxin Yang2013-04-01
* X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer2013-04-01
* Implement XOR reassociation. It is based on following rules:Shuxin Yang2013-03-30
* Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman2013-03-29
* Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman2013-03-29
* Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman2013-03-28
* [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman2013-03-28
* Remove -O3.Akira Hatanaka2013-03-28
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Check if Type is a vector before calling function Type::getVectorNumElements.Akira Hatanaka2013-03-28
* Added back in the test for arc-annotations.Michael Gottesman2013-03-27
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Add test case for commit r178031.Ulrich Weigand2013-03-26
* Remove testcase. It's failing on some platforms but not others.Bill Wendling2013-03-26
* Hmm...not failing...oddBill Wendling2013-03-26
* Temporarily XFAIL this test until Michael can look at it.Bill Wendling2013-03-26
* [ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman2013-03-26
* Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall2013-03-25
* Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang2013-03-25
* Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...NAKAMURA Takumi2013-03-25
* Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison2013-03-25
* InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison2013-03-25
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-22
* Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling2013-03-22
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-22
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-21
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Update some EH tests that were violating the new EH model.Bill Wendling2013-03-21
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-21
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* Don't assume the test directory is writable, use %T to find a writableNick Lewycky2013-03-20
* IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison2013-03-19
* Emit the linkage name instead of the function name, when available. This meansNick Lewycky2013-03-19
* Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren2013-03-18
* Initially forgotten-to-svn-add test case for r177279.David Tweed2013-03-18
* Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman2013-03-17
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie2013-03-17
* The promised test case for r175939.Michael Gottesman2013-03-17
* LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer2013-03-14
* Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer2013-03-14
* LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer2013-03-14
* Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang2013-03-14