User Details
- User Since
- Aug 19 2019, 4:12 AM (223 w, 6 d)
Sep 2 2023
Aug 25 2023
Aug 16 2023
Aug 15 2023
Aug 14 2023
@nikic @mohd-akram Thank you for the review
Aug 2 2023
Jul 26 2023
Change according to clang-format
Jul 21 2023
Rebased
Jul 13 2023
Fix typo (memchr -> memrchr)
Jun 16 2023
Jun 7 2023
May 3 2023
Apr 28 2023
Update patch
As far as I know, all powerpc(64)?(le)?-linux-gnu triples are reported as unsupported except for powerpc64le-..., so PowerPC support seems to be not unconditional.
Apr 27 2023
Address review comments
Apr 26 2023
So what are next steps? Are we going for implementation of DW_AT_no_unique_address (which is going to be a non-standard extension) ?
@dblaikie @aprantl @Michael137
Apr 24 2023
Address review comment
Apr 21 2023
Sorry for delay, this patch https://reviews.llvm.org/D148921 should fix the tests on s390x and make it possible to run tests that not involve code execution on any platform. The issue seems to be because llvm-exegesis was initially intended to only generate code for host CPU, so even after --mtriple option was introduced it used MCJIT for fetching assembled_snippet for historical reasons.
Apr 20 2023
ping
@courbet could you please take a look?
@jingham could you please take a look?
ping
Apr 19 2023
Apr 17 2023
Reworked the patch. Now it should not increase the size of unrelated
llvm tools and clang. Most of the changes to TableGen emitter are
factored out into a separate patch https://reviews.llvm.org/D148516
ping
@jrtc27 Please take a look
Apr 14 2023
Address review comment
Address review comments
Apr 13 2023
ping
ping
Apr 12 2023
Thanks for pointing out the bug @Michael137 . It seems that clang assigns arbitrary offsets for non_unique_address so analyzing them brings me nowhere. In this patch I tried assigning no_unique_address to every empty structure and this fixed issue you found, making the code changes much smaller and simpler. The lldb test suite pass for me as well
Apr 10 2023
Address review comments
@aidengrossman thank you. LGTM (only need to fix typo)
Apr 7 2023
Address review comments
Rebase patch
Rebase patch
ping
ping
Address review comments
Apr 6 2023
Address review comments
@jrtc27 Patch was updated, please take a look
Updated after D143708 landed
Apr 5 2023
Fix test
Apr 3 2023
Mar 30 2023
ping
Mar 29 2023
Updated after D146302 and rebased