search for: release_35_proposed

Displaying 3 results from an estimated 3 matches for "release_35_proposed".

2014 Nov 25
3
[LLVMdev] Proposed patches for Clang 3.5.1
...> -eric I believe I've managed to backport them to the release_35 branch but I haven't re-tested them beyond running 'ninja check-all' yet. The patches are currently at https://github.com/dsandersimgtec/clang/commits/release_35, and https://github.com/dsandersimgtec/llvm/commits/release_35_proposed. I'm going to run as much ABI testing as possible on it this evening. _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2014 Nov 26
6
[LLVMdev] Proposed patches for Clang 3.5.1
...I've managed to backport them to the release_35 branch but I haven't re-tested them beyond running > > 'ninja check-all' yet. The patches are currently at https://github.com/dsandersimgtec/clang/commits/release_35, > > and https://github.com/dsandersimgtec/llvm/commits/release_35_proposed. > > I'm going to run as much ABI testing as possible on it this evening. > > I've successfully run the simple vararg test (passing 10 int's in varargs, passing them in a va_list, then printing each one) for all ABI's/endians and mixtures of GCC/Clang. > > I'...
2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
> -----Original Message----- > From: Tom Stellard [mailto:tom at stellard.net] > Sent: 24 November 2014 17:15 > To: Daniel Sanders > Cc: LLVM Developers Mailing List (llvmdev at cs.uiuc.edu) > Subject: Re: Proposed patches for Clang 3.5.1 > > On Mon, Nov 24, 2014 at 04:33:28PM +0000, Daniel Sanders wrote: > > Hi, > > > > I'd like to propose the