summaryrefslogtreecommitdiffstats
path: root/test/BugPoint
Commit message (Expand)AuthorAgeFilesLines
* bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie2017-06-091-0/+21
* llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-esca...NAKAMURA Takumi2017-04-131-1/+1
* [IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.Davide Italiano2017-02-201-1/+1
* Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman2016-10-252-5/+20
* Disable fatal errors in the Verifier instantiated by bugpoint's crashAdrian Prantl2016-10-181-0/+22
* Revert "Add -strip-nonlinetable-debuginfo capability"Michael Ilseman2016-10-062-20/+5
* Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman2016-10-062-5/+20
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-2/+2
* Add a missing DICompileUnit to testcase.Adrian Prantl2016-04-111-6/+7
* Revert accidentally committed changeAdrian Prantl2016-04-111-2/+0
* Add missing DICompileUnit to this testcaseAdrian Prantl2016-04-111-0/+2
* [bugpoint] Add a named metadata (+their operands) reducerKeno Fischer2015-11-061-0/+39
* Make the default triple optional by allowing an empty stringMehdi Amini2015-09-161-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-1/+1
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-3/+3
* Fix typo in commentTobias Grosser2015-07-261-2/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-10/+10
* bugpoint Enhancement.JF Bastien2015-04-201-0/+17
* bugpoint: Verify input filesDuncan P. N. Exon Smith2015-03-261-4/+4
* Bugpoint: Fix invalid 'inlinedAt:' references in testcaseDuncan P. N. Exon Smith2015-03-201-6/+6
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-5/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-0/+0
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-6/+6
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-19/+19
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-3/+3
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-3/+3
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-3/+3
* llvm/test/BugPoint/compile-custom.ll: Use explicit %python to invoke a test s...NAKAMURA Takumi2014-07-111-1/+1
* Revert r206989, "Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak."...NAKAMURA Takumi2014-04-271-2/+0
* Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak.NAKAMURA Takumi2014-04-231-0/+2
* llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112]NAKAMURA Takumi2014-03-131-1/+1
* [bugpoint] Add testcase for r203343.Adam Nemet2014-03-102-0/+22
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-231-6/+9
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-4/+8
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-043-3/+0
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-8/+4
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-4/+8
* Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola2012-10-263-3/+3
* Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>Bob Wilson2012-10-183-0/+3
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-293-8/+6
* XFAIL this on mingw, following remove_arguments_test.ll.Dan Gohman2010-08-241-0/+1
* Add a testcase for basic bugpointing in the presence of metadata.Dan Gohman2010-08-241-0/+34
* XFAIL for mingw that has no plugins.Rafael Espindola2010-08-092-0/+2
* Use %shlibext instead of .soRafael Espindola2010-08-082-2/+2
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-072-2/+4
* Fix this test to work under lit.Dan Gohman2010-06-071-1/+1
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-071-2/+6
* Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman2010-06-071-0/+2