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 -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
*
[TypeStreamMerger] visitUnknownMember was supposed to be visitUnknownType
David Majnemer
2016-06-04
1
-2
/
+3
*
[codeview] Add basic record type translation
Reid Kleckner
2016-06-03
1
-0
/
+2
*
[pdb] Dump file checksums from pdb codeview line info.
Zachary Turner
2016-06-03
2
-5
/
+21
*
[codeview] Dump line number and column information.
Zachary Turner
2016-06-03
3
-0
/
+142
*
[llvm-pdbdump] Dump CodeView line information.
Zachary Turner
2016-06-02
2
-1
/
+21
*
[codeview] Fix a nasty use after free.
Zachary Turner
2016-06-02
1
-2
/
+2
*
[CodeView] Use None instead of Void if there is no subprogram
David Majnemer
2016-06-02
1
-2
/
+2
*
[pdb] Parse and dump section map and section contribs
Zachary Turner
2016-06-02
3
-266
/
+371
*
[codeview] Improve readability of type record assembly
Reid Kleckner
2016-05-31
1
-8
/
+19
*
[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
*
[SymbolDumper] Validate the string table offset before using it
David Majnemer
2016-05-28
1
-6
/
+6
*
[SymbolDumper] Validate the string table offset before using it
David Majnemer
2016-05-28
1
-5
/
+6
*
[pdb] Finish conversion to zero copy pdb access.
Zachary Turner
2016-05-28
5
-51
/
+15
*
Make sure data is available before dereferencing it
David Majnemer
2016-05-27
1
-0
/
+14
*
Resubmit "[pdb] Allow zero-copy read support for symbol streams.""
Zachary Turner
2016-05-27
2
-2
/
+2
[next]