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
/
MappedBlockStream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-310
/
+0
*
[llvm-pdbdump] Propagate errors a little more consistently
David Majnemer
2016-07-10
1
-5
/
+14
*
[pdb] Re-add code to write PDB files.
Zachary Turner
2016-06-30
1
-0
/
+2
*
[pdb] Fix issues with pdb writing.
Zachary Turner
2016-06-10
1
-1
/
+1
*
Add support for writing through StreamInterface.
Zachary Turner
2016-06-10
1
-9
/
+154
*
[pdb] Handle stream index errors better.
Zachary Turner
2016-06-08
1
-0
/
+30
*
[pdb] Convert StringRefs to ArrayRef<uint8_t>s.
Zachary Turner
2016-06-07
1
-6
/
+5
*
[pdb] Use MappedBlockStream to parse the PDB directory.
Zachary Turner
2016-06-07
1
-13
/
+12
*
[pdb] Add unit tests for PDB MappedBlockStream and zero copy
Zachary Turner
2016-05-31
1
-1
/
+6
*
[pdb] Fix size check when reading stream bytes.
Zachary Turner
2016-05-27
1
-2
/
+2
*
[codeview,pdb] Try really hard to conserve memory when reading.
Zachary Turner
2016-05-27
1
-22
/
+63
*
[llvm-pdbdump] Rework command line options.
Zachary Turner
2016-05-24
1
-3
/
+25
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
1
-10
/
+9
*
Change operation_not_supported to not_supported.
Zachary Turner
2016-05-03
1
-1
/
+1
*
Parse the TPI (type information) stream of PDB files.
Zachary Turner
2016-05-03
1
-0
/
+6
*
Put PDB parsing code into a pdb namespace.
Zachary Turner
2016-04-29
1
-0
/
+1
*
Refactor the PDB Stream reading interface.
Zachary Turner
2016-04-29
1
-0
/
+52