aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint
AgeCommit message (Expand)AuthorFilesLines
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata4-15/+12
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos1-2/+2
2023-07-30[bugpoint] Remove unused declaration PassInfoKazu Hirata1-1/+0
2023-07-11Ignore modified attribute list if it yields invalid IRManish Kausik H1-36/+23
2023-05-29[bugpoint] Remove unused declaration debugPassMiscompilationKazu Hirata1-9/+0
2023-05-12[llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata1-1/+1
2023-03-16[opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pmArthur Eubanks1-1/+1
2023-03-13[PassManagerBuilder] Remove PassManagerBuilderArthur Eubanks1-47/+0
2023-02-27[IPO] Remove various legacy passesArthur Eubanks1-1/+0
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-09[Inliner] Remove legacy simple inlinerArthur Eubanks1-4/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-4/+4
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault2-4/+5
2022-11-23[NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with eraseF...Vasileios Porpodas2-2/+2
2022-11-15[AggressiveInstCombine] Remove legacy PM passArthur Eubanks1-1/+0
2022-10-25[Instrumentation] Remove legacy passesArthur Eubanks1-1/+0
2022-10-21[ObjCARC] Remove legacy PM versions of optimization passesArthur Eubanks1-1/+0
2022-09-10Use PoisonValue instead of UndefValue when RAUWing unreachable code [NFC]Manuel Brito1-1/+1
2022-09-03[llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata1-1/+1
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song2-3/+3
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song2-2/+2
2022-04-18[LegacyPM] Remove ThinLTO/LTO pipelinesArthur Eubanks1-10/+0
2022-04-07[bugpoint] ReduceCrashingFunctions::TestFuncs - fix dereference of null point...Simon Pilgrim1-2/+2
2022-01-10Use a sorted array instead of a map to store AttrBuilder string attributesSerge Guelton1-1/+1
2022-01-07[llvm] Remove unused forward declarations (NFC)Kazu Hirata1-3/+0
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata3-8/+8
2021-11-08[bugpoint] Fix repeated off-by-one error in debug outputJessica Clarke1-6/+6
2021-11-05[llvm] Use make_early_inc_range (NFC)Kazu Hirata1-8/+7
2021-11-02Revert "[NFC] Remove LinkAll*.h"Arthur Eubanks1-2/+2
2021-11-02[NFC] Remove LinkAll*.hArthur Eubanks1-2/+2
2021-10-06[IR][NFC] Rename getBaseObject to getAliaseeObjectItay Bookstein1-1/+1
2021-09-02[clangd, llvm] Remove redundant calls to c_str() (NFC)Kazu Hirata1-2/+2
2021-08-17[NFC] Cleanup more AttributeList::addAttribute()Arthur Eubanks1-2/+1
2021-08-13[NFC] Rename AttributeList::getParam/Ret/FnAttributes() -> get*Attributes()Arthur Eubanks1-2/+2
2021-07-09[NewPM] Consistently use 'simplifycfg' rather than 'simplify-cfg'Bjorn Pettersson1-1/+1
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-2/+2
2021-03-10Avoid shuffle self-assignment in EXPENSIVE_CHECKS buildsAlex Richardson2-2/+2
2021-01-05[tools] Use llvm::append_range (NFC)Kazu Hirata1-1/+1
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-32/+0
2020-10-09[bugpoint] Delete -safe-llc and make -run-llc work like -run-llc -safe-run-llcFangrui Song1-15/+3
2020-09-15[Bugpoint][NewPM] Pin bugpoint to legacy PMArthur Eubanks1-0/+3
2020-07-27Use llvm::is_contained where appropriate (NFC)Kazu Hirata1-1/+1
2020-07-23[bugpoint] Fix typo in assertion message. NFCCraig Topper1-1/+1
2020-06-07SmallPtrSet::find -> SmallPtrSet::countBenjamin Kramer1-1/+1
2020-04-24Update compiler extension integration into the build systemserge-sans-paille1-2/+1
2020-03-23Don't export symbols from clang/opt/llc if plugins are disabled.Eli Friedman1-1/+1