search for: r216989

Displaying 4 results from an estimated 4 matches for "r216989".

2014 Dec 02
2
[LLVMdev] Proposed patches for Clang 3.5.1
...es in advance for the long 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)
...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 Nov 29
17
[LLVMdev] Proposed patches for Clang 3.5.1
...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=217410&view=rev > > Set trunc store action to Expand for all X86 targets. > > When compiling without SSE2, isTruncStoreLegal(F64, F32) would return Legal, w...
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