| Commit message (Expand) | Author | Age | Files | Lines |
| * | Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a... | Fangrui Song | 2019-12-24 | 3 | -4/+4 |
| * | [BasicBlockUtils] Fix dbg.value elimination problem in MergeBlockIntoPredecessor | Bjorn Pettersson | 2019-12-16 | 1 | -2/+2 |
| * | [DebugInfo] Nerf placeDbgValues, with prejudice | Jeremy Morse | 2019-12-09 | 1 | -2/+2 |
| * | DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma... | David Blaikie | 2019-11-08 | 5 | -15/+10 |
| * | NVPTX: Don't insert an extra empty line at the end of the last section. | David Blaikie | 2019-11-08 | 5 | -5/+0 |
| * | DebugInfo: Use separate macinfo contributions for each CU | David Blaikie | 2019-11-08 | 5 | -10/+10 |
| * | [DwarfExpression] Disallow some rewrites to avoid undefined behavior | Bjorn Pettersson | 2019-09-07 | 1 | -12/+10 |
| * | [DebugInfo] Add column info for inline sites | Jonas Devlieghere | 2019-07-12 | 1 | -9/+17 |
| * | [NVPTX][DEBUGINFO]Temp workaround for crash of ptxas: disable packed bytes in... | Alexey Bataev | 2019-03-08 | 6 | -546/+4474 |
| * | [DEBUG_INFO][NVPTX]Emit empty .debug_loc section in presence of the debug opt... | Alexey Bataev | 2019-03-08 | 1 | -0/+1 |
| * | [DebugInfo] Stop changing labels for register-described parameter DBG_VALUEs | David Stenberg | 2019-02-13 | 1 | -2/+2 |
| * | [DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger. | Alexey Bataev | 2019-02-05 | 2 | -9/+267 |
| * | [DebugInfo][DAG] Process FrameIndex dbg.values unconditionally | Jeremy Morse | 2019-01-29 | 1 | -1/+1 |
| * | [DebugInfo][DAG] Avoid re-ordering of DBG_VALUEs | Jeremy Morse | 2019-01-28 | 1 | -2/+2 |
| * | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-23 | 6 | -5249/+5267 |
| * | Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target." | Alexey Bataev | 2019-01-23 | 6 | -5267/+5249 |
| * | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-23 | 6 | -5249/+5267 |
| * | Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target." | Haojian Wu | 2019-01-23 | 5 | -5249/+5249 |
| * | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-22 | 5 | -5249/+5249 |
| * | [DEBUG_INFO, NVPTX] Fix relocation info. | Alexey Bataev | 2019-01-22 | 2 | -2/+6 |
| * | [DEBUGINFO][NVPTX]Make tests more strict, NFC. | Alexey Bataev | 2019-01-09 | 5 | -5238/+5240 |
| * | [DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out | Jeremy Morse | 2018-12-10 | 1 | -4/+4 |
| * | [DEBUGINFO, NVPTX] Disable emission of ',debug' option if only debug directiv... | Alexey Bataev | 2018-12-06 | 1 | -1/+1 |
| * | [DEBUGINFO, NVPTX]Emit last debugging directives. | Alexey Bataev | 2018-12-06 | 1 | -0/+48 |
| * | Revert "[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or onl... | Alexey Bataev | 2018-11-09 | 1 | -48/+0 |
| * | [DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug ... | Alexey Bataev | 2018-11-02 | 1 | -0/+48 |
| * | [DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES. | Alexey Bataev | 2018-10-25 | 1 | -0/+81 |
| * | [DEBUGINFO, NVPTX] Try to pack bytes data into a single string. | Alexey Bataev | 2018-10-24 | 5 | -4524/+679 |
| * | Revert "DwarfDebug: Pick next location in case of missing location at block b... | Matthias Braun | 2018-10-11 | 1 | -1/+1 |
| * | DwarfDebug: Pick next location in case of missing location at block begin | Matthias Braun | 2018-10-05 | 1 | -1/+1 |
| * | DebugInfo: Remove command line (& target-based) disabling of pubnames in favo... | David Blaikie | 2018-08-16 | 4 | -5/+5 |
| * | [DEBUGINFO, NVPTX] Emit correct debug information for local variables. | Alexey Bataev | 2018-07-26 | 1 | -11/+13 |
| * | [DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`. | Alexey Bataev | 2018-07-26 | 4 | -45/+67 |
| * | [DEBUG_INFO, NVPTX] Do not emit .debug_loc section. | Alexey Bataev | 2018-06-29 | 1 | -52/+12 |
| * | [DEBUG_INFO, NVPTX] Add test for .debug_loc section, NFC. | Alexey Bataev | 2018-06-28 | 1 | -0/+506 |
| * | Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de... | Eric Christopher | 2018-05-18 | 4 | -28/+8928 |
| * | [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. | Shiva Chen | 2018-05-09 | 2 | -7/+7 |
| * | Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info... | Eric Christopher | 2018-05-01 | 4 | -8928/+28 |
| * | Fix path separator checks on Windows | Reid Kleckner | 2018-04-24 | 1 | -1/+1 |
| * | [DEBUGINFO, NVPTX] Add the test for the debug info of the local | Alexey Bataev | 2018-04-23 | 1 | -0/+252 |
| * | [DEBUG] Initial adaptation of NVPTX target for debug info emission. | Alexey Bataev | 2018-04-18 | 3 | -28/+8676 |
| * | [NVPTX] Removed 'satom' feature which is no longer used. | Artem Belevich | 2018-04-11 | 1 | -1/+1 |
| * | [DEBUG] Fix debug info test for NVPTX, NFC. | Alexey Bataev | 2018-01-04 | 1 | -8/+8 |
| * | [DEBUG] Fix the test for NVPTX, NFC. | Alexey Bataev | 2018-01-04 | 1 | -10/+10 |
| * | [DEBUG] Add initial tests for debug info for NVPTX target, NFC. | Alexey Bataev | 2018-01-04 | 3 | -0/+889 |