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
*
Deduplicate S_CONSTANTs in LLD.
Amy Huang
2019-06-11
1
-4
/
+4
*
[PDB] Fix hash function used to write /src/headerblock
Nico Weber
2019-04-29
2
-1
/
+8
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-2
/
+1
*
[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
*
Move some classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-02-11
1
-0
/
+2
*
[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
37
-148
/
+111
*
[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
*
Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""
Aleksandr Urakov
2018-10-23
1
-0
/
+5
*
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
1
-5
/
+0
*
[PDB] Extend IPDBSession's interface to retrieve frame data
Aleksandr Urakov
2018-10-22
1
-0
/
+5
*
[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 dumping Typedef records.
Zachary Turner
2018-10-01
4
-0
/
+121
*
[PDB] Add support for parsing VFTable Shape records.
Zachary Turner
2018-10-01
4
-2
/
+52
*
[PDB] Add native support for dumping array types.
Zachary Turner
2018-09-30
3
-0
/
+74
*
[PDB] Better native API support for pointers.
Zachary Turner
2018-09-29
1
-0
/
+59
*
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
5
-29
/
+246
*
[PDB] Add native reading support for UDT / class types.
Zachary Turner
2018-09-21
7
-131
/
+376
*
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
1
-0
/
+1
*
[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
7
-42
/
+122
*
[PDB] Make the native reader support enumerators.
Zachary Turner
2018-09-17
3
-9
/
+237
*
[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
*
DebugInfo/PDB: Remove unused member
David Blaikie
2018-09-13
1
-2
/
+2
*
[PDB] Remove all clone() methods.
Zachary Turner
2018-09-12
7
-28
/
+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
[next]