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
/
DWARF
/
DWARFUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF] Check that all fields of a Unit Header are read.
Igor Kudrin
2019-12-24
1
-12
/
+18
*
DebugInfo: Don't use implicit zero addr_base
David Blaikie
2019-12-18
1
-6
/
+9
*
Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."
Sourabh Singh Tomar
2019-12-11
1
-1
/
+3
*
Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."
Sourabh Singh Tomar
2019-12-11
1
-3
/
+1
*
[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified.
Sourabh Singh Tomar
2019-12-11
1
-1
/
+3
*
[llvm/DWARF] Return section offset from DWARFUnit::get{Loc,Rng}listOffset
Pavel Labath
2019-12-05
1
-1
/
+1
*
Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."
Sourabh Singh Tomar
2019-11-23
1
-8
/
+24
*
Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."
Sourabh Singh Tomar
2019-11-23
1
-24
/
+8
*
[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.
Sourabh Singh Tomar
2019-11-23
1
-8
/
+24
*
Recommit "[DWARF] Add an api to get "interpreted" location lists"
Pavel Labath
2019-11-20
1
-0
/
+24
*
Revert "[DWARF] Add an api to get "interpreted" location lists"
Pavel Labath
2019-11-20
1
-24
/
+0
*
[DWARF] Add an api to get "interpreted" location lists
Pavel Labath
2019-11-20
1
-0
/
+24
*
DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...
David Blaikie
2019-11-15
1
-0
/
+25
*
DebugInfo: Templatize rnglist header parsing to setup for reuse with loclist ...
David Blaikie
2019-11-15
1
-9
/
+10
*
DWARFDebugLoc(v4): Add an incremental parsing function
Pavel Labath
2019-11-15
1
-3
/
+7
*
DWARFDebugLoclists: Add an api to get the location lists of a DWARF unit
Pavel Labath
2019-11-13
1
-5
/
+13
*
[DWARF] Fix referencing Range List Tables from CUs for DWARF64.
Igor Kudrin
2019-09-05
1
-9
/
+12
*
[DWARF] Fix reading 64-bit DWARF type units.
Igor Kudrin
2019-08-20
1
-4
/
+4
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
DebugInfo/DWARF: Provide some (pretty half-hearted) error handling access whe...
David Blaikie
2019-08-09
1
-17
/
+25
*
Remove else-after-return
David Blaikie
2019-08-08
1
-3
/
+3
*
DebugInfo/DWARF: Remove unused return type from DWARFUnit::extractDIEsIfNeeded
David Blaikie
2019-08-07
1
-64
/
+63
*
Fix indentation
David Blaikie
2019-08-07
1
-1
/
+1
*
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names
David Blaikie
2019-08-07
1
-6
/
+6
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-20
/
+21
*
[DWARF][NFC] Add constants for reserved values of an initial length field.
Igor Kudrin
2019-07-24
1
-3
/
+3
*
[DWARF][RISCV] Add support for RISC-V relocations needed for debug info
Alex Bradbury
2019-07-18
1
-1
/
+1
*
llvm-dwarfdump: Don't error on mixed units using/not using str_offsets
David Blaikie
2019-05-25
1
-38
/
+77
*
dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF6...
David Blaikie
2019-05-24
1
-3
/
+10
*
dwarfdump: Add a bit more DWARF64 support
David Blaikie
2019-05-24
1
-4
/
+8
*
DebugInfo/DWARF: Minor expression simplification
David Blaikie
2019-05-09
1
-1
/
+1
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
libDebugInfo: Refactor error handling in range list parsing
David Blaikie
2018-12-22
1
-11
/
+8
*
Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...
David Blaikie
2018-12-21
1
-21
/
+0
*
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
*
llvm-symbolizer: Avoid calling getFromOffset when the index entry is already ...
David Blaikie
2018-11-17
1
-8
/
+14
*
[DWARF][NFC] Refactor a function to return Optional<> instead of bool
Wolfgang Pieb
2018-10-31
1
-6
/
+4
*
[DWARF] Revert r345546: Refactor range list extraction and dumping
Wolfgang Pieb
2018-10-31
1
-53
/
+48
*
[DWARF][NFC] Refactor range list extraction and dumping
Wolfgang Pieb
2018-10-29
1
-48
/
+53
*
[DWARF][NFC] cleanup (mostly leftovers from the implementation of string offs...
Wolfgang Pieb
2018-10-26
1
-43
/
+31
*
llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...
David Blaikie
2018-10-24
1
-0
/
+10
*
llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglists
David Blaikie
2018-10-20
1
-1
/
+1
*
DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5
David Blaikie
2018-10-20
1
-11
/
+12
*
[DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...
Wolfgang Pieb
2018-10-19
1
-18
/
+30
*
[dwarfdump] Verify compatibility of attribute TAGs.
Jonas Devlieghere
2018-09-21
1
-0
/
+9
*
Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...
Alexander Kornienko
2018-09-17
1
-52
/
+47
*
[DWARF] reposting r342048, which was reverted in r342056 due to buildbot
Wolfgang Pieb
2018-09-14
1
-47
/
+52
*
Reverting r342048, which caused UBSan failures in dsymutil.
Wolfgang Pieb
2018-09-12
1
-52
/
+47
[next]