Re: r250577 - [modules] Allow the error when explicitly loading an incompatible module file

2015-10-16 Thread Sean Silva via cfe-commits
On Fri, Oct 16, 2015 at 6:12 PM, Richard Smith wrote: > On Fri, Oct 16, 2015 at 4:43 PM, Sean Silva wrote: > >> On Fri, Oct 16, 2015 at 4:20 PM, Richard Smith via cfe-commits < >> cfe-commits@lists.llvm.org> wrote: >> >>> Author: rsmith >>> Date: Fri Oct 16 18:20:19 2015 >>> New Revision: 250577

Re: r250577 - [modules] Allow the error when explicitly loading an incompatible module file

2015-10-16 Thread Richard Smith via cfe-commits
On Fri, Oct 16, 2015 at 6:25 PM, Sean Silva wrote: > On Fri, Oct 16, 2015 at 6:12 PM, Richard Smith > wrote: > >> On Fri, Oct 16, 2015 at 4:43 PM, Sean Silva >> wrote: >> >>> On Fri, Oct 16, 2015 at 4:20 PM, Richard Smith via cfe-commits < >>> cfe-commits@lists.llvm.org> wrote: >>> Author:

Re: r250577 - [modules] Allow the error when explicitly loading an incompatible module file

2015-10-16 Thread Sean Silva via cfe-commits
On Fri, Oct 16, 2015 at 6:26 PM, Richard Smith wrote: > On Fri, Oct 16, 2015 at 6:25 PM, Sean Silva wrote: > >> On Fri, Oct 16, 2015 at 6:12 PM, Richard Smith >> wrote: >> >>> On Fri, Oct 16, 2015 at 4:43 PM, Sean Silva >>> wrote: >>> On Fri, Oct 16, 2015 at 4:20 PM, Richard Smith via cfe

Re: r250577 - [modules] Allow the error when explicitly loading an incompatible module file

2015-10-16 Thread Richard Smith via cfe-commits
On Fri, Oct 16, 2015 at 6:30 PM, Sean Silva wrote: > On Fri, Oct 16, 2015 at 6:26 PM, Richard Smith > wrote: > >> On Fri, Oct 16, 2015 at 6:25 PM, Sean Silva >> wrote: >> >>> On Fri, Oct 16, 2015 at 6:12 PM, Richard Smith >>> wrote: >>> On Fri, Oct 16, 2015 at 4:43 PM, Sean Silva wr

Re: [Diffusion] rL244063: Add missing atomic libcall support.

2015-10-16 Thread Tom Stellard via cfe-commits
tstellarAMD added a subscriber: tstellarAMD. tstellarAMD added auditors: rsmith. tstellarAMD added a comment. Hi Richard, Is this patch OK for the 3.7 branch? Users: jyknight (Author, Auditor) 3.7-release (Auditor) cfe-commits (Auditor) tstellarAMD (Auditor) compnerd (Auditor) majne

Re: [PATCH] D13554: [X86] Enable soft float ABI for x86

2015-10-16 Thread Reid Kleckner via cfe-commits
rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land. lgtm Sorry, took me a while to read the document and understand why you want `float inreg`. I think we overload LLVM inreg to mean "put this float / double in an SSE register", but I think it's rea

r250602 - Add an AST node matcher for TemplateTypeParmDecl objects.

2015-10-16 Thread Eric Fiselier via cfe-commits
Author: ericwf Date: Fri Oct 16 21:34:44 2015 New Revision: 250602 URL: http://llvm.org/viewvc/llvm-project?rev=250602&view=rev Log: Add an AST node matcher for TemplateTypeParmDecl objects. Modified: cfe/trunk/docs/LibASTMatchersReference.html cfe/trunk/include/clang/ASTMatchers/ASTMatch

Re: r250473 - Add an error when calling a builtin that requires features that don't

2015-10-16 Thread Justin Bogner via cfe-commits
Eric Christopher via cfe-commits writes: > Author: echristo > Date: Thu Oct 15 18:47:11 2015 > New Revision: 250473 > > URL: http://llvm.org/viewvc/llvm-project?rev=250473&view=rev > Log: > Add an error when calling a builtin that requires features that don't > match the feature set of the functio

Re: r250473 - Add an error when calling a builtin that requires features that don't

2015-10-16 Thread Eric Christopher via cfe-commits
Can't be. We don't know we're going to make the call until we code gen. :) On Fri, Oct 16, 2015, 7:50 PM Justin Bogner wrote: > Eric Christopher via cfe-commits writes: > > Author: echristo > > Date: Thu Oct 15 18:47:11 2015 > > New Revision: 250473 > > > > URL: http://llvm.org/viewvc/llvm-proj

r250605 - [Frontend] Name variable correctly.

2015-10-16 Thread Davide Italiano via cfe-commits
Author: davide Date: Sat Oct 17 01:46:39 2015 New Revision: 250605 URL: http://llvm.org/viewvc/llvm-project?rev=250605&view=rev Log: [Frontend] Name variable correctly. Reported by: Kim Grasman! Modified: cfe/trunk/lib/Frontend/CompilerInvocation.cpp Modified: cfe/trunk/lib/Frontend/Compile

<    1   2