| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changing representation of .cv_def_range directives in Codeview debug info as... | Nilanjana Basu | 2019-08-05 | 1 | -1/+1 |
| * | Revert "Changing representation of .cv_def_range directives in Codeview debug... | Nilanjana Basu | 2019-08-05 | 1 | -1/+1 |
| * | Changing representation of .cv_def_range directives in Codeview debug info as... | Nilanjana Basu | 2019-08-05 | 1 | -1/+1 |
| * | Temporarily Revert "Changing representation of cv_def_range directives in Cod... | Eric Christopher | 2019-08-02 | 1 | -1/+1 |
| * | Changing representation of cv_def_range directives in Codeview debug info ass... | Nilanjana Basu | 2019-08-02 | 1 | -1/+1 |
| * | [COFF, ARM64] Add CodeView register mapping | Tom Tan | 2019-05-31 | 1 | -8/+11 |
| * | [codeview] Finish support for reading and writing S_ANNOTATION records | Reid Kleckner | 2019-05-15 | 1 | -0/+12 |
| * | [codeview] Remove Type member from CVRecord | Reid Kleckner | 2019-04-04 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix a compilation failure on non-MSVC compilers. | Zachary Turner | 2018-10-08 | 1 | -1/+1 |
| * | [PDB] Add the ability to lookup global symbols by name. | Zachary Turner | 2018-10-08 | 1 | -1/+2 |
| * | [codeview] Decode and dump FP regs from S_FRAMEPROC records | Reid Kleckner | 2018-09-11 | 1 | -6/+25 |
| * | [CodeView] Minimal support for S_UNAMESPACE records | Alexandre Ganea | 2018-07-31 | 1 | -0/+6 |
| * | [CodeView] Initial support for emitting S_THUNK32 symbols for compiler... | Brock Wyma | 2018-04-16 | 1 | -0/+1 |
| * | Remove redundant includes from lib/DebugInfo. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | CodeView symbol dumper: use symbolic names for registers | Hans Wennborg | 2017-10-02 | 1 | -4/+7 |
| * | [CodeView] Dump BuildInfoSym and ProcSym type indices | Reid Kleckner | 2017-07-15 | 1 | -1/+1 |
| * | [codeview] Change readobj symbol dumping format | Reid Kleckner | 2017-07-11 | 1 | -72/+19 |
| * | [CodeView] Fix dumping of public symbol record flags | Reid Kleckner | 2017-06-19 | 1 | -1/+1 |
| * | Resubmit "[llvm-pdbutil] rewrite the "raw" output style." | Zachary Turner | 2017-06-15 | 1 | -4/+4 |
| * | Revert "[llvm-pdbutil] rewrite the "raw" output style." | Zachary Turner | 2017-06-15 | 1 | -4/+4 |
| * | [llvm-pdbutil] rewrite the "raw" output style. | Zachary Turner | 2017-06-15 | 1 | -4/+4 |
| * | [CodeView] Properly align symbol records on read/write. | Zachary Turner | 2017-06-01 | 1 | -2/+2 |
| * | [CodeView] Move CodeView YAML code to ObjectYAML. | Zachary Turner | 2017-05-30 | 1 | -1/+1 |
| * | [CodeView] Add more DebugSubsection implementations. | Zachary Turner | 2017-05-30 | 1 | -3/+3 |
| * | Resubmit "[CodeView] Provide a common interface for type collections." | Zachary Turner | 2017-05-19 | 1 | -7/+6 |
| * | Revert "[CodeView] Provide a common interface for type collections." | Zachary Turner | 2017-05-19 | 1 | -6/+7 |
| * | [CodeView] Provide a common interface for type collections. | Zachary Turner | 2017-05-18 | 1 | -7/+6 |
| * | [llvm-readobj] Update readobj to re-use parsing code. | Zachary Turner | 2017-05-03 | 1 | -12/+13 |
| * | [PDB] It is not an error getting the "Invalid" Annotation opcode. | Zachary Turner | 2017-03-17 | 1 | -2/+2 |
| * | [CodeView] Finish decoupling TypeDatabase from TypeDumper. | Zachary Turner | 2017-01-11 | 1 | -17/+22 |
| * | [CodeView/PDB] Rename a bunch of files. | Zachary Turner | 2017-01-11 | 1 | -1/+1 |
| * | Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols." | Zachary Turner | 2016-12-16 | 1 | -145/+131 |
| * | Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols." | Zachary Turner | 2016-12-16 | 1 | -131/+145 |
| * | [CodeView] Hook CodeViewRecordIO for reading/writing symbols. | Zachary Turner | 2016-12-16 | 1 | -145/+131 |
| * | Refactor Symbol visitor code. | Zachary Turner | 2016-10-07 | 1 | -93/+149 |
| * | [CodeView] Emit an appropriate symbol kind for globals | David Majnemer | 2016-07-06 | 1 | -0/+2 |
| * | [codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byte | Reid Kleckner | 2016-06-24 | 1 | -0/+1 |
| * | [pdb] Parse and dump section map and section contribs | Zachary Turner | 2016-06-02 | 1 | -266/+25 |
| * | [SymbolDumper] Validate the string table offset before using it | David Majnemer | 2016-05-28 | 1 | -6/+6 |
| * | [SymbolDumper] Validate the string table offset before using it | David Majnemer | 2016-05-28 | 1 | -5/+6 |
| * | [pdb] Finish conversion to zero copy pdb access. | Zachary Turner | 2016-05-28 | 1 | -2/+2 |
| * | Resubmit "[pdb] Allow zero-copy read support for symbol streams."" | Zachary Turner | 2016-05-27 | 1 | -1/+1 |
| * | Revert "[pdb] Allow zero-copy read support for symbol streams." | Chad Rosier | 2016-05-27 | 1 | -1/+1 |
| * | [pdb] Allow zero-copy read support for symbol streams. | Zachary Turner | 2016-05-27 | 1 | -1/+1 |
| * | [codeview] Add support for S_EXPORT symbol. | Zachary Turner | 2016-05-25 | 1 | -0/+16 |
| * | [codeview] Add support for new type records. | Zachary Turner | 2016-05-24 | 1 | -1/+182 |
| * | [codeview, pdb] Dump symbol records in publics stream | Zachary Turner | 2016-05-24 | 1 | -0/+17 |
| * | Fix build errors | Zachary Turner | 2016-05-24 | 1 | -2/+2 |
| * | Dump symbol record details in llvm-pdbdump | Zachary Turner | 2016-05-24 | 1 | -4/+4 |