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
*
llvm-dwarfdump: Skip address index info (and dump only the address, if found)...
David Blaikie
2018-12-24
1
-4
/
+5
*
DebugInfo: Accurately propagate the section used by a relocation when accessi...
David Blaikie
2018-12-22
1
-4
/
+4
*
llvm-dwarfdump: Dump the section name/number for addr attributes
David Blaikie
2018-12-22
1
-1
/
+1
*
llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'
David Blaikie
2018-12-22
1
-2
/
+2
*
llvm-dwarfdump: Print the section name/number for addr_index attributes
David Blaikie
2018-12-22
1
-3
/
+12
*
DebugInfo: Refactor named section dumping into a reusable helper
David Blaikie
2018-12-22
2
-9
/
+16
*
DebugInfo: Remove extra attribute lookup
David Blaikie
2018-12-22
1
-3
/
+2
*
libDebugInfo: Refactor error handling in range list parsing
David Blaikie
2018-12-22
2
-15
/
+15
*
Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...
David Blaikie
2018-12-21
1
-21
/
+0
*
[Dwarf/AArch64] Return address signing B key dwarf support
Luke Cheeseman
2018-12-21
1
-0
/
+5
*
llvm-dwarfdump: Improve/fix pretty printing of array dimensions
David Blaikie
2018-12-19
1
-18
/
+47
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
2
-8
/
+9
*
[PDB] Add some helper functions for working with scopes.
Zachary Turner
2018-12-17
2
-2
/
+39
*
Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...
Eric Liu
2018-12-17
1
-0
/
+21
*
DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is emp...
David Blaikie
2018-12-17
1
-21
/
+0
*
DebugInfo/DWARF: Pretty print subroutine types
David Blaikie
2018-12-12
1
-2
/
+19
*
DebugInfo/DWARF: Improve dumping of pointers to members ('int foo::*' rather ...
David Blaikie
2018-12-12
1
-0
/
+5
*
DebugInfo/DWARF: Refactor type dumping to dump types, rather than DIEs that r...
David Blaikie
2018-12-12
1
-5
/
+3
*
DebugInfo/DWARF: Refactor getAttributeValueAsReferencedDie to accept a DWARFF...
David Blaikie
2018-12-12
1
-3
/
+11
*
llvm-dwarfdump: Dump array dimensions in stringified type names
David Blaikie
2018-12-12
1
-2
/
+21
*
[NativePDB] Reconstruct function declarations from debug info.
Zachary Turner
2018-12-07
1
-1
/
+12
*
[PDB] Move some code around. NFC.
Zachary Turner
2018-12-06
2
-1
/
+55
*
Support skewed stream arrays.
Zachary Turner
2018-12-06
2
-7
/
+6
*
[PDB] Emit S_UDT records in LLD.
Zachary Turner
2018-12-04
1
-7
/
+32
*
[llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.
George Rimar
2018-12-04
1
-1
/
+2
*
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
*
[llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.
George Rimar
2018-12-03
1
-2
/
+2
*
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
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
2
-17
/
+10
*
Revert r343341
Luke Cheeseman
2018-11-23
2
-10
/
+17
*
[CodeView] Add support for ref-qualified member functions.
Zachary Turner
2018-11-20
1
-0
/
+2
*
[CodeView] Don't print PointerAttributes when dumping.
Zachary Turner
2018-11-20
1
-1
/
+0
*
llvm-symbolizer: Avoid calling getFromOffset when the index entry is already ...
David Blaikie
2018-11-17
1
-8
/
+14
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-2
/
+2
*
[DWARF] Use PRIx64 instead of 'x' to format 64-bit values
Simon Atanasyan
2018-11-16
1
-2
/
+2
*
[NativePDB] Improved support for nested type reconstruction.
Zachary Turner
2018-11-13
2
-0
/
+9
*
[DWARF] Do not use PRIx32 for printing uint64_t values
Simon Atanasyan
2018-11-12
1
-1
/
+1
*
NFC: DebugInfo: Reduce scope of DebugOffset to simplify code
David Blaikie
2018-11-12
1
-31
/
+33
*
[DWARF] Change pubnames to use DWARFSection instead of StringRef
Fangrui Song
2018-11-11
2
-25
/
+27
*
[LLD] Fix Microsoft precompiled headers cross-compile on Linux
Alexandre Ganea
2018-11-08
1
-0
/
+2
*
Add parentheses to silence warning.
Jorge Gorbe Moya
2018-11-07
1
-1
/
+1
*
[DWARFv5] Read and dump multiple .debug_info sections.
Paul Robinson
2018-11-07
2
-33
/
+66
*
[DWARF] Support types CU list in .gdb_index dumping
Fangrui Song
2018-11-05
1
-3
/
+20
*
[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
[next]