summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil
Commit message (Expand)AuthorAgeFilesLines
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-1/+1
* [Tools] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-221-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-156-13/+13
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-142-8/+10
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-142-10/+8
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-142-8/+10
* 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
* llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber2019-07-172-7/+10
* Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber2019-07-161-7/+2
* Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber2019-07-124-11/+4
* Add explicit newline at end of `llvm-pdbutil dump`Nico Weber2019-07-121-0/+2
* [PDB] Copy inlinee lines records into the PDBReid Kleckner2019-06-031-0/+4
* [COFF, ARM64] Add CodeView register mappingTom Tan2019-05-313-18/+40
* [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
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-162-7/+10
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-162-10/+7
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-162-7/+10
* [codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner2019-05-151-0/+9
* Revert r359520David Bolvansky2019-04-301-1/+1
* [PDB] Fixed null pointer dereferenceDavid Bolvansky2019-04-291-1/+1
* [llvm-pdbutil] FunctionDumper::dump(PDBSymbolTypeFunctionArg) - fix null dere...Simon Pilgrim2019-04-291-2/+2
* Use llvm::stable_sort. NFCFangrui Song2019-04-221-8/+8
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-042-2/+2
* [pdb] Add -type-stats and sort stats by descending sizeReid Kleckner2019-03-224-9/+78
* [llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner2019-03-219-19/+317
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-111-0/+1
* Fix file header issues in fuzzers. NFCFangrui Song2019-02-211-1/+1
* [NativePDB] Fix access to both old & new fpo data entries from dbi streamAleksandr Urakov2019-01-301-15/+4
* pdbutil: Remove unused variablesDavid Blaikie2019-01-241-6/+0
* [PDB] Increase TPI hash bucket count.Zachary Turner2019-01-241-0/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1946-184/+138
* [llvm-pdbutil] Remove the analyze subcommand.Zachary Turner2018-12-044-202/+0
* Fix a few small issues in llvm-pdbutilLeonard Mosescu2018-11-023-20/+25
* Dump public symbol records in pdb2yaml modeZachary Turner2018-10-266-0/+61
* [llvm-pdbutil] Pretty print PDBSymbolUsingNamespace symbolsAaron Smith2018-10-112-0/+12
* [PDB] Fix failure on big endian machines.Zachary Turner2018-10-091-5/+0
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-083-3/+44
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-012-1/+9
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-015-7/+33
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-304-2/+24
* Fix some tests on Windows.Zachary Turner2018-09-301-3/+3
* [PDB] Better native API support for pointers.Zachary Turner2018-09-294-53/+110
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-273-6/+4
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-214-11/+51
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-0/+4
OpenPOWER on IntegriCloud