Re: Add .def file for public target instructions

2015-07-01 Thread Trevor Saunders
On Tue, Jun 23, 2015 at 07:41:42PM +0100, Richard Sandiford wrote: [A fair bit later than promised, sorry...] Mikhail posted a patch to make genflags generate the default HAVE_foo and gen_foo definitions that have recently been added to defaults.h:

Re: Add .def file for public target instructions

2015-07-01 Thread Richard Biener
On Wed, Jul 1, 2015 at 11:39 AM, Trevor Saunders tbsau...@tbsaunde.org wrote: On Tue, Jun 23, 2015 at 07:41:42PM +0100, Richard Sandiford wrote: [A fair bit later than promised, sorry...] Mikhail posted a patch to make genflags generate the default HAVE_foo and gen_foo definitions that have

Re: Add .def file for public target instructions

2015-07-01 Thread Richard Sandiford
Richard Biener richard.guent...@gmail.com writes: On Wed, Jul 1, 2015 at 11:39 AM, Trevor Saunders tbsau...@tbsaunde.org wrote: On Tue, Jun 23, 2015 at 07:41:42PM +0100, Richard Sandiford wrote: [A fair bit later than promised, sorry...] Mikhail posted a patch to make genflags generate the

Re: Add .def file for public target instructions

2015-07-01 Thread Richard Sandiford
Richard Sandiford richard.sandif...@arm.com writes: Richard Biener richard.guent...@gmail.com writes: On Wed, Jul 1, 2015 at 11:39 AM, Trevor Saunders tbsau...@tbsaunde.org wrote: On Tue, Jun 23, 2015 at 07:41:42PM +0100, Richard Sandiford wrote: [A fair bit later than promised, sorry...]

Re: Add .def file for public target instructions

2015-06-26 Thread Markus Trippelsdorf
On 2015.06.23 at 19:41 +0100, Richard Sandiford wrote: gcc/ * Makefile.in (TARGET_DEF): Add target-insns.def. (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h. (build/gentarget-def.o): New rule. (genprogrtl): Add target-def. * target-insns.def,

Re: Add .def file for public target instructions

2015-06-26 Thread Richard Sandiford
H.J. Lu hjl.to...@gmail.com writes: On Thu, Jun 25, 2015 at 4:37 PM, H.J. Lu hjl.to...@gmail.com wrote: On Thu, Jun 25, 2015 at 4:00 PM, Andrew Pinski pins...@gmail.com wrote: On Thu, Jun 25, 2015 at 3:57 PM, H.J. Lu hjl.to...@gmail.com wrote: On Thu, Jun 25, 2015 at 1:09 PM, H.J. Lu

Re: Add .def file for public target instructions

2015-06-26 Thread Richard Sandiford
Markus Trippelsdorf mar...@trippelsdorf.de writes: On 2015.06.23 at 19:41 +0100, Richard Sandiford wrote: gcc/ * Makefile.in (TARGET_DEF): Add target-insns.def. (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h. (build/gentarget-def.o): New rule. (genprogrtl):

Re: Add .def file for public target instructions

2015-06-26 Thread Richard Sandiford
Richard Sandiford richard.sandif...@arm.com writes: Markus Trippelsdorf mar...@trippelsdorf.de writes: On 2015.06.23 at 19:41 +0100, Richard Sandiford wrote: gcc/ * Makefile.in (TARGET_DEF): Add target-insns.def. (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.

Re: Add .def file for public target instructions

2015-06-25 Thread H.J. Lu
On Tue, Jun 23, 2015 at 11:41 AM, Richard Sandiford rdsandif...@googlemail.com wrote: [A fair bit later than promised, sorry...] Mikhail posted a patch to make genflags generate the default HAVE_foo and gen_foo definitions that have recently been added to defaults.h:

Re: Add .def file for public target instructions

2015-06-25 Thread Andrew Pinski
On Thu, Jun 25, 2015 at 3:57 PM, H.J. Lu hjl.to...@gmail.com wrote: On Thu, Jun 25, 2015 at 1:09 PM, H.J. Lu hjl.to...@gmail.com wrote: On Tue, Jun 23, 2015 at 11:41 AM, Richard Sandiford rdsandif...@googlemail.com wrote: [A fair bit later than promised, sorry...] Mikhail posted a patch to

Re: Add .def file for public target instructions

2015-06-25 Thread H.J. Lu
On Thu, Jun 25, 2015 at 1:09 PM, H.J. Lu hjl.to...@gmail.com wrote: On Tue, Jun 23, 2015 at 11:41 AM, Richard Sandiford rdsandif...@googlemail.com wrote: [A fair bit later than promised, sorry...] Mikhail posted a patch to make genflags generate the default HAVE_foo and gen_foo definitions

Re: Add .def file for public target instructions

2015-06-25 Thread H.J. Lu
On Thu, Jun 25, 2015 at 4:37 PM, H.J. Lu hjl.to...@gmail.com wrote: On Thu, Jun 25, 2015 at 4:00 PM, Andrew Pinski pins...@gmail.com wrote: On Thu, Jun 25, 2015 at 3:57 PM, H.J. Lu hjl.to...@gmail.com wrote: On Thu, Jun 25, 2015 at 1:09 PM, H.J. Lu hjl.to...@gmail.com wrote: On Tue, Jun 23,

Re: Add .def file for public target instructions

2015-06-25 Thread H.J. Lu
On Thu, Jun 25, 2015 at 4:00 PM, Andrew Pinski pins...@gmail.com wrote: On Thu, Jun 25, 2015 at 3:57 PM, H.J. Lu hjl.to...@gmail.com wrote: On Thu, Jun 25, 2015 at 1:09 PM, H.J. Lu hjl.to...@gmail.com wrote: On Tue, Jun 23, 2015 at 11:41 AM, Richard Sandiford rdsandif...@googlemail.com wrote:

Add .def file for public target instructions

2015-06-23 Thread Richard Sandiford
[A fair bit later than promised, sorry...] Mikhail posted a patch to make genflags generate the default HAVE_foo and gen_foo definitions that have recently been added to defaults.h: https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00723.html I agree it'd be a good idea to generate this kind of

Re: Add .def file for public target instructions

2015-06-23 Thread Jeff Law
On 06/23/2015 12:41 PM, Richard Sandiford wrote: [A fair bit later than promised, sorry...] Mikhail posted a patch to make genflags generate the default HAVE_foo and gen_foo definitions that have recently been added to defaults.h: https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00723.html I