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
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
1
-6
/
+19
*
pdbdump: Fix crash bug.
Rui Ueyama
2016-08-03
1
-1
/
+4
*
[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
16
-37
/
+37
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
16
-37
/
+37
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
16
-37
/
+37
*
[pdb] Fix an ambiguity when writing size_t on x64 platforms.
Zachary Turner
2016-07-28
1
-1
/
+2
*
[pdb] Fix some warnings that break -Werror builds.
Zachary Turner
2016-07-28
1
-2
/
+2
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
12
-314
/
+254
*
Get rid of IMsfStreamData class.
Zachary Turner
2016-07-28
8
-11
/
+7
*
Make PDBFile store an msf::Layout.
Zachary Turner
2016-07-22
2
-44
/
+43
*
[pdb] Have builders share a single BumpPtrAllocator.
Zachary Turner
2016-07-22
3
-11
/
+17
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
20
-729
/
+76
*
[pdb] Move file layout header structs to RawTypes.h
Zachary Turner
2016-07-22
3
-80
/
+26
*
[pdb] Round-trip module & file info to/from YAML.
Zachary Turner
2016-07-22
5
-64
/
+226
*
[pdb] Teach MsfBuilder and other classes about the Free Page Map.
Zachary Turner
2016-07-15
3
-8
/
+16
*
[pdb] Round trip the NameMap data structure to YAML.
Zachary Turner
2016-07-15
3
-7
/
+75
*
[pdb] Use MsfBuilder to handle the writing PDBs.
Zachary Turner
2016-07-15
9
-135
/
+166
*
DebugInfo: reorder some initializers
Saleem Abdulrasool
2016-07-15
1
-2
/
+2
*
[pdb] Introduce MsfBuilder for laying out PDB files.
Zachary Turner
2016-07-15
3
-0
/
+290
*
Re-enable TPI hash verification for enum records.
Rui Ueyama
2016-07-12
1
-1
/
+1
*
Refactor the PDB writing to use a builder approach
Zachary Turner
2016-07-11
7
-121
/
+276
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-2
/
+2
*
[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
2
-9
/
+18
*
[pdb] Round trip the PDB stream between YAML and binary PDB.
Zachary Turner
2016-07-06
8
-11
/
+164
*
Disable hash verification of enums.
Zachary Turner
2016-07-06
2
-1
/
+3
*
[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
[next]