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
/
Native
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddr
Aaron Smith
2018-04-10
1
-0
/
+11
*
[llvm-pdbutil] Add the ability to explain binary files.
Zachary Turner
2018-04-04
3
-14
/
+20
*
[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] Add DIA implementation of findLineNumbersByRVA
Aaron Smith
2018-03-26
1
-0
/
+5
*
[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVA
Aaron Smith
2018-03-26
1
-0
/
+10
*
[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
1
-0
/
+5
*
[PDB] Don't ignore bucket 0 when writing the PDB string table.
Zachary Turner
2018-03-21
2
-2
/
+3
*
Revert "Resubmit "Support embedding natvis files in PDBs.""
Zachary Turner
2018-03-20
3
-161
/
+13
*
Resubmit "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-20
3
-13
/
+161
*
Revert "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-19
3
-161
/
+13
*
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
1
-0
/
+6
*
[PDB] Support dumping injected sources via the DIA reader.
Zachary Turner
2018-03-13
1
-0
/
+5
*
[DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn
Aaron Smith
2018-03-07
1
-0
/
+6
*
[PDB] Defer writing the build id until the rest of the PDB is written.
Zachary Turner
2018-03-01
2
-7
/
+26
*
[PDB] Check the result of setLoadAddress()
Aaron Smith
2018-02-23
1
-1
/
+1
*
[PDB] Implement more find methods for PDB symbols
Aaron Smith
2018-02-22
1
-0
/
+44
*
Fix emission of PDB string table.
Zachary Turner
2018-02-16
4
-171
/
+75
*
Remove redundant includes from lib/DebugInfo.
Michael Zolotukhin
2017-12-13
9
-15
/
+0
*
[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...
Aaron Smith
2017-11-16
2
-0
/
+9
*
Test commit. Add a missing dash to the standard llvm file header; NFC.
Aaron Smith
2017-11-16
1
-1
/
+1
*
Convert FileOutputBuffer to Expected. NFC.
Rafael Espindola
2017-11-08
1
-3
/
+2
*
[PDB] Handle an empty globals hash table with no buckets
Reid Kleckner
2017-10-27
1
-2
/
+3
*
COFF: Add type server pdb files to linkrepro tar file.
Peter Collingbourne
2017-10-20
1
-8
/
+2
*
COFF: PDB: Allow multiple modules with the same name.
Peter Collingbourne
2017-09-07
1
-18
/
+3
*
Remove dead code. NFCI.
Peter Collingbourne
2017-09-07
1
-8
/
+0
*
[llvm-pdbutil] Support dumping CodeView from object files.
Zachary Turner
2017-09-01
1
-2
/
+14
*
[llvm-pdbutil] Print detailed S_UDT stats.
Zachary Turner
2017-08-31
1
-1
/
+5
*
[lld/pdb] Speed up construction of publics & globals addr map.
Zachary Turner
2017-08-21
1
-19
/
+21
*
[llvm-pdbutil] Add support for dumping detailed module stats.
Zachary Turner
2017-08-21
1
-0
/
+12
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-1
/
+1
*
[LLD/PDB] Write actual records to the globals stream.
Zachary Turner
2017-08-11
1
-10
/
+29
*
[PDB] Fix an issue writing the publics stream.
Zachary Turner
2017-08-09
2
-17
/
+11
*
[PDB] Merge Global and Publics Builders.
Zachary Turner
2017-08-09
5
-341
/
+325
*
Enable llvm-pdbutil to list enumerations using native PDB reader
Adrian McCarthy
2017-08-04
4
-3
/
+209
*
[PDB] Fix section contributions
Reid Kleckner
2017-08-03
1
-13
/
+0
*
[pdb/lld] Write a valid FPM.
Zachary Turner
2017-08-02
2
-2
/
+29
*
[pdbutil] Add a command to dump the FPM.
Zachary Turner
2017-08-02
1
-0
/
+4
*
[lld/pdb] Add an empty globals stream.
Zachary Turner
2017-07-31
3
-1
/
+106
*
[PDB] Initialize the std::array<ulittle32_t> used for the gsi bitmap
Reid Kleckner
2017-07-27
1
-0
/
+2
*
[PDB] Write public symbol records and the publics hash table
Reid Kleckner
2017-07-27
3
-38
/
+165
*
[PDB] Remove stale GSI.h header that I intended to remove in the previous commit
Reid Kleckner
2017-07-26
3
-55
/
+0
*
[PDB] Improve GSI hash table dumping for publics and globals
Reid Kleckner
2017-07-26
6
-157
/
+97
*
Fix DebugInfo/PDB build by adding missing changes
Reid Kleckner
2017-07-21
2
-1
/
+2
[next]