Re: whereis PLUGIN_REGISTER_GGC_CACHES? how to migrate it for GCC v6.x?

2017-07-26 Thread Leslie Zhai
Hi Duncan, Thanks for your kind response! My sincere thanks goes to you, the core developer of llvm-gcc and dragonegg http://llvm.org/devmtg/2009-10/Sands_LLVMGCCPlugin.pdf dragonegg release_33 is still able to work happily for GCC v4.6.3 and LLVM v3.3 https://pbs.twimg.com/media/DFtthrTVoAE

Re: whereis PLUGIN_REGISTER_GGC_CACHES? how to migrate it for GCC v6.x?

2017-07-26 Thread Leslie Zhai
Hi David, Thanks for your kind response! 在 2017年07月26日 21:43, David Malcolm 写道: On Wed, 2017-07-26 at 15:19 +0800, Leslie Zhai wrote: 在 2017年07月11日 21:25, David Malcolm 写道: On Tue, 2017-07-11 at 10:50 +0800, Leslie Zhai wrote: 在 2017年07月10日 22:16, David Malcolm 写道: On Sat, 2017-07-08 at 15

gcc-6-20170726 is now available

2017-07-26 Thread gccadmin
Snapshot gcc-6-20170726 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20170726/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: [patch] RFC: Hook for insn costs?

2017-07-26 Thread Jeff Law
On 07/17/2017 02:35 PM, Richard Henderson wrote: > On 07/17/2017 12:20 AM, Richard Biener wrote: >> On Sun, Jul 16, 2017 at 12:51 AM, Segher Boessenkool >>> Now what should it take as input? An rtx_insn, or just the pattern >>> (as insn_rtx_cost does)? >> >> Is there any useful info on the other o

Re: whereis PLUGIN_REGISTER_GGC_CACHES? how to migrate it for GCC v6.x?

2017-07-26 Thread Duncan Sands
Hi David, It looks strange to me that this repository contains these per-gcc -version auto-generated .inc files; aren't these something that should just be created at build time? IIRC I did it this way because to generate these files you need to have the entire GCC sources, while one of the g

Re: whereis PLUGIN_REGISTER_GGC_CACHES? how to migrate it for GCC v6.x?

2017-07-26 Thread David Malcolm
On Wed, 2017-07-26 at 15:19 +0800, Leslie Zhai wrote: > > 在 2017年07月11日 21:25, David Malcolm 写道: > > On Tue, 2017-07-11 at 10:50 +0800, Leslie Zhai wrote: > > > 在 2017年07月10日 22:16, David Malcolm 写道: > > > > On Sat, 2017-07-08 at 15:50 +0800, Leslie Zhai wrote: > > > > > Hi GCC developers, > > > >

Re: whereis PLUGIN_REGISTER_GGC_CACHES? how to migrate it for GCC v6.x?

2017-07-26 Thread Leslie Zhai
在 2017年07月11日 21:25, David Malcolm 写道: On Tue, 2017-07-11 at 10:50 +0800, Leslie Zhai wrote: 在 2017年07月10日 22:16, David Malcolm 写道: On Sat, 2017-07-08 at 15:50 +0800, Leslie Zhai wrote: Hi GCC developers, There was PLUGIN_REGISTER_GGC_CACHES pseudo-events for register_callback in GCC v4.x