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]

r231744 - in /branches/ARM/embedded-5-branch/gc...


Author: thopre01
Date: Thu Dec 17 08:20:20 2015
New Revision: 231744

URL: https://gcc.gnu.org/viewcvs?rev=231744&root=gcc&view=rev
Log:
2015-12-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	gcc/
	* config/arm/arm.c (arm_print_operand_punct_valid_p): Make %? valid
	for Thumb-1.
	* config/arm/arm.h (TARGET_HAVE_CBZ): Define.
	(TARGET_IDIV): Set for all Thumb targets provided they have hardware
	divide feature.
	* config/arm/thumb1.md (thumb1_cbz): New insn.

Modified:
    branches/ARM/embedded-5-branch/gcc/ChangeLog.arm
    branches/ARM/embedded-5-branch/gcc/config/arm/arm.c
    branches/ARM/embedded-5-branch/gcc/config/arm/arm.h
    branches/ARM/embedded-5-branch/gcc/config/arm/thumb1.md


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