summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
AgeCommit message (Expand)Author
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille
2025-09-03[NVPTX] Remove unnecessary casts (NFC) (#156275)Kazu Hirata
2025-08-20[NVPTX] Add support for "blocksareclusters" kernel attr (#152265)Rajat Bajpai
2025-08-19[NVPTX] Skip numbering unreferenced virtual registers (readability) (#154391)Alex MacLean
2025-06-23[NVPTX] Rename register classes after float register removal (NFC) (#145255)Alex MacLean
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-15NVPTX: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-07NVPTX: Implement printMCExpr with generic printFangrui Song
2025-05-26[llvm] Remove unused includes (NFC) (#141526)Kazu Hirata
2025-05-21[NVPTX] Remove Float register classes (#140487)Alex MacLean
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-04-17[NVPTX] Basic support for fp128 as a storage type (#136006)Alex MacLean
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-02-26[NVPTX] Convert vector function nvvm.annotations to attributes (#127736)Alex MacLean
2025-02-20Revert "[CodeGen] Remove static member function Register::isVirtualRegister. ...Christopher Di Bella
2025-02-20[CodeGen] Remove static member function Register::isVirtualRegister. NFC (#12...Craig Topper
2025-02-19[NVPTX] Use appropriate operands in ReplaceImageHandles (NFC) (#127898)Alex MacLean
2025-02-14Reland "[NVPTX] Cleanup/Refactoring in NVPTX AsmPrinter and RegisterInfo (NFC...Alex MacLean
2025-02-14Revert "Reland "[NVPTX] Cleanup/Refactoring in NVPTX AsmPrinter and RegisterI...Mikhail Goncharov
2025-02-13Reland "[NVPTX] Cleanup/Refactoring in NVPTX AsmPrinter and RegisterInfo (NFC...Alex MacLean
2025-02-12Revert "[NVPTX] Cleanup/Refactoring in NVPTX AsmPrinter and RegisterInfo (NFC...Mikhail Goncharov
2025-02-12[NVPTX] Cleanup/Refactoring in NVPTX AsmPrinter and RegisterInfo (NFC) (#126800)Alex MacLean
2025-02-10[NVPTX] Remove unused static functions following #126544Joseph Huber
2025-02-10[NVPTX] Make ctor/dtor lowering always enabled in NVPTX (#126544)Joseph Huber
2025-02-05[NVPTX] Remove `sm_1x` / non-ABI compilation support (#125977)Justin Fargnoli
2024-12-16[NVPTX] Aggressively try to replace image handles with references (#119730)Alex MacLean
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2024-11-15Enable .ptr .global .align attributes for kernel attributes for CUDA (#114874)Lewis Crawford
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-10-09[NVPTX] Avoid repeated map lookups (NFC) (#111627)Kazu Hirata
2024-10-03[NVPTX] add support for .debug_loc section (#110905)William G Hatch
2024-09-26[NVPTX] add support for encoding PTX registers for DWARF (#109495)William G Hatch
2024-09-25[NVPTX] Support !"cluster_dim_{x,y,z}" metadata (#109548)Alex MacLean
2024-09-24[NVPTX][NFC] Refactor utilities to use std::optional (#109883)Alex MacLean
2024-09-20[llvm] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-07-26CodeGen: Remove MachineModuleInfo reference from MachineFunction (#100357)Matt Arsenault
2024-07-26DebugInfo: Avoid some MMI::hasDebugInfo checks (#100333)Matt Arsenault
2024-07-17Rapply "[Target] Use range-based for loops (NFC) (#98844)"Kazu Hirata
2024-07-15Revert "[Target] Use range-based for loops (NFC) (#98844)"Kazu Hirata
2024-07-15[Target] Use range-based for loops (NFC) (#98844)Kazu Hirata
2024-07-09[CodeGen][NewPM] Port `machine-loops` to new pass manager (#97793)paperchalice
2024-07-01[NVPTX] Support inline asm with 128-bit operand in NVPTX backend (#97113)Chengjunp
2024-06-11Explain partial byte extraction logic. (#92868)Johannes Reifferscheid
2024-06-06[NVPTX] Revamp NVVMIntrRange pass (#94422)Alex MacLean
2024-05-17[NVPTX] fixup support for over-aligned parameters (#92457)Alex MacLean
2024-05-17Fix i1 array global crash in NVPTXAsmPrinter. (#92506)Johannes Reifferscheid
2024-03-29Reland "[NVPTX] Use .common linkage for common globals" (#86824)Alex MacLean
2024-03-26[NFC][NVPTX] remove truncating c-style cast (#85889)Alex MacLean
2024-03-19[NVPTX][DebugInfo] avoid emitting extra .loc directives (#84584)Alex MacLean