User Details
- User Since
- Dec 14 2017, 6:53 AM (275 w, 2 d)
Feb 5 2023
Jan 29 2023
LGTM.
Jan 27 2023
Yeah, GDB had implemented it as GNU extension even before LLDB.
All in all, I don't see any obstacle to use the entry_value for this case. GCC also produces the same location entry for the variable b.
Hello. I am wondering, have you checked how both `GDB`` and `LLDB`` act with this example?
Jan 22 2023
Jan 10 2023
Looks reasonable to me.
Dec 17 2022
Great!
Sep 29 2022
Sep 22 2022
Please add a test.
Sep 20 2022
Sep 13 2022
@nlopes Thanks again for reporting this. The problem is we do not check if the global variable representing the table was a constant. The patch needed looks as:
Sep 11 2022
Sep 9 2022
LGTM, thanks
Sep 8 2022
Thanks for doing this. Can you please check the impact of this on a benchmark (e.g., SPEC or https://llvm.org/docs/TestSuiteGuide.html) ?
@rsmith recommitted with f879939157. Thanks!
Sep 3 2022
Thanks a lot. I will check ASAP.
Sep 2 2022
Sep 1 2022
Very interesting. This looks good to me. Thanks.
Aug 31 2022
Aug 29 2022
Aug 28 2022
lgtm, thanks
- addressing comments
Thanks for your comments.
Aug 27 2022
- addressing comments
Aug 21 2022
- clang-format
- clean up tests
Aug 19 2022
Aug 18 2022
- removed more duplicated tests
- added a llvm/test/Transforms/PhaseOrdering test
- refactor the code a bit
Thanks for the comments.
- adding negative tests
- rename the tests
- clean the target triple leftovers from tests
Leftovers. Thanks.
Aug 17 2022
- remove a duplicated test
Aug 16 2022
- support opaque pointers
- remove leftovers (since this was aarch64 only)
- move the tests in a non-target dir
Aug 11 2022
I promise I will find some time to update this - it is coming next week.
Jul 26 2022
Jul 23 2022
Jul 6 2022
I am wondering, what happens if we use GlobalIsel as instruction selector?
Jul 5 2022
@xry111 Thanks for this! Since the implementation of TLS in glibc may differ in various versions (but should be very constant after ~2.19), is there anything here that depends on the glibc version?
Jun 23 2022
lgtm
lgtm
Jun 15 2022
Jun 9 2022
Jun 8 2022
The latest update implements this.
- drop target dependent hooks
Jun 7 2022
Thanks for this.
Jun 5 2022
LGTM from my side.
May 30 2022
May 27 2022
This is interesting! Can you please make a simple/dedicated LLVM IR case for this only, so we can go over the example to get the whole picture?
Thanks a lot for the comments! Can someone please sum the things up that need to be done for this?
May 26 2022
May 18 2022
May 17 2022
May 12 2022
sounds reasonable to me
May 6 2022
But I think that x86 support doesn’t block this.
OK, great! it will be on my TODO list!
Thanks!
May 5 2022
@xbolva00 ping :)
Apr 29 2022
Thanks!
Apr 21 2022
Apr 19 2022
Apr 14 2022
Thanks for this! Please add test.
Apr 8 2022
Please update https://llvm.org/docs/HowToUpdateDebugInfo.html#test-original-debug-info-preservation-in-optimizations with this. Other than that, looks good to me.
Mar 25 2022
Hi @impiaaa, thanks for working on this!
Since this is an initial support, I was wondering is there a clear set of TODOs that need to be done?