index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-pdbutil
/
llvm-pdbutil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PDB] One more fix for hasing GSI records.
Zachary Turner
2018-07-06
1
-0
/
+88
*
[llvm-pdbutil] Dump more info about globals.
Zachary Turner
2018-07-06
1
-0
/
+4
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-14
/
+4
*
[llvm-pdbutil] Add the ability to explain binary files.
Zachary Turner
2018-04-04
1
-3
/
+17
*
[llvm-pdbutil] Add an export subcommand.
Zachary Turner
2018-04-02
1
-0
/
+64
*
[tools] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-4
/
+4
*
[llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.
Zachary Turner
2018-03-30
1
-5
/
+7
*
[PDB] Add an explain subcommand.
Zachary Turner
2018-03-29
1
-0
/
+24
*
Delete pdbutil diff mode.
Zachary Turner
2018-03-26
1
-73
/
+0
*
[PDB] Make our PDBs look more like MS PDBs.
Zachary Turner
2018-03-23
1
-0
/
+9
*
Revert "Resubmit "Support embedding natvis files in PDBs.""
Zachary Turner
2018-03-20
1
-4
/
+0
*
Resubmit "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-20
1
-0
/
+4
*
Revert "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-19
1
-4
/
+0
*
Support embedding natvis files in PDBs.
Zachary Turner
2018-03-19
1
-0
/
+4
*
[PDB] Support dumping injected sources via the DIA reader.
Zachary Turner
2018-03-13
1
-0
/
+78
*
[llvm-pdbdump] Add guard for null pointers and remove unused code
Aaron Smith
2018-03-07
1
-47
/
+55
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
Split TypeTableBuilder into two classes.
Zachary Turner
2017-11-30
1
-4
/
+5
*
Make TypeTableBuilder inherit from TypeCollection.
Zachary Turner
2017-11-29
1
-4
/
+4
*
Fix line endings in llvm-pdbutil.cpp
Zachary Turner
2017-11-29
1
-11
/
+11
*
[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
Zachary Turner
2017-11-28
1
-2
/
+3
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-14
/
+11
*
COFF: PDB: Allow multiple modules with the same name.
Peter Collingbourne
2017-09-07
1
-1
/
+1
*
[llvm-pdbutil] Support dumping CodeView from object files.
Zachary Turner
2017-09-01
1
-3
/
+4
*
[llvm-pdbutil] Print detailed S_UDT stats.
Zachary Turner
2017-08-31
1
-13
/
+19
*
[llvm-pdbutil] Add support for dumping detailed module stats.
Zachary Turner
2017-08-21
1
-0
/
+12
*
[llvm-pdbutil] Dump image section headers.
Zachary Turner
2017-08-04
1
-0
/
+4
*
[llvm-pdbutil] Add an option to only dump specific module indices.
Zachary Turner
2017-08-03
1
-0
/
+4
*
[llvm-pdbutil] Allow diff to force module equivalencies.
Zachary Turner
2017-08-03
1
-0
/
+22
*
[pdbutil] Add a command to dump the FPM.
Zachary Turner
2017-08-02
1
-0
/
+2
*
[PDB] Improve GSI hash table dumping for publics and globals
Reid Kleckner
2017-07-26
1
-0
/
+5
*
[PDB] Dump extra info about the publics stream
Reid Kleckner
2017-07-21
1
-0
/
+3
*
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
Reid Kleckner
2017-07-17
1
-2
/
+2
*
Resubmit "Add pdb-diff test."
Zachary Turner
2017-07-10
1
-8
/
+18
*
Revert "Build fixes for pdb-diff test."
Zachary Turner
2017-07-10
1
-18
/
+8
*
Fix pdb-diff test.
Zachary Turner
2017-07-10
1
-8
/
+18
*
Fix some differences between lld and MSVC generated PDBs.
Zachary Turner
2017-07-07
1
-0
/
+14
*
[PDB] Add a test that verifies every known type record.
Zachary Turner
2017-07-05
1
-2
/
+2
*
[llvm-pdbutil] Add the ability to dump the dependency tree for a type
Zachary Turner
2017-06-30
1
-0
/
+7
*
[llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.
Zachary Turner
2017-06-26
1
-35
/
+43
*
[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
Zachary Turner
2017-06-23
1
-0
/
+14
*
[llvm-pdbutil] Dump raw bytes of type and id records.
Zachary Turner
2017-06-23
1
-0
/
+11
*
[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
Zachary Turner
2017-06-23
1
-4
/
+21
*
[llvm-pdbutil] Show what blocks a stream occupies.
Zachary Turner
2017-06-23
1
-0
/
+5
*
[llvm-pdbutil] Dump raw bytes of pdb name map.
Zachary Turner
2017-06-23
1
-0
/
+3
*
[llvm-pdbutil] Add the ability to dump raw bytes from the file.
Zachary Turner
2017-06-23
1
-16
/
+34
*
[llvm-pdbutil] Create a "bytes" subcommand.
Zachary Turner
2017-06-22
1
-26
/
+61
*
[llvm-pdbutil] Rename "raw" to "dump".
Zachary Turner
2017-06-22
1
-60
/
+61
*
Remove diff pedantic mode.
Zachary Turner
2017-06-20
1
-5
/
+0
*
Remove some dead code / includes.
Zachary Turner
2017-06-16
1
-0
/
+9
[next]