aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/BugPoint
AgeCommit message (Expand)AuthorFilesLines
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta1-1/+1
2023-03-16[opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pmArthur Eubanks1-1/+1
2022-12-13[BugPoint] Convert tests to opaque pointers (NFC)Nikita Popov4-7/+7
2021-04-27[AIX] Add %pluginext and update tests to use proper pluginextDavid Tenty12-18/+18
2020-09-15[Bugpoint][NewPM] Pin bugpoint to legacy PMArthur Eubanks1-1/+1
2019-12-24Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song2-3/+3
2019-12-16[Bugpoint] Do not create illegal function attribute combosDavid Greene1-0/+16
2019-11-19bugpoint: Add option to disable attribute removalMatt Arsenault1-4/+8
2019-10-30[bugpoint] Reduce metadata that does not contribute to crash.Florian Hahn2-10/+28
2019-05-17[Bugpoint] Only run plugins tests if plugins are enabledPetr Hosek10-10/+10
2019-01-03Python compat - print statementSerge Guelton1-0/+2
2018-12-19[bugpoint][PR29027] Reduce function attributesBrian Gesiak2-0/+22
2018-12-10[bugpoint] Find 'opt', etc., in bugpoint directoryBrian Gesiak7-9/+9
2018-12-02[test] Fix BugPoint/compile-custom.ll to use detected python execMichal Gorny1-1/+1
2018-08-06[lit, python] Always add quotes around the python path in litStella Stamenova2-2/+2
2018-02-09[bugpoint] Report non-existent opt binaryVedant Kumar1-0/+2
2018-02-09[bugpoint] Avoid noisy errors by passing a valid opt to testsVedant Kumar7-9/+9
2017-06-09bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie1-0/+21
2017-04-13llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-esca...NAKAMURA Takumi1-1/+1
2017-02-20[IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.Davide Italiano1-1/+1
2016-10-25Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman2-5/+20
2016-10-18Disable fatal errors in the Verifier instantiated by bugpoint's crashAdrian Prantl1-0/+22
2016-10-06Revert "Add -strip-nonlinetable-debuginfo capability"Michael Ilseman2-20/+5
2016-10-06Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman2-5/+20
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-2/+2
2016-04-11Add a missing DICompileUnit to testcase.Adrian Prantl1-6/+7
2016-04-11Revert accidentally committed changeAdrian Prantl1-2/+0
2016-04-11Add missing DICompileUnit to this testcaseAdrian Prantl1-0/+2
2015-11-06[bugpoint] Add a named metadata (+their operands) reducerKeno Fischer1-0/+39
2015-09-16Make the default triple optional by allowing an empty stringMehdi Amini1-1/+1
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie1-1/+1
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-3/+3
2015-07-26Fix typo in commentTobias Grosser1-2/+2
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-10/+10
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