[all-commits] [llvm/llvm-project] 383856: Use DWARFDataExtractor::getInitialLength in DWARFD...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Mar 4 04:12:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 38385630adb072c65882f1a18a4e634dcba9ff46
https://github.com/llvm/llvm-project/commit/38385630adb072c65882f1a18a4e634dcba9ff46
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
M llvm/test/tools/llvm-dwarfdump/X86/debug_addr_reserved_length.s
M llvm/test/tools/llvm-dwarfdump/X86/debug_addr_too_small_for_extended_length_field.s
M llvm/test/tools/llvm-dwarfdump/X86/debug_addr_too_small_for_length_field.s
Log Message:
-----------
Use DWARFDataExtractor::getInitialLength in DWARFDebugAddr
Reviewers: ikudrin, jhenderson, probinson
Subscribers: hiraditya, dblaikie, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75532
Commit: eb2b17eea7785bb790dab11cff1e3365cd3218cc
https://github.com/llvm/llvm-project/commit/eb2b17eea7785bb790dab11cff1e3365cd3218cc
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
M llvm/tools/obj2yaml/dwarf2yaml.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugArangeSetTest.cpp
Log Message:
-----------
Use DWARFDataExtractor::getInitialLength in debug_aranges
Summary:
getInitialLength is a *DWARF*DataExtractor method so I had to "upgrade"
some DataExtractors to be able to make use of it.
Reviewers: ikudrin, jhenderson, probinson
Subscribers: aprantl, hiraditya, llvm-commits, dblaikie
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75535
Commit: a8bc9c3f0fe68e61790931e3de28f24f73d4fd37
https://github.com/llvm/llvm-project/commit/a8bc9c3f0fe68e61790931e3de28f24f73d4fd37
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Log Message:
-----------
Use new DWARFDataExtractor::getInitialLength in DWARFVerifier
Commit: c9579271b349a76f756dc2e3a178e8028396dd8f
https://github.com/llvm/llvm-project/commit/c9579271b349a76f756dc2e3a178e8028396dd8f
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
Log Message:
-----------
Use new DWARFDataExtractor::getInitialLength in DWARFUnit
Commit: 2458492a9ae4c62f3723ad86a8fbd6c423bb1e17
https://github.com/llvm/llvm-project/commit/2458492a9ae4c62f3723ad86a8fbd6c423bb1e17
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
Log Message:
-----------
Use new DWARFDataExtractor::getInitialLength in DWARFDebugPubTable
Commit: bddab9285812e060c776233fc779654c1447f9e0
https://github.com/llvm/llvm-project/commit/bddab9285812e060c776233fc779654c1447f9e0
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
Log Message:
-----------
Use new DWARFDataExtractor::getInitialLength in DWARFDebugFrame
Compare: https://github.com/llvm/llvm-project/compare/f5502c7035a9...bddab9285812
More information about the All-commits
mailing list