| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | [CodeView] Move CodeView YAML code to ObjectYAML. | Zachary Turner | 2017-05-30 | 1 | -1/+1 |
| * | [CodeView] Rename ModuleDebugFragment -> DebugSubsection. | Zachary Turner | 2017-05-30 | 1 | -3/+3 |
| * | [llvm-pdbdump] Abstract some of the YAML/Raw printing code. | Zachary Turner | 2017-04-29 | 1 | -1/+1 |
| * | Rename some PDB classes. | Zachary Turner | 2017-04-27 | 1 | -3/+3 |
| * | [CodeView] Fix off-by-one error in def range gap emission | Reid Kleckner | 2017-01-24 | 1 | -6/+6 |
| * | Reapply "[CodeGen] Fix invalid DWARF info on Win64" | Keno Fischer | 2017-01-02 | 1 | -1/+1 |
| * | Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols." | Zachary Turner | 2016-12-16 | 1 | -1/+3 |
| * | Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols." | Zachary Turner | 2016-12-16 | 1 | -3/+1 |
| * | [CodeView] Hook CodeViewRecordIO for reading/writing symbols. | Zachary Turner | 2016-12-16 | 1 | -1/+3 |
| * | Revert "[CodeGen] Fix invalid DWARF info on Win64" | Keno Fischer | 2016-12-08 | 1 | -1/+1 |
| * | [CodeGen] Fix invalid DWARF info on Win64 | Keno Fischer | 2016-12-08 | 1 | -1/+1 |
| * | [codeview] Truncate records to maximum record size near 64KB | Reid Kleckner | 2016-10-05 | 1 | -0/+7 |
| * | [codeview] Optimize the size of defranges with gaps | Reid Kleckner | 2016-09-15 | 1 | -5/+43 |
| * | [codeview] Add new directives to record inlined call site line info | Reid Kleckner | 2016-09-07 | 1 | -46/+106 |
| * | [MC] Move .cv_loc management logic out of MCContext | Reid Kleckner | 2016-08-26 | 1 | -4/+5 |
| * | [codeview] Shrink inlined call site line info tables | Reid Kleckner | 2016-07-14 | 1 | -5/+11 |
| * | Prune some includes from headers and sink some inline functions | Reid Kleckner | 2016-06-22 | 1 | -0/+1 |
| * | [codeview] Avoid emitting an empty file checksum table | Reid Kleckner | 2016-06-08 | 1 | -0/+5 |
| * | [codeview] Some cleanup of Symbol Records. | Zachary Turner | 2016-05-17 | 1 | -7/+13 |
| * | [codeview] Fix emission of file changes in inline line tables | Reid Kleckner | 2016-02-19 | 1 | -1/+4 |
| * | [MC] Add support for encoding CodeView variable definition ranges | David Majnemer | 2016-02-05 | 1 | -0/+63 |
| * | [codeview] Don't attempt a cross-section label diff | Reid Kleckner | 2016-02-04 | 1 | -5/+11 |
| * | [codeview] Correctly handle inlining functions post-dominated by unreachable | David Majnemer | 2016-02-02 | 1 | -3/+16 |
| * | [codeview] Wire up the .cv_inline_linetable directive | Reid Kleckner | 2016-02-02 | 1 | -25/+96 |
| * | [CodeView] Implement .cv_inline_linetable | David Majnemer | 2016-01-29 | 1 | -3/+71 |
| * | Fix some -Wstring-conversion warnings | David Blaikie | 2016-01-29 | 1 | -6/+6 |
| * | Reland "[CodeView] Use assembler directives for line tables" | Reid Kleckner | 2016-01-29 | 1 | -0/+222 |
| * | Revert "[CodeView] Use assembler directives for line tables" | Reid Kleckner | 2016-01-29 | 1 | -222/+0 |
| * | Silence gcc warning about ternary and enumerations | Reid Kleckner | 2016-01-28 | 1 | -1/+1 |
| * | [CodeView] Use assembler directives for line tables | Reid Kleckner | 2016-01-28 | 1 | -0/+222 |