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] 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
*
[PDB] Refactor a little of the Symbol creation code.
Zachary Turner
2018-09-14
3
-28
/
+16
*
Remove unused DIASession field
Reid Kleckner
2018-09-14
2
-3
/
+2
*
DebugInfo/PDB: Remove unused member
David Blaikie
2018-09-13
1
-2
/
+2
*
[PDB] Remove all clone() methods.
Zachary Turner
2018-09-12
18
-98
/
+0
*
[PDB] Emit old fpo data to the PDB file.
Zachary Turner
2018-09-12
1
-7
/
+21
*
[PDB] Write FPO Data to the PDB.
Zachary Turner
2018-09-11
1
-3
/
+28
*
pdb output: Initialize padding in PublicsStreamHeader.
Nico Weber
2018-09-11
1
-2
/
+3
*
Re-run clang-format on one file.
Zachary Turner
2018-09-10
1
-133
/
+184
*
[PDB] Change uint32_t to SymIndex wherever it makes sense.
Zachary Turner
2018-09-10
7
-52
/
+31
*
[LLD][COFF] Cleanup error messages / add more coverage tests
Alexandre Ganea
2018-09-10
1
-1
/
+1
*
Fix some of the PDB tests.
Zachary Turner
2018-09-07
1
-2
/
+0
*
[PDB] Support pointer types in the native reader.
Zachary Turner
2018-09-07
10
-195
/
+364
[next]