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-pdbdump
/
llvm-pdbdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-pdbdump] Allow sorting / filtering by immediate padding
Zachary Turner
2017-04-25
1
-1
/
+12
*
[llvm-pdbdump] Dump File / Line Info to YAML.
Zachary Turner
2017-04-25
1
-1
/
+7
*
[llvm-pdbdump] Merge functionality of graphical and text dumpers.
Zachary Turner
2017-04-24
1
-5
/
+6
*
[llvm-pdbdump] Re-write the record layout code to be more resilient.
Zachary Turner
2017-04-24
1
-6
/
+9
*
[llvm-pdbdump] Recursively dump class layout.
Zachary Turner
2017-04-13
1
-5
/
+21
*
[llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.
Zachary Turner
2017-04-12
1
-3
/
+4
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
1
-9
/
+12
*
[llvm-pdbdump] Display padding bytes on record layout
Zachary Turner
2017-04-10
1
-10
/
+12
*
Allow specification of what kinds of class members to dump.
Zachary Turner
2017-04-06
1
-3
/
+11
*
[llvm-pdbdump] Allow pretty to only dump specific types of types.
Zachary Turner
2017-04-06
1
-3
/
+18
*
[PDB] Save one type record copy
Reid Kleckner
2017-04-04
1
-2
/
+2
*
Add option to control whether llvm-pdbdump outputs in color
Adrian McCarthy
2017-03-23
1
-3
/
+10
*
[PDB] Add support for parsing Flags from PDB Stream.
Zachary Turner
2017-03-16
1
-1
/
+3
*
[pdb] Write the module info and symbol record streams.
Zachary Turner
2017-03-15
1
-38
/
+50
*
Introduce NativeEnumModules and NativeCompilandSymbol
Adrian McCarthy
2017-03-15
1
-1
/
+6
*
Add the beginning of PDB diffing support.
Zachary Turner
2017-03-13
1
-13
/
+44
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
1
-1
/
+1
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
1
-1
/
+1
*
[pdb] Add a new command for analyzing hash collisions.
Zachary Turner
2017-02-01
1
-0
/
+27
*
NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSes...
Adrian McCarthy
2017-01-27
1
-2
/
+2
*
NFC: Rename (PDB) RawSession to NativeSession
Adrian McCarthy
2017-01-25
1
-14
/
+14
*
[pdb] Write the Named Stream mapping to Yaml and binary.
Zachary Turner
2017-01-20
1
-2
/
+15
*
[pdb] Merge NamedStreamMapBuilder and NamedStreamMap.
Zachary Turner
2017-01-20
1
-2
/
+1
*
[llvm-pdbdump] Add a compact dump mode.
Zachary Turner
2017-01-12
1
-18
/
+32
*
[CodeView/PDB] Rename a bunch of files.
Zachary Turner
2017-01-11
1
-5
/
+5
*
[pdb] added support for dumping globals stream
Bob Haarman
2016-10-21
1
-0
/
+3
*
[pdb] Dump Module Symbols to Yaml.
Zachary Turner
2016-10-08
1
-0
/
+5
*
Do not pass a superblock to PDBFileBuilder.
Rui Ueyama
2016-09-30
1
-1
/
+1
*
Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit.
Rui Ueyama
2016-09-30
1
-9
/
+1
*
[pdb] Write the IPI stream.
Zachary Turner
2016-09-15
1
-0
/
+11
*
[pdb] Write TPI hash values to the TPI stream.
Zachary Turner
2016-09-14
1
-31
/
+8
*
[pdb] Add command line options for dumping individual streams and blocks
Zachary Turner
2016-09-09
1
-14
/
+31
*
[pdb] Write PDB TPI Stream from Yaml.
Zachary Turner
2016-09-09
1
-1
/
+10
*
Resubmit "Write the TPI stream from a PDB to Yaml."
Zachary Turner
2016-08-18
1
-2
/
+5
*
Revert "Write the TPI stream from a PDB to Yaml."
Justin Bogner
2016-08-16
1
-5
/
+2
*
Write the TPI stream from a PDB to Yaml.
Zachary Turner
2016-08-16
1
-2
/
+5
*
[msf] Teach LLVM to parse a split Fpm.
Zachary Turner
2016-08-01
1
-3
/
+5
*
pdbdump: Dump Free Page Map contents.
Rui Ueyama
2016-07-29
1
-0
/
+3
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
1
-2
/
+2
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
1
-2
/
+2
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
1
-2
/
+2
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
1
-26
/
+1
*
[pdb] Have builders share a single BumpPtrAllocator.
Zachary Turner
2016-07-22
1
-2
/
+3
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-1
/
+3
*
[pdb] Round-trip module & file info to/from YAML.
Zachary Turner
2016-07-22
1
-0
/
+15
*
[pdb] Round trip the NameMap data structure to YAML.
Zachary Turner
2016-07-15
1
-0
/
+3
*
[pdb] Use MsfBuilder to handle the writing PDBs.
Zachary Turner
2016-07-15
1
-17
/
+32
*
Refactor the PDB writing to use a builder approach
Zachary Turner
2016-07-11
1
-14
/
+36
*
[pdb] Add a pdb2yaml option to not dump file headers.
Zachary Turner
2016-07-11
1
-6
/
+15
*
[pdb] Round trip the PDB stream between YAML and binary PDB.
Zachary Turner
2016-07-06
1
-9
/
+36
[next]