User Details
- User Since
- Feb 25 2020, 6:50 PM (159 w, 5 d)
Fri, Mar 3
Thanks for the clarification @jrtc27.
Thu, Mar 2
As I already replied earlier, there is not enough context to reach the MachineFunction from the symbol or determine if relaxation is enabled for the given address range.
Remove unnecessary checks for relaxation flags in "target-features".
Sun, Feb 26
Created a virtual method in AsmPrinter instead of using MCSubtargetInfo::checkFeatures.
Fri, Feb 24
Few lit tests will fail for using MCSubtargetInfo::checkFeatures without D143645.
Address review comments.
Wed, Feb 22
Ping.
Feb 16 2023
Ping.
Feb 12 2023
Thanks for the comments @dblaikie @craig.topper.
Address review comments.
Feb 9 2023
Dec 22 2022
Introduce an MCAsmInfo API to check if linker relaxation is enabled for generating relocatable symbol references.
Dec 21 2022
Another attempt to fix the pre-merge check failure.
Fix the pre-merge checks test failure.
Dec 5 2022
http://logan.tw/llvm/nounwind.html might be helpful in throwing some light on the problem being solved here.
Aug 25 2022
Incorporated all the downstream changes.
Incorporated all the downstream changes.
Incorporated all the downstream changes.
Incorporated all the downstream changes.
Aug 24 2022
Rebase onto LLVM mainline top of the tree.
Aug 23 2022
Rebase onto LLVM top of the tree.
Aug 22 2022
Rebase onto LLVM top of the tree.
Rebase onto LLVM top of the tree.
Aug 10 2022
Address review comments.
Aug 9 2022
Aug 5 2022
I don't think there are any issues.
Jul 11 2022
Jul 8 2022
Ping.
Jul 1 2022
Make the test case insensitive to compiler optimizations.
Jun 27 2022
Jun 24 2022
Thank you.
Sorry for spamming. But I am not sure if you have received my previous messages.
Jun 23 2022
Jun 21 2022
Ping.
Jun 20 2022
Jun 17 2022
@jingham
Nope, with the current patch, we would find the inexact match at 16.
Jun 14 2022
@jingham looks like you missed to notice this one as well.
Address feedback.
Ping.
Ping.
Jun 13 2022
Jun 12 2022
Removed llvm/IR/Metadata.h header inclusion.
Address feedback.
Jun 9 2022
Ping.
Ping.
Jun 8 2022
Thank you @aprantl.
Jun 7 2022
Address review feedback.
Jun 6 2022
Thank you very much @djtodoro.
Jun 5 2022
Ping.
Does this look good now to land?
Does this look good now to land?
Jun 2 2022
Went ahead and added the error capturing for setting incorrect thread id and also the fix.
Added the test coverage.
Jun 1 2022
May 28 2022
I have tried to add a test but it's becoming difficult for me to come-up with a failing test scenario. Is it okay to commit this without a test?
May 27 2022
May 18 2022
Ping
May 5 2022
Ping.
Apr 7 2022
Ping
Mar 22 2022
@djtodoro thanks for the quick response
Address feedback.
Could someone review/comment/approve this revision?
Rebase onto ToT.