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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
Alexandre Ganea
2018-11-05
3
-37
/
+82
*
[DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.
Wolfgang Pieb
2018-11-03
1
-0
/
+39
*
[DWARF] Fix typo, .gnu_index -> .gdb_index
Fangrui Song
2018-11-02
1
-1
/
+1
*
[codeview] Add breaks to fix -Wimplicit-fallthrough
Reid Kleckner
2018-11-01
1
-0
/
+2
*
[CodeView] Emit the correct TypeIndex for std::nullptr_t.
Zachary Turner
2018-11-01
1
-0
/
+3
*
[DWARF][NFC] Refactor a function to return Optional<> instead of bool
Wolfgang Pieb
2018-10-31
2
-9
/
+9
*
[DWARF] Revert r345546: Refactor range list extraction and dumping
Wolfgang Pieb
2018-10-31
7
-214
/
+229
*
DWARFVerifier: make the verifier more comprehensive for objects
Saleem Abdulrasool
2018-10-30
1
-1
/
+1
*
[DWARF][NFC] Refactor range list extraction and dumping
Wolfgang Pieb
2018-10-29
7
-229
/
+214
*
Revert "Revert "DebugInfo: reduce DIE range verification on object files""
Saleem Abdulrasool
2018-10-28
1
-13
/
+45
*
Revert "DebugInfo: reduce DIE range verification on object files"
Vlad Tsyrklevich
2018-10-27
1
-44
/
+13
*
DebugInfo: reduce DIE range verification on object files
Saleem Abdulrasool
2018-10-27
1
-13
/
+44
*
[DWARF][NFC] cleanup (mostly leftovers from the implementation of string offs...
Wolfgang Pieb
2018-10-26
1
-43
/
+31
*
llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...
David Blaikie
2018-10-25
1
-6
/
+8
*
[llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_length
George Rimar
2018-10-25
3
-8
/
+25
*
llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...
David Blaikie
2018-10-24
1
-0
/
+10
*
[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
*
[llvm-dwarfdump] - Fix win10 build bot failture.
George Rimar
2018-10-22
1
-3
/
+6
*
[llvm-dwarfdump] - Add the support of parsing .debug_loclists.
George Rimar
2018-10-22
3
-28
/
+108
*
[PDB] Extend IPDBSession's interface to retrieve frame data
Aleksandr Urakov
2018-10-22
6
-0
/
+118
*
DebugInfo: Use DW_OP_addrx in DWARFv5
David Blaikie
2018-10-20
1
-0
/
+1
*
llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglists
David Blaikie
2018-10-20
3
-22
/
+82
*
DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5
David Blaikie
2018-10-20
5
-22
/
+35
*
[DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...
Wolfgang Pieb
2018-10-19
3
-30
/
+42
*
[dwarfdump] Hide ranges in diff-mode.
Jonas Devlieghere
2018-10-19
1
-1
/
+3
*
[DwarfVerifier] Fixed -Wimplicit-fallthrough warning
David Bolvansky
2018-10-10
1
-1
/
+2
*
[PDB] Fix another bug in globals stream name lookup.
Zachary Turner
2018-10-09
1
-9
/
+15
*
[DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section. Fixes PR38991.
Wolfgang Pieb
2018-10-09
1
-5
/
+4
*
[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
*
Fix a compilation failure on non-MSVC compilers.
Zachary Turner
2018-10-08
1
-1
/
+1
*
[PDB] Add the ability to lookup global symbols by name.
Zachary Turner
2018-10-08
4
-7
/
+65
*
dwarfdump: Avoid parsing units unnecessarily
David Blaikie
2018-10-05
1
-15
/
+14
*
[DebugInfo] Add support for DWARF5 call site-related attributes
Vedant Kumar
2018-10-05
1
-0
/
+33
*
[PDB] Add support for more kinds of PDB Sym Tags.
Zachary Turner
2018-10-01
1
-1
/
+13
*
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
Reid Kleckner
2018-10-01
1
-0
/
+72
*
[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
*
Revert r343317
Luke Cheeseman
2018-09-28
2
-17
/
+10
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
2
-10
/
+17
*
[pdb] Simplify the code by replacing a few string conversions with calls to i...
Aaron Smith
2018-09-28
5
-51
/
+11
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
2
-12
/
+9
[prev]
[next]