This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r115876 - in /branches/insn-select/gcc: ChangeL...


Author: matz
Date: Wed Aug  2 17:16:57 2006
New Revision: 115876

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115876
Log:
2006-08-02  Michael Matz  <matz@suse.de>

	* select-insn.c: New file.
	* tree-pass.h (pass_insn_select): Declare it.
	* passes.c (init_optimization_passes): Call it.
	* Makefile.in (select-insn.o): New target, add it to OBJS-common.

2006-08-02  Michael Matz  <matz@suse.de>
	* Branch "insn-select" created.

Added:
    branches/insn-select/gcc/ChangeLog.insn-select
    branches/insn-select/gcc/select-insn.c
Modified:
    branches/insn-select/gcc/Makefile.in
    branches/insn-select/gcc/passes.c
    branches/insn-select/gcc/tree-pass.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]