summaryrefslogtreecommitdiff
path: root/test/BugPoint
AgeCommit message (Expand)Author
2017-06-09bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie
2017-04-13llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-esca...NAKAMURA Takumi
2017-02-20[IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.Davide Italiano
2016-10-25Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman
2016-10-18Disable fatal errors in the Verifier instantiated by bugpoint's crashAdrian Prantl
2016-10-06Revert "Add -strip-nonlinetable-debuginfo capability"Michael Ilseman
2016-10-06Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-11Add a missing DICompileUnit to testcase.Adrian Prantl
2016-04-11Revert accidentally committed changeAdrian Prantl
2016-04-11Add missing DICompileUnit to this testcaseAdrian Prantl
2015-11-06[bugpoint] Add a named metadata (+their operands) reducerKeno Fischer
2015-09-16Make the default triple optional by allowing an empty stringMehdi Amini
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-07-26Fix typo in commentTobias Grosser
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-20bugpoint Enhancement.JF Bastien
2015-03-26bugpoint: Verify input filesDuncan P. N. Exon Smith
2015-03-20Bugpoint: Fix invalid 'inlinedAt:' references in testcaseDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-07-11llvm/test/BugPoint/compile-custom.ll: Use explicit %python to invoke a test s...NAKAMURA Takumi
2014-04-27Revert r206989, "Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak."...NAKAMURA Takumi
2014-04-23Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak.NAKAMURA Takumi
2014-03-13llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112]NAKAMURA Takumi
2014-03-10[bugpoint] Add testcase for r203343.Adam Nemet
2013-11-23Debug Info: update testing cases to specify the debug info version number.Manman Ren
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-08-06Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren
2013-08-04Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson
2013-08-02Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher
2013-08-01Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren
2012-10-26Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola
2012-10-18Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>Bob Wilson
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2010-11-29test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi
2010-08-24XFAIL this on mingw, following remove_arguments_test.ll.Dan Gohman
2010-08-24Add a testcase for basic bugpointing in the presence of metadata.Dan Gohman
2010-08-09XFAIL for mingw that has no plugins.Rafael Espindola
2010-08-08Use %shlibext instead of .soRafael Espindola
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola
2010-06-07Fix this test to work under lit.Dan Gohman
2010-06-07Run dead type elimination after dead argument elimination.Dan Gohman
2010-06-07Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman