aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Other
AgeCommit message (Expand)AuthorFilesLines
2026-02-05IR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault3-21/+21
2026-02-05[SelectionDAG] Mark LowerTypeTests as required and remove intrinsic handling ...keremsahn1-0/+12
2026-02-03Attributor: Add -light options to -attributor-enable flag (#179346)Matt Arsenault1-0/+24
2026-01-21[OptBisect] Merge shouldRun logic of -opt-bisect and -opt-disable (#177122)Cristian Assaiante2-18/+91
2026-01-06[LLVM] Successor count added to InstCount (#171670)Iñaki V Arrechea1-0/+70
2026-01-05[OptBisect][ADT] Add support for running ranges of passes and introduce Integ...Yonah Goldberg2-0/+174
2025-12-15[LLVM] InstCount pass added when enabling stats (#171658)Iñaki V Arrechea1-0/+69
2025-12-03[Support] Support debug counters in non-assertion builds (#170468)Nikita Popov8-9/+0
2025-12-02[LTO][AllocToken] Support AllocToken instrumentation in backend (#169358)Marco Elver6-3/+12
2025-11-11[llvm-offload-wrapper] Fix Triple and OpenMP handling (#167580)Joseph Huber1-52/+0
2025-11-11Revert "[DFAJumpThreading] Enable DFAJumpThread by default." (#167352)Petr Hosek7-7/+0
2025-11-10[DropAssumes] Drop dereferenceable assumptions after vectorization. (#166947)Florian Hahn5-0/+5
2025-11-04[DFAJumpThreading] Enable DFAJumpThread by default. (#157646)Yingying Wang7-0/+7
2025-10-27Begin -print-on-crash output with semicolon (#164903)Iñaki V Arrechea1-1/+1
2025-10-17[SimpleLoopUnswitch] Don't use BlockFrequencyInfo to skip cold loops (#159522)Luke Lau8-37/+0
2025-10-13[DebugCounter] Add -print-debug-counter-queries option (#162827)Nikita Popov1-1/+9
2025-10-08[SimplifyCFG] Allow some switch optimizations early in the pipeline (#158242)Nikita Popov1-1/+1
2025-10-06[FuncAttrs][LTO] Relax norecurse attribute inference during postlink LTO (#15...Usha Gupta1-0/+1
2025-09-23[LTO][Pipeline][Coro] Add missing coro pass to O0 post-link thinlto pipeline ...Weibo He1-0/+1
2025-09-20[llvm][test][CGPluginTest] Fix plugin path again (#159923)Raul Tambre1-1/+1
2025-09-20[llvm][test][CGPluginTest] Fix plugin path (#159914)Raul Tambre1-1/+1
2025-09-19[PassBuilder] Add callback invoking to PassBuilder string API (#157153)Gabriel Baraldi1-0/+52
2025-09-19[llvm][test][CGPluginTest] Keep plugin in shared library directoryRaul Tambre1-1/+1
2025-09-18[DropUnnecessaryAssumes] Add pass for dropping assumes (#159403)Nikita Popov4-0/+4
2025-09-18[NewPM] Don't preserve BlockFrequencyInfo in FunctionToLoopPassAdaptor (#157888)Luke Lau1-0/+30
2025-09-17[CaptureTracking] Fix handling for non-returning read-only calls (#158979)Nikita Popov1-1/+1
2025-09-07[lit] Move pipefail test into lit testsAiden Grossman1-2/+0
2025-08-26[StandardInstrumentations] Make -print-after-pass-number/-print-after-pass-nu...Mingjie Xu1-0/+10
2025-08-19[LLVM] Introduce 'llvm-offload-wrapper' tool (#153504)Joseph Huber1-0/+52
2025-08-11[PredicateInfo] Use bitcast instead of ssa.copy (#151174)Nikita Popov1-2/+2
2025-08-04[tools] Cleanup spirv-sim (#151705)Nathan Gauër11-419/+0
2025-07-31Revert "[PGO] Add `llvm.loop.estimated_trip_count` metadata" (#151585)Joel E. Denny7-118/+7
2025-07-31[PGO] Add `llvm.loop.estimated_trip_count` metadata (#148758)Joel E. Denny7-7/+118
2025-07-21Reapply "[GVN] memoryssa implies no-memdep (#149473)" (#149767)Madhur Amilkanthwar1-1/+1
2025-07-16[OptBisect][IR] Adding a new OptPassGate for disabling passes via name (#145059)Cristian Assaiante2-38/+129
2025-07-10Reland "[CodeGen] Expose the extensibility of PassConfig to plugins (#139059)"Tcc1001-0/+7
2025-07-10Revert "[CodeGen] Expose the extensibility of PassConfig to plugins" (#147947)Jan Patrick Lehr1-7/+0
2025-07-10[CodeGen] Expose the extensibility of PassConfig to plugins (#139059)Tcc1001-0/+7
2025-07-01[FatLTO] Disable analysis verification in pipeline test (NFC)Nikita Popov1-2/+2
2025-06-30[FatLTO] Relax checks for fatlto pipeline testNikita Popov1-1/+1
2025-06-30[PassBuilder][FatLTO] Expose FatLTO pipeline via pipeline string (#146048)Nikita Popov2-0/+12
2025-06-27[PassBuilder] Treat pipeline aliases as normal passes (#146038)Nikita Popov1-0/+13
2025-06-05Add SimplifyTypeTests pass.Peter Collingbourne3-0/+3
2025-04-14[LTO][Pipelines] Add 0 hot-caller threshold for SamplePGO + FullLTO (#135152)Tianle Liu1-1/+4
2025-04-11[AMDGPU][Verifier] Mark calls to entry functions as invalid in the IR verifie...Shilei Tian1-1/+0
2025-03-27[opt][timers] Fix time-passes.ll test failing on reversed iterators (#131941)Alan Zhao1-17/+17
2025-03-14StandardInstrumentation: Fix -ir-dump-directory with -print-before-pass-numbe...Matt Arsenault2-19/+84
2025-03-12AddressSanitizer: Add use-after-scope to pass options (#130924)Guy David1-0/+3
2025-03-07Optionally print `!prof` metadata inline (#130303)Mircea Trofin1-0/+24
2025-03-06Revert "[LTO][Pipelines][Coro] De-duplicate Coro passes" (#129977)Vitaly Buka2-3/+4