aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Added back in the test for arc-annotations.Michael Gottesman2013-03-271-0/+307
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-276-47/+47
* Add test case for commit r178031.Ulrich Weigand2013-03-261-0/+50
* Remove testcase. It's failing on some platforms but not others.Bill Wendling2013-03-261-306/+0
* Hmm...not failing...oddBill Wendling2013-03-261-1/+0
* Temporarily XFAIL this test until Michael can look at it.Bill Wendling2013-03-261-0/+1
* [ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman2013-03-261-0/+306
* Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall2013-03-251-0/+63
* Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang2013-03-251-0/+10
* Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...NAKAMURA Takumi2013-03-252-0/+4
* Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison2013-03-251-2/+2
* InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison2013-03-251-0/+142
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-221-0/+11
* Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling2013-03-221-0/+5
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-221-0/+12
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-211-1/+1
* Remove unused field in DISubprogramDavid Blaikie2013-03-216-9/+9
* Update some EH tests that were violating the new EH model.Bill Wendling2013-03-213-6/+16
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-215-22/+41
* Remove unused field in DICompileUnitDavid Blaikie2013-03-202-2/+2
* Don't assume the test directory is writable, use %T to find a writableNick Lewycky2013-03-202-8/+8
* IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison2013-03-191-0/+69
* Emit the linkage name instead of the function name, when available. This meansNick Lewycky2013-03-191-0/+25
* Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren2013-03-181-0/+11
* Initially forgotten-to-svn-add test case for r177279.David Tweed2013-03-181-0/+14
* Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman2013-03-172-87/+27
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-175-7/+13
* Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie2013-03-171-3/+4
* The promised test case for r175939.Michael Gottesman2013-03-171-0/+100
* LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer2013-03-141-6/+10
* Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer2013-03-141-1/+1
* LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer2013-03-141-0/+62
* Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang2013-03-141-0/+105
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-142-16/+38
* Remove a change to the debug info in this test, that I made while testingNick Lewycky2013-03-141-1/+1
* Try using %S to find the emitted .gcno file.Nick Lewycky2013-03-141-5/+5
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-142-0/+28
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-135-7/+9
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-133-5/+6
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-123-3/+3
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-121-1/+1
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-1228-40/+18
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-114-46/+47
* Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2013-03-111-0/+77
* Fix test case.Benjamin Kramer2013-03-091-2/+2
* Test case hygiene.Benjamin Kramer2013-03-092-24/+24
* LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer2013-03-091-0/+70
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-0828-0/+40
* Force cpu in test.Benjamin Kramer2013-03-081-1/+1
* Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer2013-03-081-0/+35