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
*
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
*
Revert "Write the TPI stream from a PDB to Yaml."
Justin Bogner
2016-08-16
6
-144
/
+92
*
Write the TPI stream from a PDB to Yaml.
Zachary Turner
2016-08-16
6
-92
/
+144
*
CodeView: Remove an unused variable
Justin Bogner
2016-08-05
1
-1
/
+0
*
Fix non portable include path.
Zachary Turner
2016-08-05
1
-1
/
+1
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
10
-165
/
+245
*
[CodeView] Use llvm::Error instead of std::error_code.
Zachary Turner
2016-08-04
3
-103
/
+126
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
4
-5
/
+5
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
4
-5
/
+5
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
4
-5
/
+5
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
3
-17
/
+20
*
[modules] Add missing includes.
Vassil Vassilev
2016-07-28
1
-0
/
+2
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
10
-259
/
+8
*
[pdb] Round-trip module & file info to/from YAML.
Zachary Turner
2016-07-22
1
-1
/
+2
*
Dump enum unique names.
Rui Ueyama
2016-07-12
1
-0
/
+3
*
Re-enable TPI hash verification for enum records.
Rui Ueyama
2016-07-12
1
-3
/
+5
*
[CodeView] Emit an appropriate symbol kind for globals
David Majnemer
2016-07-06
1
-0
/
+2
*
[pdb] Re-add code to write PDB files.
Zachary Turner
2016-06-30
1
-0
/
+4
*
[CodeView] Healthy paranoia around strings
David Majnemer
2016-06-24
2
-8
/
+5
*
[codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byte
Reid Kleckner
2016-06-24
2
-2
/
+3
*
[codeview] Fix the alignment padding that we add to list records
Reid Kleckner
2016-06-22
1
-4
/
+6
*
[codeview] Add support for splitting field list records over 64KB
Reid Kleckner
2016-06-21
4
-10
/
+96
*
[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
4
-223
/
+342
*
Revert "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
4
-335
/
+228
*
[pdb] Change type visitor pattern to be dynamic.
Zachary Turner
2016-06-16
4
-228
/
+335
*
[codeview] Pass CVRecord to visitTypeBegin callback.
Rui Ueyama
2016-06-16
2
-24
/
+17
*
[codeview] Remove unused parameter.
Rui Ueyama
2016-06-16
2
-55
/
+35
*
[Codeview] Add a class for LF_UDT_MOD_SRC_LINE.
Rui Ueyama
2016-06-15
3
-1
/
+25
*
Axe some trailing whitespace from my last commit
Reid Kleckner
2016-06-15
1
-20
/
+20
*
[codeview] Move deserialization methods out of line
Reid Kleckner
2016-06-15
1
-0
/
+356
*
Add support for writing through StreamInterface.
Zachary Turner
2016-06-10
6
-8
/
+133
*
[CodeView] Fix a busted assert in TypeTableBuilder::writeClass
David Majnemer
2016-06-04
1
-1
/
+1
[next]