aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/NVPTX/debug-info.ll
AgeCommit message (Expand)AuthorFilesLines
2025-10-27[test][DebugInfo] Remove unsafe-fp-math uses (NFC) (#164966)paperchalice1-1/+1
2025-09-02Reland "[lit] Refactor available `ptxas` features" (#155923)Justin Fargnoli1-1/+1
2025-05-21[NVPTX] Remove Float register classes (#140487)Alex MacLean1-12/+11
2025-05-10[NVPTX] use untyped loads and stores where ever possible (#137698)Alex MacLean1-7/+7
2025-04-23[NVPTX] Switch to untyped float registers (#137011)Alex MacLean1-1/+1
2025-04-03[InferAS] Support getAssumedAddrSpace for Arguments for NVPTX (#133991)Alex MacLean1-32/+48
2025-01-29Revert "[llvm][DebugInfo] Attach object-pointer to DISubprogram declarations ...David Blaikie1-2578/+2548
2025-01-20[NVPTX][DEBUGINFO][NFC]Reduce test file to ease maintenanceAlexey Bataev1-6426/+21
2025-01-17[llvm][DebugInfo] Attach object-pointer to DISubprogram declarations (#122742)Michael Buch1-1556/+1621
2025-01-07[NVPTX] Switch front-ends and tests to ptx_kernel cc (#120806)Alex MacLean1-7/+1
2024-11-11[NVPTX] Use PTX 7.0 in DebugInfo tests (#115757)Hugh Delaney1-2/+2
2024-10-08[LiveDebugValues][NVPTX]VarLocBasedImpl handle vregs, enable for NVPTX (#111456)William G Hatch1-1165/+1176
2024-10-03[NVPTX] add support for .debug_loc section (#110905)William G Hatch1-1591/+1644
2024-09-28Reland "[NVVM] Upgrade nvvm.ptr.* intrinics to addrspace cast" (#110262)Alex MacLean1-10/+10
2024-09-26[NVPTX] add address class for variables with a single register location (#110...William G Hatch1-1120/+1123
2024-09-26[NVPTX] add support for encoding PTX registers for DWARF (#109495)William G Hatch1-1119/+1127
2024-09-25Revert "[NVVM] Upgrade nvvm.ptr.* intrinics to addrspace cast (#109710)"Dmitry Chernenkov1-10/+10
2024-09-24[NVVM] Upgrade nvvm.ptr.* intrinics to addrspace cast (#109710)Alex MacLean1-10/+10
2023-06-14[DwarfDebug] Move emission of imported entities from beginModule() to endModu...Kristina Bessonova1-3950/+3950
2022-10-12[test][DebugInfo] Convert some test cases to opaque pointers. NFCBjorn Pettersson1-12/+12
2022-09-29[DebugInfo][InferAddressSpaces] Propagate DebugLoc when cloning an instructio...Juan Manuel MARTINEZ CAAMAÑO1-3/+3
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev1-1/+1
2022-04-30[NVPTX] Prefix "$L__" for branch label namesDmitry Vassiliev1-13/+13
2022-04-28[NVPTX] Integrate ptxas to LIT testsAndrew Savonichev1-0/+1
2022-02-14Revert D119669 "[NVPTX] Prefix "$L__" for branch label names"Fangrui Song1-13/+13
2022-02-14[NVPTX] Prefix "$L__" for branch label namesDmitry Vassiliev1-13/+13
2021-12-24Revert "[DwarfDebug] Support emitting function-local declaration for a lexica...Kristina Bessonova1-3950/+3950
2021-12-05Reland [DwarfDebug] Move emission of global vars, types and imports to endMod...Kristina Bessonova1-3950/+3950
2021-12-04Revert "[DwarfDebug] Support emitting function-local declaration for a lexica...Kristina Bessonova1-3950/+3950
2021-12-04[DwarfDebug] Move emission of global vars, types and imports to endModule()Kristina Bessonova1-3950/+3950
2021-10-14Fixup [NVPTX] Add VRFrame and VRFrameLocal to integer register classesAndrew Savonichev1-4/+4
2021-06-28Revert "[DebugInfo] Enable variadic debug value salvaging"Nico Weber1-6/+4
2021-06-24[DebugInfo] Enable variadic debug value salvagingStephen Tozer1-4/+6
2021-06-08Revert "3rd Reapply "[DebugInfo] Use variadic debug values to salvage BinOps ...Hans Wennborg1-6/+4
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille1-1/+1
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille1-1/+1
2021-05-213rd Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP ...Stephen Tozer1-4/+6
2021-04-30Revert "Re-reapply "[DebugInfo] Use variadic debug values to salvage BinOps a...Nathan Chancellor1-6/+4
2021-04-23Re-reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP i...Stephen Tozer1-4/+6
2021-04-12Revert "Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and ...Amy Huang1-6/+4
2021-04-12Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP inst...Stephen Tozer1-4/+6
2021-03-11Revert "[DebugInfo] Use variadic debug values to salvage BinOps and GEP instr...Stephen Tozer1-6/+4
2021-03-11[DebugInfo] Use variadic debug values to salvage BinOps and GEP instrs with n...gbtozers1-4/+6
2021-02-10Reland [DWARF] Location-less inlined variables should not have DW_TAG_variableJeremy Morse1-8/+4
2021-02-03Revert "[DWARF] Location-less inlined variables should not have DW_TAG_variable"Jeremy Morse1-4/+8
2021-02-03[DWARF] Location-less inlined variables should not have DW_TAG_variableJeremy Morse1-8/+4
2020-05-21[Instruction] Set metadata uses to undef on deletionVedant Kumar1-8297/+8299
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song1-1/+1
2019-12-09[DebugInfo] Nerf placeDbgValues, with prejudiceJeremy Morse1-2/+2
2019-11-08DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...David Blaikie1-3/+2