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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pdb] Check the display name for <unnamed-tag>, not the linkage name
Reid Kleckner
2016-07-01
1
-1
/
+1
*
[pdb] Avoid reporting an error when the module symbol stream is empty
Reid Kleckner
2016-07-01
1
-0
/
+3
*
[PDB] Indicate which type record failed hash validation
Reid Kleckner
2016-07-01
1
-2
/
+8
*
[pdb] Re-add code to write PDB files.
Zachary Turner
2016-06-30
2
-47
/
+88
*
[pdb] Treat a stream size of ~0U as 0
Reid Kleckner
2016-06-22
1
-2
/
+4
*
[codeview] Add an extra check for TPI hash values.
Rui Ueyama
2016-06-20
1
-2
/
+10
*
[pdb] Don't error on missing FPO streams
Reid Kleckner
2016-06-17
1
-0
/
+5
*
[codeview] Use hashBufferV8 to verify all type records.
Rui Ueyama
2016-06-16
1
-15
/
+15
*
Resubmit "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
2
-19
/
+23
*
Revert "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
2
-23
/
+19
*
[pdb] Change type visitor pattern to be dynamic.
Zachary Turner
2016-06-16
2
-19
/
+23
*
[codeview] Pass CVRecord to visitTypeBegin callback.
Rui Ueyama
2016-06-16
1
-3
/
+1
*
[codeview] Remove unused parameter.
Rui Ueyama
2016-06-16
1
-9
/
+7
*
Implement pdb::hashBufferV8 hash function.
Rui Ueyama
2016-06-16
2
-10
/
+55
*
Remove redundant namespace specifiers.
Rui Ueyama
2016-06-16
1
-9
/
+9
*
[codeview] Use CVTypeVisitor instead of a hand-written switch-cases.
Rui Ueyama
2016-06-16
1
-68
/
+64
*
[pdbdump] Verify LF_{CLASS,ENUM,INTERFACE,STRUCTURE,UNION} records.
Rui Ueyama
2016-06-15
1
-8
/
+53
*
[pdbdump] Verify TPI hash for LF_ENUM type records.
Rui Ueyama
2016-06-14
1
-5
/
+21
*
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
*
[pdb] Fix issues with pdb writing.
Zachary Turner
2016-06-10
1
-1
/
+1
*
Make PDBFile take a StreamInterface instead of a MemBuffer.
Zachary Turner
2016-06-10
2
-118
/
+79
*
Add support for writing through StreamInterface.
Zachary Turner
2016-06-10
3
-9
/
+169
*
[pdbdump] Verify part of TPI hash streams.
Rui Ueyama
2016-06-09
1
-0
/
+28
*
Function names should start with lowercase letters.
Rui Ueyama
2016-06-08
2
-3
/
+3
*
[PDB] Move PDB functions to a separate file.
Rui Ueyama
2016-06-08
3
-59
/
+79
*
[pdb] Handle stream index errors better.
Zachary Turner
2016-06-08
8
-89
/
+143
*
Remove a patch .rej file.
Rui Ueyama
2016-06-08
1
-11
/
+0
*
[pdb] Try to fix use after free.
Zachary Turner
2016-06-08
3
-0
/
+13
*
[pdbdump] Print out # of hash buckets.
Rui Ueyama
2016-06-07
1
-0
/
+1
*
[pdbdump] Print out TPI hash key size.
Rui Ueyama
2016-06-07
1
-0
/
+2
*
[pdb] Convert StringRefs to ArrayRef<uint8_t>s.
Zachary Turner
2016-06-07
2
-9
/
+11
*
[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
11
-125
/
+134
*
Add comments.
Rui Ueyama
2016-06-07
1
-0
/
+2
*
[pdbdump] Verify the size of TPI hash records.
Rui Ueyama
2016-06-06
1
-0
/
+5
*
[pdbdump] Print out New FPO stream contents.
Rui Ueyama
2016-06-06
1
-1
/
+24
*
[DebugInfo, PDB] Use sparse bitfields for the name map
David Majnemer
2016-06-04
1
-21
/
+12
*
pdbdump: print out TPI hashes.
Rui Ueyama
2016-06-03
1
-9
/
+29
*
[pdb] Print out file names instead of file offsets.
Zachary Turner
2016-06-03
3
-8
/
+44
*
[codeview] Dump line number and column information.
Zachary Turner
2016-06-03
3
-51
/
+1
*
Add comments.
Rui Ueyama
2016-06-02
1
-0
/
+2
*
[llvm-pdbdump] Dump CodeView line information.
Zachary Turner
2016-06-02
3
-3
/
+59
*
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
4
-10
/
+114
*
[PDB] Make ModStream::symbols report errors
David Majnemer
2016-06-01
1
-1
/
+2
*
[pdb] Add unit tests for PDB MappedBlockStream and zero copy
Zachary Turner
2016-05-31
5
-1
/
+10
*
Tighten some of the name map checks further
David Majnemer
2016-05-28
1
-1
/
+5
*
Bounds check the number of bitmap blocks in the name map
David Majnemer
2016-05-28
1
-0
/
+10
[next]