User Details
- User Since
- Dec 2 2016, 10:10 AM (221 w, 4 d)
Dec 9 2020
commit by rGf8d5b49c786f: Fix missing error for use of 128-bit integer inside SPIR64 device code.
Dec 7 2020
Dec 4 2020
Thanks @aaron.ballman to accept my change!!!
Hi @jdoerfert,
Thank you for your review.
it seems you still has request change for for this. I did address your earlier comment in SPIR.h and upload the change. Is there anything else I need to change?
Dec 2 2020
Fix problem with @jdoerfert pointed where using bool hasInt128Type() const override { return false; } instead.
Dec 1 2020
Oct 9 2020
LGTM
Oct 7 2020
Jul 7 2020
Jun 30 2020
Jun 29 2020
May 19 2020
LGTM. Please changed format for td file.
This looks good to me. Could you also add a test to use this new DiagGroup (-Wno-slh-asm-goto)?
May 14 2020
I don’t know what consequences is of using asm goto under SLH.
May 13 2020
Two questions:
1> What happen under SLH, will asm goto gets removed, or a runtime problem?
2> Should we emit error or warning in the Parser instead?
Jun 3 2019
jyu2 committed rGb8fee677bf8e: Re-check in clang support gun asm goto after fixing tests. (authored by jyu2).
May 30 2019
jyu2 committed rG954ec09aed4f: clang support gnu asm goto
May 29 2019
May 16 2019
Apr 25 2019
committed rGc19f4f806972: Fix bug 37903:MS ABI: handle inline static data member and inline variable as… (authored by jyu2).
Apr 24 2019
Apr 23 2019
Hi Reid,
Thanks for your review and catch what I were missing for inline variable part(only inline static data member were fix in previous patch).
As you suggested, instead using GVA_DiscardableODR to put inline variable's initialization function or inline static member's initialization functions into to COMDAT group with global being initialized.
Apr 22 2019
Looks good to me. We are basically de-mangled name for those E initialize global’s function and F destroy global's function.
Apr 19 2019
Apr 3 2019
Closed by commit rG0b28b8b09be7: Bug-40323: MS ABI adding template static member in the linker directive section… (authored by jyu2).
Mar 20 2019
Mar 18 2019
Mar 4 2019
Rebased
Feb 22 2019
Rebase
Feb 15 2019
Review comments addressed.
Review comment addressed
Feb 12 2019
Cleanup CFG code, remove obj-lifetime code when build CFE for asm-goto.
Feb 11 2019
I find some ambiguous error for asm-goto out of scope.
Instead call VerifyIndirectOrAsmJumps one time, call that function twice one for indirect-goto one for asm-goto.
Feb 8 2019
Feb 7 2019
Remove check for %lN
Fix missing successor of asm goto in CFG build.
Feb 5 2019
small fix.
More change from review.
1>emit better error for use of output constraints.
2> Add assert for NumLabels and NumOutputs are both larger than 0.
Feb 4 2019
More review comments addressed.
1> Add code for scope checking
2> Using CastInterator
3> CFG change to remove duplicate Block list
Jan 30 2019
Change test for BE IR change.
Jan 15 2019
Change error message.
I add additional test.
Jan 14 2019
Add code to diagnostic error for use of the "l" modifier that does not point to a label in the label list.
Jan 11 2019
Couple of change to respond Eli’s comments.
1> I add code for CFG.cpp and a test for that, as efriedman request.
2> changes are respond the comments I received
Aug 1 2017
Jul 13 2017
Jun 30 2017
Hi Richard,
Hi Aaron,
Thank you so much for your review. I just update change to address your comments.
Jun 29 2017
Thank you so much Richard for your review. It is very good to know this select method for diagnostic.
Jun 27 2017
Jun 26 2017
Jun 21 2017
Update test.