User Details
- User Since
- Jan 2 2020, 7:36 AM (67 w, 2 d)
Thu, Apr 8
I committed and reverted the patch since it fails x86 sanitizer check. The reason is that after the patch, the variable LoopExit becomes unused.
Removed the variable LoopExit.
Wed, Apr 7
All comments addressed.
Tue, Apr 6
Removed unnecessary code, simplified the logic.
Sun, Mar 28
Fri, Mar 26
Wed, Mar 24
Tue, Mar 23
Updated the patch according to the comments.
Mar 17 2021
Mar 11 2021
Mar 10 2021
Updated the patch based on the latest trunk code.
Updated the patch.
Mar 9 2021
An update: the current trunk code (without this patch) fails the following test (crashes as follows):
Feb 25 2021
Dec 31 2020
Dec 21 2020
Dec 20 2020
Dec 18 2020
Dec 17 2020
Dec 15 2020
Dec 14 2020
Current failing regression tests:
Dec 11 2020
Updated to address comments.
Dec 10 2020
Sep 30 2020
Thanks for all the comments, now addressed all of them @fhahn
Sep 29 2020
@fhahn pinging reviewers :)
Comments are very much appreciated.
Sep 20 2020
Sep 18 2020
Sep 17 2020
Sep 16 2020
Further reduced the mir test case.
Sep 10 2020
Revision:
- Fixed code style
- Provided an mir test
Revision:
- Fixed code style
- Reduce the length of the test file
Sep 2 2020
Sep 1 2020
rebased and clang format-ed the code, ready to merge
Aug 31 2020
Aug 28 2020
@fhahn Thanks for the comments.