summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
AgeCommit message (Expand)Author
2025-11-17[AMDGPU] update LDS block size for gfx1250 (#167614)Changpeng Fang
2025-11-17[AMDGPU] Fix layering violations in AMDGPUMCExpr.cpp. NFC (#168242)Craig Topper
2025-09-10Revert "[AMDGPU][gfx1250] Add `cu-store` subtarget feature (#150588)" (#157639)Pierre van Houtryve
2025-09-02[AMDGPU] Fix hw stage metadata setting for unsigned values (#154502)Ana Mihajlovic
2025-08-27[AMDGPU] Set GRANULATED_WAVEFRONT_SGPR_COUNT of compute_pgm_rsrc1 to 0 for gf...Shoreshen
2025-08-26[AMDGPU] Do not assert on non-zero COMPUTE_PGM_RSRC3 on gfx1250. NFCI (#155498)Stanislav Mekhanoshin
2025-08-20[AMDGPU] report named barrier cnt part2 (#154588)Gang Chen
2025-08-19[AMDGPU] Remove an unnecessary cast (NFC) (#154470)Kazu Hirata
2025-08-19[AMDGPU] upstream barrier count reporting part1 (#154409)Gang Chen
2025-08-15AMDGPU gfx12: Add _dvgpr$ symbols for dynamic VGPRs (#148251)Tim Renouf
2025-08-14[AMDGPU] Don't allow wgp mode on gfx1250 (#153680)Stanislav Mekhanoshin
2025-08-14[AMDGPU] Increase LDS to 320K on gfx1250 (#153645)Stanislav Mekhanoshin
2025-08-08[AMDGPU] AsmPrinter: Unify arg handling (#151672)Diana Picus
2025-08-06MC,AMDGPU: Don't pad .text with s_code_end if it would otherwise be empty (#1...Tim Renouf
2025-07-29[AMDGPU][gfx1250] Add `cu-store` subtarget feature (#150588)Pierre van Houtryve
2025-07-21[AMDGPU] Enable FWD_PROGRESS bit for GFX10+ on PAL (#139895)Jay Foad
2025-07-10[AMDGPU][NewPM] Port "AMDGPUResourceUsageAnalysis" to NPM (#130959)Vikram Hegde
2025-06-24[AMDGPU] Replace dynamic VGPR feature with attribute (#133444)Diana Picus
2025-06-21AMDGPU: Use reportFatalUsageError for unsupported code object version (#145133)Matt Arsenault
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-13Revert "[AMDGPU] Skip register uses in AMDGPUResourceUsageAnalysis (#… (#14...Diana Picus
2025-06-03[AMDGPU] Skip register uses in AMDGPUResourceUsageAnalysis (#133242)Diana Picus
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-05-05[ErrorHandling] Add reportFatalInternalError + reportFatalUsageError (NFC) (#...Nikita Popov
2025-03-19[AMDGPU] Allocate scratch space for dVGPRs for CWSR (#130055)Diana Picus
2025-03-18[AMDGPU] Add SubtargetFeature for dynamic VGPR mode (#130030)Diana Picus
2025-03-17[llvm][AMDGPU] Enable FWD_PROGRESS bit for GFX10+ (#128367)Alex Voicu
2025-03-03[AMDGPU] Set inst_pref_size to maximum (#126981)Stanislav Mekhanoshin
2025-03-03[AMDGPU] Extend ComputePGMRSrc3 to gfx10+. NFCI. (#129289)Stanislav Mekhanoshin
2025-02-17[AMDGPU] Move into SIProgramInfo and cache getFunctionCodeSize. NFCI. (#127111)Stanislav Mekhanoshin
2025-01-23[AMDGPU] Occupancy w.r.t. workgroup size range is also a range (#123748)Lucas Ramirez
2025-01-21[AMDGPU] Change scope of resource usage info symbols (#114810)Janek van Oirschot
2025-01-10[AMDGPU] Add backward compatibility layer for kernarg preloading (#119167)Austin Kerbow
2024-11-20[NFC][AMDGPU] Remove redundant code in `AMDGPUAsmPrinter.cpp`Shilei Tian
2024-11-18AMDGPU: Increase the LDS size to support to 160 KB for gfx950 (#116309)Matt Arsenault
2024-11-08Reapply "[AMDGPU] Still set up the two SGPRs for queue ptr even it is COV5 (#...Shilei Tian
2024-11-07[AMDGPU] Fix resource usage information for unnamed functions (#115320)Janek van Oirschot
2024-10-03[AMDGPU] Qualify auto. NFC. (#110878)Jay Foad
2024-10-02Add and call `AMDGPUMCResourceInfo::reset` method (#110818)Thomas Symalla
2024-09-30[AMDGPU] Convert AMDGPUResourceUsageAnalysis pass from Module to MF pass (#10...Janek van Oirschot
2024-09-23[AMDGPU] Include unused preload kernarg in KD total SGPR count (#104743)Austin Kerbow
2024-08-15[AMDGPU] MCExpr printing helper with KnownBits support (#95951)Janek van Oirschot
2024-07-22[AMDGPU] Do not print `kernel-resource-usage` information on non-kernels (#99...Joseph Huber
2024-07-17[AMDGPU] clang-tidy: no else after return etc. NFC. (#99298)Jay Foad
2024-07-17[AMDGPU] clang-tidy: use emplace_back instead of push_back. NFC.Jay Foad
2024-07-17[AMDGPU] clang-tidy: use std::make_unique. NFC.Jay Foad
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov
2024-06-26[AMDGPU] MCExpr-ify AMDGPU HSAMetadata (#94788)Janek van Oirschot
2024-06-25[AMDGPU][NFC] Rename AMDGPUVariadicMCExpr to AMDGPUMCExpr. (#96618)Ivan Kosarev
2024-06-25AMDGPU: Add plumbing for private segment size argument (#96445)Nicolai Hähnle