r216553 - in /trunk/gcc: ChangeLog config/arm/a...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Wed Oct 22 12:01:00 GMT 2014
Author: rsandifo
Date: Wed Oct 22 12:01:59 2014
New Revision: 216553
URL: https://gcc.gnu.org/viewcvs?rev=216553&root=gcc&view=rev
Log:
gcc/
* recog.h (extract_constrain_insn): Declare.
* recog.c (extract_constrain_insn): New function.
* lra.c (check_rtl): Use it.
* postreload.c (reload_cse_simplify_operands): Likewise.
* reg-stack.c (check_asm_stack_operands): Likewise.
(subst_asm_stack_regs): Likewise.
* regcprop.c (copyprop_hardreg_forward_1): Likewise.
* regrename.c (build_def_use): Likewise.
* sel-sched.c (get_reg_class): Likewise.
* config/arm/arm.c (note_invalid_constants): Likewise.
* config/s390/predicates.md (execute_operation): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm.c
trunk/gcc/config/s390/predicates.md
trunk/gcc/lra.c
trunk/gcc/postreload.c
trunk/gcc/recog.c
trunk/gcc/recog.h
trunk/gcc/reg-stack.c
trunk/gcc/regcprop.c
trunk/gcc/regrename.c
trunk/gcc/sel-sched.c
More information about the Gcc-cvs
mailing list