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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete TypeDatabase.
Zachary Turner
2017-06-18
1
-2
/
+0
*
[CodeView] Fix random access of type names.
Zachary Turner
2017-06-16
1
-0
/
+1
*
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
1
-1
/
+2
*
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
1
-2
/
+1
*
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
Zachary Turner
2017-06-14
1
-1
/
+2
*
[pdb] Support CoffSymbolRVA debug subsection.
Zachary Turner
2017-06-09
1
-0
/
+1
*
[CodeView] Handle Cross Module Imports and Exports.
Zachary Turner
2017-06-05
1
-4
/
+6
*
[CodeView] Add more DebugSubsection implementations.
Zachary Turner
2017-05-30
1
-3
/
+5
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
1
-6
/
+6
*
[CV Type Merging] Find nested type indices faster.
Zachary Turner
2017-05-25
1
-0
/
+1
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-3
/
+4
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-4
/
+3
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
1
-3
/
+4
*
[CodeView] Add a random access type visitor.
Zachary Turner
2017-05-12
1
-0
/
+1
*
Removing a file that is not necessary (and was causing link diagnostics with ...
Aaron Ballman
2017-05-09
1
-1
/
+0
*
Resubmit r301986 and r301987 "Add codeview::StringTable"
Zachary Turner
2017-05-03
1
-0
/
+1
*
Revert r301986 (and subsequent r301987).
Daniel Jasper
2017-05-03
1
-1
/
+0
*
Make codeview::StringTable.
Zachary Turner
2017-05-02
1
-0
/
+1
*
[PDB/CodeView] Read/write codeview inlinee line information.
Zachary Turner
2017-05-02
1
-0
/
+1
*
[CodeView] Isolate Debug Info Fragments into standalone classes.
Zachary Turner
2017-04-27
1
-0
/
+4
*
Rename some PDB classes.
Zachary Turner
2017-04-27
1
-2
/
+2
*
[codeview] Move type index remapping logic to type merger
Reid Kleckner
2017-03-23
1
-1
/
+0
*
[llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB.
Zachary Turner
2017-03-13
1
-0
/
+1
*
Properly parse the TypeServer2 record.
Zachary Turner
2017-02-03
1
-0
/
+1
*
[CodeView] Finish decoupling TypeDatabase from TypeDumper.
Zachary Turner
2017-01-11
1
-0
/
+1
*
[CodeView/PDB] Rename a bunch of files.
Zachary Turner
2017-01-11
1
-1
/
+1
*
[CodeView] Add TypeDatabase class.
Zachary Turner
2017-01-11
1
-0
/
+2
*
Delete unused file.
Zachary Turner
2016-12-17
1
-1
/
+0
*
Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."
Zachary Turner
2016-12-16
1
-0
/
+2
*
Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."
Zachary Turner
2016-12-16
1
-2
/
+0
*
[CodeView] Hook CodeViewRecordIO for reading/writing symbols.
Zachary Turner
2016-12-16
1
-0
/
+2
*
[CodeView] Hook up CodeViewRecordIO to type serialization path.
Zachary Turner
2016-11-08
1
-6
/
+1
*
Add CodeViewRecordIO for reading and writing.
Zachary Turner
2016-11-02
1
-0
/
+2
*
Refactor Symbol visitor code.
Zachary Turner
2016-10-07
1
-0
/
+1
*
Remove unused translation unit.
Zachary Turner
2016-08-23
1
-1
/
+0
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
1
-0
/
+1
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-3
/
+0
*
Resubmit "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-0
/
+1
*
Revert "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-1
/
+0
*
[pdb] Change type visitor pattern to be dynamic.
Zachary Turner
2016-06-16
1
-0
/
+1
*
Add support for writing through StreamInterface.
Zachary Turner
2016-06-10
1
-0
/
+1
*
[codeview] Dump line number and column information.
Zachary Turner
2016-06-03
1
-0
/
+2
*
[pdb] Parse and dump section map and section contribs
Zachary Turner
2016-06-02
1
-0
/
+1
*
[codeview] Move StreamInterface and StreamReader to libcodeview.
Zachary Turner
2016-05-25
1
-0
/
+3
*
Make a symbol visitor and use it to dump CV symbols.
Zachary Turner
2016-05-23
1
-0
/
+1
*
[codeview] Add type stream merging prototype
Reid Kleckner
2016-05-14
1
-0
/
+2
*
Make CodeView record serialization more generic.
Zachary Turner
2016-05-12
1
-1
/
+1
*
[codeview] Move dumper into lib/DebugInfo/CodeView
Reid Kleckner
2016-05-05
1
-0
/
+2
*
Fix CodeView library name and non-CMake builds
Dave Bartolomeo
2015-12-24
1
-1
/
+4
*
LLVM CodeView library
Dave Bartolomeo
2015-12-24
1
-0
/
+9