Re: [PATCH] D20709: Support ARM subtarget feature +long64

2016-05-30 Thread Stephen Hines via cfe-commits
srhines added a comment. In http://reviews.llvm.org/D20709#443536, @kristof.beyls wrote: > Hi Pirama, > > My understanding is that this introduces (yet another) ARM 32 bit ABI variant > - in this case with longs being 64 bit. > My understanding is also that this is the ABI that is used in Rende

Re: [PATCH] D16948: [libcxx] Filesystem TS -- Complete

2016-05-30 Thread David Majnemer via cfe-commits
majnemer added a subscriber: majnemer. Comment at: include/experimental/filesystem:610 @@ +609,3 @@ +static void __append_range(string& __dest, _Iter __b, _Iter __e) { +// TODO(EricWF) We get better allocation behavior here if we don't +// provide the same exce

Re: [PATCH] Fix stack overflow in MSVC unqualified type lookup logic

2016-05-30 Thread Alexey Bataev via cfe-commits
Hi Will, Thanks for the report and sorry for a delay with answer. Generally, your patch looks good with some small nits. I can fix some minor issues like extra braces etc. and commit it if you don't mind. Best regards, Alexey Bataev = Software Engineer Intel Compiler Team 28.05.2016

[libcxx] r271249 - Mark LWG issue 2520 as complete

2016-05-30 Thread Eric Fiselier via cfe-commits
Author: ericwf Date: Mon May 30 23:27:57 2016 New Revision: 271249 URL: http://llvm.org/viewvc/llvm-project?rev=271249&view=rev Log: Mark LWG issue 2520 as complete Modified: libcxx/trunk/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter02.pass.c

Re: [PATCH] Fix stack overflow in MSVC unqualified type lookup logic

2016-05-30 Thread Will Wilson via cfe-commits
Hi Alexey, On 31 May 2016 at 12:25, Alexey Bataev wrote: > Hi Will, > Thanks for the report and sorry for a delay with answer. Generally, your > patch looks good with some small nits. I can fix some minor issues like > extra braces etc. and commit it if you don't mind. > Sure thing. Commit away

Re: [PATCH] D16948: [libcxx] Filesystem TS -- Complete

2016-05-30 Thread Eric Fiselier via cfe-commits
EricWF marked 6 inline comments as done. EricWF added a comment. @majnemer Thanks for looking at this! Comment at: include/experimental/filesystem:610 @@ +609,3 @@ +static void __append_range(string& __dest, _Iter __b, _Iter __e) { +// TODO(EricWF) We get better allo

r271250 - [X86] Use unaligned load intrinsics to implement other intrinsics instead of manually creating the unaligned load.

2016-05-30 Thread Craig Topper via cfe-commits
Author: ctopper Date: Tue May 31 00:49:13 2016 New Revision: 271250 URL: http://llvm.org/viewvc/llvm-project?rev=271250&view=rev Log: [X86] Use unaligned load intrinsics to implement other intrinsics instead of manually creating the unaligned load. Modified: cfe/trunk/lib/Headers/avxintrin.h

r271251 - [MSVC] Fix stack overflow in unqualified type lookup logic, by Will

2016-05-30 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Tue May 31 01:21:27 2016 New Revision: 271251 URL: http://llvm.org/viewvc/llvm-project?rev=271251&view=rev Log: [MSVC] Fix stack overflow in unqualified type lookup logic, by Will Wilson. An unqualified lookup for in base classes may cause stack overflow if the base class is

Re: [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.

2016-05-30 Thread Asiri Rathnayake via cfe-commits
rmaprath added a comment. Thanks Eric. I think I noted a few other `assert(true)` statements elsewhere (with similar application), will update those separately. Btw, do you use some systematic way to detect ABI breakages? I've only bumped into http://lvc.github.io/abi-compliance-checker/ but d

Re: [PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.

2016-05-30 Thread Eric Fiselier via cfe-commits
EricWF added a comment. In http://reviews.llvm.org/D20677#443997, @rmaprath wrote: > Thanks Eric. > > I think I noted a few other `assert(true)` statements elsewhere (with similar > application), will update those separately. > > Btw, do you use some systematic way to detect ABI breakages? I've

Re: [PATCH] D16948: [libcxx] Filesystem TS -- Complete

2016-05-30 Thread Eric Fiselier via cfe-commits
EricWF added a comment. In http://reviews.llvm.org/D16948#443945, @rmaprath wrote: > In http://reviews.llvm.org/D16948#443942, @EricWF wrote: > > > In http://reviews.llvm.org/D16948#443941, @rmaprath wrote: > > > > > I'm seeing a few failures on my Fedora 20 system. Will go through these > > > t

Re: [PATCH] D16948: [libcxx] Filesystem TS -- Complete

2016-05-30 Thread Asiri Rathnayake via cfe-commits
rmaprath added a comment. In http://reviews.llvm.org/D16948#443999, @EricWF wrote: > I installed a Fedora 23 system and ran the test suite and I didn't see any of > the same failures. It must be something other than the distro. > Are you using an odd filesystem? Or maybe it could be your system

Re: [PATCH] D16948: [libcxx] Filesystem TS -- Complete

2016-05-30 Thread Asiri Rathnayake via cfe-commits
rmaprath added a comment. In http://reviews.llvm.org/D16948#444006, @rmaprath wrote: > In http://reviews.llvm.org/D16948#443999, @EricWF wrote: > > > I installed a Fedora 23 system and ran the test suite and I didn't see any > > of the same failures. It must be something other than the distro. >

Re: [PATCH] D16948: [libcxx] Filesystem TS -- Complete

2016-05-30 Thread Eric Fiselier via cfe-commits
EricWF added a comment. In http://reviews.llvm.org/D16948#444006, @rmaprath wrote: > In http://reviews.llvm.org/D16948#443999, @EricWF wrote: > > > I installed a Fedora 23 system and ran the test suite and I didn't see any > > of the same failures. It must be something other than the distro. > >

<    1   2