aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-reduce/llvm-reduce.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-10llvm-reduce: Link to command guide in help like bugpoint does (#134810)Matt Arsenault1-1/+5
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse1-3/+0
2025-04-02llvm-reduce: Change exit code for uninteresting inputs (#134021)Matt Arsenault1-1/+1
2024-04-22[RemoveDIs] Preserve debug info format in llvm-reduce (#89220)Stephen Tozer1-13/+2
2024-02-08[NFC][RemoveDIs] Remove conditional compilation for RemoveDIs (#81149)Jeremy Morse1-6/+2
2024-01-23[llvm-reduce][DebugInfo] Support reducing non-instruction debug-info (#78995)Jeremy Morse1-0/+18
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-12-03[llvm] Stop including vector (NFC)Kazu Hirata1-1/+0
2023-01-20llvm-reduce: Reorganize some function locationsMatt Arsenault1-21/+1
2023-01-19llvm-reduce: Trim includes and avoid using namespace in a headerMatt Arsenault1-0/+2
2023-01-17llvm-reduce: Add missing constsMatt Arsenault1-1/+1
2023-01-11Revert "llvm-reduce: Try to kill parallel workitems once we have a result."Matt Arsenault1-3/+2
2023-01-11llvm-reduce: Try to kill parallel workitems once we have a result.Matt Arsenault1-2/+3
2023-01-03llvm-reduce: Remove leftover commentMatt Arsenault1-1/+0
2023-01-03llvm-reduce: Refine missing argument behaviorMatt Arsenault1-8/+27
2022-12-20llvm-reduce: Disable crash reports, symbolization and core dumpsMatt Arsenault1-1/+31
2022-11-29llvm-reduce: Add some missing constsMatt Arsenault1-1/+1
2022-10-31llvm-reduce: Write bitcode temporary files for bitcode inputsMatt Arsenault1-1/+2
2022-10-31llvm-reduce: Drop guessing output format based on file extensionMatt Arsenault1-6/+3
2022-10-31llvm-reduce: Support emitting bitcode for final resultMatt Arsenault1-50/+33
2022-10-28llvm-reduce: Stop checking workitem is interesting before each passMatt Arsenault1-0/+11
2022-10-18[llvm-reduce] Unify pass loggingArthur Eubanks1-1/+1
2022-08-15[NFC][llvm-reduce] Use new pass manager for printing ThinLTO bitcodeArthur Eubanks1-14/+16
2022-06-30[llvm-reduce] Add support for LTO bitcode filesMatthew Voss1-11/+40
2022-06-21in the absense of the -max-pass-iterations command line options, makeJohn Regehr1-2/+2
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-1/+1
2022-06-03[tools] Forward declare classes & remove includesClemens Wasser1-0/+2
2022-04-27llvm-reduce: Support multiple MachineFunctionsMatt Arsenault1-4/+4
2022-04-27llvm-reduce: Try to parse triple/datalayout from moduleMatt Arsenault1-33/+15
2022-02-02[llvm-reduce] Display all relevant options in -helpMarkus Lavin1-13/+13
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille1-0/+1
2022-01-10allow llvm-reduce, if asked, to run its set of passes more than once, taking ...John Regehr1-1/+7
2021-11-02Recommit "[llvm-reduce] Add MIR support"Markus Lavin1-25/+61
2021-11-02Revert "[llvm-reduce] Add MIR support"Markus Lavin1-61/+25
2021-11-02[llvm-reduce] Add MIR supportMarkus Lavin1-25/+61
2021-10-10[NFC][llvm-reduce] Cleanup typesArthur Eubanks1-13/+8
2021-07-22[llvm][tools] Hide remaining unrelated llvm- tool optionsTimm Bäder1-0/+1
2021-05-25[llvm-reduce] Exit when input module is malformedLangston Barrett1-0/+4
2021-04-30[llvm-reduce] Add flag to only run specific passesArthur Eubanks1-0/+11
2021-04-01[llvm-reduce] Add header guards and fix clang-tidy warningsSamuel1-3/+3
2020-08-22[llvm-reduce] make llvm-reduce save the best reduction it has when it crashesTyker1-15/+18
2020-07-22[NFC][Reduce] Group llvm-reduce options into a group, uncluttering --helpRoman Lebedev1-7/+16
2019-12-05llvm-reduce: Add a space to an option's --helpGeorge Burgess IV1-1/+1
2019-09-12PR43278: llvm-reduce: Use temporary file names (and ToolOutputFile) rather th...David Blaikie1-4/+9
2019-09-10llvm-reduce: Simplify testing using -implicit-check-notDavid Blaikie1-2/+0
2019-08-15[Bugpoint redesign] Output option can now print to STDOUTDiego Trevino Ferrer1-10/+15
2019-08-08Added Delta IR Reduction ToolDiego Trevino Ferrer1-0/+106
2019-08-07Revert Added Delta IR Reduction ToolDiego Trevino Ferrer1-105/+0
2019-08-07Added Delta IR Reduction ToolDiego Trevino Ferrer1-0/+105
2019-08-07Reverts commit r368117, r368115 and r368112Petr Hosek1-123/+0