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]

r217926 - in /trunk/gcc: ChangeLog config/mips/...


Author: abennett
Date: Fri Nov 21 14:34:55 2014
New Revision: 217926

URL: https://gcc.gnu.org/viewcvs?rev=217926&root=gcc&view=rev
Log:
[MIPS] If using branch likelies in MIPS sync code fill the delay slot 
with a nop.

gcc/
	* config/mips/mips.c (mips_process_sync_loop): Place a 
	nop in the delay slot of the branch likely instruction.
	(mips_output_sync_loop): Ensure mips_branch_likely is 
	set before calling mips_output_sync_loop.
	(mips_sync_loop_insns): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips.c


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