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
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-5
/
+5
*
llvm-pdbdump: Fix several smaller issues with injected source compression han...
Nico Weber
2019-07-17
1
-5
/
+9
*
Teach `llvm-pdbutil pretty -native` about `-injected-sources`
Nico Weber
2019-07-16
1
-7
/
+2
*
Slightly simplify MappedBlockStream::createIndexedStream() calls
Nico Weber
2019-07-12
1
-2
/
+1
*
[pdb] Add -type-stats and sort stats by descending size
Reid Kleckner
2019-03-22
1
-1
/
+4
*
[llvm-pdbutil] Add -type-ref-stats to help find unused type info
Reid Kleckner
2019-03-21
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-pdbutil] Remove the analyze subcommand.
Zachary Turner
2018-12-04
1
-23
/
+0
*
Dump public symbol records in pdb2yaml mode
Zachary Turner
2018-10-26
1
-0
/
+5
*
[PDB] Add the ability to lookup global symbols by name.
Zachary Turner
2018-10-08
1
-0
/
+5
*
[PDB] Add support for dumping Typedef records.
Zachary Turner
2018-10-01
1
-0
/
+4
*
[PDB] Add support for parsing VFTable Shape records.
Zachary Turner
2018-10-01
1
-1
/
+8
*
[PDB] Add native support for dumping array types.
Zachary Turner
2018-09-30
1
-2
/
+9
*
[PDB] Better native API support for pointers.
Zachary Turner
2018-09-29
1
-1
/
+6
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-4
/
+2
*
[NativePDB] Add support for reading function signatures.
Zachary Turner
2018-09-21
1
-11
/
+28
*
[PDB] Add native reading support for UDT / class types.
Zachary Turner
2018-09-21
1
-0
/
+4
*
[PDB] Add the ability to map forward references to full decls.
Zachary Turner
2018-09-20
1
-0
/
+8
*
[PDB] Better support for enumerating pointer types.
Zachary Turner
2018-09-18
1
-2
/
+24
*
[PDB] Make the native reader support enumerators.
Zachary Turner
2018-09-17
1
-0
/
+8
*
Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID.
Nico Weber
2018-09-15
1
-2
/
+5
*
[PDB] Write FPO Data to the PDB.
Zachary Turner
2018-09-11
1
-0
/
+4
*
[PDB] Support pointer types in the native reader.
Zachary Turner
2018-09-07
1
-0
/
+50
*
[PDB] Refactor the PDB symbol classes to fix a reuse bug.
Zachary Turner
2018-09-05
1
-1
/
+3
*
[DebugInfo] Common behavior for error types
Alexandre Ganea
2018-08-31
1
-2
/
+1
*
[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
[next]