Displaying 4 results from an estimated 4 matches for "armv6t2+".
2014 Dec 02
2
[LLVMdev] Proposed patches for Clang 3.5.1
...list. :)
> ...
> > Can you cc the appropriate code owners to get their approval. It might
> > help to send a separate email per code owner.
>
> Hi Renato,
>
> Can you please approve the following revisions for backporting to 3.5.1:
>
> r216989: Only emit movw on ARMv6T2+
> r216990: Missing test from r216989
>
These both LGTM, go ahead and merge into the 3.5 branch.
-Tom
> -Dimitry
>
2014 Dec 05
2
[LLVMdev] Vectorize Patches for 3.5.1 (was Re: Proposed patches for Clang 3.5.1)
...ners to get their approval. It might
> >>> help to send a separate email per code owner.
> >>
> >> Hi Renato,
> >>
> >> Can you please approve the following revisions for backporting to 3.5.1:
> >>
> >> r216989: Only emit movw on ARMv6T2+
> >> r216990: Missing test from r216989
> >>
> >
> > These both LGTM, go ahead and merge into the 3.5 branch.
> >
> > -Tom
> >
> >> -Dimitry
> >>
> >
> >
> > _______________________________________________
&...
2014 Nov 29
17
[LLVMdev] Proposed patches for Clang 3.5.1
...cLibrary instances to be
> constructed, and fixes the const-correctness of the isValid()
> method.
>
>
> Fixing a possible SIGILL problem on ARMv6 and lower, plus test:
>
> http://llvm.org/viewvc/llvm-project?rev=216989&view=rev
>
> Only emit movw on ARMv6T2+
>
> Fix PR18364.
>
> Patch by Dimitry Andric.
>
> http://llvm.org/viewvc/llvm-project?rev=216990&view=rev
>
> Missing test from r216989
>
>
> Fix assigning garbage to floats in some cases:
>
> http://llvm.org/viewvc/llvm-project?rev...
2014 Nov 26
6
[LLVMdev] Proposed patches for Clang 3.5.1
On Wed, Nov 26, 2014 at 10:15:13AM +0000, Daniel Sanders wrote:
> > From: Daniel Sanders
> > Sent: 25 November 2014 17:39
> > To: Eric Christopher; Tom Stellard
> > Cc: LLVM Developers Mailing List (llvmdev at cs.uiuc.edu)
> > Subject: RE: [LLVMdev] Proposed patches for Clang 3.5.1
> >
> > > > > > I'd also like to propose the inclusion of