Re: [PATCH 03/10] Emit GIMPLE directly instead of gimplifying GENERIC.

2012-11-06 Thread Diego Novillo
On 2012-11-02 15:57 , Dodji Seketeli wrote: * Makefile.in (GTFILES): Add $(srcdir)/asan.c. (asan.o): Update the dependencies of asan.o. * asan.c (tm.h, tree.h, tm_p.h, basic-block.h, flags.h function.h, tree-inline.h, tree-dump.h, diagnostic.h, demangle.h,

[PATCH 03/10] Emit GIMPLE directly instead of gimplifying GENERIC.

2012-11-02 Thread Dodji Seketeli
This patch cleanups the instrumentation code generation by emitting GIMPLE directly, as opposed to emitting GENERIC tree and then gimplifying them. It also does some cleanups here and there * Makefile.in (GTFILES): Add $(srcdir)/asan.c. (asan.o): Update the dependencies of asan.o.