User Details
- User Since
- Jun 12 2014, 10:06 AM (451 w, 4 d)
Dec 15 2022
Apr 22 2022
No changes related to this @bcahoon.
Jan 14 2022
Jan 12 2022
May 20 2020
Thanks for the patch David.
I do see this patch generating post-incs in at-least one of the tests I have.
May 5 2020
Apr 10 2020
Mar 18 2020
Mar 17 2020
Mar 2 2020
Thanks for reviewing this patch. I have merged the change.
Feb 27 2020
Feb 24 2020
Nov 14 2019
I forgot to update the Differential Revision in the commit.
I forgot to update the Differential Revision in the commit.
I forgot to update the Differential Revision in the commit.
Oct 3 2019
Nov 7 2018
Oct 29 2018
Thanks for fixing the unit test.
Oct 25 2018
Oct 22 2018
Looks good to me.
Oct 19 2018
You are correct. I have pushed https://reviews.llvm.org/D53451 to rectify.
Oct 18 2018
Oct 15 2018
Oct 11 2018
Oct 10 2018
I was not able to formulate a unit test that exposes this issue.
I figured this problem when I was working on a DAG mutation for the pipeliner.
There is no test case associated with this patch as I have not found one yet.
Jan 29 2018
Thanks for taking care of this
Oct 18 2017
This patch is already merged in a different commit
Ping
Oct 17 2017
Oct 12 2017
Oct 4 2017
Jul 31 2017
Thanks for this fix
Jul 28 2017
This patch is committed in r309445
Hans, I am not sure if this is the correct place and correct way to add the documentation. Let me know
Also it makes me sad that the attribute isn't documented anywhere. Would you like to look into that, possible as a follow-up patch?
Sure. I will push a follow up patch
Jul 27 2017
We have decided to have this feature under "-fno-jump-tables" clang flag.
To this affect, this patch updates the code to control the generation of
lookup tables based on the attribute "no-jump-tables"
The only change that is needed is to disable lookup-tables based on the attribute "no-jump-tables" set by "-fno-jump-tables" clang flag.
It implies that this change is not required.
Refer to https://reviews.llvm.org/D35577 as we decided to disable lookup tables under -fno-jump-tables