| Commit message (Expand) | Author | Age | Files | Lines |
| * | [codeview] Revert inline line table change of r362264 | Reid Kleckner | 2019-05-31 | 1 | -0/+1 |
| * | [codeview] Fix inline line table accuracy for discontiguous segments | Reid Kleckner | 2019-05-31 | 1 | -1/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [codeview] Flush labels before S_DEFRANGE* fragments | Reid Kleckner | 2018-12-17 | 1 | -2/+2 |
| * | [codeview] Clean up machinery for deferring .cv_loc emission | Reid Kleckner | 2018-08-28 | 1 | -43/+24 |
| * | Support: Simplify endian stream interface. NFCI. | Peter Collingbourne | 2018-05-18 | 1 | -1/+1 |
| * | [codeview] Ignore .cv_loc directives at the end of a function | Reid Kleckner | 2018-04-25 | 1 | -0/+13 |
| * | [CodeView] Add line numbers for inlined call sites | Reid Kleckner | 2018-01-18 | 1 | -3/+27 |
| * | [CodeView] Sink complex inline functions to .cpp file, NFC | Reid Kleckner | 2018-01-18 | 1 | -0/+45 |
| * | MC: Remove redundant `SetUsed` arguments in MCSymbol methods | Sam Clegg | 2018-01-12 | 1 | -1/+1 |
| * | Remove redundant includes from lib/MC. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Re-land "Fix Bug 30978 by emitting cv file checksums." | Reid Kleckner | 2017-09-19 | 1 | -29/+92 |
| * | Revert "Fix Bug 30978 by emitting cv file checksums." | Eric Beckmann | 2017-09-16 | 1 | -90/+29 |
| * | Fix Bug 30978 by emitting cv file checksums. | Eric Beckmann | 2017-09-15 | 1 | -29/+90 |
| * | 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 |