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
/
CodeView
/
TypeDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeView/PDB] Rename a bunch of files.
Zachary Turner
2017-01-11
1
-582
/
+0
*
[CodeView] Add TypeDatabase class.
Zachary Turner
2017-01-11
1
-226
/
+36
*
[CodeView] Hook up CodeViewRecordIO to type serialization path.
Zachary Turner
2016-11-08
1
-2
/
+2
*
Add CodeViewRecordIO for reading and writing.
Zachary Turner
2016-11-02
1
-6
/
+1
*
[pdb] Get rid of Data and RawData in CVType.
Zachary Turner
2016-09-14
1
-27
/
+45
*
[pdb] Pass CVRecord's through the visitor as non-const references.
Zachary Turner
2016-09-09
1
-38
/
+38
*
[codeview] Have visitTypeBegin return the record type.
Zachary Turner
2016-08-31
1
-2
/
+3
*
[codeview] Add TypeVisitorCallbackPipeline.
Zachary Turner
2016-08-31
1
-6
/
+19
*
[codeview] Emit vtable shape information
Reid Kleckner
2016-08-31
1
-0
/
+1
*
Resubmit "Write the TPI stream from a PDB to Yaml."
Zachary Turner
2016-08-18
1
-18
/
+30
*
Revert "Write the TPI stream from a PDB to Yaml."
Justin Bogner
2016-08-16
1
-30
/
+18
*
Write the TPI stream from a PDB to Yaml.
Zachary Turner
2016-08-16
1
-18
/
+30
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
1
-35
/
+71
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
1
-1
/
+1
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
1
-1
/
+1
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
1
-1
/
+1
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
1
-1
/
+1
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-3
/
+3
*
Dump enum unique names.
Rui Ueyama
2016-07-12
1
-0
/
+3
*
[codeview] Add support for splitting field list records over 64KB
Reid Kleckner
2016-06-21
1
-0
/
+11
*
[codeview] Add DIFlags for pointer to member representations
Reid Kleckner
2016-06-17
1
-0
/
+1
*
Resubmit "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-203
/
+189
*
Revert "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-189
/
+203
*
[pdb] Change type visitor pattern to be dynamic.
Zachary Turner
2016-06-16
1
-203
/
+189
*
[codeview] Pass CVRecord to visitTypeBegin callback.
Rui Ueyama
2016-06-16
1
-15
/
+11
*
[codeview] Remove unused parameter.
Rui Ueyama
2016-06-16
1
-49
/
+31
*
[Codeview] Add a class for LF_UDT_MOD_SRC_LINE.
Rui Ueyama
2016-06-15
1
-0
/
+8
*
Add support for writing through StreamInterface.
Zachary Turner
2016-06-10
1
-1
/
+1
*
[CodeView] Use None instead of Void if there is no subprogram
David Majnemer
2016-06-02
1
-2
/
+2
*
[codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overload
Reid Kleckner
2016-05-31
1
-0
/
+13
*
Make sure we don't add an empty string to the stringmap
David Majnemer
2016-05-29
1
-1
/
+2
*
[pdb] Finish conversion to zero copy pdb access.
Zachary Turner
2016-05-28
1
-3
/
+2
*
Resubmit "[pdb] Allow zero-copy read support for symbol streams.""
Zachary Turner
2016-05-27
1
-1
/
+1
*
Revert "[pdb] Allow zero-copy read support for symbol streams."
Chad Rosier
2016-05-27
1
-1
/
+1
*
[pdb] Allow zero-copy read support for symbol streams.
Zachary Turner
2016-05-27
1
-1
/
+1
*
[codeview] Add support for new types and symbols.
Zachary Turner
2016-05-25
1
-0
/
+15
*
Dump symbol record details in llvm-pdbdump
Zachary Turner
2016-05-24
1
-4
/
+11
*
[codeview] Add type stream merging prototype
Reid Kleckner
2016-05-14
1
-0
/
+1
*
[codeview] Align class and print names of types
Reid Kleckner
2016-05-13
1
-58
/
+52
*
[codeview] Dump the type index on the first line of each record
Reid Kleckner
2016-05-13
1
-2
/
+2
*
Get rid of CVLeafTypes.def and combine with TypeRecords.def
Zachary Turner
2016-05-12
1
-26
/
+17
*
Fix build breakage in DebugInfoCodeview
Zachary Turner
2016-05-11
1
-1
/
+1
*
Refactor CodeView type records to use common code.
Zachary Turner
2016-05-11
1
-323
/
+243
*
Make TypeIterator generic so it can iterate symbols too.
Zachary Turner
2016-05-09
1
-1
/
+1
*
Make llvm-pdbdump print CV type records
Zachary Turner
2016-05-06
1
-0
/
+6
*
[codeview] Improve some comments
Reid Kleckner
2016-05-05
1
-1
/
+0
*
Fix CVTypeDumperImpl formatting after class rename
Reid Kleckner
2016-05-05
1
-39
/
+49
*
[codeview] Move dumper into lib/DebugInfo/CodeView
Reid Kleckner
2016-05-05
1
-0
/
+753