summaryrefslogtreecommitdiff
path: root/llvm/lib/Passes/StandardInstrumentations.cpp
AgeCommit message (Expand)Author
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2025-10-27Begin -print-on-crash output with semicolon (#164903)Iñaki V Arrechea
2025-08-26[StandardInstrumentations] Make -print-after-pass-number/-print-after-pass-nu...Mingjie Xu
2025-07-16[OptBisect][IR] Adding a new OptPassGate for disabling passes via name (#145059)Cristian Assaiante
2025-06-30[LLVM] Change `ModulePass::skipModule` to take a const reference (#146168)Rahul Joshi
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2025-04-13[Passes] Avoid repeated hash lookups (NFC) (#135542)Kazu Hirata
2025-03-14StandardInstrumentation: Fix -ir-dump-directory with -print-before-pass-numbe...Matt Arsenault
2025-02-26[Passes] Avoid repeated hash lookups (NFC) (#128828)Kazu Hirata
2024-12-18Reland 2de78815604e9027efd93cac27c517bf732587d2 (#119650) (#120454)Shubham Sandeep Rastogi
2024-12-11Revert "Move DroppedVariableStatsIRTest.cpp to CodeGen folder"Shubham Sandeep Rastogi
2024-12-11Reland 2de78815604e9027efd93cac27c517bf732587d2 (#119650)Shubham Sandeep Rastogi
2024-12-06Revert "Reland "[NFC] Move DroppedVariableStats to its own file and redesign ...Shubham Sandeep Rastogi
2024-12-06Reland "[NFC] Move DroppedVariableStats to its own file and redesign it to be...Shubham Sandeep Rastogi
2024-12-03Revert "Reland "[NFC] Move DroppedVariableStats to its own file and redesign ...Shubham Sandeep Rastogi
2024-12-03Reland "[NFC] Move DroppedVariableStats to its own file and redesign it to be...Shubham Sandeep Rastogi
2024-12-03Revert "Reland [NFC] Move DroppedVariableStats to its own file and redesign i...Shubham Sandeep Rastogi
2024-12-03Reland [NFC] Move DroppedVariableStats to its own file and redesign it to be ...Shubham Sandeep Rastogi
2024-11-18Revert "[NFC] Move DroppedVariableStats to its own file and redesign it to be...Shubham Sandeep Rastogi
2024-11-18[NFC] Move DroppedVariableStats to its own file and redesign it to be extensi...Shubham Sandeep Rastogi
2024-11-12[llvm] Remove redundant control flow statements (NFC) (#115831)Kazu Hirata
2024-11-09[Instrumentation] Support `MachineFunction` in `OptNoneInstrumentation` (#115...paperchalice
2024-10-21Add a pass to collect dropped variable statistics (#102233)Shubham Sandeep Rastogi
2024-10-03Fix LLVM_ENABLE_ABI_BREAKING_CHECKS macro check: use #if instead of #ifdef (#...Mehdi Amini
2024-10-02Revert "Fix LLVM_ENABLE_ABI_BREAKING_CHECKS macro check: use #if inst… (#11...Christopher Di Bella
2024-10-02Fix LLVM_ENABLE_ABI_BREAKING_CHECKS macro check: use #if instead of #ifdef (#...Mehdi Amini
2024-10-02[Passes] Avoid repeated hash lookups (NFC) (#110790)Kazu Hirata
2024-10-01[StandardInstrumentations] Ensure non-null module pointer when getting displa...duk
2024-09-27Revert "Fix LLVM_ENABLE_ABI_BREAKING_CHECKS macro check: use #if instead of #...Mehdi Amini
2024-09-27Fix LLVM_ENABLE_ABI_BREAKING_CHECKS macro check: use #if instead of #ifdef (#...Mehdi Amini
2024-08-07Revert "demangle function names in trace files (#87626)"Fangrui Song
2024-07-25[Passes] Switch to xxh3_64bitsFangrui Song
2024-07-15[CodeGen][NewPM] Port `MachineVerifier` to new pass manager (#98628)paperchalice
2024-07-10demangle function names in trace files (#87626)Trass3r
2024-06-12[SystemZ][z/OS] Continue marking text files with OF_Text (#95111)Abhina Sree
2024-06-10Revert 291b415c6c39156c82c7cdefd7a6a67657fb6927 : [Misc] Use `LLVM_ENABLE_ABI...Simon Pilgrim
2024-06-10[Misc] Use `LLVM_ENABLE_ABI_BREAKING_CHECKS` correctly (#94212)paperchalice
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata
2024-05-04[Instrumentation] Support verifying machine function (#90931)paperchalice
2024-05-03[StandardInstrumentation] Annotate loops with the function name (#90756)annamthomas
2024-04-30[NewPM][CodeGen] Add `MachineFunctionAnalysis` (#88610)paperchalice
2024-04-11[StandardInstrumentations] Support -print-after-pass-number option (#87458)Vincent Lee
2024-04-11[Instrumentation] Support MachineFunction in ChangeReporter (#80946)paperchalice
2024-02-04[llvm] Use StringRef::consume_front (NFC)Kazu Hirata
2024-01-20[Passes] Use a range-based for loop with llvm::successors (NFC)Kazu Hirata
2024-01-08Replace print-at-pass-number cl::opt with print-before-pass-number (#76211)arpilipe
2023-12-14[StandardInstrumentations] add `unwrapIR` to simplify code NFCI (#75474)paperchalice
2023-12-01Report pass name when -llvm-verify-each reports breakage (#71447)chrulski-intel
2023-11-08[Pass] Support MachineFunction in getIRName (#70901)paperchalice
2023-10-20Add IR name to -print-pass-numbers outputArtur Pilipenko