summaryrefslogtreecommitdiff
path: root/llvm/test/BugPoint
AgeCommit message (Expand)Author
2024-09-19Revert "[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume...Yonghong Song
2024-09-19[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume… (#10...yonghong-song
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta
2023-03-16[opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pmArthur Eubanks
2022-12-13[BugPoint] Convert tests to opaque pointers (NFC)Nikita Popov
2021-04-27[AIX] Add %pluginext and update tests to use proper pluginextDavid Tenty
2020-09-15[Bugpoint][NewPM] Pin bugpoint to legacy PMArthur Eubanks
2019-12-24Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song
2019-12-16[Bugpoint] Do not create illegal function attribute combosDavid Greene
2019-11-19bugpoint: Add option to disable attribute removalMatt Arsenault
2019-10-30[bugpoint] Reduce metadata that does not contribute to crash.Florian Hahn
2019-05-17[Bugpoint] Only run plugins tests if plugins are enabledPetr Hosek
2019-01-03Python compat - print statementSerge Guelton
2018-12-19[bugpoint][PR29027] Reduce function attributesBrian Gesiak
2018-12-10[bugpoint] Find 'opt', etc., in bugpoint directoryBrian Gesiak
2018-12-02[test] Fix BugPoint/compile-custom.ll to use detected python execMichal Gorny
2018-08-06[lit, python] Always add quotes around the python path in litStella Stamenova
2018-02-09[bugpoint] Report non-existent opt binaryVedant Kumar
2018-02-09[bugpoint] Avoid noisy errors by passing a valid opt to testsVedant Kumar
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