summaryrefslogtreecommitdiff
path: root/test/BugPoint
AgeCommit message (Expand)AuthorFilesLines
2015-04-20bugpoint Enhancement.JF Bastien1-0/+17
2015-03-26bugpoint: Verify input filesDuncan P. N. Exon Smith1-4/+4
2015-03-20Bugpoint: Fix invalid 'inlinedAt:' references in testcaseDuncan P. N. Exon Smith1-6/+6
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-5/+5
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-0/+0
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-6/+6
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-19/+19
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-3/+3
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-3/+3
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-3/+3
2014-07-11llvm/test/BugPoint/compile-custom.ll: Use explicit %python to invoke a test s...NAKAMURA Takumi1-1/+1
2014-04-27Revert r206989, "Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak."...NAKAMURA Takumi1-2/+0
2014-04-23Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak.NAKAMURA Takumi1-0/+2
2014-03-13llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112]NAKAMURA Takumi1-1/+1
2014-03-10[bugpoint] Add testcase for r203343.Adam Nemet2-0/+22
2013-11-23Debug Info: update testing cases to specify the debug info version number.Manman Ren1-6/+9
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-1/+0
2013-08-06Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren1-4/+8
2013-08-04Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson3-3/+0
2013-08-02Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher1-8/+4
2013-08-01Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren1-4/+8
2012-10-26Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola3-3/+3
2012-10-18Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>Bob Wilson3-0/+3
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2010-11-29test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi3-8/+6
2010-08-24XFAIL this on mingw, following remove_arguments_test.ll.Dan Gohman1-0/+1
2010-08-24Add a testcase for basic bugpointing in the presence of metadata.Dan Gohman1-0/+34
2010-08-09XFAIL for mingw that has no plugins.Rafael Espindola2-0/+2
2010-08-08Use %shlibext instead of .soRafael Espindola2-2/+2
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2-2/+4
2010-06-07Fix this test to work under lit.Dan Gohman1-1/+1
2010-06-07Run dead type elimination after dead argument elimination.Dan Gohman1-2/+6
2010-06-07Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman1-0/+2
2009-09-07Use -output-prefix in bugpoint tests so that outputs go in temp directory (andDaniel Dunbar2-2/+2
2009-08-08remove nondeterminstic test.Chris Lattner1-13/+0
2009-06-12Fix regular expression.Nick Lewycky1-1/+1
2009-06-11XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy...Nick Lewycky1-0/+3
2009-03-21Re-commit r67334 and r67349 with fix.Evan Cheng2-2/+2
2009-03-20Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky2-2/+2
2009-03-20Fix typo's.Evan Cheng1-1/+1
2009-03-19More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng2-2/+2
2009-03-03Remove accidental check-ins in r65960. :-(Bill Wendling1-1/+1
2009-03-03Use > instead of >=. We want to promote aggregates of 128-bytes.Bill Wendling1-1/+1
2008-06-16this is unneeded now.Chris Lattner1-3/+0
2008-06-16resolve PR2453 by adding a run line.Chris Lattner1-2/+3
2008-06-13XFAIL some tests that became failing due to the extra error reporting recentl...Matthijs Kooijman1-0/+2
2008-06-12Pass -silence-passes to bugpoint in testcases, this makes two out of three bu...Matthijs Kooijman3-3/+3
2008-02-17Remove llvm-upgradeTanya Lattner1-10/+6
2007-06-29Convert .cvsignore filesJohn Criswell1-5/+0
2007-04-15For PR1319:Reid Spencer1-2/+2