summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix -Wtrigraphs.Rui Ueyama2018-09-201-1/+1
* [PDB] Add the ability to map forward references to full decls.Zachary Turner2018-09-205-12/+59
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-181-2/+24
* [PDB] Make the native reader support enumerators.Zachary Turner2018-09-171-0/+8
* Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID.Nico Weber2018-09-151-2/+5
* [PDB] Make the pretty dumper output modified types.Zachary Turner2018-09-143-5/+35
* [PDB] Emit old fpo data to the PDB file.Zachary Turner2018-09-122-9/+64
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-114-0/+64
* 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-112-1/+11
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-0/+50
* [codeview] Improve readobj FPO dumper and pdbutil register namesReid Kleckner2018-09-071-8/+17
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-1/+3
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-2/+1
* [llvm-pdbutil] Support PDBs without a DBI streamAlexandre Ganea2018-08-064-47/+106
* [CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea2018-07-311-0/+6
* [PDB] One more fix for hasing GSI records.Zachary Turner2018-07-063-1/+91
* [llvm-pdbutil] Dump more info about globals.Zachary Turner2018-07-064-16/+60
* [llvm-pdbutil] Dump struct/class/union sizes in the minimal dump formatReid Kleckner2018-05-171-4/+6
* llvm-pdbutil: Fix an off-by-one error.Peter Collingbourne2018-04-171-1/+1
* [llvm-pdbutil] Dump first section contribution for each module.Zachary Turner2018-04-171-72/+86
* Remove faulty assertion in llvm-pdbutilAdrian McCarthy2018-04-161-5/+2
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-14/+4
* [pdbutil] Print the checksum hex string when using the '-lines' optionAaron Smith2018-04-101-0/+6
* Fix line endings (CR/LF -> LF) introduced by rL329613Alexandre Ganea2018-04-101-556/+556
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-092-542/+558
* [llvm-pdbutil] Display types from MSVC precompiled header object files.Zachary Turner2018-04-051-1/+8
* Fix a compilation failure with non MSVC compilers.Zachary Turner2018-04-041-1/+1
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-046-113/+220
* [llvm-pdbutil] Add an export subcommand.Zachary Turner2018-04-022-0/+70
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-013-6/+6
* Fix some signed / unsigned conversion problems.Zachary Turner2018-03-301-13/+15
OpenPOWER on IntegriCloud