aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2013-03-26Hmm...not failing...oddBill Wendling
2013-03-26Temporarily XFAIL this test until Michael can look at it.Bill Wendling
2013-03-26[ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman
2013-03-25PNaCl ABI: add passes to cleanup/finalize some linkage types and resolve alia...Derek Schuff
2013-03-25Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall
2013-03-25Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang
2013-03-25Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...NAKAMURA Takumi
2013-03-25PNaCl: Fix ExpandTls to handle GlobalAliases of thread-local variablesMark Seaborn
2013-03-25Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison
2013-03-25InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison
2013-03-22Kill every call to @clang.arc.use in the ARC contract phase.John McCall
2013-03-22Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21PNaCl: Add ExpandVarArgs pass for expanding out variable-args function callsMark Seaborn
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Update some EH tests that were violating the new EH model.Bill Wendling
2013-03-21Move library call prototype attribute inference to functionattrsMeador Inge
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-20Merge remote-tracking branch 'origin/master'Eli Bendersky
2013-03-20Don't assume the test directory is writable, use %T to find a writableNick Lewycky
2013-03-19IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison
2013-03-19Emit the linkage name instead of the function name, when available. This meansNick Lewycky
2013-03-18Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren
2013-03-18Initially forgotten-to-svn-add test case for r177279.David Tweed
2013-03-17Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-17Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie
2013-03-17The promised test case for r175939.Michael Gottesman
2013-03-15PNaCl: Add ExpandConstantExpr pass for converting ConstantExprs to InstructionsMark Seaborn
2013-03-14LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer
2013-03-14Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer
2013-03-14LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer
2013-03-14Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth
2013-03-14Remove a change to the debug info in this test, that I made while testingNick Lewycky
2013-03-14Try using %S to find the emitted .gcno file.Nick Lewycky
2013-03-14Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-03-11Don't remove a landing pad if the invoke requires a table entry.Bill Wendling
2013-03-09Fix test case.Benjamin Kramer
2013-03-09Test case hygiene.Benjamin Kramer
2013-03-09LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung