On September 26, 2016 7:39:13 PM GMT+02:00, Thomas Preudhomme
wrote:
>On 26/09/16 18:22, Thomas Preudhomme wrote:
>>
>> I committed as is because emit-rtl.h uses enum memmodel so all files
>that
>> includes it must be updated. This gets worse because tm.h uses
>emit-rtl.h so all
>> target needs t
On 26/09/16 18:22, Thomas Preudhomme wrote:
I committed as is because emit-rtl.h uses enum memmodel so all files that
includes it must be updated. This gets worse because tm.h uses emit-rtl.h so all
target needs to be updated as well. The diff was becoming big so I decided to
keep it separate. I
On 26/09/16 11:53, Richard Biener wrote:
On Mon, 26 Sep 2016, Thomas Preudhomme wrote:
On 26/09/16 10:15, Richard Biener wrote:
On Thu, 22 Sep 2016, Thomas Preudhomme wrote:
Hi,
This patch is part of a patch series to add support for ARMv8-M[1] to GCC.
This specific patch moves memory m
On Mon, 26 Sep 2016, Thomas Preudhomme wrote:
>
>
> On 26/09/16 10:15, Richard Biener wrote:
> > On Thu, 22 Sep 2016, Thomas Preudhomme wrote:
> >
> > > Hi,
> > >
> > > This patch is part of a patch series to add support for ARMv8-M[1] to GCC.
> > > This specific patch moves memory model decla
On 26/09/16 10:15, Richard Biener wrote:
On Thu, 22 Sep 2016, Thomas Preudhomme wrote:
Hi,
This patch is part of a patch series to add support for ARMv8-M[1] to GCC.
This specific patch moves memory model declarations in memmodel.h.
Currently, is_mm_* memory model related functions are decl
On Thu, 22 Sep 2016, Thomas Preudhomme wrote:
> Hi,
>
> This patch is part of a patch series to add support for ARMv8-M[1] to GCC.
> This specific patch moves memory model declarations in memmodel.h.
>
> Currently, is_mm_* memory model related functions are declared in tree.h which
> prevents us