summaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata2023-05-121-1/+1
* [opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pmArthur Eubanks2023-03-161-1/+1
* [PassManagerBuilder] Remove PassManagerBuilderArthur Eubanks2023-03-131-47/+0
* [IPO] Remove various legacy passesArthur Eubanks2023-02-271-1/+0
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [Inliner] Remove legacy simple inlinerArthur Eubanks2023-02-091-4/+1
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* [tools] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-021-4/+4
* Support: Convert Program APIs to std::optionalMatt Arsenault2022-12-012-4/+5
* [NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with eraseF...Vasileios Porpodas2022-11-232-2/+2
* [AggressiveInstCombine] Remove legacy PM passArthur Eubanks2022-11-151-1/+0
* [Instrumentation] Remove legacy passesArthur Eubanks2022-10-251-1/+0
* [ObjCARC] Remove legacy PM versions of optimization passesArthur Eubanks2022-10-211-1/+0
* Use PoisonValue instead of UndefValue when RAUWing unreachable code [NFC]Manuel Brito2022-09-101-1/+1
* [llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata2022-09-031-1/+1
* Remove unnecessary includes of ManagedStatic.hNicolai Hähnle2022-07-071-1/+0
* Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song2022-06-051-1/+1
* Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song2022-06-052-3/+3
* Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song2022-06-042-2/+2
* [LegacyPM] Remove ThinLTO/LTO pipelinesArthur Eubanks2022-04-181-10/+0
* [bugpoint] ReduceCrashingFunctions::TestFuncs - fix dereference of null point...Simon Pilgrim2022-04-071-2/+2
* Use a sorted array instead of a map to store AttrBuilder string attributesSerge Guelton2022-01-101-1/+1
* [llvm] Remove unused forward declarations (NFC)Kazu Hirata2022-01-071-3/+0
* [llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata2022-01-073-8/+8
* [bugpoint] Fix repeated off-by-one error in debug outputJessica Clarke2021-11-081-6/+6
* [llvm] Use make_early_inc_range (NFC)Kazu Hirata2021-11-051-8/+7
* Revert "[NFC] Remove LinkAll*.h"Arthur Eubanks2021-11-021-2/+2
* [NFC] Remove LinkAll*.hArthur Eubanks2021-11-021-2/+2
* [IR][NFC] Rename getBaseObject to getAliaseeObjectItay Bookstein2021-10-061-1/+1
* [clangd, llvm] Remove redundant calls to c_str() (NFC)Kazu Hirata2021-09-021-2/+2
* [NFC] Cleanup more AttributeList::addAttribute()Arthur Eubanks2021-08-171-2/+1
* [NFC] Rename AttributeList::getParam/Ret/FnAttributes() -> get*Attributes()Arthur Eubanks2021-08-131-2/+2
* [NewPM] Consistently use 'simplifycfg' rather than 'simplify-cfg'Bjorn Pettersson2021-07-091-1/+1
* [llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö2021-06-251-2/+2
* Avoid shuffle self-assignment in EXPENSIVE_CHECKS buildsAlex Richardson2021-03-102-2/+2
* [tools] Use llvm::append_range (NFC)Kazu Hirata2021-01-051-1/+1
* llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2020-11-131-32/+0
* [bugpoint] Delete -safe-llc and make -run-llc work like -run-llc -safe-run-llcFangrui Song2020-10-091-15/+3
* [Bugpoint][NewPM] Pin bugpoint to legacy PMArthur Eubanks2020-09-151-0/+3
* Use llvm::is_contained where appropriate (NFC)Kazu Hirata2020-07-271-1/+1
* [bugpoint] Fix typo in assertion message. NFCCraig Topper2020-07-231-1/+1
* SmallPtrSet::find -> SmallPtrSet::countBenjamin Kramer2020-06-071-1/+1
* Update compiler extension integration into the build systemserge-sans-paille2020-04-241-2/+1
* Don't export symbols from clang/opt/llc if plugins are disabled.Eli Friedman2020-03-231-1/+1
* Revert "Remove redundant "std::move"s in return statements"Bill Wendling2020-02-104-30/+30
* Remove redundant "std::move"s in return statementsBill Wendling2020-02-104-30/+30
* One more bugpoitn fix for GCC5Benjamin Kramer2020-01-291-3/+3
* Try harder to fix bugpoint with GCC5Benjamin Kramer2020-01-292-3/+6
* Make bugpoint work with gcc5 again.Benjamin Kramer2020-01-292-3/+6