User Details
- User Since
- Aug 25 2020, 4:03 PM (96 w, 6 d)
Today
Yesterday
Why can't we use standard std::lock_guard here?
Thu, Jun 30
addressed nit
Mon, Jun 27
Fri, Jun 24
nits
Thu, Jun 23
Wed, Jun 22
Oh I see.
Some more context. Debug info that D127897 is handling is coming from GCC.
Long term @zr33 (our summer intern) is working on mechanism to write out .debug_Info/.debug_abbrev using the same mechanics as in codegen/dwarflinker.
Once that is enabled we can leave this pattern as is without converting to ranges.Still not really following - "converting to ranges" as in "changing consumers to use ranges instead of aranges"? sure - though I think that change would be a good thing in general, since aranges take up a bunch of object space.
My bad I should have been more clear.. This is just what BOLT does. We convert DW_AT_low_pc/DW_AT_high_pc to DW_AT_low_pc/DW_AT_ranges.. This is because BOLT can break up functions.
Due to the limits of our current implementation if DIEs share a an abbrev table we must convert all of them.
Tue, Jun 21
changed debug-line checks not to include offsets
got order wrong
seeing what's in line-str
Added test for split dwarf.
Mon, Jun 20
updated test, removed warning
Added check for .debug_line
rebase
Wed, Jun 15
updated test
fixed test
oops clobbered the diff
removed old code
Tue, Jun 14
Mon, Jun 13
For title maybe something like
[BOLT][DWARF] Add Unit test for DW_AT_high_pc [DW_FORM_addr]
Sat, Jun 11
Fri, Jun 10
Thu, Jun 9
Looks ok to me.
@dblaikie thoughts?
Wed, Jun 8
Tue, Jun 7
addressed comments
Mon, Jun 6
clang-format
clang-format
rebase
Jun 3 2022
Jun 2 2022
Jun 1 2022
rebase ontop of Fix LIT tests on Windows VS2019
May 31 2022
update with arc diff git merge-base HEAD origin --update D126087
rebase
rebase
changed type unordered map to const.
Changed so that it doesn't rely on offset.
addressing comments
Hmm for some reason I wan't getting any notifications on this diff. My apologies.
May 26 2022
May 25 2022
refactored extractDWOTUFromDWP
This does look like a stack trace for D124892.
May 24 2022
formating
Addressing comments.
May 23 2022
missed llvm-dwp
May 21 2022
May 20 2022
Please update the title with [BOLT][DWARF] <title>
May 11 2022
@dblaikie Maybe you can point me in a direction where the fix could be better implemented? I can see what I can come up with.