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
*
NFC: Rename (PDB) RawSession to NativeSession
Adrian McCarthy
2017-01-25
1
-391
/
+0
*
[PDB] Rename some files to be more intuitive.
Zachary Turner
2017-01-20
1
-8
/
+8
*
[pdb] handle missing pdb streams more gracefully
Bob Haarman
2016-12-05
1
-30
/
+73
*
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...
Eugene Zelenko
2016-11-23
1
-8
/
+11
*
[pdb] added support for dumping globals stream
Bob Haarman
2016-10-21
1
-0
/
+17
*
[msf] Make FPM reader use MappedBlockStream.
Zachary Turner
2016-08-03
1
-17
/
+13
*
[msf] Teach LLVM to parse a split Fpm.
Zachary Turner
2016-08-01
1
-8
/
+35
*
pdbdump: Dump Free Page Map contents.
Rui Ueyama
2016-07-29
1
-0
/
+11
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
1
-4
/
+4
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
1
-4
/
+4
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
1
-4
/
+4
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
1
-131
/
+55
*
Get rid of IMsfStreamData class.
Zachary Turner
2016-07-28
1
-2
/
+0
*
Make PDBFile store an msf::Layout.
Zachary Turner
2016-07-22
1
-39
/
+42
*
[pdb] Have builders share a single BumpPtrAllocator.
Zachary Turner
2016-07-22
1
-2
/
+3
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-8
/
+11
*
[pdb] Teach MsfBuilder and other classes about the Free Page Map.
Zachary Turner
2016-07-15
1
-1
/
+1
*
[pdb] Use MsfBuilder to handle the writing PDBs.
Zachary Turner
2016-07-15
1
-44
/
+9
*
Refactor the PDB writing to use a builder approach
Zachary Turner
2016-07-11
1
-69
/
+0
*
[pdb] Sanity check the stream map
David Majnemer
2016-07-10
1
-1
/
+7
*
[llvm-pdbdump] Propagate errors a little more consistently
David Majnemer
2016-07-10
1
-4
/
+4
*
[pdb] Round trip the PDB stream between YAML and binary PDB.
Zachary Turner
2016-07-06
1
-3
/
+91
*
[pdb] Re-add code to write PDB files.
Zachary Turner
2016-06-30
1
-47
/
+86
*
[pdb] Treat a stream size of ~0U as 0
Reid Kleckner
2016-06-22
1
-2
/
+4
*
Resubmit "[pdb] Actually write a PDB to disk from YAML.""
Zachary Turner
2016-06-14
1
-0
/
+15
*
Revert "[pdb] Actually write a PDB to disk from YAML."
Zachary Turner
2016-06-14
1
-15
/
+0
*
[pdb] Actually write a PDB to disk from YAML.
Zachary Turner
2016-06-14
1
-0
/
+15
*
Make PDBFile take a StreamInterface instead of a MemBuffer.
Zachary Turner
2016-06-10
1
-113
/
+59
*
Add support for writing through StreamInterface.
Zachary Turner
2016-06-10
1
-0
/
+11
*
[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
[next]