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
/
PDBFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pdb] Handle stream index errors better.
Zachary Turner
2016-06-08
1
-41
/
+62
*
[pdb] Try to fix use after free.
Zachary Turner
2016-06-08
1
-0
/
+3
*
[pdb] Convert StringRefs to ArrayRef<uint8_t>s.
Zachary Turner
2016-06-07
1
-3
/
+6
*
[pdb] Fix a potential overflow and remove unnecessary comments.
Zachary Turner
2016-06-07
1
-3
/
+0
*
[pdb] Use MappedBlockStream to parse the PDB directory.
Zachary Turner
2016-06-07
1
-100
/
+55
*
[pdb] Print out file names instead of file offsets.
Zachary Turner
2016-06-03
1
-0
/
+22
*
Make sure the directory contains info for all streams
David Majnemer
2016-05-28
1
-3
/
+8
*
Make sure there are enough blocks for the stream
David Majnemer
2016-05-27
1
-0
/
+18
*
Make sure the directory block array fits in the file
David Majnemer
2016-05-27
1
-0
/
+4
*
Validate the blocksize before using it
David Majnemer
2016-05-27
1
-5
/
+5
*
[llvm-pdbdump] Dump the IPI stream and all records.
Zachary Turner
2016-05-25
1
-1
/
+10
*
[llvm-pdbdump] Stream 0 isn't actually the MSF superblock.
Zachary Turner
2016-05-25
1
-0
/
+1
*
pdbdump: print out symbol names referred by publics stream.
Rui Ueyama
2016-05-20
1
-0
/
+15
*
pdbdump: Print "Publics" stream.
Rui Ueyama
2016-05-13
1
-0
/
+15
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
1
-28
/
+42
*
Parse the TPI (type information) stream of PDB files.
Zachary Turner
2016-05-03
1
-4
/
+11
*
[llvm-pdbdump] Fix read past EOF when file is too small.
Zachary Turner
2016-05-02
1
-0
/
+4
*
Fix crash in PDB when loading corrupt file.
Zachary Turner
2016-04-29
1
-0
/
+7
*
Put PDB parsing code into a pdb namespace.
Zachary Turner
2016-04-29
1
-13
/
+14
*
[llvm-pdbdump] Try to appease the ASan bot
David Majnemer
2016-04-29
1
-0
/
+5
*
[llvm-pdbdump] Restore error messages, handle bad block sizes
David Majnemer
2016-04-28
1
-1
/
+1
*
Parse and dump PDB DBI Stream Header Information
Zachary Turner
2016-04-26
1
-0
/
+18
*
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2016-04-25
1
-0
/
+238
*
Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into library
Daniel Sanders
2016-04-22
1
-238
/
+0
*
Fix PDB warnings and test
Reid Kleckner
2016-04-21
1
-13
/
+7
*
Remove dead code. NFC
Amaury Sechet
2016-04-21
1
-4
/
+0
*
Remove various warnings. NFC
Amaury Sechet
2016-04-21
1
-2
/
+1
*
Refactor raw pdb dumper into library
Zachary Turner
2016-04-21
1
-0
/
+249