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
/
lib
/
DebugInfo
/
PDB
/
Raw
/
DbiStream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Rename (PDB) RawSession to NativeSession
Adrian McCarthy
2017-01-25
1
-425
/
+0
*
[PDB] Rename some files to be more intuitive.
Zachary Turner
2017-01-20
1
-1
/
+0
*
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...
Eugene Zelenko
2016-11-23
1
-5
/
+10
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
1
-3
/
+3
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
1
-3
/
+3
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
1
-3
/
+3
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
1
-41
/
+10
*
Get rid of IMsfStreamData class.
Zachary Turner
2016-07-28
1
-1
/
+0
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-10
/
+10
*
[pdb] Move file layout header structs to RawTypes.h
Zachary Turner
2016-07-22
1
-59
/
+11
*
[pdb] Round-trip module & file info to/from YAML.
Zachary Turner
2016-07-22
1
-8
/
+47
*
[pdb] Use MsfBuilder to handle the writing PDBs.
Zachary Turner
2016-07-15
1
-4
/
+27
*
Refactor the PDB writing to use a builder approach
Zachary Turner
2016-07-11
1
-32
/
+15
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-2
/
+2
*
[pdb] Round trip the PDB stream between YAML and binary PDB.
Zachary Turner
2016-07-06
1
-0
/
+2
*
[pdb] Don't error on missing FPO streams
Reid Kleckner
2016-06-17
1
-0
/
+5
*
[pdb] Handle stream index errors better.
Zachary Turner
2016-06-08
1
-23
/
+26
*
[pdb] Try to fix use after free.
Zachary Turner
2016-06-08
1
-0
/
+6
*
[pdb] Use MappedBlockStream to parse the PDB directory.
Zachary Turner
2016-06-07
1
-3
/
+8
*
[pdbdump] Print out New FPO stream contents.
Rui Ueyama
2016-06-06
1
-1
/
+24
*
[pdb] Print out file names instead of file offsets.
Zachary Turner
2016-06-03
1
-8
/
+18
*
pdbdump: print out COFF section headers.
Rui Ueyama
2016-06-02
1
-1
/
+27
*
[pdb] Parse and dump section map and section contribs
Zachary Turner
2016-06-02
1
-10
/
+71
*
Resubmit "[pdb] Allow zero-copy read support for symbol streams.""
Zachary Turner
2016-05-27
1
-6
/
+4
*
Revert "[pdb] Allow zero-copy read support for symbol streams."
Chad Rosier
2016-05-27
1
-4
/
+6
*
[pdb] Allow zero-copy read support for symbol streams.
Zachary Turner
2016-05-27
1
-6
/
+4
*
[codeview,pdb] Try really hard to conserve memory when reading.
Zachary Turner
2016-05-27
1
-42
/
+43
*
[codeview] Move StreamInterface and StreamReader to libcodeview.
Zachary Turner
2016-05-25
1
-3
/
+3
*
[llvm-pdbdump] Decipher the remaining PDB streams.
Zachary Turner
2016-05-25
1
-0
/
+12
*
[llvm-pdbdump] Rework command line options.
Zachary Turner
2016-05-24
1
-0
/
+4
*
pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.
Rui Ueyama
2016-05-19
1
-4
/
+6
*
pdbdump: Print "Publics" stream.
Rui Ueyama
2016-05-13
1
-11
/
+15
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
1
-29
/
+52
*
PDB - Instead of hardcoding stream numbers, use an enum.
Zachary Turner
2016-05-02
1
-1
/
+1
*
Parse PDB Name Hash Table
Zachary Turner
2016-05-02
1
-0
/
+4
*
Put PDB parsing code into a pdb namespace.
Zachary Turner
2016-04-29
1
-0
/
+267