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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused functions. Remove static qualifier from functions in header fil...
Vassil Vassilev
2017-04-11
1
-9
/
+0
*
[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
4
-0
/
+22
*
[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
*
[PDB] Use two DBs when dumping the IPI stream
Reid Kleckner
2017-03-23
1
-6
/
+11
*
[codeview] Move type index remapping logic to type merger
Reid Kleckner
2017-03-23
3
-248
/
+219
*
[codeview] Use separate records for LF_SUBSTR_LIST and LF_ARGLIST
Reid Kleckner
2017-03-22
4
-0
/
+43
*
[pdb] Fix an uninitialized read, and add a test for it.
Zachary Turner
2017-03-17
1
-6
/
+3
*
[PDB] It is not an error getting the "Invalid" Annotation opcode.
Zachary Turner
2017-03-17
1
-2
/
+2
*
[llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB.
Zachary Turner
2017-03-13
2
-0
/
+53
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
10
-14
/
+14
*
[PDB] Make streams carry their own endianness.
Zachary Turner
2017-02-28
5
-47
/
+40
*
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
Zachary Turner
2017-02-27
7
-42
/
+38
*
Revert r296215, "[PDB] General improvements to Stream library." and followings.
NAKAMURA Takumi
2017-02-25
7
-73
/
+84
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
7
-84
/
+73
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
10
-14
/
+14
*
Don't assume little endian in StreamReader / StreamWriter.
Zachary Turner
2017-02-18
4
-33
/
+41
*
[pdb] Add the ability to resolve TypeServer PDBs.
Zachary Turner
2017-02-16
4
-5
/
+81
*
Properly parse the TypeServer2 record.
Zachary Turner
2017-02-03
4
-3
/
+45
*
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
*
[pdb] Add a new command for analyzing hash collisions.
Zachary Turner
2017-02-01
1
-0
/
+4
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
[CodeView] Finish decoupling TypeDatabase from TypeDumper.
Zachary Turner
2017-01-11
4
-539
/
+571
*
[CodeView/PDB] Rename a bunch of files.
Zachary Turner
2017-01-11
3
-10
/
+7
*
[CodeView] Add TypeDatabase class.
Zachary Turner
2017-01-11
4
-226
/
+441
*
Delete unused file.
Zachary Turner
2016-12-17
2
-2
/
+0
*
Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."
Zachary Turner
2016-12-16
5
-145
/
+629
*
Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."
Zachary Turner
2016-12-16
5
-629
/
+145
*
[CodeView] Hook CodeViewRecordIO for reading/writing symbols.
Zachary Turner
2016-12-16
5
-145
/
+629
*
Fix some size_t / uint32_t ambiguity errors.
Zachary Turner
2016-11-08
1
-7
/
+7
*
[CodeView] Hook up CodeViewRecordIO to type serialization path.
Zachary Turner
2016-11-08
13
-850
/
+374
*
Add CodeViewRecordIO for reading and writing.
Zachary Turner
2016-11-02
8
-436
/
+637
*
[codeview] support emitting indirect virtual base class information
Bob Haarman
2016-10-25
1
-2
/
+2
*
[CodeView] Refactor serialization to use StreamInterface.
Zachary Turner
2016-10-20
3
-217
/
+179
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
Truncate long names in type records
Reid Kleckner
2016-10-13
2
-18
/
+29
*
Refactor Symbol visitor code.
Zachary Turner
2016-10-07
3
-93
/
+223
*
[pdb] Get rid of Data and RawData in CVType.
Zachary Turner
2016-09-14
3
-56
/
+110
*
[pdb] Pass CVRecord's through the visitor as non-const references.
Zachary Turner
2016-09-09
4
-77
/
+78
*
[pdb] Write PDB TPI Stream from Yaml.
Zachary Turner
2016-09-09
3
-5
/
+10
*
[codeview] Use the correct max CV record length of 0xFF00
Reid Kleckner
2016-09-02
1
-4
/
+5
*
[codeview] Have visitTypeBegin return the record type.
Zachary Turner
2016-08-31
3
-10
/
+17
*
[codeview] Add TypeVisitorCallbackPipeline.
Zachary Turner
2016-08-31
2
-10
/
+34
*
[codeview] Emit vtable shape information
Reid Kleckner
2016-08-31
1
-0
/
+1
*
Remove unused translation unit.
Zachary Turner
2016-08-23
2
-14
/
+0
*
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
6
-92
/
+144
[next]