summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-2/+3
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-3/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-2/+3
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-021-3/+2
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-021-2/+3
* [COFF, ARM64] Add CodeView register mappingTom Tan2019-05-311-17/+37
* [codeview] Revert inline line table change of r362264Reid Kleckner2019-05-311-0/+4
* [llvm-pdbutil] Dump inline call site line table annotationsReid Kleckner2019-05-291-5/+77
* [codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner2019-05-151-0/+9
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-1/+1
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-111-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Apply local fixes intended to be part of r341999.'Reid Kleckner2018-09-111-2/+2
* [codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner2018-09-111-0/+5
* [codeview] Improve readobj FPO dumper and pdbutil register namesReid Kleckner2018-09-071-8/+17
* [CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea2018-07-311-0/+6
* [PDB] Correctly link S_FILESTATIC records.Zachary Turner2018-01-051-0/+13
* Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.Zachary Turner2017-12-151-1/+1
* [codeview] Fix handling of S_HEAPALLOCSITEReid Kleckner2017-10-241-1/+1
* Fix -Wcovered-switch-default warnings from r314821Hans Wennborg2017-10-031-2/+1
* CodeView: Provide a .def file with the register idsHans Wennborg2017-10-031-50/+5
* [llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner2017-08-211-12/+1
* Remove useless default case in switchVictor Leschuk2017-08-181-3/+0
* Fix warning about covered switch default.Zachary Turner2017-08-171-1/+1
* [llvm-pdbutil] Fix some dumping issues.Zachary Turner2017-08-171-6/+7
* Fix a few minor issues when dumping symbols.Zachary Turner2017-08-171-0/+5
* Output S_SECTION symbols to the Linker module.Zachary Turner2017-08-111-5/+14
* [PDB] Fix linking of function symbols and local variables.Zachary Turner2017-08-081-4/+24
* [codeview] Emit 'D' as the cv source language for D codeReid Kleckner2017-07-241-0/+1
* [COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFFMandeep Singh Grang2017-07-201-0/+1
* [CodeView] Dump BuildInfoSym and ProcSym type indicesReid Kleckner2017-07-151-2/+3
* Remove spurious semicolons.Zachary Turner2017-06-301-34/+0
* [llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner2017-06-301-44/+86
* [CodeView] Fix dumping of public symbol record flagsReid Kleckner2017-06-191-1/+15
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-151-0/+749
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-151-749/+0
* Fix some more warnings.Zachary Turner2017-06-151-10/+6
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-151-0/+753
OpenPOWER on IntegriCloud