User Details
- User Since
- Nov 18 2014, 5:51 AM (436 w, 10 h)
Jun 25 2020
Fix committed in https://reviews.llvm.org/rG16501782c8d849bc1812d527dc8466574700663d. Thanks for working on this!
Mar 13 2017
Hi Roger,
Oct 4 2016
Reid, thanks for looking at this!
Sep 29 2016
Ping!
Sep 27 2016
Chandler, thank you for the review!
Sep 26 2016
Pinging again! (Third time's the charm?)
Sep 21 2016
Sep 19 2016
...pinging again!
Sep 12 2016
Ping!
Sep 5 2016
Aug 17 2016
Chris, Chandler, thank you for the review!
Aug 12 2016
@lattner, thank you for the quick review -- I hoped / feared for more discussion! :-)
Aug 11 2016
@uweigand Ulrich, any objections here? If not, I will commit this patch tomorrow (as the author, Vladimir, doesn't have commit access yet).
Aug 5 2016
Hi Renato,
Jul 29 2016
I can commit this patch on Monday, when I will reach my work machine.
Jul 28 2016
Jun 6 2016
May 26 2016
May 20 2016
Added a test for __unaligned arrays.
May 19 2016
May 11 2016
Patch updated to address David's comments.
May 10 2016
May 6 2016
David, thank you for the thorough review! -- it definitely made the patch stronger and me even more paranoid than the rest of Intel. :-)
May 5 2016
David, just noticed that your first question doesn't have a redefinition. For this program:
May 4 2016
Apr 29 2016
David, thank you for the review!
Fixed a bug uncovered by David Majnemer's review; added tests he asked for.
Apr 28 2016
Apr 15 2016
Reid, thank you!
Apr 12 2016
- Added more comprehensive overloading tests
- Added a warning (in C mode) / error (in C++ mode) on unaligned to non-unaligned type conversion
Apr 8 2016
This patch implements "__unaligned" as a qualifier (as per David Majnemer's request).
Apr 6 2016
Apr 5 2016
Added Sema test, as per Aaron's and Reid's request.
Mar 31 2016
Aaron, Reid, David, thank you for the review!
Resolved [some of] comments made by Aaron and Reid.
Mar 30 2016
Mar 9 2016
It seems the discussion (http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160229/thread.html#151860) concluded that we don't want this fix to be committed until we see some compelling code that relies on "static_assert" availability in C language without <assert.h> being included.
Feb 26 2016
@majnemer, this error in the header is now gone. Thank you! On to more errors! ;-)
Feb 20 2016
Patch updated in response to Reid's proposal (to introduce KEYMSCOMPAT).
Feb 19 2016
Feb 18 2016
@rnk, fair enough. OK, please consider this review request dropped.
Feb 17 2016
OK, so is initial patch a good one? ;-)
Along with Alexey's addition, this looks good.
Feb 15 2016
John, thank you for all these tireless re-reviews -- very much appreciated!
Feb 11 2016
Feb 10 2016
John, thanks for the re-review! -- I did as you advised, and added *a lot* of switches. :-)
Ping
Feb 4 2016
John, thank you for the review!
Feb 3 2016
Ping!
Jan 27 2016
Jan 26 2016
Jan 22 2016
Rafael, thanks for the review!
Jan 19 2016
@rafael, all these changes are driven by tests.
Jan 18 2016
Jan 14 2016
@rafael, thank you!
Jan 13 2016
Patch updated to be in line with llvm trunk. Sorry for the noise.
Jan 10 2016
Fixed tra's notes. All the fixes are local, logic of the patch is not changed.
Jan 5 2016
Fixed tra's note.
Jan 4 2016
Ping!
Dec 21 2015
Dec 16 2015
Nov 24 2015
Nov 3 2015
Nov 2 2015
Thanks for the review!
Oct 30 2015
Sep 14 2015
OK -- I removed the check in Itanium ABI part, restored back the test and committed the patch.
Sep 12 2015
Sep 10 2015
Reid, thank you for the review!
Sorry for delayed reply. All your comments are fixed (it turned out that usage of DefaultCC instead of ToCC is the root of all evil; after I fixed this, all other problems went away).
Sep 3 2015
Patch updated after fixing all (but one) of Reid's comments.
Sep 1 2015
Reid, thanks for looking into this!
Aug 31 2015
Aug 28 2015
Fixed last note from John McCall.