summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/NVPTX
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-243-4/+4
* [BasicBlockUtils] Fix dbg.value elimination problem in MergeBlockIntoPredecessorBjorn Pettersson2019-12-161-2/+2
* [DebugInfo] Nerf placeDbgValues, with prejudiceJeremy Morse2019-12-091-2/+2
* DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...David Blaikie2019-11-085-15/+10
* NVPTX: Don't insert an extra empty line at the end of the last section.David Blaikie2019-11-085-5/+0
* DebugInfo: Use separate macinfo contributions for each CUDavid Blaikie2019-11-085-10/+10
* [DwarfExpression] Disallow some rewrites to avoid undefined behaviorBjorn Pettersson2019-09-071-12/+10
* [DebugInfo] Add column info for inline sitesJonas Devlieghere2019-07-121-9/+17
* [NVPTX][DEBUGINFO]Temp workaround for crash of ptxas: disable packed bytes in...Alexey Bataev2019-03-086-546/+4474
* [DEBUG_INFO][NVPTX]Emit empty .debug_loc section in presence of the debug opt...Alexey Bataev2019-03-081-0/+1
* [DebugInfo] Stop changing labels for register-described parameter DBG_VALUEsDavid Stenberg2019-02-131-2/+2
* [DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger.Alexey Bataev2019-02-052-9/+267
* [DebugInfo][DAG] Process FrameIndex dbg.values unconditionallyJeremy Morse2019-01-291-1/+1
* [DebugInfo][DAG] Avoid re-ordering of DBG_VALUEsJeremy Morse2019-01-281-2/+2
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-236-5249/+5267
* Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target."Alexey Bataev2019-01-236-5267/+5249
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-236-5249/+5267
* Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target."Haojian Wu2019-01-235-5249/+5249
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-225-5249/+5249
* [DEBUG_INFO, NVPTX] Fix relocation info.Alexey Bataev2019-01-222-2/+6
* [DEBUGINFO][NVPTX]Make tests more strict, NFC.Alexey Bataev2019-01-095-5238/+5240
* [DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised outJeremy Morse2018-12-101-4/+4
* [DEBUGINFO, NVPTX] Disable emission of ',debug' option if only debug directiv...Alexey Bataev2018-12-061-1/+1
* [DEBUGINFO, NVPTX]Emit last debugging directives.Alexey Bataev2018-12-061-0/+48
* Revert "[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or onl...Alexey Bataev2018-11-091-48/+0
* [DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug ...Alexey Bataev2018-11-021-0/+48
* [DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES.Alexey Bataev2018-10-251-0/+81
* [DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev2018-10-245-4524/+679
* Revert "DwarfDebug: Pick next location in case of missing location at block b...Matthias Braun2018-10-111-1/+1
* DwarfDebug: Pick next location in case of missing location at block beginMatthias Braun2018-10-051-1/+1
* DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...David Blaikie2018-08-164-5/+5
* [DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev2018-07-261-11/+13
* [DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`.Alexey Bataev2018-07-264-45/+67
* [DEBUG_INFO, NVPTX] Do not emit .debug_loc section.Alexey Bataev2018-06-291-52/+12
* [DEBUG_INFO, NVPTX] Add test for .debug_loc section, NFC.Alexey Bataev2018-06-281-0/+506
* Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...Eric Christopher2018-05-184-28/+8928
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-092-7/+7
* Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher2018-05-014-8928/+28
* Fix path separator checks on WindowsReid Kleckner2018-04-241-1/+1
* [DEBUGINFO, NVPTX] Add the test for the debug info of the localAlexey Bataev2018-04-231-0/+252
* [DEBUG] Initial adaptation of NVPTX target for debug info emission.Alexey Bataev2018-04-183-28/+8676
* [NVPTX] Removed 'satom' feature which is no longer used.Artem Belevich2018-04-111-1/+1
* [DEBUG] Fix debug info test for NVPTX, NFC.Alexey Bataev2018-01-041-8/+8
* [DEBUG] Fix the test for NVPTX, NFC.Alexey Bataev2018-01-041-10/+10
* [DEBUG] Add initial tests for debug info for NVPTX target, NFC.Alexey Bataev2018-01-043-0/+889
OpenPOWER on IntegriCloud