summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetPassConfig.cpp
AgeCommit message (Expand)Author
2025-11-16[CodeGen] Remove a redundant declaration (NFC) (#168285)Kazu Hirata
2025-11-11Revert "Adding Matching and Inference Functionality to Propeller-PR4: Impleme...spupyrev
2025-11-11Adding Matching and Inference Functionality to Propeller-PR4: Implement match...wdx727
2025-10-23Adding Matching and Inference Functionality to Propeller-PR2 (#162963)wdx727
2025-09-09[MachineOutliner] Add profile guided outlining (#154437)Ellis Hoag
2025-09-03[AMDGPU] Implement IR expansion for frem instruction (#130988)Frederik Harwath
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra
2025-05-30CodeGen: Convert some assorted errors to use reportFatalUsageError (#142031)Matt Arsenault
2025-04-21[LLVM] Cleanup pass initialization for Analysis passes (#135858)Rahul Joshi
2025-04-07[NFC]In codegen pipeline, turn static-data-splitter pass on/off with its own ...Mingming Liu
2025-03-28[CodeGen][StaticDataPartitioning]Place local-linkage global variables in hot ...Mingming Liu
2025-03-14Rename ExpandLargeFpConvertPass to ExpandFpPass (#131128)Frederik Harwath
2025-03-03[CodeGen][NewPM] Port MachineSink to NPM (#115434)Akshat Oke
2025-01-29[GlobalISel] Do not run verifier after ResetMachineFunctionPass (#124799)David Green
2025-01-28[AsmPrinter][ELF] Support profile-guided section prefix for jump tables' (rea...Mingming Liu
2025-01-27[GISel] Explicitly disable BF16 tablegen patterns. (#124113)David Green
2025-01-22[CodeGen] Introduce Static Data Splitter pass (#122183)Mingming Liu
2024-12-29Remove -print-lsr-output in favor of --stop-after=loop-reduceFangrui Song
2024-11-22[BasicBlockSections] Allow mixing of -basic-block-sections with MFS. (#117076)Rahman Lavaee
2024-11-18[CodeGen][NewPM] Port PeepholeOptimizer to NPM (#116326)Akshat Oke
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-11-13[CGData] Global Merge Functions (#112671)Kyungwoo Lee
2024-11-07Revert "TLS loads opimization (hoist)" (#114740)abhishek-kaushik22
2024-10-30[CodeGen][NewPM] Port TailDuplicate pass to NPM (#113293)Akshat Oke
2024-10-23[CodeGen][NewPM] Port OptimizePHIs to NPM (#113433)Akshat Oke
2024-10-16[CodeGen][NewPM] Port EarlyIfConversion pass to NPM. (#108508)Christudasan Devadasan
2024-10-14[NewPM][CodeGen] Port StackColoring to NPM (#111812)Akshat Oke
2024-09-04[CodeGen][NewPM] Port MachineCSE pass to new pass manager. (#106605)Christudasan Devadasan
2024-08-29[ExtendLifetimes] Implement llvm.fake.use to extend variable lifetimes (#86149)Stephen Tozer
2024-08-17[LSR] Split the -lsr-term-fold transformation into it's own pass (#104234)Philip Reames
2024-08-13[LTO] Run ObjCARCContractPass according to the callgraph (#103034)Jay Foad
2024-08-09[LTO] enable `ObjCARCContractPass` only on optimized build (#101114)Peter Rong
2024-08-06[VP] Merge ExpandVP pass into PreISelIntrinsicLowering (#101652)Alexis Engelke
2024-08-01[CodeGen] Merge lowerConstantIntrinsics into pre-isel lowering (#97727)Alexis Engelke
2024-05-31[EntryExitInstrumenter] Move passes out of clang into LLVM default pipelines ...Egor Pasko
2024-05-24Revert "Run ObjCContractPass in Default Codegen Pipeline (#92331)"Nikita Popov
2024-05-23Run ObjCContractPass in Default Codegen Pipeline (#92331)Nuri Amari
2024-03-08[LLVM][CodeGen] Teach SelectionDAG how to expand FREM to a vector math call. ...Paul Walker
2024-02-26[CodeGen] [ARM] Make RISC-V Init Undef Pass Target Independent and add suppor...Jack Styles
2024-02-13[WebAssembly] Demote PHIs in catchswitch BB only (#81570)Heejin Ahn
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee
2024-01-24[NewPM][CodeGen][llc] Add NPM support (#70922)paperchalice
2024-01-23Fix MFS warning formatYi Kong
2024-01-20Reland "[CodeGen] Support start/stop in CodeGenPassBuilder (#70912)" (#78570)paperchalice
2024-01-18Revert "[CodeGen] Support start/stop in CodeGenPassBuilder" (#78567)paperchalice
2024-01-18[CodeGen] Support start/stop in CodeGenPassBuilder (#70912)paperchalice
2024-01-09Port CodeGenPrepare to new pass manager (and BasicBlockSectionsProfil… (#77...Nick Anderson
2024-01-05Revert 4d7c5ad58467502fcbc433591edff40d8a4d697d "[NewPM] Update CodeGenPrepar...Simon Pilgrim