summaryrefslogtreecommitdiff
path: root/llvm/tools/opt/optdriver.cpp
AgeCommit message (Expand)Author
2025-11-14opt: Fix bad merge of #167996 (#168110)Matt Arsenault
2025-11-14RuntimeLibcalls: Move VectorLibrary handling into TargetOptions (#167996)Matt Arsenault
2025-11-14DeclareRuntimeLibcalls: Use RuntimeLibraryAnalysis (#167995)Matt Arsenault
2025-11-13[opt] Add --save-stats option (#167304)Tomer Shafir
2025-10-20[NFC][LLVM] Code cleanup in `opt` (#164077)Rahul Joshi
2025-10-11Move the preserve-{bc,ll}-uselistorder options out of individual tools, make ...Mingjie Xu
2025-09-22[Remarks] Restructure bitstream remarks to be fully standalone (#156715)Tobias Stadler
2025-08-15[AMDGPU] Delete amdgpu-unify-metadata in optdriver.cpp (#153717)Shoreshen
2025-08-04[nfc][profcheck] fix cl::desc typo (#151979)Mircea Trofin
2025-07-26[PGO] Drive profile validator from opt (#147418)Mircea Trofin
2025-07-08opt: Add -enable-builtin flag (#145808)Matt Arsenault
2025-05-05[ErrorHandling] Add reportFatalInternalError + reportFatalUsageError (NFC) (#...Nikita Popov
2025-04-25[NFC] Clarify the syntax of passes flag (#136175)AdityaK
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2025-03-14Rename ExpandLargeFpConvertPass to ExpandFpPass (#131128)Frederik Harwath
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-09-12[LegacyPM][DirectX] Add legacy scalarizer back for use in the DirectX backend...Farzon Lotfi
2024-09-03[NFC][opt] Rename VerifierKind enums (#106789)Arthur Eubanks
2024-08-06[VP] Merge ExpandVP pass into PreISelIntrinsicLowering (#101652)Alexis Engelke
2024-07-05[NFC][opt] Improve help message (#97805)Nabeel Omer
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov
2024-05-31[EntryExitInstrumenter] Move passes out of clang into LLVM default pipelines ...Egor Pasko
2024-03-02[opt] Use static arrays instead of std::vector to store legacy pass names. NF...Craig Topper
2024-02-25[CodeGen] Port AtomicExpand to new Pass Manager (#71220)Rishabh Bali
2024-02-08[NFC][RemoveDIs] Remove conditional compilation for RemoveDIs (#81149)Jeremy Morse
2024-01-24Reland "[CMake/Bazel] Support usage of opt driver as a library (#79205)"Nico Weber
2024-01-24Revert "[CMake/Bazel] Support usage of opt driver as a library (#79205)"Nico Weber
2024-01-24[CMake/Bazel] Support usage of opt driver as a library (#79205)William Moses