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
/
PDB
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PDB] Teach libpdb to write DBI Stream ECNames.
Zachary Turner
2017-07-07
3
-3
/
+19
*
[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2017-06-30
10
-50
/
+57
*
Introduce symbol cache to PDB NativeSession
Adrian McCarthy
2017-06-28
2
-5
/
+20
*
[pdb] Fix reading of llvm-generated PDBs by cvdump.
Zachary Turner
2017-06-25
1
-6
/
+18
*
[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
Zachary Turner
2017-06-23
1
-8
/
+28
*
[llvm-pdbutil] Dump raw bytes of type and id records.
Zachary Turner
2017-06-23
1
-1
/
+11
*
[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
Zachary Turner
2017-06-23
1
-16
/
+36
*
[llvm-pdbutil] Dump raw bytes of pdb name map.
Zachary Turner
2017-06-23
1
-0
/
+8
*
[llvm-pdbutil] Add a function for formatting MSF data.
Zachary Turner
2017-06-23
1
-0
/
+8
*
Fix build break by using llvm::make_unique instead of std::make_unique.
Adrian McCarthy
2017-06-22
2
-2
/
+5
*
Add IDs and clone methods to NativeRawSymbol
Adrian McCarthy
2017-06-22
5
-10
/
+17
*
Make IPDBSession::getGlobalScope a non-const method
Adrian McCarthy
2017-06-22
2
-5
/
+4
*
[PDB] Don't write uninitialized bytes to a PDB file.
Zachary Turner
2017-06-20
2
-0
/
+3
*
[PDB] Start emitting source file and line information
Reid Kleckner
2017-06-19
2
-2
/
+12
*
[llvm-pdbutil] Add support for dumping lines and inlinee lines.
Zachary Turner
2017-06-15
2
-9
/
+10
*
[llvm-pdbutil] Add back support for dumping file checksums.
Zachary Turner
2017-06-15
1
-0
/
+9
*
[llvm-pdbutil] Add back the ability to dump hashes and index offsets.
Zachary Turner
2017-06-15
1
-0
/
+1
*
Resubmit "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
1
-0
/
+9
*
Revert "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
1
-9
/
+0
*
[llvm-pdbutil] rewrite the "raw" output style.
Zachary Turner
2017-06-15
1
-0
/
+9
*
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
3
-2
/
+8
*
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
2
-6
/
+1
*
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
Zachary Turner
2017-06-14
2
-1
/
+6
*
[PDB] Add a module descriptor for every object file
Reid Kleckner
2017-06-13
1
-22
/
+12
*
Slightly better fix for dealing with no-id-stream PDBs.
Zachary Turner
2017-06-12
1
-0
/
+10
*
[llvm-pdbdump] Don't fail on PDBs with no ID stream.
Zachary Turner
2017-06-12
1
-0
/
+4
*
Fix a null pointer dereference in llvm-pdbutil pretty.
Zachary Turner
2017-06-12
1
-2
/
+3
*
[PDB] Don't crash on /debug:fastlink PDBs.
Zachary Turner
2017-06-08
1
-2
/
+5
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
2
-2
/
+2
*
Fix uninitialized read.
Zachary Turner
2017-06-06
2
-8
/
+12
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
22
-23
/
+23
*
[CodeView] Handle Cross Module Imports and Exports.
Zachary Turner
2017-06-05
2
-6
/
+8
*
[PDB] Fix use after free.
Zachary Turner
2017-06-03
8
-22
/
+25
*
[CodeView] Support CodeView subsections in any order.
Zachary Turner
2017-06-02
3
-44
/
+29
*
[CodeView] Properly align symbol records on read/write.
Zachary Turner
2017-06-01
1
-7
/
+12
*
[DWARF] Introduce Dump Options
Adrian Prantl
2017-06-01
1
-2
/
+1
*
Added missing break.
Galina Kistanova
2017-05-30
1
-0
/
+1
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
1
-9
/
+9
*
[lld] Fix a bug where we continually re-follow type servers.
Zachary Turner
2017-05-25
1
-5
/
+6
*
[pdb] pad source file name buffer at the end instead of the beginning
Bob Haarman
2017-05-25
1
-9
/
+16
*
[CodeView Type Merging] Avoid record deserialization when possible.
Zachary Turner
2017-05-25
1
-1
/
+7
*
Implement various flavors of type merging.
Zachary Turner
2017-05-22
1
-0
/
+4
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
2
-3
/
+1
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
2
-1
/
+3
*
[llvm-pdbdump] Add the ability to merge PDBs.
Zachary Turner
2017-05-18
1
-1
/
+1
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
2
-3
/
+1
*
Fix some minor issues in PDB parsing library.
Zachary Turner
2017-05-18
2
-11
/
+0
*
[llvm-pdbdump] in yaml2pdb, generate default output filename if none given
Bob Haarman
2017-05-17
1
-0
/
+1
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
1
-2
/
+1
*
[CodeView] Add a random access type visitor.
Zachary Turner
2017-05-12
1
-1
/
+1
[next]