| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stop undef fragments from closing non-overlapping fragments | David Stenberg | 2019-05-28 | 1 | -2/+7 |
| * | [DebugInfo] Delete TypedDINodeRef | Fangrui Song | 2019-05-07 | 1 | -4/+3 |
| * | [DebugInfo] Improve handling of clobbered fragments | David Stenberg | 2019-04-10 | 1 | -12/+16 |
| * | [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFC | David Stenberg | 2019-04-10 | 1 | -13/+13 |
| * | [DebugInfo] Make InstrRange into a class, NFC | David Stenberg | 2019-04-10 | 1 | -11/+12 |
| * | [DebugInfo] Stop changing labels for register-described parameter DBG_VALUEs | David Stenberg | 2019-02-13 | 1 | -7/+19 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DebugInfo] Move several private headers to include directory | Yonghong Song | 2018-12-18 | 1 | -1/+1 |
| * | Revert "[BTF] Add BTF DebugInfo" | Yonghong Song | 2018-11-30 | 1 | -1/+1 |
| * | [BTF] Add BTF DebugInfo | Yonghong Song | 2018-11-30 | 1 | -1/+1 |
| * | [DWARF] Use a function-local offset for AT_call_return_pc | Vedant Kumar | 2018-10-22 | 1 | -0/+15 |
| * | [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) | Hsiangkai Wang | 2018-08-17 | 1 | -2/+10 |
| * | Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr... | Bruno Cardoso Lopes | 2018-08-14 | 1 | -10/+2 |
| * | [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) | Hsiangkai Wang | 2018-08-14 | 1 | -2/+10 |
| * | Revert "[DebugInfo] Generate DWARF debug information for labels." | Vlad Tsyrklevich | 2018-07-31 | 1 | -10/+2 |
| * | [DebugInfo] Generate DWARF debug information for labels. | Hsiangkai Wang | 2018-07-31 | 1 | -2/+10 |
| * | Revert "[DebugInfo] Generate DWARF debug information for labels." | Shiva Chen | 2018-07-24 | 1 | -10/+2 |
| * | [DebugInfo] Generate DWARF debug information for labels. | Shiva Chen | 2018-07-24 | 1 | -2/+10 |
| * | Add a debug dump for DbgValueHistoryMap | Vedant Kumar | 2018-06-01 | 1 | -0/+3 |
| * | [SelectionDAG] Improve handling of dangling debug info | Bjorn Pettersson | 2018-03-12 | 1 | -25/+2 |
| * | Re-land "Fix faulty assertion in debug info" | Adrian McCarthy | 2018-01-05 | 1 | -1/+2 |
| * | Revert "Fix faulty assertion in debug info" | Adrian McCarthy | 2017-12-19 | 1 | -2/+1 |
| * | Fix faulty assertion in debug info | Adrian McCarthy | 2017-12-19 | 1 | -1/+2 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -2/+2 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | [codeview] Generalize DIExpression parsing to handle load chains | Reid Kleckner | 2017-08-31 | 1 | -4/+8 |
| * | [codeview] make DbgVariableLocation::extractFromMachineInstruction use Optional | Bob Haarman | 2017-08-30 | 1 | -6/+10 |
| * | [codeview] add missing break in CodeGen/AsmPrinter/DebugHandlerBase.cpp | Bob Haarman | 2017-08-29 | 1 | -0/+1 |
| * | Reland r311957 [codeview] support more DW_OPs for more complete debug info | Bob Haarman | 2017-08-29 | 1 | -0/+51 |
| * | Revert "[codeview] support more DW_OPs for more complete debug info" | Bob Haarman | 2017-08-29 | 1 | -51/+0 |
| * | [codeview] support more DW_OPs for more complete debug info | Bob Haarman | 2017-08-29 | 1 | -0/+51 |
| * | Make helper functions static. NFC. | Benjamin Kramer | 2017-05-26 | 1 | -1/+2 |
| * | Don't generate line&scope debug info for meta-instructions. | Adrian Prantl | 2017-05-22 | 1 | -3/+3 |
| * | Revert "Don't generate line&scope debug info for meta-instructions." | Adrian Prantl | 2017-05-22 | 1 | -3/+3 |
| * | Don't generate line&scope debug info for meta-instructions. | Adrian Prantl | 2017-05-22 | 1 | -3/+3 |
| * | [codeview] Fix assertion failure introduced in r295354 refactoring | Reid Kleckner | 2017-05-12 | 1 | -2/+1 |
| * | Zero-Initialize PrevInstBB when entering a new MachineFunction. | Adrian Prantl | 2017-03-23 | 1 | -0/+1 |
| * | Refactor DebugHandlerBase a bit to common non-debug-having-function filtering | David Blaikie | 2017-02-16 | 1 | -1/+26 |
| * | Refactor the DIExpression fragment query interface (NFC) | Adrian Prantl | 2016-12-22 | 1 | -4/+6 |
| * | Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc... | Paul Robinson | 2016-12-12 | 1 | -1/+3 |
| * | [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation | Adrian Prantl | 2016-12-05 | 1 | -17/+16 |
| * | revert r288283 as it causes debug info (line numbers) to be lost in instrumen... | Kostya Serebryany | 2016-12-01 | 1 | -3/+1 |
| * | Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc... | Paul Robinson | 2016-11-30 | 1 | -1/+3 |
| * | Revert r288212 due to lldb failure. | Paul Robinson | 2016-11-29 | 1 | -3/+1 |
| * | Emit 'no line' information for interesting 'orphan' instructions. | Paul Robinson | 2016-11-29 | 1 | -1/+3 |
| * | DebugInfo: make DW_TAG_atomic_type valid | Victor Leschuk | 2016-10-31 | 1 | -1/+1 |
| * | [MC] Move .cv_loc management logic out of MCContext | Reid Kleckner | 2016-08-26 | 1 | -0/+1 |
| * | [codeview] Improved array type support. | Amjad Aboud | 2016-07-12 | 1 | -0/+29 |
| * | Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h | Reid Kleckner | 2016-04-14 | 1 | -0/+1 |
| * | [codeview] Describe int local variables using .cv_def_range | Reid Kleckner | 2016-02-10 | 1 | -0/+200 |