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
/
TypeStreamMerger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeView] Align type records on 4-bytes when emitting PDBs
Alexandre Ganea
2020-04-16
1
-3
/
+21
*
[PDB] Print the most redundant type record indices with /summary
Reid Kleckner
2020-01-02
1
-15
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeView] More appropriate name and type for a Microsoft precompiled headers...
Alexandre Ganea
2019-01-07
1
-21
/
+21
*
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
Alexandre Ganea
2018-11-05
1
-34
/
+79
*
[DebugInfo] Common behavior for error types
Alexandre Ganea
2018-08-31
1
-1
/
+1
*
This fixes a crash when a second pass is required for the Codeview Type mergi...
Alexandre Ganea
2018-07-30
1
-1
/
+4
*
[CodeView] Micro-optimizations to speed up type merging.
Zachary Turner
2018-01-30
1
-90
/
+79
*
Speed up iteration of CodeView record streams.
Zachary Turner
2018-01-18
1
-4
/
+6
*
[COFF] Teach LLD to use the COFF .debug$H section.
Zachary Turner
2017-12-14
1
-12
/
+115
*
Remove redundant includes from lib/DebugInfo.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
Split TypeTableBuilder into two classes.
Zachary Turner
2017-11-30
1
-14
/
+16
*
[CodeView] Factor some code out of TypeTableBuilder.
Zachary Turner
2017-11-29
1
-13
/
+36
*
[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
Zachary Turner
2017-11-28
1
-1
/
+1
*
[codeview] Don't use the type visitor to merge types
Reid Kleckner
2017-07-17
1
-71
/
+58
*
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
Reid Kleckner
2017-07-17
1
-18
/
+14
*
[PDB] Fix type server handling for archives
Reid Kleckner
2017-07-13
1
-11
/
+7
*
Remove unused member.
Zachary Turner
2017-05-25
1
-2
/
+0
*
[CV Type Merging] Find nested type indices faster.
Zachary Turner
2017-05-25
1
-347
/
+41
*
[CodeView Type Merging] Don't keep re-allocating temp serializer.
Zachary Turner
2017-05-25
1
-9
/
+6
*
[CodeView Type Merging] Avoid record deserialization when possible.
Zachary Turner
2017-05-25
1
-99
/
+178
*
Don't do a full scan of the type stream before processing records.
Zachary Turner
2017-05-24
1
-11
/
+11
*
[CodeView] Eliminate redundant hashes and allocations.
Zachary Turner
2017-05-23
1
-2
/
+3
*
Implement various flavors of type merging.
Zachary Turner
2017-05-22
1
-76
/
+171
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-2
/
+0
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-0
/
+2
*
[CodeView] Raise the source to ID map out of the TypeStreamMerger.
Zachary Turner
2017-05-18
1
-4
/
+8
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
1
-2
/
+0
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
1
-13
/
+4
*
[codeview] Cope with unsorted streams in type merging
Reid Kleckner
2017-04-03
1
-38
/
+106
*
[codeview] Add support for label type records
Reid Kleckner
2017-04-03
1
-0
/
+4
*
[codeview] Fix buggy BeginIndexMapSize assertion
Reid Kleckner
2017-03-29
1
-13
/
+12
*
[PDB] Split item and type records when merging type streams
Reid Kleckner
2017-03-24
1
-53
/
+87
*
[codeview] Move type index remapping logic to type merger
Reid Kleckner
2017-03-23
1
-27
/
+219
*
[pdb] Add the ability to resolve TypeServer PDBs.
Zachary Turner
2017-02-16
1
-3
/
+8
*
Re-submit r293820: Return Error instead of bool from mergeTypeStreams().
Rui Ueyama
2017-02-02
1
-17
/
+21
*
Revert r293820: Return Error instead of bool from mergeTypeStreams().
Rui Ueyama
2017-02-01
1
-21
/
+17
*
Return Error instead of bool from mergeTypeStreams().
Rui Ueyama
2017-02-01
1
-17
/
+21
*
[CodeView] Hook up CodeViewRecordIO to type serialization path.
Zachary Turner
2016-11-08
1
-6
/
+9
*
Add CodeViewRecordIO for reading and writing.
Zachary Turner
2016-11-02
1
-8
/
+1
*
[pdb] Get rid of Data and RawData in CVType.
Zachary Turner
2016-09-14
1
-11
/
+14
*
[pdb] Pass CVRecord's through the visitor as non-const references.
Zachary Turner
2016-09-09
1
-13
/
+11
*
[codeview] Have visitTypeBegin return the record type.
Zachary Turner
2016-08-31
1
-3
/
+5
*
[codeview] Add TypeVisitorCallbackPipeline.
Zachary Turner
2016-08-31
1
-4
/
+15
*
Fix -Wpessimizing-move error, NFC
Vedant Kumar
2016-08-18
1
-1
/
+1
*
Resubmit "Write the TPI stream from a PDB to Yaml."
Zachary Turner
2016-08-18
1
-2
/
+12
*
Revert "Write the TPI stream from a PDB to Yaml."
Justin Bogner
2016-08-16
1
-12
/
+2
*
Write the TPI stream from a PDB to Yaml.
Zachary Turner
2016-08-16
1
-2
/
+12
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
1
-20
/
+39
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-1
/
+0
[next]