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
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
1
-2
/
+2
*
Delay initialization of three static global maps, NFC
Reid Kleckner
2019-03-28
1
-56
/
+55
*
[DebugInfo][PDB] Don't write empty debug streams
Alexandre Ganea
2019-03-18
2
-6
/
+16
*
Add Swift enumerator value for CodeView::SourceLanguage
Nathan Lanza
2019-03-11
2
-5
/
+6
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-9
/
+10
*
Move some classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-02-11
2
-0
/
+4
*
[CodeView] Fix cycles in debug info when merging Types with global hashes
Alexandre Ganea
2019-02-07
1
-1
/
+4
*
[NativePDB] Fix access to both old & new fpo data entries from dbi stream
Aleksandr Urakov
2019-01-30
1
-36
/
+69
*
[PDB] Increase TPI hash bucket count.
Zachary Turner
2019-01-24
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
95
-380
/
+285
*
[PDB] Add some helper functions for working with scopes.
Zachary Turner
2018-12-17
1
-0
/
+7
*
Support skewed stream arrays.
Zachary Turner
2018-12-06
1
-6
/
+5
*
[PDB] Emit S_UDT records in LLD.
Zachary Turner
2018-12-04
1
-7
/
+32
*
Fix issue with Tpi Stream hash map.
Zachary Turner
2018-12-03
1
-0
/
+6
*
Don't build the Tpi Hash map by default.
Zachary Turner
2018-12-03
1
-3
/
+0
*
Add missing error checking code intended for r347687
Reid Kleckner
2018-11-27
1
-2
/
+4
*
[PDB] Add symbol records in bulk
Reid Kleckner
2018-11-27
1
-13
/
+17
*
[NativePDB] Improved support for nested type reconstruction.
Zachary Turner
2018-11-13
1
-0
/
+1
*
[LLD] Fix Microsoft precompiled headers cross-compile on Linux
Alexandre Ganea
2018-11-08
1
-0
/
+2
*
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
Alexandre Ganea
2018-11-05
1
-2
/
+0
*
[PDB] Fix -Wunused-private-field in DIA
Reid Kleckner
2018-10-23
3
-9
/
+7
*
Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""
Aleksandr Urakov
2018-10-23
6
-0
/
+118
*
Some cleanups to the native pdb plugin [NFC].
Zachary Turner
2018-10-22
1
-0
/
+19
*
Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"
Aleksandr Urakov
2018-10-22
6
-118
/
+0
*
[PDB] Extend IPDBSession's interface to retrieve frame data
Aleksandr Urakov
2018-10-22
6
-0
/
+118
*
[PDB] Fix another bug in globals stream name lookup.
Zachary Turner
2018-10-09
1
-9
/
+15
*
[PDB] Fix failure on big endian machines.
Zachary Turner
2018-10-09
1
-1
/
+2
*
Remove unused variable.
Zachary Turner
2018-10-08
1
-1
/
+0
*
[PDB] fix a bug in global stream name lookup.
Zachary Turner
2018-10-08
1
-5
/
+8
*
[DebugInfo][PDB] Fix a signed/unsigned coversion warning
Kristina Brooks
2018-10-08
1
-1
/
+1
*
Fix a -Wsign-compare warning.
Zachary Turner
2018-10-08
1
-1
/
+1
*
[PDB] Add the ability to lookup global symbols by name.
Zachary Turner
2018-10-08
3
-6
/
+63
*
[PDB] Add support for more kinds of PDB Sym Tags.
Zachary Turner
2018-10-01
1
-1
/
+13
*
[PDB] Add support for dumping Typedef records.
Zachary Turner
2018-10-01
5
-0
/
+123
*
[PDB] Add support for parsing VFTable Shape records.
Zachary Turner
2018-10-01
5
-2
/
+53
*
[PDB] Add native support for dumping array types.
Zachary Turner
2018-09-30
4
-0
/
+75
*
[PDB] Better native API support for pointers.
Zachary Turner
2018-09-29
1
-0
/
+59
*
[pdb] Simplify the code by replacing a few string conversions with calls to i...
Aaron Smith
2018-09-28
5
-51
/
+11
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-5
/
+4
*
Add missing include.
Zachary Turner
2018-09-21
1
-0
/
+1
*
[NativePDB] Add support for reading function signatures.
Zachary Turner
2018-09-21
7
-30
/
+248
*
[PDB] Add native reading support for UDT / class types.
Zachary Turner
2018-09-21
8
-131
/
+377
*
[PDB] Fix -Wcovered-switch-default warning.
Zachary Turner
2018-09-20
1
-3
/
+0
*
Fix warnings.
Zachary Turner
2018-09-20
1
-1
/
+0
*
[PDB] Better printing of builtin types when using DIA dumper.
Zachary Turner
2018-09-20
3
-2
/
+33
*
[PDB] Add the ability to map forward references to full decls.
Zachary Turner
2018-09-20
2
-0
/
+133
*
[PDB] Better support for enumerating pointer types.
Zachary Turner
2018-09-18
9
-52
/
+191
*
[PDB] Make the native reader support enumerators.
Zachary Turner
2018-09-17
6
-12
/
+254
*
[PDB] Make the native reader support modified types.
Zachary Turner
2018-09-17
5
-53
/
+150
*
Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID.
Nico Weber
2018-09-15
2
-10
/
+34
[next]