| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prune two MachineInstr.h includes, fix up deps | Reid Kleckner | 2019-10-19 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -2/+2 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | Fixing an issue with the initialization of LexicalScopes objects when mixing ... | Wolfgang Pieb | 2017-07-19 | 1 | -1/+4 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Don't generate line&scope debug info for meta-instructions. | Adrian Prantl | 2017-05-22 | 1 | -2/+3 |
| * | Revert "Don't generate line&scope debug info for meta-instructions." | Adrian Prantl | 2017-05-22 | 1 | -3/+2 |
| * | Don't generate line&scope debug info for meta-instructions. | Adrian Prantl | 2017-05-22 | 1 | -2/+3 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-17 | 1 | -6/+13 |
| * | Handle link of NoDebug CU with a CU that has debug emission enabled | Teresa Johnson | 2017-02-17 | 1 | -0/+8 |
| * | Reformat slightly. | Eric Christopher | 2017-02-14 | 1 | -4/+3 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -4/+3 |
| * | Rewrite loops to use range-based for. (NFC) | Adrian Prantl | 2016-09-28 | 1 | -17/+5 |
| * | Fixed Dwarf debug info emission to skip DILexicalBlockFile entries. | Amjad Aboud | 2016-04-21 | 1 | -7/+6 |
| * | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -24/+24 |
| * | DebugInfo: Gut DISubprogram and DILexicalBlock* | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -2/+1 |
| * | CodeGen: Stop using DIDescriptor::is*() and auto-casting | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -2/+2 |
| * | DebugInfo: Remove LexicalBlockFile scope/context distinction | Duncan P. N. Exon Smith | 2015-03-31 | 1 | -12/+3 |
| * | LexicalScopes: Cleanup remaining uses of DebugLoc | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -8/+6 |
| * | DebugLoc: Remove getFromDILexicalBlock() | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -10/+7 |
| * | LexicalScopes: Use debug info hierarchy pervasively | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -30/+38 |
| * | LexicalScopes: Use MDLocation directly instead of DebugLoc | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -12/+10 |
| * | CodeGen: Use the new DebugLoc API, NFC | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -14/+10 |
| * | AsmPrinter: Stop creating DebugLocs | Duncan P. N. Exon Smith | 2015-02-17 | 1 | -8/+0 |
| * | MSVC 2013 supports std::forward_as_tuple, while MSVC 2012 did not; so we can ... | Aaron Ballman | 2015-02-16 | 1 | -10/+8 |
| * | DebugInfo: Ensure that all debug location scope chains from instructions with... | David Blaikie | 2014-10-14 | 1 | -2/+7 |
| * | Revert "Fix stuff... again." | David Blaikie | 2014-10-14 | 1 | -7/+2 |
| * | Fix stuff... again. | David Blaikie | 2014-10-14 | 1 | -2/+7 |
| * | Revert "DebugInfo: Ensure that all debug location scope chains from instructi... | David Blaikie | 2014-10-10 | 1 | -7/+2 |
| * | DebugInfo: Ensure that all debug location scope chains from instructions with... | David Blaikie | 2014-10-07 | 1 | -2/+7 |
| * | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-21 | 1 | -1/+1 |
| * | Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi... | Craig Topper | 2014-08-18 | 1 | -1/+1 |
| * | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-17 | 1 | -1/+1 |
| * | Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ... | David Blaikie | 2014-08-06 | 1 | -7/+2 |
| * | Reapply "DebugInfo: Ensure that all debug location scope chains from instruct... | David Blaikie | 2014-08-04 | 1 | -2/+7 |
| * | Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ... | Eric Christopher | 2014-07-18 | 1 | -7/+2 |
| * | Reapply "DebugInfo: Ensure that all debug location scope chains from instruct... | David Blaikie | 2014-07-18 | 1 | -2/+7 |
| * | Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ... | David Blaikie | 2014-07-11 | 1 | -7/+2 |
| * | Reapply "DebugInfo: Ensure that all debug location scope chains from instruct... | David Blaikie | 2014-07-10 | 1 | -2/+7 |
| * | Revert "DebugInfo: Ensure that all debug location scope chains from instructi... | David Blaikie | 2014-07-02 | 1 | -7/+2 |
| * | DebugInfo: Ensure that all debug location scope chains from instructions with... | David Blaikie | 2014-07-02 | 1 | -2/+7 |
| * | Revert "DebugInfo: Ensure that all debug location scope chains from instructi... | David Blaikie | 2014-07-01 | 1 | -7/+2 |
| * | DebugInfo: Ensure that all debug location scope chains from instructions with... | David Blaikie | 2014-07-01 | 1 | -2/+7 |
| * | Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call... | David Blaikie | 2014-06-27 | 1 | -7/+2 |
| * | Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d... | David Blaikie | 2014-06-27 | 1 | -2/+7 |
| * | Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf... | David Blaikie | 2014-06-25 | 1 | -7/+2 |
| * | PR20038: DebugInfo: Inlined call sites where the caller has debug info but th... | David Blaikie | 2014-06-25 | 1 | -2/+7 |