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] Rename some files in the native reader.
Zachary Turner
2018-09-07
7
-81
/
+80
*
[PDB] Create a SymbolCache class.
Zachary Turner
2018-09-07
7
-140
/
+194
*
Fix some warnings.
Zachary Turner
2018-09-06
1
-2
/
+2
*
[PDB] Refactor the PDB symbol classes to fix a reuse bug.
Zachary Turner
2018-09-05
41
-251
/
+95
*
[DebugInfo] Common behavior for error types
Alexandre Ganea
2018-08-31
8
-102
/
+33
*
[codeview] Use push_macro to avoid conflicts instead of a prefix
Reid Kleckner
2018-08-16
1
-2
/
+2
*
[llvm-pdbutil] Support PDBs without a DBI stream
Alexandre Ganea
2018-08-06
1
-1
/
+3
*
[llvm] Change 2 instances of std::sort to llvm::sort
Mandeep Singh Grang
2018-07-16
1
-1
/
+1
*
[PDB] memicmp only exists on Windows, use StringRef::compare_lower instead
Benjamin Kramer
2018-07-06
1
-2
/
+2
*
[PDB] One more fix for hasing GSI records.
Zachary Turner
2018-07-06
1
-8
/
+27
*
[PDB] Sort globals symbols by name in GSI hash buckets.
Zachary Turner
2018-07-06
1
-5
/
+19
*
Move some code from PDBFileBuilder to MSFBuilder.
Zachary Turner
2018-06-27
1
-71
/
+15
*
[CodeView] Add prefix to CodeView registers.
Jonas Devlieghere
2018-05-29
1
-2
/
+2
*
[LLD/PDB] Emit first section contribution for DBI Module Descriptor.
Zachary Turner
2018-04-20
1
-0
/
+5
*
[llvm-pdbutil] Dump first section contribution for each module.
Zachary Turner
2018-04-17
2
-1
/
+5
*
[PDB] Correctly use the target machine when writing DBI stream.
Zachary Turner
2018-04-16
1
-0
/
+5
*
Resubmit "Fix some incorrect fields in our generated PDBs."
Zachary Turner
2018-04-16
1
-1
/
+9
*
Revert "Fix some incorrect fields in our generated PDBs."
Zachary Turner
2018-04-16
1
-9
/
+1
*
Fix some incorrect fields in our generated PDBs.
Zachary Turner
2018-04-16
1
-1
/
+9
*
[DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddr
Aaron Smith
2018-04-10
2
-9
/
+41
*
[PDB] Remove dead code and run clang format; NFC
Aaron Smith
2018-04-10
2
-32
/
+22
*
[NFC] fix trivial typos in comments and error message
Hiroshi Inoue
2018-04-09
1
-1
/
+1
*
[llvm-pdbutil] Add the ability to explain binary files.
Zachary Turner
2018-04-04
3
-14
/
+20
*
Minor no-op cmake file style fix.
Nico Weber
2018-04-04
1
-1
/
+2
*
[DebugInfoPDB] Add a few missing definitions to PDBTypes.h
Aaron Smith
2018-04-03
1
-0
/
+3
*
[llvm-pdbutil] Add an export subcommand.
Zachary Turner
2018-04-02
2
-4
/
+13
*
[llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.
Zachary Turner
2018-03-30
1
-13
/
+9
*
[DebugInfoPDB] Print the method name along with the variant value
Aaron Smith
2018-03-26
1
-1
/
+1
*
[DebugInfoPDB] Add methods to get the compiland and line numbers with PDBSymb...
Aaron Smith
2018-03-26
1
-1
/
+50
*
[DebugInfoPDB] Add DIA implementation of findLineNumbersByRVA
Aaron Smith
2018-03-26
2
-0
/
+14
*
[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVA
Aaron Smith
2018-03-26
2
-0
/
+32
*
[PDB] Resubmit "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-23
2
-1
/
+123
*
[PDB] Make our PDBs look more like MS PDBs.
Zachary Turner
2018-03-23
6
-47
/
+137
*
[Codeview/PDB] Rename some methods for clarity.
Zachary Turner
2018-03-22
1
-0
/
+8
*
[DIA] Add IPDBSectionContrib interfaces and DIA implementation
Aaron Smith
2018-03-22
6
-0
/
+210
*
[PDB] Get more DIA table enumerators
Aaron Smith
2018-03-22
1
-6
/
+8
*
[PDB] Don't ignore bucket 0 when writing the PDB string table.
Zachary Turner
2018-03-21
2
-2
/
+3
*
[PDB] Remove unused private variable, re-applying r327900 after relanding mor...
Reid Kleckner
2018-03-21
2
-7
/
+4
*
Revert "Resubmit "Support embedding natvis files in PDBs.""
Zachary Turner
2018-03-20
5
-165
/
+20
*
Resubmit "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-20
5
-20
/
+165
*
[PDB] Add a method to get the full path of the source file for PDBSymbolCompi...
Aaron Smith
2018-03-19
1
-15
/
+86
*
[PDB] Add exclusive methods to derived symbol class
Aaron Smith
2018-03-19
1
-0
/
+15
*
Revert "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-19
5
-165
/
+20
*
Remove an unused private variable.
Zachary Turner
2018-03-19
2
-7
/
+4
*
Support embedding natvis files in PDBs.
Zachary Turner
2018-03-19
3
-13
/
+161
*
[PDB] Fix a bug where we were serializing hash tables incorrectly.
Zachary Turner
2018-03-15
1
-3
/
+5
*
Refactor the PDB HashTable class.
Zachary Turner
2018-03-15
3
-192
/
+27
*
[DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffset
Aaron Smith
2018-03-15
2
-1
/
+22
*
[PDB] Support dumping injected sources via the DIA reader.
Zachary Turner
2018-03-13
7
-0
/
+169
*
[DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn
Aaron Smith
2018-03-07
2
-0
/
+16
[next]