r225604 - in /trunk/gcc: ChangeLog Makefile.in ...

mpolacek@gcc.gnu.org mpolacek@gcc.gnu.org
Thu Jul 9 09:01:00 GMT 2015


Author: mpolacek
Date: Thu Jul  9 09:01:51 2015
New Revision: 225604

URL: https://gcc.gnu.org/viewcvs?rev=225604&root=gcc&view=rev
Log:
	PR tree-optimization/66718
	* Makefile.in (OBJS): Add gimple-laddress.o. 
	* passes.def: Schedule pass_laddress.
	* timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
	* tree-pass.h (make_pass_laddress): Declare.
	* gimple-laddress.c: New file.

	* gcc.dg/vect/vect-126.c: New test.

Added:
    trunk/gcc/gimple-laddress.c
    trunk/gcc/testsuite/gcc.dg/vect/vect-126.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/passes.def
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/timevar.def
    trunk/gcc/tree-pass.h



More information about the Gcc-cvs mailing list