r229145 - in /trunk/gcc: ChangeLog cfgrtl.c fin...

tbsaunde@gcc.gnu.org tbsaunde@gcc.gnu.org
Wed Oct 21 21:05:00 GMT 2015


Author: tbsaunde
Date: Wed Oct 21 21:05:02 2015
New Revision: 229145

URL: https://gcc.gnu.org/viewcvs?rev=229145&root=gcc&view=rev
Log:
unconditionally compile most of the delay slot code

gcc/ChangeLog:

2015-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* cfgrtl.c (pass_free_cfg::execute): Adjust.
	* final.c (dbr_sequence_length): Always define.
	(shorten_branches): Adjust.
	* genattr-common.c (main): Always define DELAY_SLOTS.
	* genattr.c (main): Unconditionally declare functions and define
	macros related to delay slots.
	* genattrtab.c (write_eligible_delay): Adjust.
	(main): Always write out delay slot functions.
	* opts.c (default_options_table): Adjust.
	* reorg.c (redirect_with_delay_slots_safe_p): Likewise.
	(redirect_with_delay_list_safe_p): Likewise.
	(fill_simple_delay_slots): Likewise.
	(fill_slots_from_thread): Likewise.
	(make_return_insns): Likewise.
	(dbr_schedule): Likewise.
	(rest_of_handle_delay_slots): Likewise.
	(pass_delay_slots::gate): Likewise.
	* toplev.c (process_options): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgrtl.c
    trunk/gcc/final.c
    trunk/gcc/genattr-common.c
    trunk/gcc/genattr.c
    trunk/gcc/genattrtab.c
    trunk/gcc/opts.c
    trunk/gcc/reorg.c
    trunk/gcc/toplev.c



More information about the Gcc-cvs mailing list