OSDN Git Service

[dsymutil] Make the CachedBinaryHolder the default
[android-x86/external-llvm.git] / tools / llvm-pdbutil /
2018-05-17 Reid Kleckner[llvm-pdbutil] Dump struct/class/union sizes in the...
2018-04-17 Peter Collingbournellvm-pdbutil: Fix an off-by-one error.
2018-04-17 Zachary Turner[llvm-pdbutil] Dump first section contribution for...
2018-04-16 Adrian McCarthyRemove faulty assertion in llvm-pdbutil
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-10 Aaron Smith[pdbutil] Print the checksum hex string when using...
2018-04-10 Alexandre GaneaFix line endings (CR/LF -> LF) introduced by rL329613
2018-04-09 Alexandre Ganea[Debuginfo][COFF] Minimal serialization support for...
2018-04-05 Zachary Turner[llvm-pdbutil] Display types from MSVC precompiled...
2018-04-04 Zachary TurnerFix a compilation failure with non MSVC compilers.
2018-04-04 Zachary Turner[llvm-pdbutil] Add the ability to explain binary files.
2018-04-02 Zachary Turner[llvm-pdbutil] Add an export subcommand.
2018-04-01 Mandeep Singh Grang[tools] Change std::sort to llvm::sort in response...
2018-03-30 Zachary TurnerFix some signed / unsigned conversion problems.
2018-03-30 Zachary Turner[llvm-pdbutil] Dig deeper into the PDB and DBI streams...
2018-03-29 Zachary Turner[PDB] Print some more details when explaining MSF fields.
2018-03-29 Zachary Turner[PDB] Fix a bug in the explain subcommand.
2018-03-29 Zachary TurnerRemove unused function.
2018-03-29 Zachary Turner[PDB] Add an explain subcommand.
2018-03-26 Zachary TurnerDelete pdbutil diff mode.
2018-03-23 Zachary Turner[PDB] Make our PDBs look more like MS PDBs.
2018-03-20 Zachary TurnerRevert "Resubmit "Support embedding natvis files in...
2018-03-20 Zachary TurnerResubmit "Support embedding natvis files in PDBs."
2018-03-19 Zachary TurnerRevert "Support embedding natvis files in PDBs."
2018-03-19 Zachary TurnerSupport embedding natvis files in PDBs.
2018-03-15 Zachary TurnerRefactor the PDB HashTable class.
2018-03-13 Zachary Turner[PDB] Support dumping injected sources via the DIA...
2018-03-07 Zachary TurnerFix a bug regarding a mis-identified file type in pdbutil.
2018-03-07 Aaron Smith[llvm-pdbdump] Add guard for null pointers and remove...
2018-03-05 Aaron Smith[llvm-pdbdump] Dump restrict type qualifier
2018-02-22 Adrian McCarthyFix llvm-pdbutil to handle new built-in types
2018-02-16 Zachary TurnerFix emission of PDB string table.
2018-01-17 Simon PilgrimFix MSVC "not all control paths return a value" warning.
2018-01-17 Aaron SmithFix build error - 'default label in switch which covers...
2018-01-17 Aaron SmithFix pretty printing the unspecified param of a variadic...
2018-01-05 Zachary Turner[PDB] Correctly link S_FILESTATIC records.
2017-12-15 Zachary TurnerDon't crash in llvm-pdbutil when dumping TypeIndexes...
2017-12-13 Michael ZolotukhinRecover some overzealously removed includes.
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-12-06 Zachary TurnerFix error in llvm-pdbutil.
2017-12-05 Zachary TurnerTeach llvm-pdbutil to dump types from object files.
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-29 Zachary TurnerMake TypeTableBuilder inherit from TypeCollection.
2017-11-29 Zachary TurnerFix line endings in llvm-pdbutil.cpp
2017-11-28 Zachary Turner[CodeView] Refactor / Rewrite TypeSerializer and TypeTa...
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-10-27 Reid Kleckner[PDB] Handle an empty globals hash table with no buckets
2017-10-24 Reid Kleckner[codeview] Fix handling of S_HEAPALLOCSITE
2017-10-03 Hans WennborgFix -Wcovered-switch-default warnings from r314821
2017-10-03 Hans WennborgCodeView: Provide a .def file with the register ids
2017-09-07 Peter CollingbourneCOFF: PDB: Allow multiple modules with the same name.
2017-09-02 Zachary Turner[llvm-pdbutil] Remove unused variables.
2017-09-01 Zachary TurnerFix broken test.
2017-09-01 Zachary Turner[llvm-pdbutil] Support dumping CodeView from object...
2017-08-31 Zachary TurnerFix some size_t / uint32_t mismatched comparisons.
2017-08-31 Zachary Turner[llvm-pdbutil] Print detailed S_UDT stats.
2017-08-23 George KarpenkovRemove llvm-pdbutil/fuzzer.
2017-08-21 Zachary Turner[llvm-pdbutil] Add support for dumping detailed module...
2017-08-18 Victor LeschukRemove useless default case in switch
2017-08-17 Zachary TurnerFix warning about covered switch default.
2017-08-17 Zachary Turner[llvm-pdbutil] Fix some dumping issues.
2017-08-17 Zachary TurnerFix a few minor issues when dumping symbols.
2017-08-11 Zachary TurnerOutput S_SECTION symbols to the Linker module.
2017-08-09 Zachary Turner[PDB] Fix an issue writing the publics stream.
2017-08-08 Zachary Turner[PDB] Fix linking of function symbols and local variables.
2017-08-07 Zachary Turner[llvm-pdbutil] Don't crash when a section contrib's...
2017-08-04 Adrian McCarthyEnable llvm-pdbutil to list enumerations using native...
2017-08-04 Zachary Turner[pdbutil] When dumping section contribs, show the secti...
2017-08-04 Zachary Turner[llvm-pdbutil] Dump image section headers.
2017-08-03 Zachary Turner[llvm-pdbutil] Add an option to only dump specific...
2017-08-03 Zachary Turner[llvm-pdbutil] Allow diff to force module equivalencies.
2017-08-02 Zachary Turner[pdbutil] Add a command to dump the FPM.
2017-07-27 Reid Kleckner[llvm-pdbutil] Clean up ExitOnError usage to add "...
2017-07-26 Reid Kleckner[PDB] Improve GSI hash table dumping for publics and...
2017-07-24 Reid Kleckner[codeview] Emit 'D' as the cv source language for D...
2017-07-21 Reid Kleckner[PDB] Dump extra info about the publics stream
2017-07-20 Mandeep Singh Grang[COFF, ARM64, CodeView] Add support to emit CodeView...
2017-07-18 Reid Kleckner[PDB] Finish and simplify TPI hashing
2017-07-17 Reid Kleckner[codeview] Fix YAML for LF_TYPESERVER2 by hoisting...
2017-07-17 Reid Kleckner[codeview] Remove TypeServerHandler and PDBTypeServerHa...
2017-07-15 Reid Kleckner[CodeView] Dump BuildInfoSym and ProcSym type indices
2017-07-10 Zachary TurnerResubmit "Add pdb-diff test."
2017-07-10 Zachary TurnerRevert "Build fixes for pdb-diff test."
2017-07-10 Zachary TurnerBuild fixes for pdb-diff test.
2017-07-10 Zachary TurnerFix pdb-diff test.
2017-07-07 Zachary Turner[llvm-pdbutil] Fix build.
2017-07-07 Zachary TurnerUse windows path syntax when writing PDB module name.
2017-07-07 Zachary TurnerFix some differences between lld and MSVC generated...
2017-07-07 Zachary Turner[llvm-pdbutil] Improve diff mode.
2017-07-07 Zachary Turner[PDB] Teach libpdb to write DBI Stream ECNames.
2017-07-06 David BlaikieFix -Wunused-function by making function declarations...
2017-07-05 Zachary TurnerFix std::min ambiguity between uint32 and size_t.
2017-07-05 Zachary Turner[llvm-pdbutil] Add the ability to truncate stream purpo...
2017-07-05 Zachary Turner[PDB] Add a test that verifies every known type record.
2017-06-30 Zachary TurnerRemove spurious semicolons.
2017-06-30 Zachary Turner[llvm-pdbutil] Output the symbol offset when dumping.
2017-06-30 Richard SmithFix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_...
2017-06-30 Zachary Turner[llvm-pdbutil] Add the ability to dump the dependency...
2017-06-26 Zachary Turner[llvm-pdbutil] Add a mode to `bytes` for dumping split...
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of module symbols and...
next