summaryrefslogtreecommitdiff
path: root/llvm/lib/Passes
AgeCommit message (Expand)Author
2025-11-11Revert "[DFAJumpThreading] Enable DFAJumpThread by default." (#167352)Petr Hosek
2025-11-10[MLGO] Delete InlineSizeEstimatorAnalysis (#167271)Aiden Grossman
2025-11-10[DropAssumes] Drop dereferenceable assumptions after vectorization. (#166947)Florian Hahn
2025-11-05Analysis: Add RuntimeLibcall analysis pass (#165196)Matt Arsenault
2025-11-04[DFAJumpThreading] Enable DFAJumpThread by default. (#157646)Yingying Wang
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-10-23[Passes] Report error when pass requires target machine (#142550)paperchalice
2025-10-22[AllocToken] Make token mode a pass parameter (#163634)Marco Elver
2025-10-17[SimpleLoopUnswitch] Don't use BlockFrequencyInfo to skip cold loops (#159522)Luke Lau
2025-10-16[MemProf] Remove memprof attrs and metadata in non-LTO pipelines (#163853)Teresa Johnson
2025-10-16[MemProf] Convert removal of memprof attrs and metadata to a pass (#163841)Teresa Johnson
2025-10-08[SimplifyCFG] Allow some switch optimizations early in the pipeline (#158242)Nikita Popov
2025-10-07[AllocToken] Introduce AllocToken instrumentation pass (#156838)Marco Elver
2025-10-06[FuncAttrs][LTO] Relax norecurse attribute inference during postlink LTO (#15...Usha Gupta
2025-10-01[JTS][NFC] Optimize guid fetching (#161612)Mircea Trofin
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle
2025-09-25[llvm] Add `vfs::FileSystem` to `PassBuilder` (#160188)Jan Svoboda
2025-09-25[LV] Remove EVLIndVarSimplify pass (#160454)Luke Lau
2025-09-23[LTO][Pipeline][Coro] Add missing coro pass to O0 post-link thinlto pipeline ...Weibo He
2025-09-19[PassBuilder] Add callback invoking to PassBuilder string API (#157153)Gabriel Baraldi
2025-09-19[CodeGen][NewPM] Port `ReachingDefAnalysis` to new pass manager. (#159572)Mikhail Gudim
2025-09-18[DropUnnecessaryAssumes] Add pass for dropping assumes (#159403)Nikita Popov
2025-09-18[NewPM] Remove BranchProbabilityInfo from FunctionToLoopPassAdaptor. NFCI (#1...Luke Lau
2025-09-16Reapply "Introduce -fexperimental-loop-fusion to clang and flang (#158844)Madhur Amilkanthwar
2025-09-16Revert "Introduce -fexperimental-loop-fuse to clang and flang (#142686)" (#15...Vitaly Buka
2025-09-15Introduce -fexperimental-loop-fuse to clang and flang (#142686)Sebastian Pop
2025-09-10[AMDGPU] Change expand-fp opt level argument syntax (#157408)Frederik Harwath
2025-09-05Minor post-commit review changes for #130988 (NFC) (#156895)Frederik Harwath
2025-09-03[AMDGPU] Implement IR expansion for frem instruction (#130988)Frederik Harwath
2025-08-29[SCEVDivision] Add SCEVDivisionPrinterPass with corresponding tests (#155832)Ryotaro Kasuga
2025-08-26[StandardInstrumentations] Make -print-after-pass-number/-print-after-pass-nu...Mingjie Xu
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-07-31Revert "[PGO] Add `llvm.loop.estimated_trip_count` metadata" (#151585)Joel E. Denny
2025-07-31[PGO] Add `llvm.loop.estimated_trip_count` metadata (#148758)Joel E. Denny
2025-07-28[HIPSTDPAR] Add handling for math builtins (#140158)Alex Voicu
2025-07-26[ObjCARC] Completely remove ObjCARCAPElimPass (#150717)AZero13
2025-07-23[PGO] Add ProfileInjector and ProfileVerifier passes (#147388)Mircea Trofin
2025-07-23[CodeGen] Add a pass for testing finalizeBundle (#149813)Jay Foad
2025-07-21Reapply "[GVN] memoryssa implies no-memdep (#149473)" (#149767)Madhur Amilkanthwar
2025-07-21Revert "[GVN] memoryssa implies no-memdep (#149473)" (#149766)Madhur Amilkanthwar
2025-07-21[GVN] memoryssa implies no-memdep (#149473)Madhur Amilkanthwar
2025-07-18[CodeGen][NPM] Clear MachineFunctions without using PA (#148113)Vikram Hegde
2025-07-16[OptBisect][IR] Adding a new OptPassGate for disabling passes via name (#145059)Cristian Assaiante
2025-07-16[CodeGen][NPM] Port ProcessImplicitDefs to NPM (#148110)Vikram Hegde
2025-07-15[CodeGen][NPM] Register Function Passes (#148109)Vikram Hegde
2025-07-10[CodeGen][NewPM] Port "PostRAMachineSink" pass to NPM (#129690)Vikram Hegde
2025-07-09[CodeGen][NPM] Port InitUndef to NPM (#138495)Akshat Oke
2025-07-09Utils: Add pass to declare runtime libcalls (#147534)Matt Arsenault
2025-07-07[CodeGen][NPM] Allow nested MF pass managers for -passes (#128852)Akshat Oke