Simplification within reorg.c
[official-gcc.git] / gcc / ChangeLog
blob19299907750daf9ec906a7dffdf9fcbe93bff350
1 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
3         * reorg.c (relax_delay_slots): Move declaration of "trial_seq"
4         above the conditional, and convert the check on GET_CODE to a
5         dyn_cast, so that "trial_seq" is available as an rtx_sequence * in
6         the conditional.  Simplify the conditional by using methods of
7         "trial_seq".
9 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
11         * haifa-sched.c (check_clobbered_conditions): Strengthen local
12         "link" from rtx to rtx_insn_list *, and use its methods for
13         clarity and type-safety.
14         (toggle_cancelled_flags): Likewise.
15         (restore_last_backtrack_point): Likewise.
16         (queue_to_ready): Use insn method of "link" in one place.
17         (schedule_block): Strengthen local "link" from rtx to
18         rtx_insn_list *, and use its methods for clarity and type-safety.
20 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
22         * sched-deps.c (sched_get_condition_with_rev_uncached): Strengthen
23         param "insn" from const_rtx to const rtx_insn *.
24         (sched_get_reverse_condition_uncached): Likewise.
25         (sched_get_condition_with_rev): Likewise.
26         (sched_has_condition_p): Likewise.
27         (sched_insns_conditions_mutex_p): Likewise for both params.
28         (sched_insn_is_legitimate_for_speculation_p): Likewise for param
29         "insn"; conver use of CONST_CAST_RTX to CONST_CAST_RTX_INSN.
30         (setup_insn_reg_uses): Move local "list" to be more tightly
31         scoped, strengthening it from an rtx to an rtx_insn_list *.  Use
32         its methods for clarity and type-safety.
33         (sched_analyze_1): Strengthen local "pending" from rtx to
34         rtx_insn_list *, and local "pending_mem" from rtx to
35         rtx_expr_list *.  Use methods of each for clarity and type-safety.
36         (sched_analyze_2): Likewise.
37         (sched_analyze_insn): Likewise.
39         * sched-int.h (sched_get_reverse_condition_uncached): Strengthen
40         param from const_rtx to const rtx_insn *.
41         (sched_insns_conditions_mutex_p): Likewise for both params.
42         (sched_insn_is_legitimate_for_speculation_p): Likewise for first
43         param.
45         * system.h (CONST_CAST_RTX_INSN): New macro.
47 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
49         * recog.c (peep2_attempt): Strengthen return type from rtx to
50         rtx_insn *.
51         (peep2_update_life): Likewise for params "last", "prev", removing
52         a checked cast made redundant by this.
53         (peephole2_optimize): Likewise for local "last".
55 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
57         * basic-block.h (set_block_for_insn): Eliminate this macro in
58         favor of...
59         * rtl.h (set_block_for_insn): New inline function, imposing the
60         requirement that the "insn" param is an rtx_insn *.
62 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
64         * caller-save.c (setup_save_areas): Strengthen local "insn" from
65         rtx to rtx_insn *.
66         * final.c (get_call_reg_set_usage): Likewise for first param,
67         eliminating a checked cast.
68         * regs.h (get_call_reg_set_usage): Likewise for first param.
69         * resource.c (mark_set_resources): Introduce local rtx_call_insn *
70         "call_insn" for the case of a MARK_SRC_DEST_CALL via a checked
71         cast, replacing references to "x" with "call_insn" where
72         appropriate.
73         (mark_target_live_regs): Strengthen local "real_insn" from rtx to
74         rtx_insn *, adding a checked cast.
76 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
78         * output.h (final_scan_insn): Strengthen first param from rtx to
79         rtx_insn *.
81         * final.c (final_scan_insn): Likewise, renaming it back from
82         "uncast_insn" to "insn", eliminating the checked cast.
84         * config/h8300/h8300.md (define_insn "jump"): Replace local rtx
85         "vec" with an rtx_sequence * "seq", taking a copy of
86         "final_sequence", and using methods of "seq" for clarity, and for
87         type-safety in the calls to final_scan_insn.
88         * config/mips/mips.c (mips_output_conditional_branch): Use methods
89         of "final_sequence" for clarity, and for type-safety in the call to
90         final_scan_insn.
91         * config/sh/sh.c (print_slot): Strengthen param from rtx to
92         rtx_sequence * and rename from "insn" to "seq".
94 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
96         * jump.c (delete_related_insns): Introduce a new local "table" by
97         replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the
98         get_labels method of "table" to simplify access to the labels in
99         the jump table.
101 2014-09-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
103         * config/arm/cortex-a53.md (cortex_a53_fpalu): Add f_rints, f_rintd,
104         f_minmaxs, f_minmaxd types.
106 2014-09-05  Richard Biener  <rguenther@suse.de>
108         * cfgloop.c (mark_loop_for_removal): Record former header
109         when ENABLE_CHECKING.
110         * cfgloop.h (strut loop): Add former_header member when
111         ENABLE_CHECKING.
112         * loop-init.c (fix_loop_structure): Sanity check loops
113         marked for removal if they re-appeared.
115 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
117         * config/aarch64/arm_neon.h (int32x1_t, int16x1_t, int8x1_t,
118         uint32x1_t, uint16x1_t, uint8x1_t): Remove typedefs.
120         (vqabsb_s8, vqabsh_s16, vqabss_s32, vqaddb_s8, vqaddh_s16, vqadds_s32,
121         vqaddb_u8, vqaddh_u16, vqadds_u32, vqdmlalh_s16, vqdmlalh_lane_s16,
122         vqdmlals_s32, vqdmlslh_s16, vqdmlslh_lane_s16, vqdmlsls_s32,
123         vqdmulhh_s16, vqdmulhh_lane_s16, vqdmulhs_s32, vqdmulhs_lane_s32,
124         vqdmullh_s16, vqdmullh_lane_s16, vqdmulls_s32, vqdmulls_lane_s32,
125         vqmovnh_s16, vqmovns_s32, vqmovnd_s64, vqmovnh_u16, vqmovns_u32,
126         vqmovnd_u64, vqmovunh_s16, vqmovuns_s32, vqmovund_s64, vqnegb_s8,
127         vqnegh_s16, vqnegs_s32, vqrdmulhh_s16, vqrdmulhh_lane_s16,
128         vqrdmulhs_s32, vqrdmulhs_lane_s32, vqrshlb_s8, vqrshlh_s16,
129         vqrshls_s32, vqrshlb_u8, vqrshlh_u16, vqrshls_u32, vqrshrnh_n_s16,
130         vqrshrns_n_s32, vqrshrnd_n_s64, vqrshrnh_n_u16, vqrshrns_n_u32,
131         vqrshrnd_n_u64, vqrshrunh_n_s16, vqrshruns_n_s32, vqrshrund_n_s64,
132         vqshlb_s8, vqshlh_s16, vqshls_s32, vqshlb_u8, vqshlh_u16, vqshls_u32,
133         vqshlb_n_s8, vqshlh_n_s16, vqshls_n_s32, vqshlb_n_u8, vqshlh_n_u16,
134         vqshls_n_u32, vqshlub_n_s8, vqshluh_n_s16, vqshlus_n_s32,
135         vqshrnh_n_s16, vqshrns_n_s32, vqshrnd_n_s64, vqshrnh_n_u16,
136         vqshrns_n_u32, vqshrnd_n_u64, vqshrunh_n_s16, vqshruns_n_s32,
137         vqshrund_n_s64, vqsubb_s8, vqsubh_s16, vqsubs_s32, vqsubb_u8,
138         vqsubh_u16, vqsubs_u32, vsqaddb_u8, vsqaddh_u16, vsqadds_u32,
139         vuqaddb_s8, vuqaddh_s16, vuqadds_s32): Replace all int{32,16,8}x1_t
140         with int{32,16,8}_t.
142 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
144         * config/aarch64/arm_neon.h (__GET_HIGH): New macro.
145         (vget_high_f32, vget_high_f64, vget_high_p8, vget_high_p16,
146         vget_high_s8, vget_high_s16, vget_high_s32, vget_high_s64,
147         vget_high_u8, vget_high_u16, vget_high_u32, vget_high_u64):
148         Remove temporary __asm__ and reimplement.
150 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
152         * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Remove code
153         handling cmge, cmgt, cmeq, cmtst.
155         * config/aarch64/aarch64-simd-builtins.def (cmeq, cmge, cmgt, cmle,
156         cmlt, cmgeu, cmgtu, cmtst): Remove.
158         * config/aarch64/arm_neon.h (vceq_*, vceqq_*, vceqz_*, vceqzq_*,
159         vcge_*, vcgeq_*, vcgez_*, vcgezq_*, vcgt_*, vcgtq_*, vcgtz_*,
160         vcgtzq_*, vcle_*, vcleq_*, vclez_*, vclezq_*, vclt_*, vcltq_*,
161         vcltz_*, vcltzq_*, vtst_*, vtstq_*): Use gcc vector extensions.
163 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
165         * config/aarch64/aarch64-builtins.c (aarch64_types_cmtst_qualifiers,
166         TYPES_TST): Define.
167         (aarch64_fold_builtin): Update pattern for cmtst.
169         * config/aarch64/aarch64-protos.h (aarch64_const_vec_all_same_int_p):
170         Declare.
172         * config/aarch64/aarch64-simd-builtins.def (cmtst): Update qualifiers.
174         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>):
175         Switch operands, separate out more cases, refactor.
177         (aarch64_cmtst<mode>): Rewrite pattern to match (plus ... -1).
179         * config/aarch64.c (aarch64_const_vec_all_same_int_p): Take single
180         argument; rename old version to...
181         (aarch64_const_vec_all_same_in_range_p): ...this.
182         (aarch64_print_operand, aarch64_simd_shift_imm_p): Follow renaming.
184         * config/aarch64/predicates.md (aarch64_simd_imm_minus_one): Define.
186 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
188         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
189         Remove qualifier_const_pointer, update comment.
191 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
193         * config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add.
195 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
197         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Replace
198         varargs with pointer parameter.
199         (aarch64_simd_expand_builtin): pass pointer into previous.
201 2014-09-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
203         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext,
204         alus_ext.
206 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
208         * config/aarch64/aarch64-simd.md (aarch64_rbit<mode>): New pattern.
209         * config/aarch64/aarch64-simd-builtins.def (rbit): New builtin.
210         * config/aarch64/arm_neon.h (vrbit_s8, vrbit_u8, vrbitq_s8, vrbitq_u8):
211         Replace temporary asm with call to builtin.
212         (vrbit_p8, vrbitq_p8): New functions.
214 2014-09-05  Richard Biener  <rguenther@suse.de>
216         * cfgloop.c (mark_loop_for_removal): New function.
217         * cfgloop.h (mark_loop_for_removal): Declare.
218         * cfghooks.c (delete_basic_block): Use mark_loop_for_removal.
219         (merge_blocks): Likewise.
220         (duplicate_block): Likewise.
221         * except.c (sjlj_emit_dispatch_table): Likewise.
222         * tree-eh.c (cleanup_empty_eh_merge_phis): Likewise.
223         * tree-ssa-threadupdate.c (ssa_redirect_edges): Likewise.
224         (thread_through_loop_header): Likewise.
226 2014-09-05  Richard Biener  <rguenther@suse.de>
228         PR middle-end/63148
229         * fold-const.c (try_move_mult_to_index): Remove.
230         (fold_binary_loc): Do not call it.
231         * tree-data-ref.c (dr_analyze_indices): Strip conversions
232         from the base object again.
234 2014-09-05  James Greenhalgh  <james.greenhalgh@arm.com>
236         * config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
237         DImode.
239 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
241         PR target/55701
242         * config/arm/arm.md (setmem): New pattern.
243         * config/arm/arm-protos.h (struct tune_params): New fields.
244         (arm_gen_setmem): New prototype.
245         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
246         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
247         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
248         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
249         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
250         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
251         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
252         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
253         (arm_const_inline_cost): New function.
254         (arm_block_set_max_insns): New function.
255         (arm_block_set_non_vect_profit_p): New function.
256         (arm_block_set_vect_profit_p): New function.
257         (arm_block_set_unaligned_vect): New function.
258         (arm_block_set_aligned_vect): New function.
259         (arm_block_set_unaligned_non_vect): New function.
260         (arm_block_set_aligned_non_vect): New function.
261         (arm_block_set_vect, arm_gen_setmem): New functions.
263 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
265         * config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint.
267 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
269         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
271 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
273         * valtrack.c (dead_debug_insert_temp): Take an rtx_insn * instead of
274         an rtx.
275         * valtrack.h: Adjust.
277 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
279         * emit-rtl.c (emit_insn_before_noloc): Take an rtx_insn * instead of
280         an rtx.
281         (emit_jump_insn_before_noloc): Likewise.
282         (emit_call_insn_before_noloc): Likewise.
283         (emit_label_before): Likewise.
284         (emit_label_after): Likewise.
285         (emit_insn_before_setloc): Likewise.
286         (emit_jump_insn_before_setloc): Likewise.
287         (emit_call_insn_before_setloc): Likewise.
288         (emit_call_insn_before): Likewise.
289         * rtl.h: Adjust.
291 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
293         * cse.c (cse_insn): Strengthen local "new_rtx" from rtx to
294         rtx_insn *, eliminating a checked cast.
296 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
298         * rtl.h (modified_between_p): Strengthen params 2 and 3 from
299         const_rtx to const rtx_insn *.
300         * rtlanal.c (modified_between_p): Likewise, eliminating a checked
301         cast.
303 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
305         * emit-rtl.c (try_split): Update NULL_RTX to NULL in call to
306         fixup_args_size_notes.
307         * expr.c (fixup_args_size_notes): Strengthen first two params from
308         rtx to rtx_insn *, eliminating a checked cast.
309         * rtl.h (fixup_args_size_notes): Strengthen first two params from
310         rtx to rtx_insn *.
312 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
314         * haifa-sched.c (get_ready_element): Strengthen return type from
315         rtx to rtx_insn *.
316         * sched-int.h (get_ready_element): Likewise.
318 2014-09-04  Segher Boessenkool  <segher@kernel.crashing.org>
320         PR target/63165
321         * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax_mem): Use
322         indexed_or_indirect_operand instead of memory_operand.
323         (floatsi<mode>2_lfiwzx_mem): Ditto.
325 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
327         * config/bfin/bfin.c, config/c6x/c6x.c, config/m32c/m32c.c,
328         config/mn10300/mn10300.c, config/s390/s390.c, config/sh/sh.c,
329         ifcvt.c, reorg.c: Change types of variables from rtx to rtx_insn *.
331 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
333         * emit-rtl.c (get_first_nonnote_insn): Return rtx_insn * instead of
334         rtx.
335         (get_last_nonnote_insn): Likewise.
336         (next_nonnote_insn_bb): Take rtx_insn * instead of rtx.
337         * resource.c (find_basic_block): Likewise.
338         * rtl.h: Adjust.
339         * rtlanal.c (keep_with_call_p): Take const rtx_insn * instead of
340         const_rtx.
342 2014-09-04  David Malcolm  <dmalcolm@redhat.com>
344         * genattr.c (main): Within the prototype of insn_latency written
345         out to insn-attr.h, strengthen both params from rtx to rtx_insn *.
346         * genautomata.c (output_internal_maximal_insn_latency_func):
347         Within the implementation of insn_latency written out to
348         insn-automata.c, strengthen both params from rtx to rtx_insn *,
349         eliminating a pair of checked casts.
351 2014-09-04  David Malcolm  <dmalcolm@redhat.com>
353         * jump.c (eh_returnjump_p): Strengthen param "insn" from rtx to
354         rtx_insn *.
356         * rtl.h (eh_returnjump_p): Likewise.
358 2014-09-04  Aldy Hernandez  <aldyh@redhat.com>
360         * Makefile.in (TAGS): Handle constructs in timevar.def.
362 2014-09-04  Guozhi Wei  <carrot@google.com>
364         PR target/62040
365         * config/aarch64/iterators.md (VQ_NO2E, VQ_2E): New iterators.
366         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): Split
367         it into two patterns.
368         (move_lo_quad_internal_be_<mode>): Likewise.
370 2014-09-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
372         * doc/options.texi: Document that Var and Init are required if CPP
373         is given.
374         * optc-gen.awk: Require Var and Init if CPP is given.
375         * common.opt (Wpedantic): Use Init.
377 2014-09-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
379         * config/rs6000/rs6000.c (special_handling_values): Add
380         SH_EXTRACT.
381         (rtx_is_swappable_p): Look for patterns with a VEC_SELECT, perhaps
382         wrapped in a VEC_DUPLICATE, representing an extract.  Mark these
383         as swappable with special handling SH_EXTRACT.  Remove
384         UNSPEC_VSX_XXSPLTW from the list of disallowed unspecs for the
385         optimization.
386         (adjust_extract): New function.
387         (handle_special_swappables): Add default to case statement; add
388         case for SH_EXTRACT that calls adjust_extract.
389         (dump_swap_insn_table): Handle SH_EXTRACT.
391 2014-09-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
393         * config/rs6000/vsx.md (*vsx_extract_<mode>_load): Always match
394         selection of 0th memory doubleword, regardless of endianness.
396 2014-09-04  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
398         * config/rx/rx.h (HARD_REGNO_MODE_OK): Add braces.
400 2014-09-04  Alan Modra  <amodra@gmail.com>
402         PR debug/60655
403         * dwarf2out.c (mem_loc_descriptor <PLUS>): Return NULL if addend
404         can't be output.
406 2014-09-03  Matthew Fortune  <matthew.fortune@imgtec.com>
408         * target.def (TARGET_DWARF_FRAME_REG_MODE): New target hook.
409         * targhooks.c (default_dwarf_frame_reg_mode): New function.
410         * targhooks.h (default_dwarf_frame_reg_mode): New prototype.
411         * doc/tm.texi.in (TARGET_DWARF_FRAME_REG_MODE): Document.
412         * doc/tm.texi: Regenerate.
413         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Abstract mode
414         selection logic to default_dwarf_frame_reg_mode.
416 2014-09-03  Marek Polacek  <polacek@redhat.com>
418         * doc/invoke.texi: Document that -Wlogical-not-parentheses is enabled
419         by -Wall.
421 2014-09-03  Richard Sandiford  <rdsandiford@googlemail.com>
423         * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
424         the automodified register.
426 2014-09-03  Richard Sandiford  <rdsandiford@googlemail.com>
428         * output.h (get_some_local_dynamic_name): Declare.
429         * final.c (some_local_dynamic_name): New variable.
430         (get_some_local_dynamic_name): New function.
431         (final_end_function): Clear some_local_dynamic_name.
432         * config/alpha/alpha.c (machine_function): Remove some_ld_name.
433         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
434         (print_operand): Report an error if '%&' is used inappropriately.
435         * config/i386/i386.c (get_some_local_dynamic_name): Delete.
436         (get_some_local_dynamic_name_1): Delete.
437         * config/rs6000/rs6000.c (machine_function): Remove some_ld_name.
438         (rs6000_get_some_local_dynamic_name): Delete.
439         (rs6000_get_some_local_dynamic_name_1): Delete.
440         (print_operand): Report an error if '%&' is used inappropriately.
441         * config/s390/s390.c (machine_function): Remove some_ld_name.
442         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
443         (print_operand): Assert that get_some_local_dynamic_name is nonnull.
444         * config/sparc/sparc.c: Include rtl-iter.h.
445         (machine_function): Remove some_ld_name.
446         (sparc_print_operand): Report an error if '%&' is used inappropriately.
447         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
449 2014-09-03  Richard Henderson  <rth@redhat.com>
451         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): Remove.
452         (aarch64_popwb_pair_reg): Remove.
453         (aarch64_set_frame_expr): Remove.
454         (aarch64_restore_callee_saves): Add CFI_OPS argument; fill it with
455         the restore ops performed by the insns generated.
456         (aarch64_expand_epilogue): Attach CFI_OPS to the stack deallocation
457         insn.  Perform the calls_eh_return addition later; do not attempt to
458         preserve the CFA in that case.  Don't use aarch64_set_frame_expr.
459         (aarch64_expand_prologue): Use REG_CFA_ADJUST_CFA directly, or no
460         special markup at all.  Load cfun->machine->frame.hard_fp_offset
461         into a local variable.
462         (aarch64_frame_pointer_required): Don't check calls_alloca.
464 2014-09-03  Richard Biener  <rguenther@suse.de>
466         * opts.c (default_options_optimization): Adjust
467         max-combine-insns to 2 for -Og.
469 2014-09-03  Martin Jambor  <mjambor@suse.cz>
471         PR ipa/62015
472         * ipa-cp.c (intersect_aggregates_with_edge): Handle impermissible
473         pass-trough jump functions correctly.
475 2014-09-03  Martin Jambor  <mjambor@suse.cz>
477         PR ipa/61986
478         * ipa-cp.c (find_aggregate_values_for_callers_subset): Chain
479         created replacements in ascending order of offsets.
480         (known_aggs_to_agg_replacement_list): Likewise.
482 2014-09-03  Martin Liska  <mliska@suse.cz>
484         * tree-ssa-sccvn.c (vn_reference_lookup_call): default (NULL) value
485         is set to set uninitialized value for vnresult.
487 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
489         * config/nds32/nds32.c (nds32_must_pass_in_stack): New implementation
490         for TARGET_MUST_PASS_IN_STACK.
492 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
494         * config/nds32/nds32.c (nds32_arg_partial_bytes): New implementation
495         for TARGET_ARG_PARTIAL_BYTES.
497 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
499         * config/nds32/nds32.c (nds32_expand_prologue): Emit stack push
500         instructions for varargs implementation.
501         (nds32_expand_epilogue): Emit stack adjustment instructions for
502         varargs implementation.
504 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
506         * config/nds32/nds32.c (nds32_expand_prologue): Suppress fp-as-gp
507         optimization detection.
509 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
511         * config/nds32/nds32.c (nds32_function_arg): Deal with nameless
512         arguments.
513         (nds32_function_arg_advance): Deal with nameless arguments.
514         * config/nds32/nds32.h (NDS32_ARG_PASS_IN_REG_P): Split it into ...
515         (NDS32_ARG_ENTIRE_IN_GPR_REG_P): ... this one and ...
516         (NDS32_ARG_PARTIAL_IN_GPR_REG_P): ... this one.
518 2014-09-03  Richard Biener  <rguenther@suse.de>
520         * tree-ssa-pre.c (alloc_expression_id): Use quick_grow_cleared.
521         (struct bb_bitmap_sets): Remove deferred member.
522         (BB_DEFERRED): Remove.
523         (defer_or_phi_translate_block): Remove.
524         (compute_antic_aux): Remove deferring of blocks, assert
525         proper iteration order.
526         (compute_antic): Do not set BB_DEFERRED.
527         (eliminate): Allocate el_avail of proper size initially.
529 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
531         * config/nds32/nds32.h (FIRST_PARM_OFFSET): Set proper location
532         according to the value of crtl->args.pretend_args_size.
534 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
536         * config/nds32/nds32.c (nds32_compute_stack_frame): Prepare necessary
537         varargs information.
539 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
541         * config/nds32/nds32.c (nds32_setup_incoming_varargs): New
542         implementation for TARGET_SETUP_INCOMING_VARARGS.
543         (nds32_strict_argument_naming): Refine comment.
544         * config/nds32/nds32.h (TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT):
545         Define for future implementation.
547 2014-09-03  Ilya Tocar  <ilya.tocar@intel.com>
549         * config/i386/adxintrin.h (_subborrow_u32): New.
550         (_addcarry_u32): Ditto.
551         (_subborrow_u64): Ditto.
552         (_addcarry_u64): Ditto.
553         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_SBB32,
554         IX86_BUILTIN_SBB64.
555         (ix86_init_mmx_sse_builtins): Handle __builtin_ia32_sbb_u32,
556         __builtin_ia32_sbb_u64
558 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
560         * config/nds32/nds32.c (nds32_function_arg): Define and rename some
561         GPR-specific stuff.
562         (nds32_function_arg_advance): Likewise.
563         (nds32_init_cumulative_args): Likewise.
564         * config/nds32/nds32.h (NDS32_MAX_GPR_REGS_FOR_ARGS): Define.
565         (NDS32_FIRST_GPR_REGNUM): Define.
566         (NDS32_LAST_GPR_REGNUM): Define.
567         (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG): Define.
568         (NDS32_ARG_PASS_IN_REG_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
569         (FUNCTION_ARG_REGNO_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
570         (machine_function): Use GRP-specific stuff.
572 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
574         * config/nds32/nds32.c (nds32_expand_prologue): Remove unused variables.
575         (nds32_expand_epilogue): Likewise.
576         (nds32_expand_prologue_v3push): Likewise.
577         (nds32_expand_epilogue_v3pop): Likewise.
579 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
581         * config/nds32/nds32.c (nds32_compute_stack_frame): Do not use
582         v3push/v3pop for variadic function.
583         * config/nds32/nds32.md (prologue, epilogue): Likewise.
585 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
587         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
588         Check rtx for varargs implementation.
589         (nds32_output_stack_pop): Likewise.
590         * config/nds32/nds32-protos.h: Have a rtx argument for
591         nds32_output_stack_push and nds32_output_stack_pop.
592         * config/nds32/nds32.md: Likewise.
594 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
596         * config/nds32/nds32-isr.c (nds32_isr_function_p): Define new function
597         to check if FUNC is an interrupt service routine.
598         * config/nds32/nds32-protos.h (nds32_isr_function_p): Declaration.
600 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
602         * config/nds32/nds32.h (machine_function): Add some fields for variadic
603         arguments implementation.
605 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
607         * config/nds32/nds32-predicates.c
608         (nds32_valid_stack_push_pop): Rename to ...
609         (nds32_valid_stack_push_pop_p): ... this.
610         * config/nds32/nds32-protos.h: Likewise.
611         * config/nds32/predicates.md: Likewise.
613 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
615         * config/nds32/nds32.c (nds32_gen_stack_v3push): Rename to ...
616         (nds32_emit_stack_v3push): ... this.
617         (nds32_gen_stack_v3pop): Rename to ...
618         (nds32_emit_stack_v3pop): ... this and consider CFA restore
619         information.
621 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
623         * config/nds32/nds32.c (nds32_gen_stack_push_multiple): Rename to ...
624         (nds32_emit_stack_push_multiple): ... this.
625         (nds32_gen_stack_pop_multiple): Rename to ...
626         (nds32_emit_stack_pop_multiple): ... this and consider CFA restore
627         information.
629 2014-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
631         PR target/61078
632         * config/s390/s390.md ("*negdi2_31"): Add s390_split_ok_p check
633         and add a second splitter to handle the remaining cases.
635 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
637         * config/nds32/nds32.h (PIC_OFFSET_TABLE_REGNUM): Define.
639 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
641         * cfgexpand.c (label_rtx_for_bb): Change type to
642         hash_map<basic_block, rtx_code_label *> *.
643         (expand_gimple_basic_block): Adjust.
644         (pass_expand::execute): Likewise.
646 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
648         * asan.c, cfgexpand.c, config/alpha/alpha.md, config/arm/arm.c,
649         config/epiphany/epiphany.md, config/h8300/h8300.c, config/i386/i386.md,
650         config/m32r/m32r.c, config/mcore/mcore.md, config/mips/mips.c,
651         config/mips/mips.md, config/nios2/nios2.c, config/pa/pa.c,
652         config/s390/s390.c, config/s390/s390.md, config/sh/sh-mem.cc,
653         config/sh/sh.c, config/sparc/sparc.c, dojump.c, function.c, optabs.c,
654         stmt.c: Assign the result of gen_label_rtx to rtx_code_label * instead
655         of rtx.
657 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
659         * alloc-pool.c: Include coretypes.h.
660         * cgraph.h, dbxout.c, dwarf2out.c, except.c, except.h, function.c,
661         function.h, symtab.c, tree-cfg.c, tree-eh.c: Use hash_map and
662         hash_set instead of htab.
663         * ggc-page.c (in_gc): New variable.
664         (ggc_free): Do nothing if a collection is taking place.
665         (ggc_collect): Set in_gc appropriately.
666         * ggc.h (gt_ggc_mx(const char *)): New function.
667         (gt_pch_nx(const char *)): Likewise.
668         (gt_ggc_mx(int)): Likewise.
669         (gt_pch_nx(int)): Likewise.
670         * hash-map.h (hash_map::hash_entry::ggc_mx): Likewise.
671         (hash_map::hash_entry::pch_nx): Likewise.
672         (hash_map::hash_entry::pch_nx_helper): Likewise.
673 (hash_map::hash_map): Adjust.
674 (hash_map::create_ggc): New function.
675 (gt_ggc_mx): Likewise.
676 (gt_pch_nx): Likewise.
677         * hash-set.h (default_hashset_traits::ggc_mx): Likewise.
678 (default_hashset_traits::pch_nx): Likewise.
679 (hash_set::hash_entry::ggc_mx): Likewise.
680 (hash_set::hash_entry::pch_nx): Likewise.
681 (hash_set::hash_entry::pch_nx_helper): Likewise.
682 (hash_set::hash_set): Adjust.
683 (hash_set::create_ggc): New function.
684 (hash_set::elements): Likewise.
685 (gt_ggc_mx): Likewise.
686 (gt_pch_nx): Likewise.
687         * hash-table.h (hash_table::hash_table): Adjust.
688 (hash_table::m_ggc): New member.
689         (hash_table::~hash_table): Adjust.
690         (hash_table::expand): Likewise.
691         (hash_table::empty): Likewise.
692 (gt_ggc_mx): New function.
693         (hashtab_entry_note_pointers): Likewise.
694 (gt_pch_nx): Likewise.
696 2014-09-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
698         * config/rs6000/rs6000-builtin.def (XVCVSXDDP_SCALE):  New
699         built-in definition.
700         (XVCVUXDDP_SCALE): Likewise.
701         (XVCVDPSXDS_SCALE): Likewise.
702         (XVCVDPUXDS_SCALE): Likewise.
703         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):  Add
704         entries for VSX_BUILTIN_XVCVSXDDP_SCALE,
705         VSX_BUILTIN_XVCVUXDDP_SCALE, VSX_BUILTIN_XVCVDPSXDS_SCALE, and
706         VSX_BUILTIN_XVCVDPUXDS_SCALE.
707         * config/rs6000/rs6000-protos.h (rs6000_scale_v2df): New
708         prototype.
709         * config/rs6000/rs6000.c (real.h): New include.
710         (rs6000_scale_v2df): New function.
711         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSXDDP): New unspec.
712         (UNSPEC_VSX_XVCVUXDDP): Likewise.
713         (UNSPEC_VSX_XVCVDPSXDS): Likewise.
714         (UNSPEC_VSX_XVCVDPUXDS): Likewise.
715         (vsx_xvcvsxddp_scale): New define_expand.
716         (vsx_xvcvsxddp): New define_insn.
717         (vsx_xvcvuxddp_scale): New define_expand.
718         (vsx_xvcvuxddp): New define_insn.
719         (vsx_xvcvdpsxds_scale): New define_expand.
720         (vsx_xvcvdpsxds): New define_insn.
721         (vsx_xvcvdpuxds_scale): New define_expand.
722         (vsx_xvcvdpuxds): New define_insn.
723         * doc/extend.texi (vec_ctf): Add new prototypes.
724         (vec_cts): Likewise.
725         (vec_ctu): Likewise.
726         (vec_splat): Likewise.
727         (vec_div): Likewise.
728         (vec_mul): Likewise.
730 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
732         PR target/62275
733         * config/arm/neon.md
734         (neon_vcvt<NEON_VCVT:nvrint_variant><su_optab><VCVTF:mode>
735         <v_cmp_result>): New pattern.
736         * config/arm/iterators.md (NEON_VCVT): New int iterator.
737         * config/arm/arm_neon_builtins.def (vcvtav2sf, vcvtav4sf, vcvtauv2sf,
738         vcvtauv4sf, vcvtpv2sf, vcvtpv4sf, vcvtpuv2sf, vcvtpuv4sf, vcvtmv2sf,
739         vcvtmv4sf, vcvtmuv2sf, vcvtmuv4sf): New builtin definitions.
740         * config/arm/arm.c (arm_builtin_vectorized_function): Handle
741         BUILT_IN_LROUNDF, BUILT_IN_LFLOORF, BUILT_IN_LCEILF.
743 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
745         PR target/62275
746         * config/arm/iterators.md (FIXUORS): New code iterator.
747         (VCVT): New int iterator.
748         (su_optab): New code attribute.
749         (su): Likewise.
750         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): New pattern.
752 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
754         * config/aarch64/predicates.md (aarch64_comparison_operation):
755         New special predicate.
756         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use
757         aarch64_comparison_operation instead of matching an operator.
758         Update operand numbers.
759         (csinc3<mode>_insn): Likewise.
760         (*csinv3<mode>_insn): Likewise.
761         (*csneg3<mode>_insn): Likewise.
762         (ffs<mode>2): Update gen_csinc3<mode>_insn callsite.
763         * config/aarch64/aarch64.c (aarch64_get_condition_code):
764         Return -1 instead of aborting on invalid condition codes.
765         (aarch64_print_operand): Update aarch64_get_condition_code callsites
766         to assert that the returned condition code is valid.
767         * config/aarch64/aarch64-protos.h (aarch64_get_condition_code): Export.
769 2014-09-02  Aldy Hernandez  <aldyh@redhat.com>
771         * Makefile.in (TAGS): Handle constructs in common.opt, rtl.def,
772         tree.def, and gimple.def
774 2014-09-02  Jakub Jelinek  <jakub@redhat.com>
775             Balaji V. Iyer  <balaji.v.iyer@intel.com>
776             Igor Zamyatin  <igor.zamyatin@intel.com>
778         * cilk-builtins.def (__cilkrts_cilk_for_32): New.
779         (__cilkrts_cilk_for_64): Likewise.
780         * cilk-common.c (declare_cilk_for_builtin): New function.
781         (cilk_init_builtins): Declare __cilkrts_cilk_for_32 and
782         __cilkrts_cilk_for_64 bultins.
783         * cilk.h (enum cilk_tree_index): Added CILK_TI_F_LOOP_32 and
784         CILK_TI_F_LOOP_64.
785         (cilk_for_32_fndecl): New define.
786         (cilk_for_64_fndecl): Likewise.
787         * gimple-pretty-print.c (dump_gimple_omp_for): Correct hadling of
788         GF_OMP_FOR_KIND_CILKFOR cases; Added NE_EXPR case.
789         * gimple.h (enum gf_mask): Added GF_OMP_FOR_KIND_CILKFOR; adjusted
790         GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED,
791         GF_OMP_FOR_COMBINED_INTO.
792         * gimplify.c (gimplify_scan_omp_clauses): Added
793         OMP_CLAUSE__CILK_FOR_COUNT_ case.
794         (gimplify_adjust_omp_clauses): Ditto.
795         (gimplify_omp_for): Added CILK_FOR case.
796         (gimplify_expr): Ditto.
797         * omp-low.c: Include cilk.h.
798         (extract_omp_for_data): Set appropriate kind for
799         GF_OMP_FOR_KIND_CILKFOR; added check for GF_OMP_FOR_KIND_CILKFOR.
800         (scan_sharing_clauses): Added OMP_CLAUSE__CILK_FOR_COUNT_ cases.
801         (create_omp_child_function_name): Added second argument to handle
802         cilk_for case.
803         (cilk_for_check_loop_diff_type): New function.
804         (expand_cilk_for_call): Likewise.
805         (expand_cilk_for): Likewise.
806         (create_omp_child_function): Set cilk_for_count; handle the cases when
807         it is true; call create_omp_child_function_name with second argument.
808         (expand_omp_taskreg): Set is_cilk_for and handle cases when it's true.
809         (expand_omp_for): Handle case of GF_OMP_FOR_KIND_CILKFOR.
810         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__CILK_FOR_COUNT_.
811         * tree-nested.c (convert_nonlocal_omp_clauses): Added
812         OMP_CLAUSE__CILK_FOR_COUNT_ case.
813         (convert_local_omp_clauses): Ditto.
814         * tree-pretty-print.c (dump_omp_clause): Added
815         OMP_CLAUSE__CILK_FOR_COUNT_ and OMP_CLAUSE_SCHEDULE_CILKFOR cases.
816         (dump_generic_node): Added CILK_FOR case.
817         * tree.c (omp_clause_num_ops): New element
818         OMP_CLAUSE__CILK_FOR_COUNT_ (1).
819         (omp_clause_code_name): New element _Cilk_for_count_.
820         (walk_tree_1): Added OMP_CLAUSE__CILK_FOR_COUNT_ case.
821         * tree.def: Add tree code for CILK_FOR.
823 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
825         * config/rs6000/40x.md (ppc403-integer): Move "exts" to "no dot".
826         (ppc403-compare): Add "exts with dot" case.
827         * config/rs6000/440.md (ppc440-integer, ppc440-compare): As above.
828         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Ditto.
829         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Ditto.
830         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Ditto.
831         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Ditto.
832         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Ditto.
833         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Ditto.
834         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
835         cell-cmp-microcoded): Similarly.
836         * config/rs6000/e300c2c3.md (ppce300c3_iu, ppce300c3_cmp): As before.
837         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Ditto.
838         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Ditto.
839         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Ditto.
840         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Ditto.
841         * config/rs6000/power4.md (power4-integer, power4-compare): Ditto.
842         * config/rs6000/power5.md (power5-integer, power5-compare): Ditto.
843         * config/rs6000/power6.md (power6-exts): Add "no dot" condition.
844         (power6-compare): Add "exts with dot" case.
845         * config/rs6000/power7.md (power7-integer, power7-compare): As before.
846         * config/rs6000/power8.md (power8-1cyc, power8-compare): Ditto.
847         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Ditto.
849         * config/rs6000/predicates.md (lwa_operand): Don't allow memory
850         if avoiding Cell microcode.
851         * config/rs6000/rs6000.c (rs6000_adjust_cost): Handle exts+dot case.
852         (is_cracked_insn): Ditto.
853         (insn_must_be_first_in_group): Ditto.
854         * config/rs6000/rs6000.md (dot): Adjust comment.
855         (cell_micro): Handle exts+dot.
856         (extendqidi2, extendhidi2, extendsidi2, *extendsidi2_lfiwax,
857         *extendsidi2_nocell, *extendsidi2_nocell, extendqisi2, extendqihi2,
858         extendhisi2, 16 anonymous instructions, and 12 splitters): Delete.
859         (extendqi<mode>2, *extendqi<mode>2_dot, *extendqi<mode>2_dot2,
860         extendhi<mode>2, *extendhi<mode>2, *extendhi<mode>2_noload,
861         *extendhi<mode>2_dot, *extendhi<mode>2_dot2, extendsi<mode>2,
862         *extendsi<mode>2_dot, *extendsi<mode>2_dot2): New.
864 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
866         * config/rs6000/rs6000.md (QHSI): Delete.
867         (EXTQI, EXTHI, EXTSI): New mode iterators.
868         (zero_extend<mode>di2, *zero_extend<mode>di2_internal1,
869         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
870         *zero_extendsidi2_lfiwzx, zero_extendqisi2, zero_extendhisi2,
871         9 anonymous instructions, and 8 splitters): Delete.
872         (zero_extendqi<mode>2, *zero_extendqi<mode>2_dot,
873         *zero_extendqi<mode>2_dot2, zero_extendhi<mode>2,
874         *zero_extendhi<mode>2_dot, *zero_extendhi<mode>2_dot2,
875         zero_extendsi<mode>2, *zero_extendsi<mode>2_dot,
876         *zero_extendsi<mode>2_dot2): New.
878 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
880         * config/rs6000/rs6000.md (any_extend): New code iterator.
881         (u, su): New code attributes.
882         (dmode, DMODE): New mode attributes.
883         (<su>mul<mode>3_highpart): New.
884         (*<su>mul<mode>3_highpart): New.
885         (<su>mulsi3_highpart_le): New.
886         (<su>muldi3_highpart_le): New.
887         (<su>mulsi3_highpart_64): New.
888         (<u>mul<mode><dmode>3): New.
889         (mulsidi3, umulsidi3, smulsi3_highpart, umulsi3_highpart, and two
890         splitters): Delete.
891         (mulditi3, umulditi3, smuldi3_highpart, umuldi3_highpart, and two
892         splitters): Delete.
894 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
896         * config/rs6000/rs6000.md (mulsi3, *mulsi3_internal1,
897         *mulsi3_internal2, and two splitters): Delete.
898         (muldi3, *muldi3_internal1, *muldi3_internal2, and two splitters):
899         Delete.
900         (mul<mode>3, mul<mode>3_dot, mul<mode>3_dot2): New.
902 2014-09-02  Richard Biener  <rguenther@suse.de>
904         PR tree-optimization/62695
905         * tree-ssa-structalias.c (find_func_clobbers): Add missing
906         vector truncate.
908 2014-09-01  Oleg Endo  <olegendo@gcc.gnu.org>
910         PR target/62312
911         * config/sh/sh.md (*cmp_div0s_0): Add missing constraints.
913 2014-09-01  Andi Kleen  <ak@linux.intel.com>
915         * file-find.c (add_prefix_begin): Add.
916         (do_add_prefix): Rename from add_prefix with first argument.
917         (add_prefix): Add new wrapper.
918         * file-find.h (add_prefix_begin): Add.
919         * gcc-ar.c (main): Support -B option.
921 2014-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
923         * genemit.c: Include dumpfile.h.
924         (gen_split): Print name of splitter function to dump file.
926 2014-09-01  Richard Biener  <rguenther@suse.de>
928         * tree-ssa-struct-aliases.c (find_func_aliases_for_builtin_call):
929         Use stack auto_vecs for constraint expressions.
930         (find_func_aliases_for_call): Likewise.
931         (find_func_aliases): Likewise.
932         (find_func_clobbers): Likewise.
934 2014-09-01  Richard Biener  <rguenther@suse.de>
936         * tree-ssa-pre.c (phi_translate_1): Avoid re-allocating the
937         operands vector in most cases.  Remove redundant code.
939 2014-09-01  Olivier Hainque  <hainque@adacore.com>
941         * config/vxworksae.h (VXWORKSAE_TARGET_DIR): Rely on
942         $WIND_BASE instead of designating a harcoded arbitrary home dir.
943         (VXWORKS_ADDITIONAL_CPP_SPEC): Adjust callers.
945 2014-09-01  Richard Biener  <rguenther@suse.de>
947         * tree-ssa-sccvn.h (copy_reference_ops_from_ref,
948         copy_reference_ops_from_call, vn_nary_op_compute_hash,
949         vn_reference_compute_hash, vn_reference_insert): Remove.
950         (vn_reference_lookup_call): New function.
951         * tree-ssa-sccvn.c (vn_reference_compute_hash,
952         copy_reference_ops_from_ref, copy_reference_ops_from_call,
953         vn_reference_insert, vn_nary_op_compute_hash): Make static.
954         (create_reference_ops_from_call): Remove.
955         (vn_reference_lookup_3): Properly update shared_lookup_references.
956         (vn_reference_lookup_pieces): Assert that we updated
957         shared_lookup_references properly.
958         (vn_reference_lookup): Likewise.
959         (vn_reference_lookup_call): New function.
960         (visit_reference_op_call): Use it.  Avoid re-building the
961         reference ops.
962         (visit_reference_op_load): Remove redundant lookup.
963         (visit_reference_op_store): Perform special tail-merging work
964         only when possibly doing tail-merging.
965         (visit_use): Likewise.
966         * tree-ssa-pre.c (compute_avail): Use vn_reference_lookup_call.
968 2014-09-01  Jakub Jelinek  <jakub@redhat.com>
970         PR target/62025
971         * sched-deps.c (add_or_update_dep_1): If ask_dependency_caches
972         returned DEP_PRESENT, make sure to set DEP_MULTIPLE on present_dep.
973         (find_inc): Revert 2014-08-13 change.
975 2014-09-01  Marek Polacek  <polacek@redhat.com>
977         PR middle-end/61903
978         * expmed.c (store_fixed_bit_field_1): Shift UHWI 1 instead of HWI 1.
979         Change the type of V to unsigned HOST_WIDE_INT.
981 2014-09-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
983         * tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about
984         the size of byte markers.
985         (do_shift_rotate): Fix confusion between host, target and marker byte
986         size.
987         (verify_symbolic_number_p): Likewise.
988         (find_bswap_or_nop_1): Likewise.
989         (find_bswap_or_nop): Likewise.
991 2014-09-01  Olivier Hainque  <hainque@adacore.com>
993         * Makefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL_DATA,
994         INSTALL_SCRIPT and INSTALL_PROGRAM as well.
996 2014-09-01  Jakub Jelinek  <jakub@redhat.com>
998         * config/gnu-user.h (LIBLSAN_EARLY_SPEC): Define.
999         * gcc.c (LIBLSAN_SPEC, LIBLSAN_EARLY_SPEC): Follow LIBTSAN*_SPEC.
1000         (SANITIZER_EARLY_SPEC): Include LIBLSAN_EARLY_SPEC for -fsanitize=leak.
1002 2014-09-01  Yury Gribov  <y.gribov@samsung.com>
1004         PR sanitizer/61897
1005         PR sanitizer/62140
1006         * asan.c (asan_mem_ref_get_end): Handle non-ptroff_t lengths.
1007         (build_check_stmt): Likewise.
1008         (instrument_strlen_call): Likewise.
1009         (asan_expand_check_ifn): Likewise and fix types.
1010         (maybe_cast_to_ptrmode): New function.
1012 2014-09-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1014         * config/mcore/mcore.c (try_constant_tricks): Fix declaration.
1016 2014-08-31  Gerald Pfeifer  <gerald@pfeifer.com>
1018         * doc/generic.texi (Deficiencies): Add note on exemplary mistakes.
1020 2014-08-30  John David Anglin  <danglin@gcc.gnu.org>
1022         * config/pa/pa.c (pa_assemble_integer): Don't add PLABEL relocation
1023         prefix to function labels when generating fast indirect calls.
1025 2014-08-30  David Malcolm  <dmalcolm@redhat.com>
1027         PR bootstrap/62304
1029         * gcc/reorg.c (skip_consecutive_labels): Convert return type and
1030         param back from rtx_insn * to rtx.  Rename param from "label" to
1031         "label_or_return", reintroducing "label" as an rtx_insn * after
1032         we've ensured it's not a RETURN.
1033         (first_active_target_insn): Likewise for return type and param;
1034         add a checked cast to rtx_insn * once we've ensured "insn" is not
1035         a RETURN.
1036         (steal_delay_list_from_target): Convert param "pnew_thread" back
1037         from rtx_insn ** to rtx *.  Replace use of JUMP_LABEL_AS_INSN
1038         with JUMP_LABEL.
1039         (own_thread_p): Convert param "thread" back from an rtx_insn * to
1040         an rtx.  Introduce local rtx_insn * "thread_insn" with a checked
1041         cast once we've established we're not dealing with a RETURN,
1042         renaming subsequent uses of "thread" to "thread_insn".
1043         (fill_simple_delay_slots): Convert uses of JUMP_LABEL_AS_INSN back
1044         to JUMP_LABEL.
1045         (follow_jumps): Convert return type and param "label" from
1046         rtx_insn * back to rtx.  Move initialization of "value" to after
1047         the handling for ANY_RETURN_P, adding a checked cast there to
1048         rtx_insn *.  Convert local rtx_insn * "this_label" to an rtx and
1049         rename to "this_label_or_return", reintroducing "this_label" as
1050         an rtx_insn * once we've handled the case where it could be an
1051         ANY_RETURN_P.
1052         (fill_slots_from_thread): Rename param "thread" to
1053         "thread_or_return", converting from an rtx_insn * back to an rtx.
1054         Reintroduce name "thread" as an rtx_insn * local with a checked
1055         cast once we've handled the case of it being an ANY_RETURN_P.
1056         Convert local "new_thread" from an rtx_insn * back to an rtx.
1057         Add a checked cast when assigning to "trial" from "new_thread".
1058         Convert use of JUMP_LABEL_AS_INSN back to JUMP_LABEL.  Add a
1059         checked cast to rtx_insn * from "new_thread" when invoking
1060         get_label_before.
1061         (fill_eager_delay_slots): Convert locals "target_label",
1062         "insn_at_target" from rtx_insn * back to rtx.
1063         Convert uses of JUMP_LABEL_AS_INSN back to JUMP_LABEL.
1064         (relax_delay_slots): Convert locals "trial", "target_label" from
1065         rtx_insn * back to rtx.  Convert uses of JUMP_LABEL_AS_INSN back
1066         to JUMP_LABEL.  Add a checked cast to rtx_insn * on "trial" when
1067         invoking update_block.
1068         (dbr_schedule): Convert use of JUMP_LABEL_AS_INSN back to
1069         JUMP_LABEL; this removes all JUMP_LABEL_AS_INSN from reorg.c.
1071         * resource.h (mark_target_live_regs): Undo erroneous conversion
1072         of second param of r214693, converting it back from rtx_insn * to
1073         rtx, since it could be a RETURN.
1075         * resource.c (find_dead_or_set_registers): Similarly, convert
1076         param "jump_target" back from an rtx_insn ** to an rtx *, as we
1077         could be writing back a RETURN.  Rename local rtx_insn * "next" to
1078         "next_insn", and introduce "lab_or_return" as a local rtx,
1079         handling the case where JUMP_LABEL (this_jump_insn) is a RETURN.
1080         (mark_target_live_regs): Undo erroneous conversion
1081         of second param of r214693, converting it back from rtx_insn * to
1082         rtx, since it could be a RETURN.  Rename it from "target" to
1083         "target_maybe_return", reintroducing the name "target" as a local
1084         rtx_insn * with a checked cast, after we've handled the case of
1085         ANY_RETURN_P.
1087 2014-08-29  DJ Delorie  <dj@redhat.com>
1089         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Round
1090         pointer size up to a power of two.
1091         * defaults.h (DWARF2_ADDR_SIZE): Round up.
1092         (POINTER_SIZE_UNITS): New, rounded up value.
1093         * dwarf2asm.c (size_of_encoded_value): Use it.
1094         (dw2_output_indirect_constant_1): Likewise.
1095         * expmed.c (init_expmed_one_conv): We now know the sizes of
1096         partial int modes.
1097         * loop-iv.c (iv_number_of_iterations): Use precision, not size.
1098         * optabs.c (expand_float): Use precision, not size.
1099         (expand_fix): Likewise.
1100         * simplify-rtx (simplify_unary_operation_1): Likewise.
1101         * tree-dfa.c (get_ref_base_and_extent): Likewise.
1102         * varasm.c (assemble_addr_to_section): Round up pointer sizes.
1103         (default_assemble_integer) Likewise.
1104         (dump_tm_clone_pairs): Likewise.
1105         * dwarf2out.c (mem_loc_descriptor): Allow partial-int modes also.
1106         * var-tracking.c (adjust_mems): Allow partial-int modes also.
1107         (prepare_call_arguments): Likewise.
1108         * stor-layout.c (finalize_type_size): Preserve precision.
1109         (layout_type): Use precision, not size.
1111         * expr.c (convert_move): If the target has an explicit converter,
1112         use it.
1114 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
1116         * gdbinit.in: Skip various inline functions in rtl.h when
1117         stepping.
1119 2014-08-29  Richard Sandiford  <richard.sandiford@arm.com>
1121         PR bootstrap/62301
1122         * rtlanal.c (rtx_referenced_p): Fix typo in LABEL_P call.
1124 2014-08-29  Richard Biener  <rguenther@suse.de>
1126         PR tree-optimization/62291
1127         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Reserve
1128         exactly the vector size needed and use quick_push.
1129         (phi_translate_1): Adjust comment.
1130         (valid_in_sets): Remove block argument and remove pointless
1131         checking of NAMEs.
1132         (dependent_clean): Adjust for removal of block argument.
1133         (clean): Likewise.
1134         (compute_antic_aux): Likewise.
1135         (compute_partial_antic_aux): Likewise.
1137 2014-08-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1138             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
1139             Anna Tikhonova  <anna.tikhonova@intel.com>
1140             Ilya Tocar  <ilya.tocar@intel.com>
1141             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1142             Ilya Verbin  <ilya.verbin@intel.com>
1143             Kirill Yukhin  <kirill.yukhin@intel.com>
1144             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
1146         * config/i386/sse.md
1147         (define_insn "avx2_interleave_highv4di<mask_name>"): Add masking.
1148         (define_insn "vec_interleave_highv2di<mask_name>"): Ditto.
1149         (define_insn "avx2_interleave_lowv4di<mask_name>"): Ditto.
1150         (define_insn "vec_interleave_lowv2di<mask_name>"): Ditto.
1152 2014-08-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1153             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
1154             Anna Tikhonova  <anna.tikhonova@intel.com>
1155             Ilya Tocar  <ilya.tocar@intel.com>
1156             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1157             Ilya Verbin  <ilya.verbin@intel.com>
1158             Kirill Yukhin  <kirill.yukhin@intel.com>
1159             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
1161         * config/i386/i386-modes.def: Add V12QI, V14QI, V6HI modes.
1162         * config/i386/sse.md
1163         (define_mode_iterator VI4_128_8_256): New.
1164         (define_mode_iterator VI2_128_4_256): Ditto.
1165         (define_mode_iterator PMOV_DST_MODE): Rename into
1166         (define_mode_iterator PMOV_DST_MODE_1): this.
1167         (define_insn "*avx512f_<code><pmov_src_lower><mode>2"):
1168         Use PMOV_DST_MODE_1 mode iterator.
1169         (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
1170         Ditto.
1171         (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
1172         Ditto.
1173         (define_insn "*avx512bw_<code>v32hiv32qi2"): New.
1174         (define_insn "avx512bw_<code>v32hiv32qi2_mask"): Ditto.
1175         (define_expand "avx512bw_<code>v32hiv32qi2_store_mask"): Ditto.
1176         (define_mode_iterator PMOV_DST_MODE_2): New.
1177         (define_insn "*avx512vl_<code><ssedoublemodelower><mode>2"): Ditto.
1178         (define_insn "<avx512>_<code><ssedoublemodelower><mode>2_mask"): Ditto.
1179         (define_expand "<avx512>_<code><ssedoublemodelower><mode>2_store_mask"):
1180         Ditto.
1181         (define_mode_iterator PMOV_SRC_MODE_3): Ditto.
1182         (define_mode_attr pmov_dst_3): Ditto.
1183         (define_mode_attr pmov_dst_zeroed_3): Ditto.
1184         (define_mode_attr pmov_suff_3): Ditto.
1185         (define_insn "*avx512vl_<code><mode>v<ssescalarnum>qi2"): Ditto.
1186         (define_insn "*avx512vl_<code>v2div2qi2_store"): Ditto.
1187         (define_insn "avx512vl_<code>v2div2qi2_mask"): Ditto.
1188         (define_insn "avx512vl_<code>v2div2qi2_store_mask"): Ditto.
1189         (define_insn "*avx512vl_<code><mode>v4qi2_store"): Ditto.
1190         (define_insn "avx512vl_<code><mode>v4qi2_mask"): Ditto.
1191         (define_insn "avx512vl_<code><mode>v4qi2_store_mask"): Ditto.
1192         (define_insn "*avx512vl_<code><mode>v8qi2_store"): Ditto.
1193         (define_insn "avx512vl_<code><mode>v8qi2_mask"): Ditto.
1194         (define_insn "avx512vl_<code><mode>v8qi2_store_mask"): Ditto.
1195         (define_mode_iterator PMOV_SRC_MODE_4): Ditto.
1196         (define_mode_attr pmov_dst_4): Ditto.
1197         (define_mode_attr pmov_dst_zeroed_4): Ditto.
1198         (define_mode_attr pmov_suff_4): Ditto.
1199         (define_insn "*avx512vl_<code><mode>v<ssescalarnum>hi2"): Ditto.
1200         (define_insn "*avx512vl_<code><mode>v4hi2_store"): Ditto.
1201         (define_insn "avx512vl_<code><mode>v4hi2_mask"): Ditto.
1202         (define_insn "avx512vl_<code><mode>v4hi2_store_mask"): Ditto.
1203         (define_insn "*avx512vl_<code>v2div2hi2_store"): Ditto.
1204         (define_insn "avx512vl_<code>v2div2hi2_mask"): Ditto.
1205         (define_insn "avx512vl_<code>v2div2hi2_store_mask"): Ditto.
1206         (define_insn "*avx512vl_<code>v2div2si2"): Ditto.
1207         (define_insn "*avx512vl_<code>v2div2si2_store"): Ditto.
1208         (define_insn "avx512vl_<code>v2div2si2_mask"): Ditto.
1209         (define_insn "avx512vl_<code>v2div2si2_store_mask"): Ditto.
1211 2014-08-29  Richard Biener  <rguenther@suse.de>
1213         * tree-cfg.c (verify_gimple_assign_unary): Do not allow
1214         NON_LVALUE_EXPR in gimple.
1216 2014-08-29  Richard Biener  <rguenther@suse.de>
1218         PR middle-end/62292
1219         * gimple-fold.c (gimple_fold_builtin_strcpy): Fix error
1220         from previous refactoring.
1221         (gimple_fold_builtin_strncpy): Likewise.
1223 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
1225         PR bootstrap/62300
1226         * function.c (assign_parm_setup_reg): Remove erroneous checked
1227         cast to rtx_insn * on result of gen_extend_insn in favor of
1228         introducing a new local rtx "pat".
1230 2014-08-29  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1232         * config/mep/mep-pragma.c (mep_pragma_coprocessor_subclass): Rework
1233         to silence warning.
1234         * config/mep/mep.c (VECTOR_TYPE_P): Remove duplicate definition.
1236 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1238         * rtl.h (previous_insn): Strengthen param from rtx to rtx_insn *.
1239         (next_insn): Likewise.
1240         * emit-rtl.c (next_insn): Likewise.
1241         (previous_insn): Likewise.
1242         * config/pa/pa.c (remove_useless_addtr_insns): Strenghten locals
1243         "insn" and "next" from rtx to rtx_insn *.
1244         * config/picochip/picochip.c (picochip_reorg): Likewise for locals
1245         "insn", "insn1", "vliw_start",  "prologue_end_note",
1246         "last_insn_in_packet".
1248 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1250         * shrink-wrap.h (active_insn_between): Strengthen both params from
1251         rtx to rtx_insn *.
1252         * function.c (active_insn_between): Likewise.
1254 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1256         * genattr.c (main): When writing out insn-attr.h, strengthen param
1257         of dfa_clear_single_insn_cache from rtx to rtx_insn *.
1258         * genautomata.c (output_dfa_clean_insn_cache_func): Likewise when
1259         writing out the definition of dfa_clear_single_insn_cache to the
1260         generated insn-automata.c
1262 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1264         * resource.h (clear_hashed_info_for_insn): Strengthen param from
1265         rtx to rtx_insn *.
1266         (incr_ticks_for_insn): Likewise.
1267         (init_resource_info): Likewise.
1269         * resource.c (init_resource_info): Likewise.
1270         (clear_hashed_info_for_insn): Likewise.
1271         (incr_ticks_for_insn): Likewise.
1273         * reorg.c (delete_scheduled_jump): Strengthen param "insn" from
1274         rtx to rtx_insn *.
1275         (steal_delay_list_from_target): Use methods of "seq".
1276         (try_merge_delay_insns): Use methods of "merged_insns".
1277         (update_block): Strengthen param "insn" from rtx to rtx_insn *.
1278         (reorg_redirect_jump): Likewise for param "jump".
1280 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1282         * insn-addr.h (insn_addresses_new): Strengthen param "insn" from
1283         rtx to rtx_insn *.
1284         * config/s390/s390.c (s390_split_branches): Eliminate top-level
1285         local rtx "tmp", in favor of new local rtx "mem" and rtx_insn *
1286         "set_insn".
1287         (s390_mainpool_finish): In three places, split out a local rtx
1288         "insn" into a local rtx - "set" or "pat" - and a rtx_insn *
1289         "insn".  Strengthen local "pool_end" from rtx to rtx_code_label *
1290          and split another local rtx "insn" out into rtx "pat" and
1291         rtx_insn * "insn".
1292         * config/sh/sh.c (output_branchy_insn): Rather than working
1293         directly on operands[9], introduce local rtx_code_label *
1294         variables named "lab" in two places, working on them, and then
1295         assigning them to operands[9], so that the intervening operations
1296         are known by the type system to be on insns.
1298 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1300         * rtl.h (INSN_HAS_LOCATION): Strengthen param from const_rtx to
1301         const rtx_insn *.
1303         * print-rtl.c (print_rtx): Add checked cast to const rtx_insn *
1304         in invocation of INSN_HAS_LOCATION.
1306 2014-08-28  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1308         * config/rs6000/altivec.h (vec_xl): New #define.
1309         (vec_xst): Likewise.
1310         * config/rs6000/rs6000-builtin.def (XXSPLTD_V2DF): New built-in.
1311         (XXSPLTD_V2DI): Likewise.
1312         (DIV_V2DI): Likewise.
1313         (UDIV_V2DI): Likewise.
1314         (MUL_V2DI): Likewise.
1315         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1316         entries for VSX_BUILTIN_XVRDPI, VSX_BUILTIN_DIV_V2DI,
1317         VSX_BUILTIN_UDIV_V2DI, VSX_BUILTIN_MUL_V2DI,
1318         VSX_BUILTIN_XXSPLTD_V2DF, and VSX_BUILTIN_XXSPLTD_V2DI).
1319         * config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTD): New unspec.
1320         (UNSPEC_VSX_DIVSD): Likewise.
1321         (UNSPEC_VSX_DIVUD): Likewise.
1322         (UNSPEC_VSX_MULSD): Likewise.
1323         (vsx_mul_v2di): New insn-and-split.
1324         (vsx_div_v2di): Likewise.
1325         (vsx_udiv_v2di): Likewise.
1326         (vsx_xxspltd_<mode>): New insn.
1328 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1330         * rtl.h (RTX_PREV): Added checked casts to uses of PREV_INSN and
1331         NEXT_INSN.
1332         (PREV_INSN): Strengthen param from const_rtx to const rtx_insn *.
1333         (NEXT_INSN): Likewise.
1334         (JUMP_LABEL_AS_INSN): Add a "const" modifier to param.
1335         (reg_used_between_p): Strengthen params 2 and 3 from const_rtx to
1336         const rtx_insn *.
1337         (no_labels_between_p): Likewise for both params.
1339         * config/aarch64/aarch64.c (aarch64_output_casesi): Add a checked
1340         cast when using NEXT_INSN on operands[2].
1341         * config/alpha/alpha.c (alpha_set_memflags): Strengthen local
1342         "insn" from rtx to rtx_insn *, adding a checked cast.
1343         (alpha_handle_trap_shadows): Strengthen locals "i", "n" from rtx to
1344         rtx_insn *.
1345         * config/arc/arc-protos.h (arc_ccfsm_record_condition): Likewise
1346         for third param.
1347         (arc_text_label): Likewise for param "insn".
1348         * config/arc/arc.c (arc_expand_epilogue): Likewise for local
1349         "insn".
1350         (arc_ccfsm_record_condition): Likewise for param "jump".
1351         (arc_text_label): Likewise for local "label".
1352         * config/arc/arc.md (doloop_begin_i): Likewise for local "scan".
1353         Introduce a local "seq" via a dyn_cast to rtx_sequence *, and use
1354         a method for typesafety.  Add a checked cast.
1355         * config/arc/constraints.md (Clb): Add a checked cast when getting
1356         the CODE_LABEL from a LABEL_REF.
1357         * config/arm/arm.c (require_pic_register): Strengthen locals
1358         "seq", "insn" from rtx to rtx_insn *.
1359         (create_fix_barrier): Likewise for locals "selected", "next".
1360         (thumb1_reorg): Likewise for locals "prev", "insn".
1361         (arm_expand_prologue): Likewise for local "last".
1362         (thumb1_output_casesi): Add a checked cast when using NEXT_INSN on
1363         operands[0].
1364         (thumb2_output_casesi): Likewise for operands[2].
1365         * config/avr/avr-log.c (avr_log_vadump): Within 'L' case,
1366         strengthen local "insn" from rtx to rtx_insn *.
1367         * config/bfin/bfin.c (find_next_insn_start): Likewise for return
1368         type and param "insn".
1369         (find_prev_insn_start): Likewise.
1370         (hwloop_optimize): Likewise for locals "insn", "last_insn",
1371         "prev".
1372         (gen_one_bundle): Likewise for loal "t".
1373         (find_load): Likewise for param "insn".
1374         (workaround_speculation): Likewise for locals "insn", "next",
1375         "target", "next_tgt".
1376         * config/c6x/c6x.c (assign_reservations): Likewise for both params
1377         and for locals "insn", "within", "last".
1378         (count_unit_reqs): Likewise for params "head", "tail" and local
1379         "insn".
1380         (try_rename_operands): Likewise for params "head", "tail".
1381         (reshuffle_units): Likewise for locals "head", "tail", "insn".
1382         (struct c6x_sched_context): Likewise for fields
1383         "last_scheduled_insn", "last_scheduled_iter0".
1384         (init_sched_state): Replace NULL_RTX with NULL.
1385         (reorg_split_calls): Strengthen local "new_cycle_first" from rtx
1386         to rtx_insn *.
1387         (undo_split_delayed_nonbranch): Likewise for param and for local
1388         "prev".
1389         (conditionalize_after_sched): Likewise for local "insn".
1390         (bb_earliest_end_cycle): Likewise.
1391         (filter_insns_above): Likewise for locals "insn", "next".
1392         (hwloop_optimize): Remove redundant checked cast.
1393         (hwloop_fail): Strengthen local "t" from rtx to rtx_insn *.
1394         * config/cris/cris.c (cris_initial_frame_pointer_offset): Replace
1395         NULL_RTX with NULL.
1396         (cris_simple_epilogue): Likewise.
1397         (cris_expand_prologue): Likewise.
1398         (cris_expand_epilogue): Likewise.
1399         * config/frv/frv.c (frv_function_contains_far_jump): Strengthen
1400         local "insn" from rtx to rtx_insn *.
1401         (frv_ifcvt_modify_tests): Likewise for locals "last_insn", "insn".
1402         (struct frv_packet_group): Likewise for the elements within array
1403         fields "insns", "sorted", and for field "nop".
1404         (frv_packet): Likewise for the elements within array field
1405         "insns".
1406         (frv_add_insn_to_packet): Likewise for param "insn".
1407         (frv_insert_nop_in_packet): Likewise for param "insn" and local
1408         "last".
1409         (frv_for_each_packet): Likewise for locals "insn", "next_insn".
1410         (frv_sort_insn_group_1): Likewise for local "insn".
1411         (frv_optimize_membar_local): Likewise.
1412         (frv_align_label): Likewise for locals "x", "last", "barrier",
1413         "label".
1414         * config/ia64/ia64.c (last_scheduled_insn): Likewise for this
1415         local.
1416         (ia64_sched_init): Likewise for local "insn".
1417         (scheduled_good_insn): Likewise for param "last".
1418         (struct _ia64_sched_context): Likewise for field
1419         "last_scheduled_insn".
1420         (ia64_init_sched_context): Replace NULL_RTX with NULL.
1421         (struct bundle_state): Likewise for field "insn".
1422         (issue_nops_and_insn): Likewise for param "insn".
1423         (get_next_important_insn): Likewise for return type and both
1424         params.
1425         (ia64_add_bundle_selector_before): Likewise for param "insn".
1426         (bundling): Likewise for params "prev_head_insn", "tail" and
1427         locals "insn", "next_insn", "b".  Eliminate top-level local rtx
1428         "nop" in favor of new locals rtx "nop_pat" and rtx_insn *nop;
1429         * config/iq2000/iq2000-protos.h (iq2000_fill_delay_slot):
1430         Strengthen final param from rtx to rtx_insn *.
1431         (iq2000_move_1word): Likewise for second param.
1432         * config/iq2000/iq2000.c (iq2000_fill_delay_slot): Likewise for
1433         param "cur_insn" and local "next_insn".
1434         (iq2000_move_1word): Likewise for param "insn".
1435         * config/iq2000/iq2000.md (insn before ADDR_DIFF_VEC): Add checked
1436         casts when using NEXT_INSN on operands[1].
1437         * config/m32c/m32c.c (m32c_function_needs_enter): Strengthen local
1438         "insn" from rtx to rtx_insn *.
1439         * config/m68k/m68k.c (m68k_jump_table_ref_p): Split out uses of
1440         "x", introducing local rtx_insn * "insn" for when working with the
1441         CODE_LABEL of the LABEL_REF.
1442         (m68k_sched_md_init_global): Strengthen local "insn" from rtx to
1443         rtx_insn *.
1444         * config/mcore/mcore-protos.h (mcore_is_dead): Likewise for first
1445         param.
1446         * config/mcore/mcore.c (emit_new_cond_insn): Likewise for return
1447         type.
1448         (conditionalize_block): Likewise for return type and param.
1449         (mcore_is_dead): Likewise for param "first" and local "insn".
1450         (emit_new_cond_insn): Likewise for return type.
1451         (conditionalize_block): Likewise for return type, param, and
1452         locals "insn", "blk_1_br", "end_blk_2_insn", "start_blk_3_lab",
1453         "newinsn".
1454         (conditionalize_optimization): Likewise for local "insn".
1455         * config/mep/mep.c (mep_jmp_return_reorg): Add checked cast when
1456         using NEXT_INSN.
1457         * config/microblaze/microblaze.md: Add checked casts when using
1458         NEXT_INSN.
1459         * config/mips/mips.c (mips_expand_prologue): Eliminate top-level
1460         rtx "insn" in favor of various more tightly-scoped rtx "insn" and
1461         and rtx_insn * "insn".
1462         * config/mips/mips.md (casesi_internal_mips16_<mode>): Add a
1463         checked cast when using NEXT_INSN on operands[2].
1464         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Strengthen
1465         local "insn" from rtx to rtx_insn *.
1466         * config/nds32/nds32-fp-as-gp.c (nds32_fp_as_gp_check_available):
1467         Likewise.
1468         * config/nds32/nds32-md-auxiliary.c (nds32_output_casesi_pc_relative):
1469         Add a checked cast when using NEXT_INSN on operands[1].
1470         * config/pa/pa-protos.h (pa_following_call): Strengthen param from
1471         rtx to rtx_insn *.
1472         (pa_output_cbranch): Likewise for final param.
1473         (pa_output_lbranch): Likewise for second param.
1474         (pa_output_bb): Likewise for third param.
1475         (pa_output_bvb): Likewise.
1476         (pa_output_dbra): Likewise for second param.
1477         (pa_output_movb): Likewise.
1478         (pa_output_parallel_movb): Likewise.
1479         (pa_output_parallel_addb): Likewise.
1480         (pa_output_millicode_call): Likewise for first param.
1481         (pa_output_mul_insn): Likewise for second param.
1482         (pa_output_div_insn): Likewise for third param.
1483         (pa_output_mod_insn): Likewise for second param.
1484         (pa_jump_in_call_delay): Likewise for param.
1485         * config/pa/pa.c (pa_output_mul_insn): Likewise for param "insn".
1486         (pa_output_div_insn): Likewise.
1487         (pa_output_mod_insn): Likewise.
1488         (pa_output_cbranch): Likewise.
1489         (pa_output_lbranch): Likewise.
1490         (pa_output_bb): Likewise.
1491         (pa_output_bvb): Likewise.
1492         (pa_output_dbra): Likewise.
1493         (pa_output_movb): Likewise.
1494         (pa_output_millicode_call): Likewise; use method of rtx_sequence *
1495         to simplify and for typesafety.
1496         (pa_output_call): Use method of rtx_sequence *.
1497         (forward_branch_p): Strengthen param "insn" from rtx to rtx_insn *.
1498         (pa_jump_in_call_delay): Likewise.
1499         (pa_output_parallel_movb): Likewise.
1500         (pa_output_parallel_addb): Likewise.
1501         (pa_following_call): Likewise.
1502         (pa_combine_instructions): Likewise for locals "anchor",
1503         "floater".
1504         (pa_can_combine_p): Likewise for params "anchor", "floater" and
1505         locals "start", "end".
1506         * config/picochip/picochip.c (picochip_reset_vliw): Likewise for
1507         param "insn" and local "local_insn".
1508         (picochip_final_prescan_insn): Likewise for local "local_insn".
1509         * config/rs6000/rs6000.c (compute_save_world_info): Likewise for
1510         local "insn".
1511         (uses_TOC): Likewise.
1512         * config/s390/s390.c (get_some_local_dynamic_name): Likewise.
1513         (s390_mainpool_finish): Eliminate top-level local rtx "insn",
1514         splitting out to more tightly-scoped locals, 3 as rtx and one as
1515         rtx_insn *.
1516         (s390_optimize_nonescaping_tx): Strengthen local "tmp" from rtx
1517         to rtx_insn *.
1518         (s390_emit_prologue): Introduce a local "insn" to be an rtx_insn *
1519         where needed.
1520         * config/sh/sh-protos.h (barrier_align): Strenghten param from rtx
1521         to rtx_insn *.
1522         (fixup_addr_diff_vecs): Likewise.
1523         (reg_unused_after): Likewise for param 2.
1524         (sh_can_redirect_branch): Likewise for both params.
1525         (check_use_sfunc_addr): Likewise for param 1.
1526         * config/sh/sh.c (fixup_mova): Likewise for local "worker".
1527         (find_barrier): Likewise for local "last_got".
1528         (gen_block_redirect): Likewise for return type, param "jump" and
1529         locals "prev", "scan", "next", "insn".
1530         (struct far_branch): Likewise for fields "near_label",
1531         "insert_place", "far_label".
1532         (gen_far_branch): Likewise for local "jump".
1533         (fixup_addr_diff_vecs): Likewise for param "first" and locals
1534         "insn", "prev".
1535         (barrier_align): Likewise for param and for locals "prev", "x".
1536         Introduce local rtx_sequence * "prev_seq" and use insn method for
1537         typesafety and clarity.
1538         (sh_reorg): Strengthen local "scan" from rtx to rtx_insn *.
1539         (get_dest_uid): Likewise for local "dest".
1540         (split_branches): Likewise for locals "next", "beyond", "label",
1541         "block", "far_label".  Add checked casts when assigning to
1542         bp->far_label and "far_label".
1543         (reg_unused_after): Strengthen param "scan" from rtx to rtx_insn *.
1544         (sequence_insn_p): Likewise.
1545         (mark_constant_pool_use): Likewise for locals "insn", "lab".  Add a
1546         more loop-scoped rtx "insn" when walking LABEL_REFS.
1547         (sh_can_redirect_branch): Strengthen both params from rtx to
1548         rtx_insn *.
1549         (check_use_sfunc_addr): Likewise for param "insn".  Introduce a
1550         new local rtx_sequence * "seq" via a dyn_cast, and use a method
1551         for clarity and typesafety.
1552         * config/sh/sh.md (define_expand "epilogue"): Strengthen local
1553         "insn" from rtx to rtx_insn *.
1554         (define_insn "casesi_worker_1"): Add a checked cast to rtx_insn *
1555         when using NEXT_INSN on the CODE_LABEL in operands[2].
1556         (define_insn "casesi_worker_2"): Likewise.
1557         (define_insn "casesi_shift_media"): Likewise.
1558         (define_insn "casesi_load_media"): Likewise for the CODE_LABEL in
1559         operands[3].
1560         * config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value):
1561         Strengthen field "insn" from rtx to rtx_insn *.
1562         (sh_optimize_sett_clrt::execute): Likewise for locals "next_i", "i".
1563         (sh_optimize_sett_clrt::find_last_ccreg_values): Likewise for
1564         param "start_insn" and local "start_insn".
1565         * config/sh/sh_treg_combine.cc (struct set_of_reg): Likewise for
1566         field "insn".
1567         (find_set_of_reg_bb): Likewise for param "insn".
1568         (trace_reg_uses_1): Likewise for param "start_insn" and local "i".
1569         (trace_reg_uses): Likewise for param "start_insn".
1570         (sh_treg_combine::cbranch_trace): Likewise for field
1571         "cbranch_insn".
1572         (sh_treg_combine::cbranch_trace::cbranch_trace): Likewise for
1573         param "insn".
1574         (sh_treg_combine::record_set_of_reg): Likewise for param
1575         "start_insn" and local "i".
1576         (sh_treg_combine::can_remove_cstore): Likewise for local
1577         "prev_insn".
1578         (sh_treg_combine::try_optimize_cbranch): Likewise for param
1579         "insn".
1580         (sh_treg_combine::execute): Likewise for local "i".
1581         * config/sparc/sparc-protos.h (empty_delay_slot): Likewise for
1582         param.
1583         (sparc_check_64): Likewise for second param.
1584         * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
1585         locals "insn", "next".  Introduce local rtx_sequence * "seq" via a
1586         dyn_cast, using its insn method for typesafety and clarity.
1587         (empty_delay_slot): Strengthen param "insn" from rtx to
1588         rtx_insn *.
1589         (set_extends): Likewise.
1590         (sparc_check_64): Likewise.
1591         * config/stormy16/stormy16.c (xstormy16_split_cbranch): Likewise
1592         for locals "seq", "last_insn".
1593         (combine_bnp): Likewise for param "insn".
1594         (xstormy16_reorg): Likewise for local "insn".
1595         * config/v850/v850.c (substitute_ep_register): Likewise for params
1596         "first_insn", "last_insn" and local "insn".
1597         (v850_reorg): Likewise for fields "first_insn", "last_insn" within
1598         elements of "regs" array, and local "insn".
1599         * except.c (emit_note_eh_region_end): Likewise for param "insn".
1600         * final.c (final_sequence): Strengthen this global from rtx to
1601         rtx_sequence *.
1602         (shorten_branches): Strenthen locals "rel_lab", "prev" from rtx to
1603         rtx_insn *.
1604         (final_scan_insn): Update assignment to "final_sequence" to be
1605         from "seq", the cast version of "body", for type-safety.
1606         * function.c (assign_parm_setup_reg): Strengthen locals "insn",
1607         "insns" from rtx to rtx_insn *.
1608         (thread_prologue_and_epilogue_insns): Likewise for local "seq".
1609         * genattr.c (main): When writing out generated insn-attr.h,
1610         strengthen params 1 and 3 of eligible_for_delay,
1611         eligible_for_annul_true, eligible_for_annul_false from rtx to
1612         rtx_insn *.
1613         * genattrtab.c (write_eligible_delay): Likewise when writing out
1614         generated insn-attrtab.c; also local "insn" the generated
1615         functions.
1616         * hw-doloop.c (discover_loops): Strengthen local "insn" from rtx
1617         to rtx_insn *.
1618         * hw-doloop.h (struct GTY hwloop_info_d): Strengthen field
1619         "start_label" from rtx to rtx_insn *.
1620         * ira.c (decrease_live_ranges_number): Likewise for local "p".
1621         (ira_update_equiv_info_by_shuffle_insn): Likewise for param
1622         "insns" and local "insn".
1623         (validate_equiv_mem): Likewise for param "start" and local "insn".
1624         (memref_used_between_p): Likewise for params "start", "end" and
1625         local "insn".
1626         * ira.h (ira_update_equiv_info_by_shuffle_insn): Likewise for
1627         final param.
1628         * loop-doloop.c (doloop_optimize): Within region guarded by
1629         INSN_P (doloop_pat), introduce a new local rtx_insn *
1630         "doloop_insn" via a checked cast, and use it for typesafety,
1631         eventually writing the value back into doloop_pat.
1632         * output.h (final_sequence): Strengthen this global from rtx to
1633         rtx_sequence *.
1634         * recog.c (peep2_attempt): Rename param "insn" to "uncast_insn",
1635         reintroducing "insn" as an rtx_insn * via a checked cast.
1636         Strengthen param "attempt" and local "new_insn"from rtx to
1637         rtx_insn *.
1638         (peephole2_optimize): Strengthen locals "insn", "attempt" from rtx
1639         to rtx_insn *.
1640         * ree.c (emit_note_eh_region_end): Likewise for local "insn".
1641         * reload1.c (reload_as_needed): Eliminate top-level locals "x" and
1642         "p" in favor of more tightly-scoped replacements, sometimes rtx
1643         and sometimes rtx_insn *, as appropriate.
1644         (delete_output_reload): Eliminate top-level rtx "i1", splitting
1645         into two loop-scoped locals, one an rtx, the other an rtx_insn *.
1646         * reorg.c (delete_scheduled_jump): Add checked cast.  Strengthen
1647         local "trial" from rtx to rtx_insn *.
1648         (redirect_with_delay_slots_safe_p): Strengthen param "jump" from
1649         rtx to rtx_insn *.  Strenghten local "pat" from rtx to
1650         rtx_sequence * and use methods for clarity and typesafety.
1651         (redirect_with_delay_list_safe_p): Strengthen param "jump" from
1652         rtx to rtx_insn *.  Strenghten local "li" from rtx to
1653         rtx_insn_list * and use its methods for clarity and typesafety.
1654         (steal_delay_list_from_target): Strengthen param "insn" from rtx
1655         to rtx_insn *.
1656         (steal_delay_list_from_fallthrough): Likewise.
1657         (try_merge_delay_insns): Likewise for param "thread" and locals
1658         "trial", "next_trial", "delay_insn".
1659         (redundant_insn): Likewise for param "target" and local "trial".
1660         (own_thread_p): Likewise for param "thread" and locals
1661         "active_insn", "insn".
1662         (get_label_before): Likewise for param "insn".
1663         (fill_simple_delay_slots): Likewise for local "new_label"; use
1664         JUMP_LABEL_AS_INSN as necessary when calling own_thread_p.
1665         (label_before_next_insn): Strengthen return type and local "insn"
1666         from rtx to rtx_insn *.
1667         (relax_delay_slots): Likewise for locals "other", "tmp".
1668         (make_return_insns): Likewise for param "first" and locals "insn",
1669         "jump_insn", "prev".  Move declaration of "pat" to its assignment
1670         and strengthen from rtx to rtx_sequence *.  Use its methods for
1671         clarity and typesafety.
1672         * rtlanal.c (no_labels_between_p): Strengthen params from
1673         const_rtx to const rtx_insn *.  Strengthen local "p" from rtx to
1674         rtx_insn *.
1675         (reg_used_between_p): Strengthen params "from_insn", "to_insn"
1676         from const_rtx to const rtx_insn *.
1677         (reg_set_between_p): Rename param "from_insn" to
1678         "uncast_from_insn", and reintroduce "from_insn" as a
1679         const rtx_insn * via a checked cast.
1680         (modified_between_p): Likewise for param "start" as "uncast_start".
1681         (tablejump_p): Add a cast when invoking NEXT_INSN on "label".
1682         * sel-sched-ir.c (get_seqno_by_preds): Strengthen param and locals
1683         "tmp", head" from rtx to rtx_insn *.
1684         (recompute_rev_top_order): Likewise for local "insn".
1685         * sel-sched-ir.h (get_seqno_by_preds): Likewise for param.
1686         * store-motion.c (build_store_vectors): Likewise for local "insn".
1687         Strengthen local "st" from rtx to rtx_insn_list * and use methods
1688         for clarity and typesafety.
1689         * tree-ssa-loop-ivopts.c (seq_cost): Strengthen param "seq" from
1690         rtx to rtx_insn *.
1691         (computation_cost): Likewise for local "seq".
1692         (get_address_cost): Likewise.
1694 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1696         * rtl.h (tablejump_p): Strengthen first param from const_rtx to
1697         const rtx_insn *.
1698         (label_is_jump_target_p): Likewise for second param.
1700         * rtlanal.c (tablejump_p): Likewise for param "insn".
1701         (label_is_jump_target_p): Likewise for param "jump_insn".
1703 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1705         * rtl.h (find_first_parameter_load): Strengthen return type and
1706         both params from rtx to rtx_insn *.
1707         * rtlanal.c (find_first_parameter_load): Strengthen return type,
1708         both params and locals "before", "first_set" from rtx to
1709         rtx_insn *.  Remove now-redundant cast.
1710         * except.c (sjlj_mark_call_sites): Use NULL rather than NULL_RTX.
1712 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1714         * rtl.h (find_last_value): Delete.
1715         * rtlanal.c (find_last_value): Delete.
1717 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1719         * cfgexpand.c (pass_expand::execute): Strengthen local "after"
1720         from rtx to rtx_insn *.
1721         * cfgrtl.c (force_nonfallthru_and_redirect): Replace use of local
1722         rtx "note" with new local rtx_insn * "new_head" when calculating
1723         head insn of new basic block.
1724         * combine.c (combine_split_insns): Strengthen return type and local
1725         "ret" from rtx to rtx_insn *.
1726         (likely_spilled_retval_p): Likewise for locals "use" and "p".
1727         (try_combine): Eliminate local "m_split", splitting into new
1728         locals "m_split_insn" and "m_split_pat".
1729         (find_split_point): Strengthen local "seq" from rtx into
1730         rtx_insn *.
1731         * config/spu/spu.c (spu_machine_dependent_reorg): Likewise for
1732         locals "label", "branch".
1733         * config/spu/spu.md (define_expand "smulsi3_highpart"): Likewise
1734         for local "insn".
1735         (define_expand "umulsi3_highpart"): Likewise for local "insn".
1736         * dse.c (note_add_store_info): Likewise for fields "first",
1737         "current".
1738         (note_add_store): Likewise for local "insn".
1739         (emit_inc_dec_insn_before): Likewise for locals "insn",
1740         "new_insn", "cur".
1741         (find_shift_sequence): Likewise for locals "shift_seq", "insn".
1742         (replace_read): Likewise for locals "insns", "this_insn".
1743         * dwarf2cfi.c (dw_trace_info): Likewise for field "eh_head".
1744         (notice_eh_throw): Likewise for param "insn".
1745         (before_next_cfi_note): Likewise for return type, param, and local
1746         "prev".
1747         (connect_traces): Likewise for local "note".
1748         * emit-rtl.c (reset_all_used_flags): Likewise for local "p".
1749         (verify_rtl_sharing): Likewise.
1750         (unshare_all_rtl_in_chain): Likewise for param "insn".
1751         (get_first_nonnote_insn): Likewise for local "insn".
1752         (get_last_nonnote_insn): Likewise.  Introduce local rtx_sequence *
1753         "seq" and use its methods to clarify things.
1754         (next_insn): Strengthen return type from rtx to rtx_insn *.
1755         Rename param "insn" to "uncast_insn" and reintroduce "insn" as a
1756         local rtx_insn * using a checked cast, dropping a checked cast
1757         made redundant by this change.  Use a cast to and method of
1758         rtx_sequence to clarify the code.
1759         (previous_insn): Rename param "insn" to "uncast_insn" and
1760         reintroduce "insn" as a local rtx_insn * using a checked cast,
1761         dropping a checked cast made redundant by this change.  Use a cast
1762         to and method of rtx_sequence to clarify the code.
1763         (next_nonnote_insn): Rename param "insn" to "uncast_insn" and
1764         reintroduce "insn" as a local rtx_insn * using a checked cast,
1765         dropping a checked cast made redundant by this change.
1766         (next_nonnote_insn_bb): Likewise.
1767         (prev_nonnote_insn): Likewise.
1768         (prev_nonnote_insn_bb): Likewise.
1769         (next_nondebug_insn): Likewise.
1770         (prev_nondebug_insn): Likewise.
1771         (next_nonnote_nondebug_insn): Likewise.
1772         (prev_nonnote_nondebug_insn): Likewise.
1773         (next_real_insn): Likewise.
1774         (prev_real_insn): Likewise.
1775         (next_active_insn): Likewise.
1776         (prev_active_insn): Likewise.
1777         (next_cc0_user): Likewise.  Use rtx_sequence and a method for
1778         clarity.
1779         (prev_cc0_setter): Likewise.
1780         (try_split): Rename param "trial" to "uncast_trial" and
1781         reintroduce "insn" as a local rtx_insn * using a checked cast,
1782         dropping checked casts made redundant by this change.
1783         Strengthen locals "seq", "tem", "insn_last", "insn", "next" from
1784         rtx to rtx_insn *.
1785         (remove_insn): Rename param "insn" to "uncast_insn" and
1786         reintroduce "insn" as a local rtx_insn * using a checked cast.
1787         (emit_pattern_after_setloc): Likewise for param "after", as
1788         "uncast_after".
1789         (emit_pattern_after): Likewise.  Strengthen local "prev" from
1790         rtx to rtx_insn *.
1791         (emit_pattern_before_setloc): Rename param "before" to
1792         "uncast_before" and reintroduce "before" as a local rtx_insn *
1793         using a checked cast.  Strengthen locals "first", "last" from
1794         rtx to rtx_insn *.
1795         (emit_pattern_before): Likewise rename/cast param "before" to
1796         "uncast_before". Strengthen local "next" from rtx to rtx_insn *.
1797         * except.c (copy_reg_eh_region_note_forward): Strengthen param
1798         "first" and local "insn" from rtx to rtx_insn *.
1799         (copy_reg_eh_region_note_backward): Likewise for param "last"
1800         and local "insn".
1801         * expr.c (fixup_args_size_notes): Rename param "last" to
1802         "uncast_last" and reintroduce "last" as a local rtx_insn *
1803         using a checked cast.  Strengthen local "insn" from rtx to
1804         rtx_insn *.
1805         * function.c (set_insn_locations): Strengthen param "insn" from
1806         rtx to rtx_insn *.
1807         (record_insns): Likewise for param "insns" and local "tmp".
1808         (active_insn_between): Rename param "tail" to
1809         "uncast_tail" and reintroduce "tail" as a local rtx_insn *
1810         using a checked cast.
1811         (thread_prologue_and_epilogue_insns): Split out top-level local
1812         rtx "seq" into three different rtx_insn * locals.  Strengthen
1813         local "prologue_seq" from rtx to rtx_insn *.
1814         * gcse.c (insert_insn_end_basic_block): Strenghen local "insn"
1815         from rtx to rtx_insn *.
1816         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
1817         (priority): Likewise for locals "prev_first", "twin".
1818         (setup_insn_max_reg_pressure): Likewise for param "after".
1819         (sched_setup_bb_reg_pressure_info): Likewise.
1820         (no_real_insns_p): Strengthen params from const_rtx to
1821         const rtx_insn *.
1822         (schedule_block): Strengthen local "next_tail" from rtx to
1823         rtx_insn *.
1824         * ifcvt.c (find_active_insn_before): Strengthen return type and
1825         param "insn" from rtx to rtx_insn *.
1826         (find_active_insn_after): Likewise.
1827         (cond_exec_process_insns): Likewise for param "start" and local "insn".
1828         (cond_exec_process_if_block): Likewise for locals "then_start",
1829         "then_end", "else_start", "else_end", "insn", "start", "end", "from".
1830         (noce_process_if_block): Likewise for local "jump".
1831         (merge_if_block): Likewise for two locals named "end".
1832         (cond_exec_find_if_block): Likewise for local "last_insn".
1833         * jump.c (delete_related_insns): Rename param "insn" to
1834         "uncast_insn" and reintroduce "insn" as a local rtx_insn * using a
1835         checked cast.  Strengthen local "p" from rtx to rtx_insn *.
1836         * lra-constraints.c (inherit_reload_reg): Replace NULL_RTX with
1837         NULL.
1838         (split_reg): Likewise.
1839         * lra.c (lra_process_new_insns): Likewise.
1840         * modulo-sched.c (permute_partial_schedule): Strengthen param
1841         "last" from rtx to rtx_insn *.
1842         * optabs.c (add_equal_note): Likewise for param "insns" and local
1843         "last_insn".
1844         (expand_binop_directly): Add checked casts to rtx_insn * within
1845         NEXT_INSN (pat) uses.
1846         (expand_unop_direct): Likewise.
1847         (maybe_emit_unop_insn): Likewise.
1848         * recog.c (peep2_attempt): Strengthen locals "last",
1849         "before_try", "x" from rtx to rtx_insn *.
1850         * reorg.c (optimize_skip): Strengthen return type and local
1851         "delay_list" from rtx to rtx_insn_list *.  Strengthen param "insn"
1852         and locals "trial", "next_trial" from rtx to rtx_insn *.
1853         * resource.c (next_insn_no_annul): Strengthen return type and
1854         param "insn" from rtx to rtx_insn *.  Use a cast to and method of
1855         rtx_sequence to clarify the code.
1856         (mark_referenced_resources): Add a checked cast to rtx_insn *
1857         within PREV_INSN (x).
1858         (find_dead_or_set_registers): Strengthen return type, param
1859         "target", locals "insn", "next", "jump_insn", "this_jump_insn"
1860         from rtx to rtx_insn *.  Strengthen param "jump_target" from rtx *
1861         to rtx_insn **.
1862         (mark_target_live_regs): Strengthen params "insns" and "target",
1863         locals "insn", "jump_target", "start_insn", "stop_insn" from rtx
1864         to rtx_insn *.  Use cast to and method of rtx_sequence to clarify
1865         the code.
1866         * resource.h (mark_target_live_regs): Strengthen params 1 and 2
1867         from rtx to rtx_insn *.
1868         * rtl.h (copy_reg_eh_region_note_forward): Strengthen second param
1869         from rtx to rtx_insn *.
1870         (copy_reg_eh_region_note_backward): Likewise.
1871         (unshare_all_rtl_in_chain): Likewise for sole param.
1872         (dump_rtl_slim): Strengthen second and third params from const_rtx
1873         to const rtx_insn *.
1874         * sched-deps.c (sched_free_deps): Strengthen params "head" and
1875         "tail" and locals "insn", "next_tail" from rtx to rtx_insn *.
1876         * sched-ebb.c (init_ready_list): Strengthen locals "prev_head",
1877         "next_tail" from rtx to rtx_insn *.
1878         (begin_move_insn): Likewise for local "next".
1879         * sched-int.h (sched_free_deps): Likewise for first and second
1880         params.
1881         (no_real_insns_p): Strengthen both params from const_rtx to
1882         const rtx_insn *.
1883         (sched_setup_bb_reg_pressure_info): Strengthen second params from
1884         rtx to rtx_insn *.
1885         * sched-rgn.c (init_ready_list): Likewise for locals "prev_head",
1886         "next_tail".
1887         * sched-vis.c (dump_rtl_slim): Strengthen params "first", "last"
1888         and locals "insn", "tail" from const_rtx to const rtx_insn *.
1889         (rtl_dump_bb_for_graph): Strengthen local "insn" from rtx to
1890         rtx_insn *.
1891         (debug_rtl_slim): Strengthen params "first" and "last" from
1892         const_rtx to const rtx_insn *.
1893         * shrink-wrap.c (try_shrink_wrapping): Strengthen param
1894         "prologue_seq" and locals "seq", "p_insn" from rtx to rtx_insn *.
1895         (convert_to_simple_return): Likewise for param "returnjump".
1896         * shrink-wrap.h (try_shrink_wrapping): Likewise for param
1897         "prologue_seq".
1898         (convert_to_simple_return): Likewise for param "returnjump".
1899         * valtrack.c (propagate_for_debug): Likewise for params
1900         "insn", "last".
1901         * valtrack.h (propagate_for_debug): Likewise for second param.
1903 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1905         * output.h (insn_current_reference_address): Strengthen param
1906         from rtx to rtx_insn *.
1907         * final.c (insn_current_reference_address): Likewise.
1909 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1911         * basic-block.h (inside_basic_block_p): Strengthen param from
1912         const_rtx to const rtx_insn *.
1913         * cfgbuild.c (inside_basic_block_p): Likewise.
1915 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1917         * dwarf2cfi.c (dw_trace_info): Strengthen field "head" from rtx to
1918         rtx_insn *.
1919         (get_trace_info): Likewise for param "insn".
1920         (save_point_p): Likewise.
1921         (maybe_record_trace_start): Likewise for both params.
1922         (maybe_record_trace_start_abnormal): Likewise.
1923         (create_trace_edges): Likewise for sole param and for three of the
1924         locals named "lab".
1925         (scan_trace): Strengthen local "prev", "insn", "control" from rtx
1926         to rtx_insn *, and update a call to pat->element to pat->insn.
1928 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1930         * function.h (struct expr_status): Convert field "x_forced_labels"
1931         from rtx_expr_list * to rtx_insn_list *.
1933         * cfgbuild.c (make_edges): Convert local "x" from an
1934         rtx_expr_list * to an rtx_insn_list *, replacing use of
1935         "element" method with "insn" method.
1936         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
1937         * except.c (sjlj_emit_dispatch_table): Replace use of
1938         gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending to
1939         forced_labels.
1940         * jump.c (rebuild_jump_labels_1): Convert local "insn" from an
1941         rtx_expr_list * to an rtx_insn_list *, replacing use of
1942         "element" method with "insn" method.
1943         * reload1.c (set_initial_label_offsets): Likewise for local "x".
1944         * stmt.c (label_rtx): Strengthen local "ref" from rtx to
1945         rtx_insn *, adding a checked cast.  Replace use of
1946         gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending it to
1947         forced_labels.
1948         (expand_label): Likewise for local "label_r".
1950 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1952         * function.h (struct rtl_data): Convert field
1953         "x_nonlocal_goto_handler_labels" from rtx_expr_list * to
1954         rtx_insn_list *.
1955         * rtl.h (remove_node_from_insn_list): New prototype.
1957         * builtins.c (expand_builtin): When prepending to
1958         nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
1959         gen_rtx_EXPR_LIST.
1960         * cfgbuild.c (make_edges): Convert local "x" from rtx_expr_list *
1961         to rtx_insn_list *, and use its "insn" method rather than
1962         "element" method.
1963         * cfgrtl.c (delete_insn): Use new function
1964         remove_node_from_insn_list rather than
1965         remove_node_from_expr_list.
1966         (cfg_layout_initialize): Convert local "x" from rtx_expr_list *
1967         to rtx_insn_list *, and use its "insn" method rather than
1968         "element" method.
1969         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
1970         * reload1.c (set_initial_label_offsets): Likewise for local "x".
1971         * rtlanal.c (remove_node_from_insn_list): New function, adapted
1972         from remove_node_from_expr_list.
1973         * stmt.c (expand_label): When prepending to
1974         nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
1975         gen_rtx_EXPR_LIST.
1977 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1979         * function.h (struct rtl_data): Strengthen fields "x_return_label"
1980         and "x_naked_return_label" from rtx to rtx_code_label *.
1982 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1984         * rtl.h (SET_PREV_INSN): Strengthen param from rtx to rtx_insn *.
1985         (SET_NEXT_INSN): Likewise.
1986         (gen_rtvec_v): Add an overload for param types (int, rtx_insn **).
1988         * config/c6x/c6x.c (gen_one_bundle): Strengthen param "slot" from
1989         rtx * to rtx_insn **.  Introduce a new local rtx "seq", using it
1990         to split out the SEQUENCE from local "bundle", strengthening the
1991         latter from rtx to rtx_insn * to hold the insn holding the SEQUENCE.
1992         Strengthen locals "t" and "insn" from rtx to rtx_insn *.
1993         (c6x_gen_bundles): Strengthen locals "insn", "next", "last_call"
1994         and the type of the elements of the "slot" array from rtx to
1995         rtx_insn *.
1996         (reorg_split_calls): Likewise for locals "insn" and "next", and
1997         the type of the elements of the "slot" array.
1999         * config/frv/frv.c (frv_nops): Likewise for the elements of this
2000         array.
2001         (frv_function_prologue): Likewise for locals "insn", "next",
2002         "last_call".
2003         (frv_register_nop): Introduce a local "nop_insn" to be the
2004         rtx_insn * containing rtx "nop".
2006         * config/mep/mep.c (mep_make_bundle): Param "core" is sometimes
2007         used as an insn and sometimes as a pattern, so rename it to
2008         "core_insn_or_pat", and introduce local rtx_insn * "core_insn",
2009         using it where dealing with the core insn.
2011         * config/picochip/picochip.c (reorder_var_tracking_notes):
2012         Strengthen locals "insn", "next", "last_insn", "queue",
2013         "next_queue", "prev" from rtx to rtx_insn *.
2015         * emit-rtl.c (gen_rtvec_v): Add overloaded implementation for when
2016         the second param is an rtx_insn ** rather than an rtx **.
2017         (link_insn_into_chain): Strengthen locals "seq" and "sequence"
2018         from rtx to rtx_sequence *, and introduce local named "sequence",
2019         using methods of rtx_sequence to clarify the code.
2020         (remove_insn): Introduce local rtx_sequence * named "sequence" and
2021         use its methods.
2022         (emit_insn_after_1): Strengthen return type from rtx to rtx_insn *.
2023         Rename param "after" to "uncast_after", reintroducing "after" as a
2024         local rtx_insn * with a checked cast.
2025         (emit_pattern_after_noloc): Rename param "after" to "uncast_after",
2026         reintroducing "after" as a local rtx_insn * with a checked cast.
2027         Strengthen local "last" from rtx to rtx_insn * and remove the
2028         now-redundant checked casts.
2029         (copy_delay_slot_insn): Strengthen return type and param from rtx
2030         to rtx_insn *.
2032         * haifa-sched.c (reemit_notes): Strengthen params "insn" and
2033         "last" from rtx to rtx_insn *.
2035 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2037         * emit-rtl.h (copy_delay_slot_insn): Strengthen return type and
2038         param from rtx to rtx_insn *.
2040         * emit-rtl.c (copy_delay_slot_insn): Likewise.
2042         * reorg.c (skip_consecutive_labels): Strengthen return type, param
2043         and local "insn" from rtx to rtx_insn *.
2044         (unfilled_slots_base): Strengthen type from rtx * to rtx_insn **.
2045         (unfilled_slots_next): Likewise.
2046         (function_return_label): Strengthen from rtx to rtx_code_label *.
2047         (function_simple_return_label): Likewise.
2048         (first_active_target_insn): Strengthen return type and param from
2049         rtx to rtx_insn *.
2050         (find_end_label): Strengthen return type from rtx to
2051         rtx_code_label *; strengthen locals as appropriate.
2052         (emit_delay_sequence): Strengthen return type, param "insn" and
2053         local "seq_insn" from rtx to rtx_insn *.  Strengthen param "list"
2054         and local "li" from rtx to rtx_insn_list *, using methods of
2055         rtx_insn_list for clarity and typesafety.
2056         (add_to_delay_list): Strengthen return type and param "insn" from
2057         rtx to rtx_insn *.  Strengthen param "delay_list" from rtx to
2058         rtx_insn_list * and use methods of rtx_insn_list.
2059         (delete_from_delay_slot): Strengthen return type, param "insn",
2060         locals "trial", "seq_insn", "prev" from rtx to rtx_insn *.
2061         Strengthen local "seq" from rtx to rtx_sequence *, and local
2062         "delay_list" from rtx to rtx_insn_list *, using methods of
2063         rtx_sequence for clarity and type-safety.
2064         (delete_scheduled_jump): Add checked cast when invoking
2065         delete_from_delay_slot.  Strengthen local "trial" from rtx to
2066         rtx_insn *.
2067         (optimize_skip): Strengthen return type and local "delay_list"
2068         from rtx to rtx_insn_list *.  Strengthen local "trial" from rtx to
2069         rtx_insn *.
2070         (steal_delay_list_from_target): Strengthen return type, param
2071         "delay_list" and local "new_delay_list" from rtx to
2072         rtx_insn_list *.  Strengthen param "seq" from rtx to
2073         rtx_sequence *.  Strengthen param "pnew_thread" from rtx * to
2074         rtx_insn **.
2075         Split out local "temp" into multiple more-tightly scoped locals:
2076         sometimes an rtx_insn_list *, and once a rtx_insn *.  Use methods
2077         of rtx_insn_list and rtx_sequence for clarity and typesafety.
2078         Strengthen locals named "trial" from rtx to rtx_insn *.
2079         (steal_delay_list_from_fallthrough): Strengthen return type and
2080         param "delay_list" from rtx to rtx_insn_list *.  Strengthen param
2081         "seq" from rtx to rtx_sequence *.  Use methods of rtx_sequence.
2082         Strengthen local "trial" from rtx to rtx_insn *.
2083         (try_merge_delay_insns): Strength local "merged_insns" from rtx
2084         to rtx_insn_list * and use its methods.  Strengthen local "pat"
2085         from rtx to rtx_sequence * and use its methods.  Strengthen locals
2086         "dtrial" and "new_rtx" from rtx to rtx_insn *.
2087         (get_label_before): Strengthen return type and local "label" from
2088         rtx to rtx_insn *.
2089         (fill_simple_delay_slots): Likewise for locals "insn", "trial",
2090         "next_trial", "next", prev".  Strengthen local "delay_list" from
2091         rtx to rtx_insn_list *  Strengthen local "tmp" from rtx * to
2092         rtx_insn **.
2093         (follow_jumps): Strengthen return type, param "label" and locals
2094         "insn", "next", "value", "this_label" from rtx to rtx_insn *.
2095         (fill_slots_from_thread): Strengthen return type, param
2096         "delay_list" from rtx to rtx_insn_list *.  Strengthen params
2097         "insn", "thread", "opposite_thread" and locals "new_thread",
2098         "trial", "temp", "ninsn" from rtx to rtx_insn *.  Introduce local
2099         "sequence" from a checked cast to rtx_sequence so that we can call
2100         steal_delay_list_from_target and steal_delay_list_from_fallthrough
2101         with an rtx_sequence *.
2102         (fill_eager_delay_slots): Strengthen locals "insn", "target_label",
2103         "insn_at_target", "fallthrough_insn" from rtx to rtx_insn *.
2104         Strengthen local "delay_list" from rtx to rtx_insn_list *.
2105         (relax_delay_slots): Strengthen param "first" and locals "insn",
2106         "next", "trial", "delay_insn", "target_label" from rtx to
2107         rtx_insn *.  Strengthen local "pat" from rtx to rtx_sequence *.
2108         Introduce a local "trial_seq" for PATTERN (trial) of type
2109         rtx_sequence *, in both cases using methods of rtx_sequence.
2110         (dbr_schedule): Strengthen param "first" and locals "insn",
2111         "next", "epilogue_insn" from rtx to rtx_insn *.
2113 2014-08-28  Richard Biener  <rguenther@suse.de>
2115         PR tree-optimization/62283
2116         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
2117         Do not peel loops for alignment where the vector loop likely
2118         doesn't run at least VF times.
2120 2014-08-28  Bin Cheng  <bin.cheng@arm.com>
2122         * tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter
2123         important_candidates.  Consider all important candidates if
2124         IVS doesn't give any result.  Remove check on ivs->upto.
2125         (try_add_cand_for): Call iv_ca_add_use only once.
2127 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2128             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
2129             Anna Tikhonova  <anna.tikhonova@intel.com>
2130             Ilya Tocar  <ilya.tocar@intel.com>
2131             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2132             Ilya Verbin  <ilya.verbin@intel.com>
2133             Kirill Yukhin  <kirill.yukhin@intel.com>
2134             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
2136         (define_mode_iterator VI12_AVX2): Add V64QI and V32HI modes.
2137         (define_expand "<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Add
2138         masking.
2139         (define_insn "*<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Ditto.
2140         (define_expand "<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
2141         (define_insn "*<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
2142         (define_insn "*mul<mode>3"): Add EVEX version.
2144 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2145             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
2146             Anna Tikhonova  <anna.tikhonova@intel.com>
2147             Ilya Tocar  <ilya.tocar@intel.com>
2148             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2149             Ilya Verbin  <ilya.verbin@intel.com>
2150             Kirill Yukhin  <kirill.yukhin@intel.com>
2151             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
2153         * config/i386/sse.md
2154         (define_insn "avx512bw_interleave_highv64qi<mask_name>"): New.
2155         (define_insn "avx2_interleave_highv32qi<mask_name>"): Add masking.
2156         (define_insn "vec_interleave_highv16qi<mask_name>"): Ditto.
2157         (define_insn "avx2_interleave_lowv32qi<mask_name>"): Ditto.
2158         (define_insn "vec_interleave_lowv16qi<mask_name>"): Ditto.
2159         (define_insn "avx2_interleave_highv16hi<mask_name>"): Ditto.
2160         (define_insn "vec_interleave_highv8hi<mask_name>"): Ditto.
2161         (define_insn "avx2_interleave_lowv16hi<mask_name>"): Ditto.
2162         (define_insn "vec_interleave_lowv8hi<mask_name>"): Ditto.
2163         (define_insn "avx2_interleave_highv8si<mask_name>"): Ditto.
2164         (define_insn "vec_interleave_highv4si<mask_name>"): Ditto.
2165         (define_insn "avx2_interleave_lowv8si<mask_name>"): Ditto.
2166         (define_insn "vec_interleave_lowv4si<mask_name>"): Ditto.
2167         (define_insn "vec_interleave_highv16qi<mask_name>"): New.
2168         (define_insn "avx512bw_interleave_highv32hi<mask_name>"): Ditto.
2169         (define_insn "<mask_codefor>avx512bw_interleave_lowv32hi<mask_name>"): Ditto.
2171 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2172             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
2173             Anna Tikhonova  <anna.tikhonova@intel.com>
2174             Ilya Tocar  <ilya.tocar@intel.com>
2175             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2176             Ilya Verbin  <ilya.verbin@intel.com>
2177             Kirill Yukhin  <kirill.yukhin@intel.com>
2178             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
2180         * config/i386/sse.md
2181         (define_mode_iterator VIMAX_AVX2): Add V4TI mode.
2182         (define_insn "<sse2_avx2>_ashl<mode>3"): Add EVEX version.
2183         (define_insn "<sse2_avx2>_lshr<mode>3"): Ditto.
2185 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2186             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
2187             Anna Tikhonova  <anna.tikhonova@intel.com>
2188             Ilya Tocar  <ilya.tocar@intel.com>
2189             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2190             Ilya Verbin  <ilya.verbin@intel.com>
2191             Kirill Yukhin  <kirill.yukhin@intel.com>
2192             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
2194         * config/i386/sse.md
2195         (define_mode_iterator VI128_256): New.
2196         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Ditto.
2198 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2199             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
2200             Anna Tikhonova  <anna.tikhonova@intel.com>
2201             Ilya Tocar  <ilya.tocar@intel.com>
2202             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2203             Ilya Verbin  <ilya.verbin@intel.com>
2204             Kirill Yukhin  <kirill.yukhin@intel.com>
2205             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
2207         * config/i386/sse.md
2208         (define_mode_iterator VI8_256_512): New.
2209         (define_insn "<mask_codefor>avx512dq_cvtps2qq<mode><mask_name><round_name>"):
2210         Ditto.
2211         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
2212         (define_insn "<mask_codefor>avx512dq_cvtps2uqq<mode><mask_name><round_name>"):
2213         Ditto.
2214         (define_insn "<mask_codefor>avx512dq_cvtps2uqqv2di<mask_name>"): Ditto.
2216 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2218         * varasm.c (compute_reloc_for_rtx_1): Take a const_rtx.  Remove the
2219         pointer to the cumulative reloc value and return the value for
2220         this reloc instead.
2221         (compute_reloc_for_rtx): Take a const_rtx.  Call
2222         compute_reloc_for_rtx_1 directly for SYMBOL_REF and LABEL_REF,
2223         avoiding any recursion.  Use FOR_EACH_SUBRTX rather than
2224         for_each_rtx for the CONST case.
2226 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2228         * varasm.c (mark_constant): Replace this for_each_rtx callback with...
2229         (mark_constants_in_pattern): ...this new function to iterate over
2230         all the subrtxes.
2231         (mark_constants): Update accordingly.
2233 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2235         * varasm.c: Include rtl-iter.h.
2236         (const_rtx_hash_1): Take a const_rtx rather than an rtx *.
2237         Remove the pointer to the cumulative hashval_t and just return
2238         the hash for this rtx instead.  Remove recursive CONST_VECTOR case.
2239         (const_rtx_hash): Use FOR_EACH_SUBRTX instead of for_each_rtx.
2240         Accumulate the hashval_ts here instead of const_rtx_hash_1.
2242 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2244         * var-tracking.c (add_uses): Take an rtx rather than an rtx *.
2245         Give real type of data parameter.  Remove return value.
2246         (add_uses_1): Use FOR_EACH_SUBRTX_VAR rather than for_each_rtx
2247         to iterate over subrtxes.
2249 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2251         * var-tracking.c (use_narrower_mode_test): Turn from being a
2252         for_each_rtx callback to being a function that examines each
2253         subrtx itself.
2254         (adjust_mems): Update accordingly.
2256 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2258         * var-tracking.c (non_suitable_const): Turn from being a for_each_rtx
2259         callback to being a function that examines each subrtx itself.
2260         Remove handling of null rtxes.
2261         (add_uses): Update accordingly.
2263 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2265         * var-tracking.c: Include rtl-iter.h.
2266         (rtx_debug_expr_p): Turn from being a for_each_rtx callback
2267         to being a function that examines each subrtx itself.
2268         (use_type): Update accordingly.
2270 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2272         * store-motion.c: Include rtl-iter.h.
2273         (extract_mentioned_regs_1): Delete.
2274         (extract_mentioned_regs): Use FOR_EACH_SUBRTX_VAR rather than
2275         for_each_rtx to iterate over subrtxes.
2277 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2279         * sel-sched.c: Include rtl-iter.h
2280         (count_occurrences_1): Delete.
2281         (count_occurrences_equiv): Turn rtxes into const_rtxes.
2282         Use FOR_EACH_SUBRTX rather than for_each_rtx.
2284 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2286         * rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.
2287         * rtlanal.c (tls_referenced_p_1): Delete.
2288         (tls_referenced_p): Take a const_rtx rather than an rtx.
2289         Use FOR_EACH_SUBRTX rather than for_each_rtx.
2291 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2293         * rtl.h (for_each_inc_dec_fn): Remove special case for -1.
2294         (for_each_inc_dec): Take an rtx rather than an rtx *.
2295         * cselib.c (cselib_record_autoinc_cb): Update accordingly.
2296         (cselib_record_sets): Likewise.
2297         * dse.c (emit_inc_dec_insn_before, check_for_inc_dec_1)
2298         (check_for_inc_dec): Likewise.
2299         * rtlanal.c (for_each_inc_dec_ops): Delete.
2300         (for_each_inc_dec_find_inc_dec): Take the MEM as argument,
2301         rather than a pointer to the memory address.  Replace
2302         for_each_inc_dec_ops argument with separate function and data
2303         arguments.  Abort on non-autoinc addresses.
2304         (for_each_inc_dec_find_mem): Delete.
2305         (for_each_inc_dec): Take an rtx rather than an rtx *.  Use
2306         FOR_EACH_SUBRTX_VAR to visit every autoinc MEM.
2308 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2310         * rtl.h (find_all_hard_regs): Declare.
2311         * rtlanal.c (find_all_hard_regs): New function.
2312         (record_hard_reg_uses_1): Delete.
2313         (record_hard_reg_uses): Use find_all_hard_regs.
2315 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2317         * rtl.h (replace_label_data): Delete.
2318         (replace_label): Take the old label, new label and update-nuses flag
2319         as direct arguments.  Return void.
2320         * cfgcleanup.c (outgoing_edges_match): Update accordingly.
2321         * rtlanal.c (replace_label): Update interface as above.  Handle
2322         JUMP_TABLE_DATA as a special case.  Handle JUMPs outside the
2323         iterator.  Use FOR_EACH_SUBRTX_PTR.
2325 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2327         * rtl.h (get_pool_constant, rtx_referenced_p): Replace rtx parameters
2328         with const_rtx parameters.
2329         * varasm.c (get_pool_constant): Likewise.
2330         * rtlanal.c (rtx_referenced_p_1): Delete.
2331         (rtx_referenced_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
2332         Assert that the rtx we're looking for is nonnull.  Allow searches
2333         for constant pool SYMBOL_REFs.
2335 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2337         * reload1.c: Include rtl-iter.h.
2338         (note_reg_elim_costly): Turn from being a for_each_rtx callback
2339         to being a function that examines each subrtx itself.
2340         (eliminate_regs_1, elimination_costs_in_insn): Update accordingly.
2342 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2344         * regcprop.c (cprop_find_used_regs_1): Delete.
2345         (cprop_find_used_regs): Use FOR_EACH_SUBRTX instead of for_each_rtx.
2347 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2349         * regcprop.c: Include rtl-iter.h.
2350         (kill_value): Take a const_rtx.
2351         (kill_autoinc_value): Turn from being a for_each_rtx callback
2352         to being a function that examines each subrtx itself.
2353         (copyprop_hardreg_forward_1): Update accordingly.
2355 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2357         * reg-stack.c: Include rtl-iter.h.
2358         (subst_stack_regs_in_debug_insn): Delete.
2359         (subst_all_stack_regs_in_debug_insn): Use FOR_EACH_SUBRTX_PTR
2360         instead of for_each_rtx.
2362 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2364         * lower-subreg.c (find_decomposable_subregs): Turn from being
2365         a for_each_rtx callback to being a function that examines each
2366         subrtx itself.  Remove handling of null rtxes.
2367         (decompose_multiword_subregs): Update accordingly.
2369 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2371         * lower-subreg.c (adjust_decomposed_uses): Delete.
2372         (resolve_debug): Use FOR_EACH_SUBRTX_PTR rather than for_each_rtx.
2373         Remove handling of null rtxes.
2375 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2377         * lower-subreg.c: Include rtl-iter.h.
2378         (resolve_subreg_use): Turn from being a for_each_rtx callback
2379         to being a function that examines each subrtx itself.  Remove
2380         handling of null rtxes.
2381         (resolve_reg_notes, resolve_simple_move): Update accordingly.
2382         (decompose_multiword_subregs): Likewise.
2384 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2386         * loop-iv.c (altered_reg_used): Turn from being a for_each_rtx callback
2387         to being a function that examines each subrtx itself.
2388         (simplify_using_condition, simplify_using_initial_values): Update
2389         accordingly.
2391 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2393         * loop-iv.c: Include rtl-iter.h.
2394         (find_single_def_src): New function.
2395         (replace_single_def_regs): Turn from being a for_each_rtx callback
2396         to being a function that examines each subrtx itself.
2397         (replace_in_expr, simplify_using_initial_values): Update accordingly.
2399 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2401         * jump.c (eh_returnjump_p_1): Delete.
2402         (eh_returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
2403         Remove handling of null rtxes.
2405 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2407         * jump.c: Include rtl-iter.h.
2408         (returnjump_p_1): Delete.
2409         (returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
2410         Remove handling of null rtxes.
2412 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2414         * ira.c: Include rtl-iter.h.
2415         (set_paradoxical_subreg): Turn from being a for_each_rtx callback
2416         to being a function that examines each subrtx itself.  Remove
2417         handling of null rtxes.
2418         (update_equiv_regs): Update call accordingly.
2420 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2422         * fwprop.c: Include rtl-iter.h.
2423         (varying_mem_p): Turn from being a for_each_rtx callback to being
2424         a function that examines each subrtx itself.
2425         (propagate_rtx): Update accordingly.
2427 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2429         * function.c: Include rtl-iter.h
2430         (instantiate_virtual_regs_in_rtx): Turn from being a for_each_rtx
2431         callback to being a function that examines each subrtx itself.
2432         Return the changed flag.
2433         (instantiate_virtual_regs_in_insn, instantiate_decl_rtl)
2434         (instantiate_virtual_regs): Update calls accordingly.
2436 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2438         * final.c: Include rtl-iter.h.
2439         (mark_symbol_ref_as_used): Delete.
2440         (mark_symbol_refs_as_used): Use FOR_EACH_SUBRTX instead of
2441         for_each_rtx.
2443 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2445         * emit-rtl.c: Include rtl-iter.h.
2446         (find_auto_inc): Turn from being a for_each_rtx callback to being
2447         a function that examines each subrtx itself.  Assume the first operand
2448         to an RTX_AUTOINC is the automodified register.
2449         (try_split): Update call accordingly.
2451 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2453         * dwarf2out.c (resolve_one_addr): Remove unused data parameter.
2454         Return a bool, inverting the result so that 0/false means "not ok".
2455         Use FOR_EACH_SUBRTX_PTR instead of for_each_rtx to iterate over
2456         subrtxes of a CONST.
2457         (mem_loc_descriptor, add_const_value_attribute)
2458         (resolve_addr_in_expr): Update calls accordingly.
2460 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2462         * dwarf2out.c: Include rtl-iter.h.
2463         (const_ok_for_output_1): Take the rtx instead of a pointer to it.
2464         Remove unused data parameter.  Return a bool, inverting the result
2465         so that 0/false means "not ok".
2466         (const_ok_for_output): Update accordingly.  Use FOR_EACH_SUBRTX_VAR
2467         instead of for_each_rtx.
2469 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2471         * dse.c: Include rtl-iter.h.
2472         (check_mem_read_rtx): Change void * parameter to real type.
2473         Remove return value.
2474         (check_mem_read_use): Fix comment.  Use FOR_EACH_SUBRTX_PTR instead of
2475         for_each_rtx.  Don't handle null rtxes.
2477 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2479         * df-problems.c: Include rtl-iter.h.
2480         (find_memory): Turn from being a for_each_rtx callback to being
2481         a function that examines each subrtx itself.  Continue to look for
2482         volatile references even after a nonvolatile one has been found.
2483         (can_move_insns_across): Update calls accordingly.
2485 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2487         * ddg.c (walk_mems_2, walk_mems_1): Delete.
2488         (insns_may_alias_p): Use FOR_EACH_SUBRTX rather than for_each_rtx
2489         to iterate over subrtxes.  Return a bool rather than an int.
2491 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2493         * ddg.c: Include rtl-iter.h.
2494         (mark_mem_use_1): Rename to...
2495         (mark_mem_use): ...deleting old mark_mem_use.  Use FOR_EACH_SUBRTX
2496         instead of for_each_rtx.
2497         (mem_read_insn_p): Update accordingly.
2499 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2501         * cse.c (change_cc_mode_args): Delete.
2502         (cse_change_cc_mode): Turn from being a for_each_rtx callback to being
2503         a function that examines each subrtx itself.  Take the fields of
2504         change_cc_mode_args as argument and return void.
2505         (cse_change_cc_mode_insn): Update calls accordingly.
2507 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2509         * cse.c (is_dead_reg): Change argument to const_rtx.
2510         (dead_debug_insn_data): Delete.
2511         (is_dead_debug_insn): Expand commentary.  Turn from being a
2512         for_each_rtx callback to being a function that examines
2513         each subrtx itself.  Take the fields of dead_debug_insn_data
2514         as argument.
2515         (delete_trivially_dead_insns): Update call accordingly.
2517 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2519         * cse.c (check_for_label_ref): Move earlier in file.  Turn from
2520         being a for_each_rtx callback to being a function that examines
2521         each subrtx itself.
2522         (cse_extended_basic_block): Update call accordingly.
2524 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2526         * cse.c (check_dependence_data): Delete.
2527         (check_dependence): Change from being a for_each_rtx callback to being
2528         a function that examines all subrtxes itself.  Don't handle null rtxes.
2529         (invalidate): Update call accordingly.
2531 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2533         * cse.c: Include rtl-iter.h.
2534         (approx_reg_cost_1): Delete.
2535         (approx_reg_cost): Use FOR_EACH_SUBRTX instead of for_each_rtx.
2536         Don't handle null rtxes.
2538 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2540         * cfgcleanup.c: Include rtl-iter.h.
2541         (mentions_nonequal_regs): Turn from being a for_each_rtx callback
2542         to being a function that examines each subrtx itself.
2543         (thread_jump): Update accordingly.
2545 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2547         * combine-stack-adj.c: Include rtl-iter.h.
2548         (record_stack_refs_data): Delete.
2549         (record_stack_refs): Turn from being a for_each_rtx callback
2550         to being a function that examines each subrtx itself.
2551         Take a pointer to the reflist.  Invert sense of return value
2552         so that true means success and false means failure.  Don't
2553         handle null rtxes.
2554         (combine_stack_adjustments_for_block): Update accordingly.
2556 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2558         * combine.c (record_truncated_value): Turn from being a for_each_rtx
2559         callback to a function that takes an rtx and returns a bool
2560         (record_truncated_values): Use FOR_EACH_SUBRTX_VAR instead of
2561         for_each_rtx.
2563 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2565         * combine.c: Include rtl-iter.h.
2566         (unmentioned_reg_p_1): Delete.
2567         (unmentioned_reg_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
2568         Don't handle null rtxes.
2570 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2572         * calls.c: Include rtl-iter.h.
2573         (internal_arg_pointer_based_exp_1): Delete.
2574         (internal_arg_pointer_based_exp): Take a const_rtx.
2575         Use FOR_EACH_SUBRTX to iterate over subrtxes.
2577 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2579         * caller-save.c: Include rtl-iter.h.
2580         (add_used_regs_1): Delete.
2581         (add_used_regs): Use FOR_EACH_SUBRTX rather than for_each_rtx
2582         to iterate over subrtxes.  Assert that any remaining pseudos
2583         have been spilled.
2585 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2587         * bt-load.c: Include rtl-iter.h.
2588         (btr_reference_found, find_btr_reference, btr_referenced_p): Delete.
2589         (find_btr_use): Move further up file.  Use FOR_EACH_SUBRTX_PTR
2590         to iterate over subrtxes.
2591         (insn_sets_btr_p, new_btr_user, compute_defs_uses_and_gen): Use
2592         find_btr_use rather than btr_referenced_p.
2594 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2596         * alias.c: Include rtl-iter.h.
2597         (refs_newer_value_cb): Delete.
2598         (refs_newer_value_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
2600 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
2602         * rtl-iter.h: New file.
2603         * rtlanal.c: Include it.
2604         (rtx_all_subrtx_bounds, rtx_nonconst_subrtx_bounds): New variables.
2605         (generic_subrtx_iterator <T>::add_single_to_queue)
2606         (generic_subrtx_iterator <T>::add_subrtxes_to_queue)
2607         (generic_subrtx_iterator <T>::free_array): New functions.
2608         (generic_subrtx_iterator <T>::LOCAL_ELEMS): Define.
2609         (generic_subrtx_iterator <const_rtx_accessor>)
2610         (generic_subrtx_iterator <rtx_var_accessor>
2611         (generic_subrtx_iterator <rtx_ptr_accessor>): Instantiate.
2612         (setup_reg_subrtx_bounds): New function.
2613         (init_rtlanal): Call it.
2615 2014-08-27  Kaz Kojima  <kkojima@gcc.gnu.org>
2617         PR target/62261
2618         * config/sh/sh.md (ashlsi3): Handle negative shift count for
2619         TARGET_SHMEDIA.
2620         (ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
2622 2014-08-27  Richard Sandiford  <rdsandiford@googlemail.com>
2624         * emit-rtl.c (set_unique_reg_note): Discard notes with side effects.
2626 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2628         * rtl.h (JUMP_LABEL_AS_INSN): New.
2630 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2632         * rtl.h (free_EXPR_LIST_list): Strengthen param from rtx * to
2633         rtx_expr_list **.
2634         (alloc_EXPR_LIST): Strengthen return type from rtx to
2635         rtx_expr_list *.
2636         (remove_free_EXPR_LIST_node): Likewise for param.
2637         * reload.h (struct reg_equivs_t): Strengthen field "alt_mem_list"
2638         from rtx to rtx_expr_list *.
2639         * sched-int.h (struct deps_desc): Strengthen fields
2640         "pending_read_mems" and "pending_write_mems" from rtx to
2641         rtx_expr_list *.
2643         * dwarf2out.c (decl_piece_varloc_ptr): Strengthen return type from
2644         rtx to rtx_expr_list *.
2645         * lists.c (alloc_INSN_LIST): Likewise, also for local "r".
2646         (free_EXPR_LIST_list): Strengthen param "listp" from rtx * to
2647         rtx_expr_list **.
2648         (remove_free_EXPR_LIST_node): Likewise.  Strengthen local "node"
2649         from rtx to rtx_expr_list *.
2650         * loop-iv.c (simplify_using_initial_values): Strengthen local
2651         "cond_list" from rtx to rtx_expr_list *, and locals "pnode",
2652         "pnote_next" from rtx * to rtx_expr_list **.
2653         * sched-deps.c (remove_from_both_dependence_lists):  Strengthen
2654         param "exprp" from rtx * to rtx_expr_list **.
2655         (add_insn_mem_dependence): Strengthen local "mem_list" from
2656         rtx * to rtx_expr_list **.  Strengthen local "mem_node" from rtx
2657         to rtx_expr_list *.
2658         * sched-rgn.c (concat_insn_mem_list): Strengthen param "copy_mems"
2659         and local "new_mems" from rtx to rtx_expr_list *.  Strengthen
2660         param "old_mems_p" from rtx * to rtx_expr_list **.
2661         * var-tracking.c (struct adjust_mem_data): Strengthen field
2662         "side_effects" from rtx to rtx_expr_list *.
2663         (adjust_insn): Replace NULL_RTX with NULL when assigning to
2664         rtx_expr_list *.
2665         (prepare_call_arguments): Likewise.
2667 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2669         * function.h (struct rtl_data): Strengthen field
2670         "x_stack_slot_list" from rtx to rtx_expr_list *.
2672         * emit-rtl.c (unshare_all_rtl_1): Add a checked cast
2673         when assigning to stack_slot_list.
2675 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2677         * function.h (struct rtl_data): Strengthen field
2678         x_nonlocal_goto_handler_labels from rtx to rtx_expr_list *.
2679         * rtl.h (remove_node_from_expr_list): Strengthen second param from
2680         rtx * to rtx_expr_list **.
2682         * cfgbuild.c (make_edges): In loop over
2683         nonlocal_goto_handler_labels, strengthen local "x" from rtx to
2684         rtx_expr_list *, and use methods of the latter class to clarify
2685         the code.
2686         * cfgrtl.c (cfg_layout_initialize): Strengthen local "x" from rtx to
2687         rtx_expr_list *, and use methods of the latter class to clarify
2688         the code.
2689         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
2690         * reload1.c (set_initial_label_offsets): Likewise for local "x".
2691         * rtlanal.c (remove_node_from_expr_list): Strengthen param "listp"
2692         from rtx * to rtx_expr_list **.  Strengthen local "temp" from rtx
2693         to rtx_expr_list *.  Use methods of the latter class to clarify
2694         the code.
2696 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2698         * function.h (struct expr_status): Strengthen field
2699         "x_forced_labels" from rtx to rtx_expr_list *.
2701         * cfgbuild.c (make_edges): Split local "x" into two locals,
2702         strengthening one from rtx to rtx_expr_list *, and using methods
2703         of said class.
2704         * dwarf2cfi.c (create_trace_edges): Split local "lab" out; within
2705         loop over forced_labels, introduce strengthen it from rtx to
2706         rtx_expr_list *, using methods to clarify the code.
2707         * jump.c (rebuild_jump_labels_1): Strengthen local "insn" from rtx
2708         to rtx_expr_list *, using methods of said class to clarify the
2709         code.
2710         * reload1.c (set_initial_label_offsets): Split local "x" into two
2711         per-loop variables, strengthening the first from rtx to
2712         rtx_expr_list * and using methods.
2714 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2716         * coretypes.h (class rtx_expr_list): Add forward declaration.
2717         * emit-rtl.c (gen_rtx_EXPR_LIST): New.
2718         * gengenrtl.c (special_rtx): Add EXPR_LIST.
2719         * rtl.h (class rtx_expr_list): New subclass of rtx_def, adding
2720         invariant: GET_CODE (X) == EXPR_LIST.
2721         (is_a_helper <rtx_expr_list *>::test): New.
2722         (rtx_expr_list::next): New.
2723         (rtx_expr_list::element): New.
2724         (gen_rtx_EXPR_LIST): New.
2726 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2728         * varasm.c (mark_constants): Convert a GET_CODE check into a
2729         dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
2730         Use methods of rtx_sequence to clarify the code.
2732 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2734         * sched-vis.c (print_pattern): Within SEQUENCE case, introduce a
2735         local "seq" via a checked cast, and use methods of rtx_sequence
2736         to simplify the code.
2738 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2740         * resource.c (mark_referenced_resources): Strengthen local
2741         "sequence" from rtx to rtx_sequence *, adding a checked cast, and
2742         using methods of rtx_sequence to clarify the code.
2743         (find_dead_or_set_registers): Within the switch statement, convert
2744         a GET_CODE check to a dyn_cast, introducing local "seq".  Within
2745         the JUMP_P handling, introduce another local "seq", adding a
2746         checked cast to rtx_sequence *.  In both cases, use methods of
2747         rtx_sequence to clarify the code.
2748         (mark_set_resources): Within SEQUENCE case, introduce local "seq"
2749         via a checked cast, and use methods of rtx_sequence to simplify
2750         the code.
2752 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2754         * reorg.c (redundant_insn): In two places in the function, replace
2755         a check of GET_CODE with a dyn_cast, introducing local "seq", and
2756         usings methods of rtx_sequence to clarify the code.
2758 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2760         * jump.c (mark_jump_label_1): Within the SEQUENCE case, introduce
2761         local "seq" with a checked cast, and use methods of rtx_sequence
2762         to clarify the code.
2764 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2766         * function.c (contains): Introduce local "seq" for PATTERN (insn),
2767         with a checked cast, in the region for where we know it's a
2768         SEQUENCE.  Use methods of rtx_sequence.
2770 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2772         * final.c (get_attr_length_1): Replace GET_CODE check with a
2773         dyn_cast, introducing local "seq" and the use of methods of
2774         rtx_sequence.
2775         (shorten_branches): Likewise, introducing local "body_seq".
2776         Strengthen local "inner_insn" from rtx to rtx_insn *.
2777         (reemit_insn_block_notes): Replace GET_CODE check with a
2778         dyn_cast, strengthening local "body" from rtx to rtx_sequence *.
2779         Use methods of rtx_sequence.
2780         (final_scan_insn): Likewise, introducing local "seq" for when
2781         "body" is known to be a SEQUENCE, using its methods.
2783 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2785         * except.c (can_throw_external): Strengthen local "seq" from rtx
2786         to rtx_sequence *.  Use methods of rtx_sequence.
2787         (insn_nothrow_p): Likewise.
2789 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2791         * dwarf2cfi.c (create_trace_edges): Convert GET_CODE check into a
2792         dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
2793         Use methods of rtx_sequence.
2794         (scan_trace): Likewise for local "pat".
2796 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2798         * coretypes.h (class rtx_sequence): Add forward declaration.
2799         * rtl.h (class rtx_sequence): New subclass of rtx_def, adding
2800         invariant: GET_CODE (X) == SEQUENCE.
2801         (is_a_helper <rtx_sequence *>::test): New.
2802         (is_a_helper <const rtx_sequence *>::test): New.
2803         (rtx_sequence::len): New.
2804         (rtx_sequence::element): New.
2805         (rtx_sequence::insn): New.
2807 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2809         * rtl.h (free_INSN_LIST_list): Strengthen param from rtx * to
2810         rtx_insn_list **.
2811         (alloc_INSN_LIST): Strengthen return type from rtx to
2812         rtx_insn_list *.
2813         (copy_INSN_LIST): Likewise for return type and param.
2814         (concat_INSN_LIST): Likewise for both params and return type.
2815         (remove_free_INSN_LIST_elem): Strenghten first param from rtx to
2816         rtx_insn *.  Strengthen second param from rtx * to rtx_insn_list **.
2817         (remove_free_INSN_LIST_node): Strenghten return type from rtx to
2818         rtx_insn *.  Strengthen param from rtx * to rtx_insn_list **.
2820         * sched-int.h (struct deps_reg): Strengthen fields "uses", "sets",
2821         "implicit_sets", "control_uses", "clobbers" from rtx to
2822         rtx_insn_list *.
2823         (struct deps_desc): Likewise for fields "pending_read_insns",
2824         "pending_write_insns", "pending_jump_insns",
2825         "last_pending_memory_flush", "last_function_call",
2826         "last_function_call_may_noreturn", "sched_before_next_call",
2827         "sched_before_next_jump".
2828         (struct _haifa_deps_insn_data): Likewise for field "cond_deps".
2829         (remove_from_deps): Strengthen second param from rtx to rtx_insn *.
2831         * gcse.c (struct ls_expr): Strengthen fields "loads" and "stores"
2832         from rtx to rtx_insn_list *.
2833         (ldst_entry): Replace use of NULL_RTX with NULL when dealing with
2834         rtx_insn_list *.
2836         * haifa-sched.c (insn_queue): Strengthen this variable from rtx *
2837         to rtx_insn_list **.
2838         (dep_cost_1): Strengthen local "dep_cost_rtx_link" from rtx to
2839         rtx_insn_list *.
2840         (queue_insn): Likewise for local "link".
2841         (struct haifa_saved_data): Strengthen field "insn_queue" from
2842         rtx * to rtx_insn_list **.
2843         (save_backtrack_point): Update allocation of save->insn_queue to
2844         reflect the strengthening of elements from rtx to rtx_insn_list *.
2845         (queue_to_ready): Strengthen local "link" from rtx to
2846         rtx_insn_list *; use methods "next" and "insn" when traversing the
2847         list.
2848         (early_queue_to_ready): Likewise for locals "link", "next_link",
2849         "prev_link".
2850         (schedule_block): Update allocation of insn_queue to reflect the
2851         strengthening of elements from rtx to rtx_insn_list *.  Strengthen
2852         local "link" from rtx to rtx_insn_list *, and use methods when
2853         working it.
2854         (add_to_speculative_block): Strengthen locals "twins" and
2855         "next_node" from rtx to rtx_insn_list *, and use methods when
2856         working with them.  Strengthen local "twin" from rtx to
2857         rtx_insn *, eliminating a checked cast.
2858         (fix_recovery_deps): Strengthen locals "ready_list" and "link"
2859         from rtx to rtx_insn_list *, and use methods when working with
2860         them.
2862         * lists.c (alloc_INSN_LIST): Strengthen return type and local "r"
2863         from rtx to rtx_insn_list *, adding a checked cast.
2864         (free_INSN_LIST_list): Strengthen param "listp" from rtx * to
2865         rtx_insn_list **.
2866         (copy_INSN_LIST): Strengthen return type and locals "new_queue",
2867         "newlink" from rtx to rtx_insn_list *.  Strengthen local
2868         "pqueue" from rtx * to rtx_insn_list **.  Strengthen local "x"
2869         from rtx to rtx_insn *.
2870         (concat_INSN_LIST): Strengthen return type and local "new_rtx",
2871         from rtx to rtx_insn_list *.  Use methods of the latter class.
2872         (remove_free_INSN_LIST_elem): Strengthen param "elem" from rtx to
2873         rtx_insn *, and param "listp" from rtx * to rtx_insn_list **.
2874         (remove_free_INSN_LIST_node): Strengthen return type and local
2875         "elem" from rtx to rtx_insn *.  Strenghten param "listp" from
2876         rtx * to rtx_insn_list **.  Strengthen local "node" from rtx to
2877         rtx_insn_list *, using "insn" method.
2879         * sched-deps.c (add_dependence_list):  Strengthen param "list"
2880         from rtx to rtx_insn_list *, and use methods when working with it.
2881         (add_dependence_list_and_free):  Strengthen param "listp" from
2882         rtx * to rtx_insn_list **.
2883         (remove_from_dependence_list): Strenghten param "listp" from rtx *
2884         to rtx_insn_list **, and use methods when working with *listp.
2885         (remove_from_both_dependence_lists): Strengthen param "listp" from
2886         rtx * to rtx_insn_list **
2887         (add_insn_mem_dependence): Strengthen local "insn_list" from rtx *
2888         to rtx_insn_list **.  Eliminate local "link", in favor of two new
2889         locals "insn_node" and "mem_node", an rtx_insn_list * and an rtx
2890         respectively.
2891         (deps_analyze_insn): Split out uses 'f local "t" as an INSN_LIST
2892         by introducing local "cond_deps".
2893         (remove_from_deps): Strengthen param "insn" from rtx to
2894         rtx_insn *.
2896         * sched-rgn.c (concat_insn_mem_list): Strengthen param
2897         "copy_insns" and local "new_insns" from rtx to rtx_insn_list *.
2898         Strengthen param "old_insns_p" from rtx * to rtx_insn_list **.
2899         Use methods of rtx_insn_list.
2901         * store-motion.c (struct st_expr): Strengthen fields
2902         "antic_stores" and "avail_stores" from rtx to rtx_insn_list *.
2903         (st_expr_entry): Replace NULL_RTX with NULL when dealing with
2904         rtx_insn_list *.
2905         (find_moveable_store): Split out "tmp" into multiple more-tightly
2906         scoped locals.  Use methods of rtx_insn_list *.
2907         (compute_store_table): Strengthen local "tmp" from rtx to
2908         rtx_insn *.  Use methods of rtx_insn_list *.
2910 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2912         * coretypes.h (class rtx_insn_list): Add forward declaration.
2913         * rtl.h (class rtx_insn_list): New subclass of rtx_def
2914         (is_a_helper <rtx_insn_list *>::test): New.
2915         (rtx_insn_list::next): New.
2916         (rtx_insn_list::insn): New.
2917         (gen_rtx_INSN_LIST): Add prototype.
2918         * emit-rtl.c (gen_rtx_INSN_LIST): New.
2919         * gengenrtl.c (special_rtx): Add INSN_LIST.
2921 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2923         * ira-lives.c (find_call_crossed_cheap_reg): Strengthen local
2924         "prev" from rtx to rtx_insn *.
2926 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2928         * rtl.h (INSN_UID): Convert from a macro to a pair of inline
2929         functions.  Require merely an rtx for now, not an rtx_insn *.
2930         (BLOCK_FOR_INSN): Likewise.
2931         (INSN_LOCATION): Likewise.
2932         (INSN_HAS_LOCATION): Convert from a macro to an inline function.
2934 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2936         * rtl.h (PATTERN): Convert this macro into a pair of inline
2937         functions, for now, requiring const_rtx and rtx.
2939 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2941         * target.def (unwind_emit): Strengthen param "insn" from rtx to
2942         rtx_insn *.
2943         (final_postscan_insn): Likewise.
2944         (adjust_cost): Likewise.
2945         (adjust_priority): Likewise.
2946         (variable_issue): Likewise.
2947         (macro_fusion_pair_p): Likewise.
2948         (dfa_post_cycle_insn): Likewise.
2949         (first_cycle_multipass_dfa_lookahead_guard): Likewise.
2950         (first_cycle_multipass_issue): Likewise.
2951         (dfa_new_cycle): Likewise.
2952         (adjust_cost_2): Likewise for params "insn" and "dep_insn".
2953         (speculate_insn): Likewise for param "insn".
2954         (gen_spec_check): Likewise for params "insn" and "label".
2955         (get_insn_spec_ds): Likewise for param "insn".
2956         (get_insn_checked_ds): Likewise.
2957         (dispatch_do): Likewise.
2958         (dispatch): Likewise.
2959         (cannot_copy_insn_p): Likewise.
2960         (invalid_within_doloop): Likewise.
2961         (legitimate_combined_insn): Likewise.
2962         (needed): Likewise.
2963         (after): Likewise.
2965         * doc/tm.texi: Automatically updated to reflect changes to
2966         target.def.
2968         * haifa-sched.c (choose_ready): Convert NULL_RTX to NULL when
2969         working with insn.
2970         (schedule_block): Likewise.
2971         (sched_init): Likewise.
2972         (sched_speculate_insn): Strengthen param "insn" from rtx to
2973         rtx_insn *.
2974         (ready_remove_first_dispatch): Convert NULL_RTX to NULL when
2975         working with insn.
2976         * hooks.c (hook_bool_rtx_true): Rename to...
2977         hook_bool_rtx_insn_true): ...this, and strengthen first param from
2978         rtx to rtx_insn *.
2979         (hook_constcharptr_const_rtx_null): Rename to...
2980         (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
2981         first param from const_rtx to const rtx_insn *.
2982         (hook_bool_rtx_int_false): Rename to...
2983         (hook_bool_rtx_insn_int_false): ...this, and strengthen first
2984         param from rtx to rtx_insn *.
2985         (hook_void_rtx_int): Rename to...
2986         (hook_void_rtx_insn_int): ...this, and strengthen first param from
2987         rtx to rtx_insn *.
2989         * hooks.h (hook_bool_rtx_true): Rename to...
2990         (hook_bool_rtx_insn_true): ...this, and strengthen first param from
2991         rtx to rtx_insn *.
2992         (hook_bool_rtx_int_false): Rename to...
2993         (hook_bool_rtx_insn_int_false): ...this, and strengthen first
2994         param from rtx to rtx_insn *.
2995         (hook_void_rtx_int): Rename to...
2996         (hook_void_rtx_insn_int): ...this, and strengthen first param from
2997         rtx to rtx_insn *.
2998         (hook_constcharptr_const_rtx_null): Rename to...
2999         (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
3000         first param from const_rtx to const rtx_insn *.
3002         * sched-deps.c (sched_macro_fuse_insns): Strengthen param "insn"
3003         and local "prev" from rtx to rtx_insn *.
3005         * sched-int.h (sched_speculate_insn): Strengthen first param from
3006         rtx to rtx_insn *.
3008         * sel-sched.c (create_speculation_check): Likewise for local "label".
3009         * targhooks.c (default_invalid_within_doloop): Strengthen param
3010         "insn" from const_rtx to const rtx_insn *.
3011         * targhooks.h (default_invalid_within_doloop): Strengthen param
3012         from const_rtx to const rtx_insn *.
3014         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Likewise.
3015         (alpha_adjust_cost): Likewise for params "insn", "dep_insn".
3017         * config/arc/arc.c (arc_sched_adjust_priority): Likewise for param
3018         "insn".
3019         (arc_invalid_within_doloop): Likewise, with const.
3021         * config/arm/arm.c (arm_adjust_cost): Likewise for params "insn", "dep".
3022         (arm_cannot_copy_insn_p): Likewise for param "insn".
3023         (arm_unwind_emit): Likewise.
3025         * config/bfin/bfin.c (bfin_adjust_cost): Likewise for params "insn",
3026         "dep_insn".
3028         * config/c6x/c6x.c (c6x_dfa_new_cycle): Likewise for param "insn".
3029         (c6x_variable_issue): Likewise.  Removed now-redundant checked
3030         cast.
3031         (c6x_adjust_cost): Likewise for params "insn", "dep_insn".
3033         * config/epiphany/epiphany-protos.h (epiphany_mode_needed):
3034         Likewise for param "insn".
3035         (epiphany_mode_after): Likewise.
3036         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise for
3037         params "insn", "dep_insn".
3038         (epiphany_mode_needed): Likewise for param "insn".
3039         (epiphany_mode_after): Likewise.
3041         * config/i386/i386-protos.h (i386_pe_seh_unwind_emit): Likewise.
3042         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
3043         (ix86_avx_u128_mode_needed): Likewise.
3044         (ix86_i387_mode_needed): Likewise.
3045         (ix86_mode_needed): Likewise.
3046         (ix86_avx_u128_mode_after): Likewise.
3047         (ix86_mode_after): Likewise.
3048         (ix86_adjust_cost): Likewise for params "insn", "dep_insn".
3049         (ix86_macro_fusion_pair_p): Likewise for params "condgen", "condjmp".
3050         (ix86_adjust_priority): Likewise for param "insn".
3051         (core2i7_first_cycle_multipass_issue): Likewise for param "insn".
3052         (do_dispatch): Likewise.
3053         (has_dispatch): Likewise.
3054         * config/i386/winnt.c (i386_pe_seh_unwind_emit): Likewise.
3056         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Update to
3057         reflect renaming of default hook implementation from
3058         hook_constcharptr_const_rtx_null to
3059         hook_constcharptr_const_rtx_insn_null.
3060         (ia64_adjust_cost_2): Strengthen params "insn", "dep_insn" from
3061         rtx to rtx_insn *.
3062         (ia64_variable_issue): Likewise for param "insn".
3063         (ia64_first_cycle_multipass_dfa_lookahead_guard): Likewise.
3064         (ia64_dfa_new_cycle): Likewise.
3065         (ia64_get_insn_spec_ds): Likewise.
3066         (ia64_get_insn_checked_ds): Likewise.
3067         (ia64_speculate_insn): Likewise.
3068         (ia64_gen_spec_check): Likewise for params "insn", "label".
3069         (ia64_asm_unwind_emit): Likewise for param "insn".
3071         * config/m32r/m32r.c (m32r_adjust_priority): Likewise.
3073         * config/m68k/m68k.c (m68k_sched_adjust_cost): Likewise for params
3074         "insn", "def_insn".
3075         (m68k_sched_variable_issue): Likewise for param "insn".
3077         * config/mep/mep.c (mep_adjust_cost): Likewise for params "insn",
3078         "def_insn".
3080         * config/microblaze/microblaze.c (microblaze_adjust_cost):
3081         Likewise for params "insn", "dep".
3083         * config/mips/mips.c (mips_adjust_cost): Likewise.
3084         (mips_variable_issue): Likewise for param "insn".
3085         (mips_final_postscan_insn): Likewise.
3087         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost): Likewise
3088         for params "insn", "dep".
3090         * config/pa/pa.c (pa_adjust_cost): Likewise for params "insn",
3091         "dep_insn".
3092         (pa_adjust_priority): Likewise for param "insn".
3094         * config/picochip/picochip.c (picochip_sched_adjust_cost):
3095         Likewise for params "insn", "dep_insn".
3097         * config/rs6000/rs6000.c (rs6000_variable_issue_1): Likewise for
3098         param "insn".
3099         (rs6000_variable_issue): Likewise.
3100         (rs6000_adjust_cost): Likewise for params "insn", "dep_insn".
3101         (rs6000_debug_adjust_cost): Likewise.
3102         (rs6000_adjust_priority): Likewise for param "insn".
3103         (rs6000_use_sched_lookahead_guard): Likewise.
3104         (get_next_active_insn): Likewise for return type and both params.
3105         (redefine_groups): Likewise for params "prev_head_insn", "tail"
3106         and locals "insn", "next_insn".
3107         (pad_groups): Likewise.
3109         * config/s390/s390.c (s390_adjust_priority): Likewise for param
3110         "insn".
3111         (s390_cannot_copy_insn_p): Likewise.
3112         (s390_sched_variable_issue): Likewise for third param, eliminating
3113         checked cast.
3114         (TARGET_INVALID_WITHIN_DOLOOP): Update to reflect renaming of
3115         default hook implementation from hook_constcharptr_const_rtx_null
3116         to hook_constcharptr_const_rtx_insn_null.
3118         * config/sh/sh.c (sh_cannot_copy_insn_p): Strengthen param "insn"
3119         from rtx to rtx_insn *.
3120         (sh_adjust_cost): Likewise for params "insn", "dep_insn".
3121         (sh_variable_issue): Likewise for param "insn".
3122         (sh_dfa_new_cycle): Likewise.
3123         (sh_mode_needed): Likewise.
3124         (sh_mode_after): Likewise.
3126         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise for
3127         params "insn", "dep_insn".
3128         (hypersparc_adjust_cost): Likewise.
3129         (sparc_adjust_cost): Likewise.
3131         * config/spu/spu.c (spu_sched_variable_issue): Likewise for third
3132         param, eliminated checked cast.
3133         (spu_sched_adjust_cost): Likewise for first and third params.
3135         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Strengthen
3136         params "insn" and "dep_insn" from rtx to rtx_insn *.
3138         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost): Likewise.
3140 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3142         * gcc/config/mn10300/mn10300.c (is_load_insn): Rename to...
3143         (set_is_load_p): ...this, updating to work on a SET pattern rather
3144         than an insn.
3145         (is_store_insn): Rename to...
3146         (set_is_store_p): ...this, updating to work on a SET pattern
3147         rather than an insn.
3148         (mn10300_adjust_sched_cost): Move call to get_attr_timings from
3149         top of function to where it is needed.  Rewrite the bogus
3150         condition that checks for "insn" and "dep" being PARALLEL to
3151         instead use single_set, introducing locals "insn_set" and
3152         "dep_set".  Given that we only ever returned "cost" for a non-pair
3153         of SETs, bail out early if we don't have a pair of SET.
3154         Rewrite all uses of PATTERN (dep) and PATTERN (insn) to instead
3155         use the new locals "insn_set" and "dep_set", and update calls to
3156         is_load_insn and is_store_insn to be calls to set_is_load_p and
3157         set_is_store_p.
3159 2014-08-27  Guozhi Wei  <carrot@google.com>
3161         PR target/62262
3162         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Check the shift
3163         amount before using it.
3165 2014-08-27  Richard Biener  <rguenther@suse.de>
3167         * gimple-fold.c (get_maxval_strlen): Add overload wrapping
3168         get_maxval_strlen inside a more useful API.
3169         (gimple_fold_builtin_with_strlen): Remove and fold into ...
3170         (gimple_fold_builtin): ... caller.
3171         (gimple_fold_builtin_strlen, gimple_fold_builtin_strcpy,
3172         gimple_fold_builtin_strncpy, gimple_fold_builtin_strcat,
3173         gimple_fold_builtin_fputs, gimple_fold_builtin_memory_chk,
3174         gimple_fold_builtin_stxcpy_chk, gimple_fold_builtin_stxncpy_chk,
3175         gimple_fold_builtin_snprintf_chk, gimple_fold_builtin_snprintf,
3176         gimple_fold_builtin_sprintf): Adjust to compute maxval
3177         themselves.
3179 2014-08-27  Yvan Roux  <yvan.roux@linaro.org>
3181         PR other/62248
3182         * config.gcc (arm*-*-*): Check --with-fpu against arm-fpus.def.
3184 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3185             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3186             Anna Tikhonova  <anna.tikhonova@intel.com>
3187             Ilya Tocar  <ilya.tocar@intel.com>
3188             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3189             Ilya Verbin  <ilya.verbin@intel.com>
3190             Kirill Yukhin  <kirill.yukhin@intel.com>
3191             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3193         * config/i386/sse.md
3194         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"):
3195         Use `concat_tg_mode' attribute to determine asm register size.
3197 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3198             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3199             Anna Tikhonova  <anna.tikhonova@intel.com>
3200             Ilya Tocar  <ilya.tocar@intel.com>
3201             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3202             Ilya Verbin  <ilya.verbin@intel.com>
3203             Kirill Yukhin  <kirill.yukhin@intel.com>
3204             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3206         * config/i386/sse.md
3207         (define_mode_iterator VI48_AVX512VL): New.
3208         (define_mode_iterator VI_UNALIGNED_LOADSTORE): Delete.
3209         (define_mode_iterator VI_ULOADSTORE_BW_AVX512VL): New.
3210         (define_mode_iterator VI_ULOADSTORE_F_AVX512VL): Ditto.
3211         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
3212         with VI1): Change mode iterator.
3213         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
3214         with VI_ULOADSTORE_BW_AVX512VL): New.
3215         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
3216         with VI_ULOADSTORE_F_AVX512VL): Ditto.
3217         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
3218         with VI1): Change mode iterator.
3219         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
3220         with VI_ULOADSTORE_BW_AVX512VL): New.
3221         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
3222         with VI_ULOADSTORE_F_AVX512VL): Ditto.
3223         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
3224         with VI1): Change mode iterator.
3225         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
3226         with VI_ULOADSTORE_BW_AVX512VL): New.
3227         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
3228         with VI_ULOADSTORE_BW_AVX512VL): Ditto.
3229         (define_insn "avx512f_storedqu<mode>_mask"): Delete.
3230         (define_insn "<avx512>_storedqu<mode>_mask" with
3231         VI48_AVX512VL): New.
3232         (define_insn "<avx512>_storedqu<mode>_mask" with
3233         VI12_AVX512VL): Ditto.
3235 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3236             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3237             Anna Tikhonova  <anna.tikhonova@intel.com>
3238             Ilya Tocar  <ilya.tocar@intel.com>
3239             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3240             Ilya Verbin  <ilya.verbin@intel.com>
3241             Kirill Yukhin  <kirill.yukhin@intel.com>
3242             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3244         * config/i386/sse.md
3245         (define_mode_iterator VI48_AVX2_48_AVX512F): Delete.
3246         (define_mode_iterator VI48_AVX512BW): New.
3247         (define_insn "<avx2_avx512f>_<shift_insn>v<mode><mask_name>"): Delete.
3248         (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
3249         with VI48_AVX2_48_AVX512F): New.
3250         (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
3251         with VI2_AVX512VL): Ditto.
3253 2014-08-27  Richard Biener  <rguenther@suse.de>
3255         PR middle-end/62239
3256         * builtins.c (fold_builtin_strcat_chk): Move to gimple-fold.c.
3257         (fold_builtin_3): Do not fold strcat_chk here.
3258         * gimple-fold.c (gimple_fold_builtin_strcat_chk): Move here
3259         from builtins.c.
3260         (gimple_fold_builtin): Fold strcat_chk here.
3262 2014-08-26  Aldy Hernandez  <aldyh@redhat.com>
3264         * dwarf2out.h (dwarf2out_decl): Remove prototype.
3265         * dwarf2out.c (dwarf2out_decl): Make static.
3267 2014-08-26  Joel Sherrill <joel.sherrill@oarcorp.com>
3269         * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
3271 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3273         * cselib.h (struct elt_loc_list): Strengthen field "setting_insn"
3274         from rtx to rtx_insn *.
3275         (cselib_lookup_from_insn): Likewise for final param.
3276         (cselib_subst_to_values_from_insn): Likewise.
3277         (cselib_add_permanent_equiv): Likewise.
3279         * cselib.c (cselib_current_insn): Likewise for this variable.
3280         (cselib_subst_to_values_from_insn): Likewise for param "insn".
3281         (cselib_lookup_from_insn): Likewise.
3282         (cselib_add_permanent_equiv): Likewise for param "insn" and local
3283         "save_cselib_current_insn".
3284         (cselib_process_insn): Replace use of NULL_RTX with NULL.
3286         * sched-deps.c (add_insn_mem_dependence): Strengthen param "insn"
3287         from rtx to rtx_insn *.
3289 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3291         * dse.c (dse_step6): Strengthen local "rinsn" from rtx to
3292         rtx_insn *.
3294 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3296         * df.h (df_dump_insn_problem_function): Strengthen first param of
3297         this callback from const_rtx to const rtx_insn *.
3298         (struct df_insn_info): Strengthen field "insn" from rtx to
3299         rtx_insn *.
3300         (DF_REF_INSN): Eliminate this function, reinstating the older
3301         macro definition.
3302         (df_find_def): Strengthen param 1 from rtx to rtx_insn *.
3303         (df_reg_defined): Likewise.
3304         (df_find_use): Likewise.
3305         (df_reg_used): Likewise.
3306         (df_dump_insn_top): Strengthen param 1 from const_rtx to
3307         const rtx_insn *.
3308         (df_dump_insn_bottom): Likewise.
3309         (df_insn_debug): Strengthen param 1 from rtx to rtx_insn *.
3310         (df_insn_debug_regno): Likewise.
3311         (debug_df_insn): Likewise.
3312         (df_rd_simulate_one_insn): Likewise for param 2.
3313         (df_word_lr_simulate_defs): Likewise for param 1.
3314         (df_word_lr_simulate_uses): Likewise.
3315         (df_md_simulate_one_insn): Likewise for param 2.
3316         (df_simulate_find_noclobber_defs): Likewise for param 1.
3317         (df_simulate_find_defs): Likewise.
3318         (df_simulate_defs): Likewise.
3319         (df_simulate_uses): Likewise.
3320         (df_simulate_one_insn_backwards): Likewise for param 2.
3321         (df_simulate_one_insn_forwards): Likewise.
3322         (df_uses_create): Likewise for param 2.
3323         (df_insn_create_insn_record): Likewise for param 1.
3324         (df_insn_delete): Likewise.
3325         (df_insn_rescan): Likewise.
3326         (df_insn_rescan_debug_internal): Likewise.
3327         (df_insn_change_bb): Likewise.
3328         (df_notes_rescan): Likewise.
3329         * rtl.h (remove_death): Likewise for param 2.
3330         (print_rtl_with_bb): Strengthen param 2 from const_rtx to
3331         const rtx_insn *.
3332         * sched-int.h (reemit_notes): Strengthen param from rtx to
3333         rtx_insn *.
3334         * valtrack.h (propagate_for_debug): Likewise for param 1.
3336         * cfgrtl.c (print_rtl_with_bb): Strengthen param "rtx_first" and
3337         local "tmp_rtx" from const_rtx to const rtx_insn *.
3338         * combine.c (remove_death): Strengthen param "insn" from rtx to
3339         rtx_insn *.
3340         (move_deaths): Likewise for local "where_dead".
3341         * cse.c (delete_trivially_dead_insns): Introduce local
3342         "bind_var_loc" so that "bind" can be strengthened to an rtx_insn *.
3343         * df-core.c (df_find_def): Strengthen param "insn" from rtx to
3344         rtx_insn *.
3345         (df_reg_defined): Likewise.
3346         (df_find_use): Likewise.
3347         (df_reg_used): Likewise.
3348         (df_dump_insn_problem_data): Strengthen param "insn" from
3349         const_rtx to const rtx_insn *.
3350         (df_dump_insn_top): Likewise.
3351         (df_dump_insn_bottom): Likewise.
3352         (df_insn_debug): Strengthen param "insn" from rtx to rtx_insn *.
3353         (df_insn_debug_regno): Likewise.
3354         (debug_df_insn): Likewise.
3355         (DF_REF_INSN): Delete.
3356         * df-problems.c (df_rd_simulate_one_insn): Strengthen param "insn"
3357         from rtx to rtx_insn *.
3358         (df_chain_insn_top_dump): Strengthen param "insn" from
3359         const_rtx to const rtx_insn *.
3360         (df_chain_insn_bottom_dump): Likewise.
3361         (df_word_lr_simulate_defs): Strengthen param "insn" from rtx to
3362         rtx_insn *.
3363         (df_word_lr_simulate_uses): Likewise.
3364         (df_print_note): Likewise.
3365         (df_remove_dead_and_unused_notes): Likewise.
3366         (df_set_unused_notes_for_mw): Likewise.
3367         (df_set_dead_notes_for_mw): Likewise.
3368         (df_create_unused_note): Likewise.
3369         (df_simulate_find_defs): Likewise.
3370         (df_simulate_find_uses): Likewise.
3371         (df_simulate_find_noclobber_defs): Likewise.
3372         (df_simulate_defs): Likewise.
3373         (df_simulate_uses): Likewise.
3374         (df_simulate_one_insn_backwards): Likewise.
3375         (df_simulate_one_insn_forwards): Likewise.
3376         (df_md_simulate_one_insn): Likewise.
3377         * df-scan.c (df_uses_create): Likewise.
3378         (df_insn_create_insn_record): Likewise.
3379         (df_insn_delete): Likewise.
3380         (df_insn_rescan): Likewise.
3381         (df_insn_rescan_debug_internal): Likewise.
3382         (df_insn_change_bb): Likewise.
3383         (df_notes_rescan): Likewise.
3384         (df_refs_add_to_chains): Likewise.
3385         (df_insn_refs_verify): Likewise.
3386         * emit-rtl.c (set_insn_deleted): Add checked cast to rtx_insn *
3387         when invoking df_insn_delete.
3388         (reorder_insns): Strengthen local "x" from rtx to rtx_insn *.
3389         (set_unique_reg_note): Add checked cast.
3390         * final.c (cleanup_subreg_operands): Likewise.
3391         * gcse.c (update_ld_motion_stores): Likewise, strengthening local
3392         "insn" from rtx to rtx_insn *.
3393         * haifa-sched.c (reemit_notes): Strengthen param "insn" and local
3394         "last" from rtx to rtx_insn *.
3395         * ira-emit.c (change_regs_in_insn): New function.
3396         (change_loop): Strengthen local "insn" from rtx to rtx_insn *.
3397         Invoke change_regs_in_insn rather than change_regs.
3398         * ira.c (update_equiv_regs): Strengthen locals "insn",
3399         "init_insn", "new_insn" from rtx to rtx_insn *.  Invoke
3400         for_each_rtx_in_insn rather than for_each_rtx.
3401         * recog.c (confirm_change_group): Add checked casts.
3402         (peep2_update_life): Strengthen local "x" from rtx to rtx_insn *.
3403         Add checked cast.
3404         (peep2_fill_buffer): Add checked cast.
3405         * rtlanal.c (remove_note): Likewise.
3406         * valtrack.c (propagate_for_debug): Strengthen param "insn" and
3407         locals "next" "end" from rtx to rtx_insn *.
3409 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3411         * sched-int.h (sched_init_insn_luid): Strengthen param 1 from rtx
3412         to rtx_insn *.
3413         (struct reg_use_data): Likewise for field "insn".
3414         (insn_cost): Likewise for param.
3415         (real_insn_for_shadow): Likewise for return type and param.
3416         (increase_insn_priority): Likewise for param 1.
3417         (debug_dependencies): Likewise for both params.
3419         * haifa-sched.c (insn_delay): Likewise for param "insn".
3420         (real_insn_for_shadow): Likewise for return type and param "insn".
3421         (update_insn_after_change): Likewise for param "insn".
3422         (recompute_todo_spec): Likewise for param "next" and locals "pro",
3423         "other".
3424         (insn_cost): Likewise for param "insn".
3425         (increase_insn_priority): Likewise.
3426         (calculate_reg_deaths): Likewise.
3427         (setup_insn_reg_pressure_info): Likewise.
3428         (model_schedule): Strengthen from vec<rtx> to vec<rtx_insn *>.
3429         (model_index): Strengthen param "insn" from rtx to rtx_insn *.
3430         (model_recompute): Likewise.
3431         (must_restore_pattern_p): Likewise for param "next".
3432         (model_excess_cost): Likewise for param "insn".
3433         (queue_remove): Likewise.
3434         (adjust_priority): Likewise for param "prev".
3435         (update_register_pressure): Likewise for param "insn".
3436         (setup_insn_max_reg_pressure): Likewise for local "insn".
3437         (update_reg_and_insn_max_reg_pressure): Likewise for param "insn".
3438         (model_add_to_schedule): Likewise.
3439         (model_reset_queue_indices): Likewise for local "insn".
3440         (unschedule_insns_until): Strengthen local "recompute_vec" from
3441         auto_vec<rtx> to auto_vec<rtx_insn *>.  Strengthen locals "last",
3442         "con" from rtx to rtx_insn *.
3443         (restore_last_backtrack_point): Likewise for both locals "x". Add
3444         checked casts.
3445         (estimate_insn_tick): Likewise for param "insn".
3446         (commit_schedule): Likewise for params "prev_head", "tail" and
3447         local "x".
3448         (verify_shadows): Likewise for locals "i1", "i2".
3449         (dump_insn_stream): Likewise for params "head", "tail" and locals
3450         "next_tail", "insn".
3451         (schedule_block): Likewise for locals "insn", "x".  Add a checked
3452         cast.
3453         (fix_inter_tick): Likewise for params "head", "tail".
3454         (create_check_block_twin): Likewise for local "jump".
3455         (haifa_change_pattern): Likewise for param "insn".
3456         (haifa_speculate_insn): Likewise.
3457         (dump_new_block_header): Likewise for params "head", "tail".
3458         (fix_jump_move): Likewise for param "jump".
3459         (move_block_after_check): Likewise.
3460         (sched_init_insn_luid): Likewise for param "insn".
3461         (sched_init_luids): Likewise for local "insn".
3462         (insn_luid): Likewise for param "insn".
3463         (init_h_i_d): Likewise.
3464         (haifa_init_h_i_d): Likewise for local "insn".
3465         (haifa_init_insn): Likewise for param "insn".
3466         * sched-deps.c (add_dependence): Likewise for local "real_pro",
3467         "other".
3468         (create_insn_reg_use): Likewise for param "insn".
3469         (setup_insn_reg_uses): Likewise.  Add a checked cast.
3470         * sched-ebb.c (debug_ebb_dependencies): Strengthen params "head",
3471         "tail" from rtx to rtx_insn *.
3472         * sched-rgn.c (void debug_dependencies): Likewise, also for locals
3473         "insn", "next_tail".
3475 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3477         * haifa-sched.c (struct model_insn_info): Strengthen field "insn"
3478         from rtx to rtx_insn *.
3479         (model_add_to_schedule): Likewise for locals "start", "end",
3480         "iter".
3482 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3484         * rtl.h (duplicate_insn_chain): Strengthen both params from rtx to
3485         rtx_insn *.
3486         * cfgrtl.c (duplicate_insn_chain): Likewise for  params "from",
3487         "to" and locals "insn", "next", "copy".  Remove now-redundant
3488         checked cast.
3490 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3492         * rtl.h (canonicalize_condition): Strengthen param 1 from rtx to
3493         rtx_insn * and param 4 from rtx * to rtx_insn **.
3494         (get_condition): Strengthen param 1 from rtx to rtx_insn * and
3495         param 2 from rtx * to rtx_insn **.
3497         * df.h (can_move_insns_across): Strengthen params 1-4 from rtx to
3498         rtx_insn * and final param from rtx * to rtx_insn **.
3500         * cfgcleanup.c (try_head_merge_bb): Strengthen local "move_before"
3501         from rtx to rtx_insn *.
3502         (try_head_merge_bb): Likewise for both locals named "move_upto".
3503         * df-problems.c (can_move_insns_across): Likewise for params
3504         "from", "to", "across_from", "across_to" and locals "insn",
3505         "next", "max_to".  Strengthen param "pmove_upto" from rtx * to
3506         rtx_insn **.
3507         * ifcvt.c (struct noce_if_info): Strengthen field "cond_earliest"
3508         from rtx to rtx_insn *.
3509         (noce_get_alt_condition): Strengthen param "earliest" from rtx *
3510         to rtx_insn **.  Strengthen local "insn" from rtx to rtx_insn *.
3511         (noce_try_minmax): Strengthen locals "earliest", "seq" from rtx to
3512         rtx_insn *.
3513         (noce_try_abs): Likewise.
3514         (noce_get_condition): Likewise for param "jump".  Strengthen param
3515         "earliest" from rtx * to rtx_insn **.
3516         (noce_find_if_block): Strengthen local "cond_earliest" from rtx to
3517         rtx_insn *.
3518         (find_cond_trap): Likewise.
3519         (dead_or_predicable): Likewise for local "earliest".
3520         * loop-iv.c (check_simple_exit): Likewise for local "at".  Add
3521         checked cast.
3522         * rtlanal.c (canonicalize_condition): Likewise for param "insn"
3523         and local "prev".  Strengthen param "earliest" from rtx * to
3524         rtx_insn **.
3525         (get_condition): Strengthen param "jump" from rtx to rtx_insn *
3526         Strengthen param "earliest" from rtx * to rtx_insn **.
3528 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3530         * fwprop.c (local_ref_killed_between_p): Strengthen params "from",
3531         "to" and local "insn" from rtx to rtx_insn *.
3533 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3535         * sel-sched.c (find_place_for_bookkeeping): Strengthen local "insn"
3536         from rtx to rtx_insn *.
3537         (need_nop_to_preserve_insn_bb): Likewise for param "insn".
3538         (code_motion_path_driver): Likewise for local "last_insn".
3539         (simplify_changed_insns): Likewise for local "insn".
3541 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3543         * rtl.h (push_to_sequence): Strengthen param from rtx to
3544         rtx_insn *.
3545         (push_to_sequence2): Likewise for both params.
3546         (delete_insns_since): Likewise for param.
3547         (reorder_insns_nobb): Likewise for all three params.
3548         (set_new_first_and_last_insn): Likewise for both params.
3550         * emit-rtl.h (set_first_insn): Strengthen param "insn" from rtx to
3551         rtx_insn *.  Remove now-redundant cast.
3552         (set_last_insn): Likewise.
3554         * builtins.c (expand_builtin_return): Strengthen local
3555         "call_fusage" from rtx to rtx_insn *.
3556         * cfgrtl.c (create_basic_block_structure): Likewise for local
3557         "after".
3558         * emit-rtl.c (set_new_first_and_last_insn): Likewise for params
3559         "first", "last" and local "insn".
3560         (delete_insns_since): Likewise for param "from".
3561         (reorder_insns_nobb): Likewise for params "from", "to", "after"
3562         and local "x".
3563         (push_to_sequence): Likewise for param "first" and local "last".
3564         (push_to_sequence2): Likewise for params "first" and "last".
3565         * lra.c (emit_add3_insn): Likewise for local "last".
3566         (lra_emit_add): Likewise.
3567         * lra-constraints.c (base_to_reg): Likewise for locals "insn",
3568         "last_insn".
3569         (process_address_1): Likewise for locals "insn", last".
3570         * modulo-sched.c (ps_first_note): Likewise for return type.
3571         * optabs.c (expand_binop_directly): Likewise for param "last".
3573 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3575         * rtl.h (get_last_insn_anywhere): Strengthen return type from rtx
3576         to rtx_insn*.
3577         * emit-rtl.c (get_last_insn_anywhere): Likewise.
3579 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3581         * function.h (struct sequence_stack): Strengthen fields "first"
3582         and "last" from rtx to rtx_insn *.
3583         (struct emit_status): Likewise for fields "x_first_insn" and
3584         "x_last_insn".
3586         * emit-rtl.h (get_insns): Remove now-redundant checked cast.
3587         (set_first_insn): Add checked cast.
3588         (get_last_insn): Remove now-redundant checked cast.
3589         (set_last_insn): Add checked cast.
3591         * config/m32c/m32c.c (m32c_leaf_function_p): Strengthen locals
3592         "saved_first" and "saved_last" from rtx to rtx_insn *.
3594 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3596         * rtl.h (add_insn): Strengthen param from rtx to rtx_insn *.
3597         (unlink_insn_chain): Strengthen both params from rtx to
3598         rtx_insn *.
3600         * cfgrtl.c (cfg_layout_function_header): Likewise for this
3601         variable.
3602         (unlink_insn_chain): Likewise for params "first" and "last".
3603         Remove now-redundant checked cast.
3604         (record_effective_endpoints): Replace use of NULL_RTX with NULL.
3605         (fixup_reorder_chain): Strengthen local "insn" from rtx to
3606         rtx_insn *.
3607         * emit-rtl.c (link_insn_into_chain): Likewise for all three
3608         params.
3609         (add_insn): Likewise for param "insn" and local "prev".
3610         (add_insn_after_nobb): Likewise for both params and local "next".
3611         (add_insn_before_nobb): Likewise for both params and local "prev".
3612         (add_insn_after): Rename param "after" to "uncast_after",
3613         introducing local "after" with another checked cast.
3614         (add_insn_before): Rename params "insn" and "before", giving them
3615         "uncast_" prefixes, adding the old names back using checked casts.
3616         (emit_note_after): Likewise for param "after".
3617         (emit_note_before): Likewise for param "before".
3618         (emit_label): Add a checked cast.
3620 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3622         * cselib.h (cselib_record_sets_hook):  Strengthen initial param
3623         "insn" from rtx to rtx_insn *.
3625         * cselib.c (cselib_record_sets_hook): Likewise.
3627         * var-tracking.c (add_with_sets): Likewise, renaming back from
3628         "uncast_insn" to "insn" and eliminating the checked cast from rtx
3629         to rtx_insn *.
3631 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3633         * basic-block.h (struct rtl_bb_info): Strengthen fields "end_"
3634         and "header_" from rtx to rtx_insn *.
3635         (struct basic_block_d): Likewise for field "head_" within "x"
3636         field of union basic_block_il_dependent.
3637         (BB_HEAD): Drop function...
3638         (SET_BB_HEAD): ...and this function in favor of...
3639         (BB_HEAD): ...reinstate macro.
3640         (BB_END): Drop function...
3641         (SET_BB_END): ...and this function in favor of...
3642         (BB_END): ...reinstate macro.
3643         (BB_HEADER): Drop function...
3644         (SET_BB_HEADER): ...and this function in favor of...
3645         (BB_HEADER): ...reinstate macro.
3647         * bb-reorder.c (add_labels_and_missing_jumps): Drop use of BB_END.
3648         (fix_crossing_unconditional_branches): Likewise.
3649         * caller-save.c (save_call_clobbered_regs): Likewise.
3650         (insert_one_insn): Drop use of SET_BB_HEAD and SET_BB_END.
3651         * cfgbuild.c (find_bb_boundaries): Drop use of SET_BB_END.
3652         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
3653         (merge_blocks_move_successor_nojumps): Likewise.
3654         (outgoing_edges_match): Update use of for_each_rtx to
3655         for_each_rtx_in_insn.
3656         * cfgexpand.c (expand_gimple_cond): Drop use of SET_BB_END.
3657         (expand_gimple_cond): Likewise.
3658         (expand_gimple_tailcall): Likewise.
3659         (expand_gimple_basic_block): Drop use of SET_BB_HEAD and
3660         SET_BB_END.
3661         (construct_exit_block): Drop use of SET_BB_END.
3662         * cfgrtl.c (cfg_layout_function_footer): Strengthen from rtx to
3663         rtx_insn *.
3664         (delete_insn): Rename param "insn" to "uncast_insn", introducing
3665         a new local "insn" with a checked cast to rtx_insn *.  Drop use of
3666         SET_BB_HEAD and SET_BB_END.
3667         (create_basic_block_structure): Drop use of SET_BB_HEAD and
3668         SET_BB_END.
3669         (rtl_delete_block): Drop use of SET_BB_HEAD.
3670         (rtl_split_block): Drop use of SET_BB_END.
3671         (emit_nop_for_unique_locus_between): Likewise.
3672         (rtl_merge_blocks): Drop use of SET_BB_END and SET_BB_HEAD.
3673         (block_label): Drop use of SET_BB_HEAD.
3674         (fixup_abnormal_edges): Drop use of SET_BB_END.
3675         (record_effective_endpoints): Drop use of SET_BB_HEADER.
3676         (relink_block_chain): Likewise.
3677         (fixup_reorder_chain): Drop use of SET_BB_END.
3678         (cfg_layout_duplicate_bb): Drop use of SET_BB_HEADER.
3679         (cfg_layout_delete_block): Strengthen local "to" from rtx * to
3680         rtx_insn **.  Drop use of SET_BB_HEADER.
3681         (cfg_layout_merge_blocks): Drop use of SET_BB_HEADER, SET_BB_END,
3682         SET_BB_HEAD.
3683         (BB_HEAD): Delete this function.
3684         (SET_BB_HEAD): Likewise.
3685         (BB_END): Likewise.
3686         (SET_BB_END): Likewise.
3687         (BB_HEADER): Likewise.
3688         (SET_BB_HEADER): Likewise.
3689         * emit-rtl.c (add_insn_after):  Rename param "insn" to
3690         "uncast_insn", adding a new local "insn" and a checked cast to
3691         rtx_insn *.  Drop use of SET_BB_END.
3692         (remove_insn): Strengthen locals "next" and "prev" from rtx to
3693         rtx_insn *.  Drop use of SET_BB_HEAD and SET_BB_END.
3694         (reorder_insns): Drop use of SET_BB_END.
3695         (emit_insn_after_1): Strengthen param "first" and locals "last",
3696         "after_after" from rtx to rtx_insn *.  Drop use of SET_BB_END.
3697         (emit_pattern_after_noloc): Add checked cast.
3698         * haifa-sched.c (get_ebb_head_tail): Drop use of SET_BB_END.
3699         (restore_other_notes): Likewise.
3700         (move_insn): Likewise.
3701         (sched_extend_bb): Likewise.
3702         (fix_jump_move): Likewise.
3703         * ifcvt.c (noce_process_if_block): Likewise.
3704         (dead_or_predicable): Likewise.
3705         * ira.c (update_equiv_regs): Drop use of SET_BB_HEAD.
3706         * reg-stack.c (change_stack): Drop use of SET_BB_END.
3707         * sel-sched-ir.c (sel_move_insn): Likewise.
3708         * sel-sched.c (move_nop_to_previous_block): Likewise.
3710         * config/c6x/c6x.c (hwloop_optimize): Drop use of SET_BB_HEAD and
3711         SET_BB_END.
3712         * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
3714 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3716         * basic-block.h (create_basic_block_structure): Strengthen params
3717         1 "head" and 2 "end" from rtx to rtx_insn *.
3718         * cfgrtl.c (create_basic_block_structure): Likewise.
3719         (rtl_create_basic_block): Update casts from void * to rtx to
3720         rtx_insn *, so that we can pass them as rtx_insn * to
3721         create_basic_block_structure.
3722         * sel-sched-ir.c (sel_create_basic_block): Likewise.
3724 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3726         * rtl.h (for_each_inc_dec): Strengthen param 1 from rtx * to
3727         rtx_insn **.
3728         (check_for_inc_dec): Strengthen param "insn" from rtx to
3729         rtx_insn *.
3731         * cselib.h (cselib_process_insn): Likewise.
3733         * cselib.c (cselib_record_sets): Likewise.
3734         (cselib_process_insn): Likewise.
3736         * dse.c (struct insn_info): Likewise for field "insn".
3737         (check_for_inc_dec_1): Likewise for local "insn".
3738         (check_for_inc_dec): Likewise for param "insn".
3739         (scan_insn): Likewise.
3740         (dse_step1): Likewise for local "insn".
3742         * rtlanal.c (for_each_inc_dec): Strengthen param 1 from rtx * to
3743         rtx_insn **.  Use for_each_rtx_in_insn rather than for_each_rtx.
3745 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3747         * sched-int.h (struct _dep): Strengthen fields "pro" and "con"
3748         from rtx to rtx_insn *.
3749         (DEP_PRO): Delete this function and...
3750         (SET_DEP_PRO): ...this function in favor of...
3751         (DEP_PRO): ...reinstate this macro.
3752         (DEP_CON): Delete this function and...
3753         (SET_DEP_CON): ...this function in favor of...
3754         (DEP_CON): ...reinstate this old macro.
3755         (init_dep_1): Strengthen params 2 and 3 from rtx to rtx_insn *.
3756         (init_dep): Likewise.
3757         (set_priorities): Likewise for both params.
3758         (sd_copy_back_deps): Likewise for params 1 and 2.
3760         * haifa-sched.c (priority): Likewise for param "insn" and local
3761         "next".
3762         (set_priorities): Likewise for params "head" and "tail" and local
3763         "insn".
3764         (process_insn_forw_deps_be_in_spec): Likewise for param "twin" and
3765         local "consumer".
3766         (add_to_speculative_block): Add a checked cast.
3767         (create_check_block_twin): Drop use of SET_DEP_CON.
3768         (add_jump_dependencies): Strengthen params "insn" and "jump" from
3769         rtx to rtx_insn *.
3771         * sched-deps.c (init_dep_1): Likewise for params "pro" and "con".
3772         Drop use of SET_DEP_PRO
3773         (init_dep): Strengthen params "pro" and "con" from rtx to
3774         rtx_insn *.
3775         (sd_copy_back_deps): Likewise for params "to" and "from".  Drop
3776         use of SET_DEP_CON.
3777         (DEP_PRO): Delete.
3778         (DEP_CON): Delete.
3779         (SET_DEP_PRO): Delete.
3780         (SET_DEP_CON): Delete.
3782 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3784         * sel-sched-ir.h (struct vinsn_def): Strengthen field "insn_rtx"
3785         from rtx to rtx_insn *.
3786         (VINSN_INSN_RTX): Eliminate rvalue function and...
3787         (SET_VINSN_INSN): ...lvalue function in favor of...
3788         (VINSN_INSN_RTX): reinstate this old macro.
3790         * sel-sched-ir.c (vinsn_init): Eliminate use of SET_VINSN_INSN_RTX
3791         in favor of VINSN_INSN_RTX.
3792         (VINSN_INSN_RTX): Delete this function.
3793         (SET_VINSN_INSN_RTX): Likewise.
3795 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3797         * sel-sched-ir.h (insn_t): Strengthen from rtx to rtx_insn *.
3798         (BND_TO): Delete this function and...
3799         (SET_BND_TO): ...this functions in favor of...
3800         (BND_TO): ...reinstating this macro.
3801         (struct _fence): Strengthen field "executing_insns" from
3802         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.  Strengthen fields
3803         "last_scheduled_insn" and "sched_next" from rtx to rtx_insn *.
3804         (_succ_iter_cond): Update param "succp" from rtx * to insn_t *
3805         and param "insn" from rtx to insn_t.
3806         (create_vinsn_from_insn_rtx): Strengthen first param from rtx to
3807         rtx_insn *.
3809         * sched-int.h (insn_vec_t): Strengthen from vec<rtx> to
3810         vec<rtx_insn *> .
3811         (rtx_vec_t): Likewise.
3812         (struct sched_deps_info_def): Strengthen param of "start_insn"
3813         callback from rtx to rtx_insn *.  Likewise for param "insn2" of
3814         "note_mem_dep" callback and first param of "note_dep" callback.
3816         * haifa-sched.c (add_to_speculative_block): Strengthen param
3817         "insn" from rtx to rtx_insn *.
3818         (clear_priorities): Likewise.
3819         (calc_priorities): Likewise for local "insn".
3821         * sched-deps.c (haifa_start_insn): Likewise for param "insn".
3822         Remove redundant checked cast.
3823         (haifa_note_mem_dep): Likewise for param "pending_insn".
3824         (haifa_note_dep): Likewise for param "elem".
3825         (note_mem_dep): Likewise for param "e".
3826         (sched_analyze_1): Add checked casts.
3827         (sched_analyze_2): Likewise.
3829         * sel-sched-dump.c (dump_insn_vector): Strengthen local "succ"
3830         from rtx to rtx_insn *.
3831         (debug): Update param from vec<rtx> & to vec<rtx_insn *>, and
3832         from vec<rtx> * to vec<rtx_insn *> *.
3834         * sel-sched-ir.c (blist_add): Remove use of SET_BND_TO
3835         scaffolding.
3836         (flist_add): Strengthen param "executing_insns" from
3837         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
3838         (advance_deps_context): Remove now-redundant checked cast.
3839         (init_fences): Replace uses of NULL_RTX with NULL.
3840         (merge_fences): Strengthen params "last_scheduled_insn" and
3841         "sched_next" from rtx to rtx_insn * and "executing_insns" from
3842         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
3843         (add_clean_fence_to_fences): Replace uses of NULL_RTX with NULL.
3844         (get_nop_from_pool): Add local "nop_pat" so that "nop" can be
3845         an instruction, rather than doing double-duty as a pattern.
3846         (return_nop_to_pool): Update for change of insn_t.
3847         (deps_init_id): Remove now-redundant checked cast.
3848         (struct sched_scan_info_def): Strengthen param of "init_insn"
3849         callback from rtx to insn_t.
3850         (sched_scan): Strengthen local "insn" from rtx to rtx_insn *.
3851         (init_global_and_expr_for_insn): Replace uses of NULL_RTX with
3852         NULL.
3853         (get_seqno_by_succs): Strengthen param "insn" and locals "tmp",
3854         "end" from rtx to rtx_insn *.
3855         (create_vinsn_from_insn_rtx): Likewise for param "insn_rtx".
3856         (rtx insn_rtx, bool force_unique_p)
3857         (BND_TO): Delete function.
3858         (SET_BND_TO): Delete function.
3860         * sel-sched.c (advance_one_cycle): Strengthen local "insn" from
3861         rtx to rtx_insn *.
3862         (extract_new_fences_from): Replace uses of NULL_RTX with NULL.
3863         (replace_dest_with_reg_in_expr): Strengthen local "insn_rtx" from
3864         rtx to rtx_insn *.
3865         (undo_transformations): Likewise for param "insn".
3866         (update_liveness_on_insn): Likewise.
3867         (compute_live_below_insn): Likewise for param "insn" and local
3868         "succ".
3869         (update_data_sets): Likewise for param "insn".
3870         (fill_vec_av_set): Replace uses of NULL_RTX with NULL.
3871         (convert_vec_av_set_to_ready): Drop now-redundant checked cast.
3872         (invoke_aftermath_hooks): Strengthen param "best_insn" from rtx to
3873         rtx_insn *.
3874         (move_cond_jump): Likewise for param "insn".
3875         (move_cond_jump): Drop use of SET_BND_TO.
3876         (compute_av_set_on_boundaries): Likewise.
3877         (update_fence_and_insn): Replace uses of NULL_RTX with NULL.
3878         (update_and_record_unavailable_insns): Strengthen local "bb_end"
3879         from rtx to rtx_insn *.
3880         (maybe_emit_renaming_copy): Likewise for param "insn".
3881         (maybe_emit_speculative_check): Likewise.
3882         (handle_emitting_transformations): Likewise.
3883         (remove_insn_from_stream): Likewise.
3884         (code_motion_process_successors): Strengthen local "succ" from rtx
3885         to insn_t.
3887 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3889         * sel-sched-ir.h (ilist_t): Redefine this typedef in terms of
3890         ilist_t, not _xlist_t;
3891         (ILIST_INSN): Define in terms of new union field "insn".
3892         (ILIST_NEXT): Define in terms of _LIST_NEXT rather than
3893         _XLIST_NEXT.
3894         (struct _list_node): Add new field "insn" to the union, of type
3895         insn_t.
3896         (ilist_add): Replace macro with an inline function, requiring an
3897         insn_t.
3898         (ilist_remove): Define this macro directly in terms of
3899         _list_remove, rather than indirectly via _xlist_remove.
3900         (ilist_clear): Likewise, in terms of _list_clear rather than
3901         _xlist_clear.
3902         (ilist_is_in_p): Replace macro with an inline function, requiring
3903         an insn_t.
3904         (_list_iter_cond_insn): New function.
3905         (ilist_iter_remove): Define this macro directly in terms of
3906         _list_iter_remove, rather than indirectly via _xlist_iter_remove.
3907         (ilist_iterator): Define directly in terms of _list_iterator
3908         rather than indirectly through _xlist_iterator.
3909         (FOR_EACH_INSN): Define in terms of _list_iter_cond_insn rather
3910         than in terms of _FOR_EACH_X.
3911         (FOR_EACH_INSN_1): Likewise.
3913 2014-08-26  Joseph Myers  <joseph@codesourcery.com>
3915         PR target/60606
3916         PR target/61330
3917         * varasm.c (make_decl_rtl): Clear DECL_ASSEMBLER_NAME and
3918         DECL_HARD_REGISTER and return for invalid register specifications.
3919         * cfgexpand.c (expand_one_var): If expand_one_hard_reg_var clears
3920         DECL_HARD_REGISTER, call expand_one_error_var.
3921         * config/arm/arm.c (arm_hard_regno_mode_ok): Do not allow
3922         CC_REGNUM with non-MODE_CC modes.
3923         (arm_regno_class): Return NO_REGS for PC_REGNUM.
3925 2014-08-26  Marek Polacek  <polacek@redhat.com>
3927         PR c/61271
3928         * sel-sched-ir.c (make_regions_from_the_rest): Fix condition.
3930 2014-08-26  Evandro Menezes <e.menezes@samsung.com>
3932         * config/arm/aarch64/aarch64.c (generic_addrcost_table): Delete
3933         qi cost; add di cost.
3934         (cortexa57_addrcost_table): Likewise.
3936 2014-08-26  Marek Polacek  <polacek@redhat.com>
3938         PR c/61271
3939         * expr.c (is_aligning_offset): Remove logical not.
3941 2014-08-26  Marek Polacek  <polacek@redhat.com>
3943         PR c/61271
3944         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT,
3945         LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Wrap in parens.
3947 2014-08-26  Richard Biener  <rguenther@suse.de>
3949         PR tree-optimization/62175
3950         * tree-ssa-loop-niter.c (expand_simple_operations): Do not
3951         expand possibly trapping operations.
3953 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3955         * config/rs6000/rs6000.c (class swap_web_entry): Strengthen field
3956         "insn" from rtx to rtx_insn *.
3957         (permute_load): Likewise for param "insn".
3958         (permute_store): Likewise.
3959         (handle_special_swappables): Likewise for local "insn".
3960         (replace_swap_with_copy): Likewise for locals "insn" and
3961         "new_insn".
3962         (rs6000_analyze_swaps): Likewise for local "insn".
3964 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3966         * regrename.h (struct du_chain): Strengthen field "insn" from rtx
3967         to rtx_insn *.
3969 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3971         * sel-sched-ir.h (struct sel_region_bb_info_def): Strengthen field
3972         "note_list" from rtx to rtx_insn *.
3973         (BB_NOTE_LIST): Replace this function and...
3974         (SET_BB_NOTE_LIST): ...this function with...
3975         (BB_NOTE_LIST): ...the former macro implementation.
3977         * sched-int.h (concat_note_lists): Strengthen param "from_end" and
3978         local "from_start" from rtx to rtx_insn *.  Strengthen param
3979         "to_endp" from rtx * to rtx_insn **.
3981         * haifa-sched.c (concat_note_lists): Likewise.
3982         * sel-sched-ir.c (init_bb): Eliminate SET_BB_NOTE_LIST in favor of
3983         BB_NOTE_LIST.
3984         (sel_restore_notes): Likewise.
3985         (move_bb_info): Likewise.
3986         (BB_NOTE_LIST): Delete this function.
3987         (SET_BB_NOTE_LIST): Delete this function.
3988         * sel-sched.c (create_block_for_bookkeeping): Eliminate
3989         SET_BB_NOTE_LIST in favor of BB_NOTE_LIST.
3991 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3993         * target.def (reorder): Strengthen param "ready" of this DEFHOOK
3994         from rtx * to rtx_insn **.
3995         (reorder2): Likewise.
3996         (dependencies_evaluation_hook): Strengthen params "head", "tail"
3997         from rtx to rtx_insn *.
3999         * doc/tm.texi: Update mechanically for above change to target.def.
4001         * sched-int.h (note_list): Strengthen this variable from rtx to
4002         rtx_insn *.
4003         (remove_notes): Likewise for both params.
4004         (restore_other_notes): Likewise for return type and first param.
4005         (struct ready_list): Strengthen field "vec" from rtx * to
4006         rtx_insn **.
4007         (struct dep_replacement): Strenghten field "insn" from rtx to
4008         rtx_insn *.
4009         (struct deps_desc): Likewise for fields "last_debug_insn",
4010         "last_args_size".
4011         (struct haifa_sched_info): Likewise for callback field
4012         "can_schedule_ready_p"'s param, for first param of "new_ready"
4013         callback field, for both params of "rank" callback field, for
4014         first field of "print_insn" callback field (with a const), for
4015         both params of "contributes_to_priority" callback, for param
4016         of "insn_finishes_block_p" callback, for fields "prev_head",
4017         "next_tail", "head", "tail", for first param of "add_remove_insn"
4018         callback, for first param of "begin_schedule_ready" callback, for
4019         both params of "begin_move_insn" callback, and for second param
4020         of "advance_target_bb" callback.
4021         (add_dependence): Likewise for params 1 and 2.
4022         (sched_analyze): Likewise for params 2 and 3.
4023         (deps_analyze_insn): Likewise for param 2.
4024         (ready_element): Likewise for return type.
4025         (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
4026         (try_ready): Strenghten param from rtx to rtx_insn *.
4027         (sched_emit_insn): Likewise for return type.
4028         (record_delay_slot_pair): Likewise for params 1 and 2.
4029         (add_delay_dependencies): Likewise for param.
4030         (contributes_to_priority): Likewise for both params.
4031         (find_modifiable_mems): Likewise.
4033         * config/arm/arm.c (cortexa7_sched_reorder):  Strengthen param
4034         "ready" from rtx * to rtx_insn **.  Strengthen locals "insn",
4035         "first_older_only_insn" from rtx to rtx_insn *.
4036         (arm_sched_reorder):  Strengthen param "ready"  from rtx * to
4037         rtx_insn **.
4039         * config/c6x/c6x.c (struct c6x_sched_context): Strengthen field
4040         "last_scheduled_iter0" from rtx to rtx_insn *.
4041         (init_sched_state): Replace use of NULL_RTX with NULL for insn.
4042         (c6x_sched_reorder_1): Strengthen param "ready" and locals
4043         "e_ready", "insnp" from rtx * to rtx_insn **.  Strengthen local
4044         "insn" from rtx to rtx_insn *.
4045         (c6x_sched_reorder): Strengthen param "ready" from rtx * to
4046         rtx_insn **.
4047         (c6x_sched_reorder2): Strengthen param "ready" and locals
4048         "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen local
4049         "insn" from rtx to rtx_insn *.
4050         (c6x_variable_issue):  Add a checked cast when assigning from insn
4051         to ss.last_scheduled_iter0.
4052         (split_delayed_branch): Strengthen param "insn" and local "i1"
4053         from rtx to rtx_insn *.
4054         (split_delayed_nonbranch): Likewise.
4055         (undo_split_delayed_nonbranch): Likewise for local "insn".
4056         (hwloop_optimize): Likewise for locals "seq", "insn", "prev",
4057         "entry_after", "end_packet", "head_insn", "tail_insn",
4058         "new_insns", "last_insn", "this_iter", "prev_stage_insn".
4059         Strengthen locals "orig_vec", "copies", "insn_copies" from rtx *
4060         to rtx_insn **.  Remove now-redundant checked cast on last_insn,
4061         but add a checked cast on loop->start_label.  Consolidate calls to
4062         avoid assigning result of gen_spkernel to "insn", now an
4063         rtx_insn *.
4065         * config/i386/i386.c (do_reorder_for_imul): Strengthen param
4066         "ready" from rtx * to rtx_insn **.  Strengthen local "insn" from
4067         rtx to rtx_insn *.
4068         (swap_top_of_ready_list): Strengthen param "ready" from rtx * to
4069         rtx_insn **.  Strengthen locals "top", "next" from rtx to
4070         rtx_insn *.
4071         (ix86_sched_reorder): Strengthen param "ready" from rtx * to
4072         rtx_insn **.  Strengthen local "insn" from rtx to rtx_insn *.
4073         (add_parameter_dependencies): Strengthen params "call", "head" and
4074         locals "insn", "last", "first_arg" from rtx to rtx_insn *.
4075         (avoid_func_arg_motion): Likewise for params "first_arg", "insn".
4076         (add_dependee_for_func_arg): Likewise for param "arg" and local
4077         "insn".
4078         (ix86_dependencies_evaluation_hook): Likewise for params "head",
4079         "tail" and locals "insn", "first_arg".
4081         * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Likewise
4082         for params "head", "tail" and locals "insn", "next", "next_tail".
4083         (ia64_dfa_sched_reorder): Strengthen param "ready" and locals
4084         "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen locals
4085         "insn", "lowest", "highest" from rtx to rtx_insn *.
4086         (ia64_sched_reorder): Strengthen param "ready" from rtx * to
4087         rtx_insn **.
4088         (ia64_sched_reorder2): Likewise.
4090         * config/mep/mep.c (mep_find_ready_insn): Strengthen return type
4091         and local "insn" from rtx to rtx_insn *.  Strengthen param "ready"
4092         from rtx * to rtx_insn **.
4093         (mep_move_ready_insn): Strengthen param "ready" from rtx * to
4094         rtx_insn **.
4095         (mep_print_sched_insn): Strengthen param "insn" from rtx to
4096         rtx_insn *.
4097         (mep_sched_reorder): Strengthen param "ready" from rtx * to
4098         rtx_insn **.  Strengthen locals "core_insn", "cop_insn" from rtx
4099         to rtx_insn *.
4101         * config/mips/mips.c (mips_promote_ready): Strengthen param "ready"
4102         from rtx * to rtx_insn **.  Strengthen local "new_head" from rtx
4103         to rtx_insn *.
4104         (mips_maybe_swap_ready): Strengthen param "ready" from rtx * to
4105         rtx_insn **.  Strengthen local "temp" from rtx to rtx_insn *.
4106         (mips_macc_chains_reorder): Strengthen param "ready" from rtx * to
4107         rtx_insn **.
4108         (vr4130_reorder): Likewise.
4109         (mips_74k_agen_reorder): Likewise.  Strengthen local "insn" from
4110         rtx to rtx_insn *.
4111         (mips_sched_reorder_1): Strengthen param "ready" from rtx * to
4112         rtx_insn **.
4113         (mips_sched_reorder): Likewise.
4114         (mips_sched_reorder2): Likewise.
4116         * config/picochip/picochip.c (picochip_sched_reorder): Likewise.
4118         * config/rs6000/rs6000.c (rs6000_sched_reorder): Likewise.
4119         Strengthen local "tmp" from rtx to rtx_insn *.
4120         (rs6000_sched_reorder2): Likewise.
4122         * config/s390/s390.c (s390_z10_prevent_earlyload_conflicts):
4123         Likewise.  Update sizeof(rtx) to sizeof(rtx_insn *) in memmove.
4124         (s390_sched_reorder): Strengthen param "ready" from rtx * to
4125         rtx_insn **.  Strengthen local "tmp" from rtx to rtx_insn *.
4127         * config/sh/sh.c (rank_for_reorder): Strengthen locals "tmp",
4128         "tmp2" from rtx to rtx_insn *.
4129         (swap_reorder): Strengthen param "a" from rtx * to rtx_insn **.
4130         Strengthen local "insn" from rtx to rtx_insn *.
4131         (ready_reorder): Strengthen param "ready" from rtx * to
4132         rtx_insn **.  Update sizeof(rtx) to sizeof(rtx_insn *) in qsort.
4133         (sh_reorder):  Strengthen param "ready" from rtx * to rtx_insn **.
4134         (sh_reorder2): Likewise.
4136         * config/spu/spu.c (spu_sched_reorder): Likewise.  Strengthen
4137         local "insn" from rtx to rtx_insn *.
4139         * haifa-sched.c (note_list): Strengthen this variable from rtx to
4140         rtx_insn *.
4141         (scheduled_insns): Strengthen this variable from vec<rtx> to
4142         vec<rtx_insn *>.
4143         (set_modulo_params): Likewise for locals "i1", "i2".
4144         (record_delay_slot_pair): Likewise for params "i1", "i2".
4145         (add_delay_dependencies): Likewise for param "insn".
4146         (cond_clobbered_p): Likewise.
4147         (recompute_todo_spec): Likewise for local "prev".
4148         (last_scheduled_insn): Likewise for this variable.
4149         (nonscheduled_insns_begin): Likewise.
4150         (model_set_excess_costs): Strengthen param "insns" from rtx * to
4151         rtx_insn **.
4152         (rank_for_schedule): Strengthen locals "tmp", "tmp2" from rtx to
4153         rtx_insn *.
4154         (swap_sort): Strengthen param "a" from rtx * to rtx_insn **.
4155         Strengthen local "insn" from rtx to rtx_insn *.
4156         (queue_insn): Strengthen param "insn" from rtx to rtx_insn *.
4157         (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
4158         (ready_add): Strengthen param "insn" from rtx to rtx_insn *.
4159         (ready_remove_first): Likewise for return type and local "t".
4160         (ready_element): Likewise for return type.
4161         (ready_remove): Likewise for return type and local "t".
4162         (ready_sort): Strengthen local "first" from rtx * to rtx_insn **.
4163         (check_clobbered_conditions): Strengthen local "x" from rtx to
4164         rtx_insn *, adding a checked cast.
4165         (schedule_insn): Likewise for param "insn".
4166         (remove_notes): Likewise for params "head", "tail" and locals
4167         "next_tail", "insn", "next".
4168         (struct haifa_saved_data): Likewise for fields
4169         "last_scheduled_insn", "nonscheduled_insns_begin".
4170         (save_backtrack_point): Update for change to field "vec" of
4171         struct ready_list.
4172         (toggle_cancelled_flags): Strengthen local "first" from rtx * to
4173         rtx_insn **.
4174         (restore_last_backtrack_point): Likewise.  Strengthen local "insn"
4175         from rtx to rtx_insn *
4176         (resolve_dependencies): Strengthen param "insn" from rtx to
4177         rtx_insn *
4178         (restore_other_notes): Likewise for return type, for param "head"
4179         and local "note_head".
4180         (undo_all_replacements): Likewise for local "insn".
4181         (first_nonscheduled_insn): Likewise for return type and local "insn".
4182         (queue_to_ready): Likewise for local "insn", adding checked casts.
4183         (early_queue_to_ready): Likewise for local "insn".
4184         (debug_ready_list_1): Strengthen local "p" from rtx * to
4185         rtx_insn **.
4186         (move_insn): Strengthen param "insn" and local "note" from rtx to
4187         rtx_insn *
4188         (insn_finishes_cycle_p): Likewise for param "insn".
4189         (max_issue): Likewise for local "insn".
4190         (choose_ready): Likewise.  Strengthen param "insn_ptr" from rtx *
4191         to rtx_insn **.
4192         (commit_schedule): Strengthen param "prev_head" and local "insn"
4193         from rtx to rtx_insn *
4194         (prune_ready_list): Likewise for local "insn".
4195         (schedule_block): Likewise for locals "prev_head", "head", "tail",
4196         "skip_insn", "insn", "failed_insn", "x", adding a checked cast.
4197         (set_priorities): Likewise for local "prev_head".
4198         (try_ready): Likewise for param "next".
4199         (fix_tick_ready): Likewise.
4200         (change_queue_index): Likewise.
4201         (sched_extend_ready_list): Update for change to field "vec" of
4202         struct ready_list.
4203         (generate_recovery_code): Strengthen param "insn" from rtx to
4204         rtx_insn *.
4205         (begin_speculative_block): Likewise.
4206         (create_check_block_twin): Likewise for param "insn" and locals
4207         "label", "check", "twin".  Introduce local "check_pat" to avoid
4208         "check" being used as a plain rtx before being used as an insn.
4209         (fix_recovery_deps): Add a checked cast to rtx_insn * when
4210         extracting elements from ready_list.
4211         (sched_remove_insn): Strengthen param "insn" from rtx to
4212         rtx_insn *.
4213         (sched_emit_insn): Likewise for return type.
4214         (ready_remove_first_dispatch): Likewise for return type and local
4215         "insn".
4217         * hw-doloop.c (discover_loop): Add a checked cast to rtx_insn *.
4219         * modulo-sched.c (sms_print_insn): Strengthen from const_rtx to
4220         const rtx_insn *.
4222         * sched-deps.c (add_dependence): Strengthen params "con", "pro"
4223         from rtx to rtx_insn *.
4224         (add_dependence_list): Likewise for param "insn".  Add a checked
4225         cast.
4226         (add_dependence_list_and_free): Strengthen param "insn" from rtx
4227         to rtx_insn *.  Strengthen param "list_p" from rtx * to
4228         rtx_insn **.
4229         (chain_to_prev_insn): Strengthen param "insn" and locals
4230         "prec_nonnote", "i" from rtx to rtx_insn *.
4231         (flush_pending_lists): Likewise for param "insn".
4232         (cur_insn): Likewise for this variable.
4233         (haifa_start_insn): Add a checked cast.
4234         (note_dep): Strengthen param "e" from rtx to rtx_insn *.
4235         (sched_analyze_reg): Likewise for param "insn".
4236         (sched_analyze_1): Likewise.
4237         (sched_analyze_2): Likewise.  Add checked casts.
4238         (sched_analyze_insn): Likewise.  Also for local "prev".
4239         (deps_analyze_insn): Likewise for param "insn".
4240         (sched_analyze): Likewise for params "head", "tail" and local "insn".
4241         (add_dependence_1): Likewise for params "insn", "elem".
4242         (struct mem_inc_info): Likewise for fields "inc_insn", "mem_insn".
4243         (parse_add_or_inc): Likewise for param "insn".
4244         (find_inc): Likewise for local "inc_cand".
4245         (find_modifiable_mems): Likewise for params "head", "tail" and
4246         locals "insn", "next_tail".
4248         * sched-ebb.c (init_ready_list): Likewise for local "insn".
4249         (begin_schedule_ready): Likewise for param "insn".
4250         (begin_move_insn): Likewise for params "insn" and "last".
4251         (ebb_print_insn): Strengthen param "insn" from const_rtx to
4252         const rtx_insn *.
4253         (rank): Strengthen params "insn1", "insn2" from rtx to rtx_insn *.
4254         (ebb_contributes_to_priority): Likewise for params "next", "insn".
4255         (ebb_add_remove_insn): Likewise for param "insn".
4256         (advance_target_bb): Likewise.
4258         * sched-rgn.c (rgn_estimate_number_of_insns): Likewise for local
4259         "insn".
4260         (check_live): Likewise for param "insn".
4261         (init_ready_list): Likewise for local "insn".
4262         (can_schedule_ready_p): Likewise for param "insn".
4263         (begin_schedule_ready): Likewise.
4264         (new_ready): Likewise for param "next".
4265         (rgn_print_insn): Likewise for param "insn".
4266         (rgn_rank): Likewise for params "insn1", "insn2".
4267         (contributes_to_priority): Likewise for params "next", "insn".
4268         (rgn_insn_finishes_block_p): Likewise for param "insn".
4269         (add_branch_dependences): Likewise for params "head", "tail" and
4270         locals "insn", "last".
4271         (rgn_add_remove_insn): Likewise for param "insn".
4272         (advance_target_bb): Likewise.
4274         * sel-sched-dump.c (sel_print_insn): Strengthen param "insn" from
4275         const_rtx to const rtx_insn *.
4277         * sel-sched-dump.h (sel_print_insn): Likewise.
4279         * sel-sched-ir.c (advance_deps_context): Add a checked cast.
4280         (deps_init_id): Likewise.
4282         * sel-sched.c (convert_vec_av_set_to_ready): Likewise.
4283         (invoke_reorder_hooks): Strengthen local "arr" from rtx * to
4284         rtx_insn **.
4286 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4288         * output.h (final_start_function): Strengthen param 1 from rtx to
4289         rtx_insn *.
4291         * final.c (final_start_function): Likewise, renaming back from
4292         "uncast_first" to "first", and dropping the checked cast from rtx
4293         to rtx_insn *.
4295 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4297         * output.h (final): Strengthen param 1 from rtx to rtx_insn *.
4298         * final.c (final): Likewise.  Rename param back from
4299         "uncast_first" to "first" and eliminate the checked cast from rtx
4300         to rtx_insn *.
4302 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4304         * output.h (shorten_branches): Strengthen param from rtx to
4305         rtx_insn *.
4307         * final.c (shorten_branches): Likewise, renaming param back from
4308         "uncast_first" to "first", and dropping the checked cast from rtx
4309         to rtx_insn *.
4311         * genattr.c (gen_attr): Likewise when writing out the prototype of
4312         shorten_branches.
4314 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4316         * sched-int.h (struct haifa_sched_info): Strengthen fields
4317         "prev_head" and "next_tail" from rtx to rtx_insn *.
4319 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4321         * rtl.h (rtx_jump_table_data::get_labels): New method.
4322         * cfgbuild.c (make_edges): Replace hand-coded lookup of labels
4323         with use of the new rtx_jump_table_data::get_labels method.
4324         (purge_dead_tablejump_edges): Strengthen param "table" from rtx
4325         to rtx_jump_table_data *.  Simplify by using get_labels method.
4326         * cfgrtl.c (delete_insn): Replace use of JUMP_TABLE_DATA_P with
4327         a dyn_cast, introducing local "table", using it to replace
4328         label-lookup logic with a get_labels method call.
4329         (patch_jump_insn): Simplify using get_labels method.
4330         * dwarf2cfi.c (create_trace_edges): Likewise.
4331         * rtlanal.c (label_is_jump_target_p): Likewise.
4333 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4335         * rtl.h (unshare_all_rtl_again): Strengthen param "insn" from rtx
4336         to rtx_insn *.
4338         * emit-rtl.c (unshare_all_rtl_1): Likewise.
4339         (unshare_all_rtl_again): Likewise, also for local "p".
4341 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4343         * rtl.h (delete_insn_and_edges): Strengthen param "insn" from rtx
4344         to rtx_insn *.
4345         * cfgrtl.c (delete_insn_and_edges): Likewise.
4347 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4349         * rtl.h (reorder_insns): Strengthen params "from", "to", "after"
4350         from rtx to rtx_insn *.
4352         * emit-rtl.c (reorder_insns): Likewise, also for local "insn".
4354 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4356         * function.c (thread_prologue_and_epilogue_insns): Likewise for
4357         locals "returnjump", "epilogue_end", "insn", "next".
4359         * shrink-wrap.h (get_unconverted_simple_return): Strengthen param
4360         "returnjump" from rtx * to rtx_insn **.
4361         * shrink-wrap.c (get_unconverted_simple_return): Likewise.
4363 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4365         * basic-block.h (struct edge_def). Strengthen "r" within
4366         union edge_def_insns from rtx to rtx_insn *.
4368         * cfgexpand.c (pass_expand::execute): Remove now-redundant cast
4369         from rtx to rtx_insn *.  Strengthen local "insns" from rtx to
4370         rtx_insn *.
4371         * cfgrtl.c (commit_one_edge_insertion): Remove now-redundant cast
4372         from rtx to rtx_insn *.
4373         * cprop.c (find_bypass_set): Strengthen local "insn" from rtx to
4374         rtx_insn *.
4375         * postreload-gcse.c (reg_killed_on_edge): Likewise.
4376         (reg_used_on_edge): Likewise.
4377         * tree-cfg.c (gt_ggc_mx): New overload for rtx_insn *&.
4378         (gt_pch_nx): New overload for rtx_insn *&.
4379         * tree-outof-ssa.c (expand_phi_nodes): Strengthen local "insns"
4380         from rtx to rtx_insn *.
4382 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4384         * basic-block.h (struct rtl_bb_info): Strengthen field "footer_"
4385         from rtx to rtx_insn *.
4386         (BB_FOOTER): Replace function with access macro.
4387         (SET_BB_FOOTER): Delete.
4389         * cfgcleanup.c (try_optimize_cfg): Replace uses of SET_BB_FOOTER
4390         with BB_FOOTER.
4391         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
4392         (emit_barrier_after_bb): Likewise.
4393         (record_effective_endpoints): Likewise.
4394         (relink_block_chain): Likewise.
4395         (fixup_fallthru_exit_predecessor): Likewise.
4396         (cfg_layout_duplicate_bb): Likewise.
4397         (cfg_layout_split_block): Likewise.
4398         (cfg_layout_delete_block): Likewise.
4399         (cfg_layout_merge_blocks): Likewise.
4400         (BB_FOOTER): Delete function.
4401         (SET_BB_FOOTER): Delete function.
4402         * combine.c (update_cfg_for_uncondjump): Replace uses of
4403         SET_BB_FOOTER with BB_FOOTER.
4405 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4407         * except.h (struct eh_landing_pad_d): Strengthen field
4408         "landing_pad" from rtx to rtx_code_label *.
4410         * except.c (sjlj_emit_dispatch_table): Likewise for param
4411         "dispatch_label"
4412         (sjlj_build_landing_pads): Likewise for local "dispatch_label".
4414 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4416         * config/xtensa/xtensa-protos.h (xtensa_emit_loop_end): Strengthen
4417         first param from rtx to rtx_insn *.
4418         * config/xtensa/xtensa.c (struct machine_function): Likewise for
4419         field "set_frame_ptr_insn".
4420         (xtensa_expand_compare_and_swap): Strengthen locals "csloop" and
4421         "csend" from rtx to rtx_code_label *.
4422         (xtensa_expand_atomic): Likewise for local "csloop".
4423         (xtensa_emit_loop_end): Strengthen param "insn" from rtx to
4424         rtx_insn *.
4425         (xtensa_call_tls_desc): Likewise for return type and locals
4426         "call_insn", "insns".
4427         (xtensa_legitimize_tls_address): Likewise for local "insns".
4428         (xtensa_expand_prologue): Likewise for locals "insn", "first".
4430 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4432         * config/v850/v850-protos.h (v850_adjust_insn_length): Strengthen
4433         first param from rtx to rtx_insn *.
4434         * config/v850/v850.c (v850_adjust_insn_length): Likewise for param
4435         "insn".
4437 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4439         * config/tilepro/tilepro-protos.h (tilepro_output_cbranch_with_opcode):
4440         Strengthen param 1 from rtx to rtx_insn *.
4441         (tilepro_output_cbranch): Likewise.
4442         (tilepro_adjust_insn_length): Likewise.
4443         (tilepro_final_prescan_insn): Likewise for sole param.
4445         * config/tilepro/tilepro.c (tilepro_legitimize_tls_address):
4446         Likewise for local "last".
4447         (cbranch_predicted_p): Likewise for param "insn".
4448         (tilepro_output_simple_cbranch_with_opcode): Likewise.
4449         (tilepro_output_cbranch_with_opcode): Likewise.
4450         (tilepro_output_cbranch): Likewise.
4451         (frame_emit_load): Likewise for return type and locals "seq",
4452         "insn".
4453         (emit_sp_adjust): Likewise for return type and local "insn".
4454         (tilepro_expand_epilogue): Likewise for locals "last_insn",
4455         "insn".
4456         (tilepro_adjust_insn_length): Likewise for param "insn".
4457         (next_insn_to_bundle): Likewise for return type and params
4458         "r", "end".
4459         (tilepro_gen_bundles): Likewise for locals "insn", "next", "end".
4460         (replace_pc_relative_symbol_ref): Likewise for param "insn" and
4461         local "new_insns".
4462         (match_addli_pcrel): Likewise for param "insn".
4463         (replace_addli_pcrel): Likewise.
4464         (match_auli_pcrel): Likewise.
4465         (replace_auli_pcrel): Likewise.
4466         (tilepro_fixup_pcrel_references): Likewise for locals "insn",
4467         "next_insn".
4468         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
4469         "queue", "next_queue", "prev".
4470         (tilepro_asm_output_mi_thunk): Likewise for local "insn".
4471         (tilepro_final_prescan_insn): Likewise for param "insn".
4473 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4475         * config/tilegx/tilegx-protos.h (tilegx_output_cbranch_with_opcode):
4476         Strengthen param 1 from rtx to rtx_insn *.
4477         (tilegx_output_cbranch): Likewise.
4478         (tilegx_adjust_insn_length): Likewise.
4479         (tilegx_final_prescan_insn): Likewise for sole param.
4481         * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise
4482         or local "last".
4483         (cbranch_predicted_p): Likewise for param "insn".
4484         (tilegx_output_simple_cbranch_with_opcode): Likewise.
4485         (tilegx_output_cbranch_with_opcode): Likewise.
4486         (tilegx_output_cbranch): Likewise.
4487         (frame_emit_load): Likewise for return type.
4488         (set_frame_related_p): Likewise for locals "seq", "insn".
4489         (emit_sp_adjust): Likewise for return type, and for local "insn".
4490         Introduce local "pat" for use in place of "insn" where the latter
4491         isn't an instruction.
4492         (tilegx_expand_epilogue): Strengthen locals "last_insn", "insn"
4493         from rtx to rtx_insn *.
4494         (tilegx_adjust_insn_length): Likewise for param "insn".
4495         (next_insn_to_bundle): Likewise for return type and params "r" and
4496         "end".
4497         (tilegx_gen_bundles): Likewise for locals "insn", "next", "prev",
4498         "end".
4499         (replace_insns): Likewise for params "old_insn", "new_insns".
4500         (replace_mov_pcrel_step1): Likewise for param "insn" and local
4501         "new_insns".
4502         (replace_mov_pcrel_step2): Likewise.
4503         (replace_mov_pcrel_step3): Likewise.
4504         (tilegx_fixup_pcrel_references): Likewise for locals "insn",
4505         "next_insn".
4506         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
4507         "queue", "next_queue", "prev".
4508         (tilegx_output_mi_thunk): Likewise for local "insn".
4509         (tilegx_final_prescan_insn): Likewise for param "insn".
4511 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4513         * config/spu/spu.c (frame_emit_store): Strengthen return type from
4514         rtx to rtx_insn *.
4515         (frame_emit_load): Likewise.
4516         (frame_emit_add_imm): Likewise, also for local "insn".
4517         (spu_expand_prologue): Likewise for local "insn".
4518         (struct spu_bb_info): Likewise for field "prop_jump".
4519         (emit_nop_for_insn): Likewise for param "insn" and local
4520         "new_insn".
4521         (pad_bb): Likewise for locals "insn", "next_insn", "prev_insn",
4522         "hbr_insn".
4523         (spu_emit_branch_hint): Likewise for params "before", "branch" and
4524         locals "hint", "insn".
4525         (get_branch_target): Likewise for param "branch".
4526         (insn_clobbers_hbr): Likewise for param "insn".
4527         (insert_hbrp_for_ilb_runout): Likewise for param "first" and
4528         locals "insn", "before_4", "before_16".
4529         (insert_hbrp): Likewise for local "insn".
4530         (spu_machine_dependent_reorg): Likewise for locals "branch",
4531         "insn", "next", "bbend".
4532         (uses_ls_unit): Likewise for param "insn".
4533         (get_pipe): Likewise.
4534         (spu_sched_variable_issue): Rename param "insn" to "uncast_insn",
4535         introducing a checked cast.
4536         (spu_sched_adjust_cost): Likewise for params "insn" and
4537         "dep_insn".
4538         (ea_load_store_inline): Strengthen local "insn" from rtx to rtx_insn *.
4539         (spu_sms_res_mii): Likewise.
4541 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4543         * config/sparc/sparc-protos.h (output_ubranch): Strengthen param 2
4544         from rtx to rtx_insn *.
4545         (output_cbranch): Likewise for param 6.
4546         (output_return): Likewise for param 1.
4547         (output_sibcall): Likewise.
4548         (output_v8plus_shift): Likewise.
4549         (output_v8plus_mult): Likewise.
4550         (output_v9branch): Likewise for param 7.
4551         (output_cbcond):  Likewise for param 3.
4553         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise
4554         for local "insn".
4555         (sparc_legitimize_pic_address): Likewise.
4556         (sparc_emit_call_insn): Likewise.
4557         (emit_save_or_restore_regs): Likewise.
4558         (emit_window_save): Likewise for return type and local "insn".
4559         (sparc_expand_prologue): Likewise for local "insn".
4560         (sparc_flat_expand_prologue): Likewise.
4561         (output_return): Likewise for param "insn".
4562         (output_sibcall): Likewise for param "insn" and local "delay".
4563         (output_ubranch): Likewise for param "insn".
4564         (output_cbranch): Likewise.
4565         (output_cbcond): Likewise.
4566         (output_v9branch): Likewise.
4567         (output_v8plus_shift): Likewise.
4568         (sparc_output_mi_thunk): Likewise for local "insn".
4569         (get_some_local_dynamic_name): Likewise.
4570         (output_v8plus_mult): Likewise for param "insn".
4572 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4574         * config/sh/sh-protos.h (output_ieee_ccmpeq): Strengthen param 1
4575         from rtx to rtx_insn *.
4576         (output_branchy_insn): Likewise for param 3.
4577         (output_far_jump): Likewise for param 1.
4578         (final_prescan_insn): Likewise.
4579         (sh_insn_length_adjustment): Likewise for sole param.
4581         * config/sh/sh.c (expand_cbranchsi4): Likewise for local "jump".
4582         (expand_cbranchdi4): Strengthen local "skip_label" from rtx to
4583         rtx_code_label *.
4584         (sh_emit_compare_and_set): Likewise for local "lab".
4585         (output_far_jump): Strengthen param "insn" and local "prev" from
4586         rtx to rtx_insn *.
4587         (output_branchy_insn): Likewise for param "insn" and local
4588         "next_insn".
4589         (output_ieee_ccmpeq): Likewise for param "insn".
4590         (struct label_ref_list_d): Strengthen field "label" from rtx to
4591         rtx_code_label *.
4592         (pool_node): Likewise.
4593         (pool_window_label): Likewise for this global.
4594         (add_constant): Likewise for return type and locals "lab", "new_rtx".
4595         (dump_table): Strengthen params "start", "barrier" and local
4596         "scan" from rtx to rtx_insn *.
4597         (broken_move): Likewise for param "insn".
4598         (untangle_mova): Likewise for params "first_mova" and "new_mova".
4599         Strengthen param "first_mova" from rtx * to rtx_insn **.
4600         (mova_p): Likewise for param "insn".
4601         (fixup_mova): Likewise for param "mova".
4602         (find_barrier): Likewise for return type, params "mova" and
4603         "from", and locals "barrier_before_mova", "found_barrier",
4604         "good_barrier", "orig", "last_symoff", "next".  Strengthen local
4605         "label" from rtx to rtx_code_label *.
4606         (sh_loop_align): Strengthen locals "first", "insn", "mova" from
4607         rtx to rtx_insn *.
4608         (sh_reorg): Likewise for locals "link", "scan", "barrier".
4609         (split_branches): Likewise for param "first" and local "insn".
4610         (final_prescan_insn): Likewise for param "insn".
4611         (sequence_insn_p): Likewise for locals "prev", "next".
4612         (sh_insn_length_adjustment): Likewise for param "insn".
4613         (sh_can_redirect_branch): Likewise for local "insn".
4614         (find_r0_life_regions): Likewise for locals "end", "insn".
4615         (sh_output_mi_thunk): Likewise for local "insns".
4617 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4619         * config/score/score.c (score_output_mi_thunk): Strengthen local
4620         "insn" from rtx to rtx_insn *.
4621         (score_prologue): Likewise.
4623 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4625         * config/s390/s390-protos.h (s390_match_ccmode): Strengthen param
4626         1 from rtx to rtx_insn *.
4627         (s390_emit_jump): Likewise for return type.
4628         (s390_emit_call): Likewise.
4629         (s390_load_got): Likewise.
4631         * config/s390/s390.c (last_scheduled_insn): Likewise for this
4632         variable.
4633         (s390_match_ccmode): Likewise for param "insn".
4634         (s390_emit_jump): Likewise for return type.
4635         (s390_split_branches): Likewise for local "label".
4636         (struct constant): Strengthen field "label" from rtx to
4637         rtx_code_label *.
4638         (struct constant_pool): Likewise for field "label".  Strengthen
4639         fields "first_insn", "pool_insn", "emit_pool_after" from rtx to
4640         rtx_insn *.
4641         (s390_alloc_pool): Replace NULL_RTX with NULL when dealing with
4642         insns.
4643         (s390_start_pool): Strengthen param "insn" from rtx to rtx_insn *.
4644         (s390_end_pool): Likewise.
4645         (s390_dump_pool): Likewise for local "insn".
4646         (s390_mainpool_start): Likewise.
4647         (s390_chunkify_start): Likewise.
4648         (s390_chunkify_start): Replace NULL_RTX with NULL when dealing
4649         with insns.  Strengthen locals "label", "jump", "barrier", "next",
4650         "prev", "vec_insn", "insn" from rtx to rtx_insn *.
4651         (s390_chunkify_finish): Strengthen local "insn" from rtx to
4652         rtx_insn *.
4653         (s390_chunkify_cancel): Likewise for locals "insn", "barrier",
4654         "jump", "label", "next_insn".
4655         (s390_regs_ever_clobbered): Likewise for local "cur_insn".
4656         (s390_optimize_nonescaping_tx): Likewise for locals "insn",
4657         "tbegin_insn".
4658         (s390_load_got): Likewise for return type and local "insns".
4659         (s390_save_gprs_to_fprs): Likewise for local "insn".
4660         (s390_restore_gprs_from_fprs): Likewise.
4661         (pass_s390_early_mach::execute): Likewise.
4662         (s390_emit_prologue): Likewise for local "insns".
4663         (s390_expand_tbegin): Strengthen local "leave_label" from rtx to
4664         rtx_code_label *.
4665         (s390_emit_call): Strengthen return type and local "insn" from
4666         rtx to rtx_insn *.
4667         (s390_emit_tpf_eh_return): Likewise for local "insn".
4668         (s390_optimize_prologue): Likewise for locals "insn", "new_insn",
4669         "next_insn", introducing locals "s_pat", "rpat" to allow this.
4670         (s390_fix_long_loop_prediction): Likewise for param "insn" and
4671         local "cur_insn".
4672         (s390_non_addr_reg_read_p): Likewise for param "insn".
4673         (find_cond_jump): Likewise for return type and param "insn".
4674         (s390_swap_cmp): Likewise for param "insn".
4675         (s390_z10_optimize_cmp): Likewise for param "insn" and locals
4676         "prev_insn", "next_insn".
4677         (s390_reorg): Likewise for locals "insn", "target".
4678         (s390_z10_prevent_earlyload_conflicts): Likewise for local "insn".
4679         (s390_sched_variable_issue): For now, rename param "insn" to
4680         "uncast_insn", introducing a checked cast.
4681         (s390_sched_init): Replace NULL_RTX with NULL when dealing with
4682         insn.
4683         (s390_loop_unroll_adjust): Strengthen local "insn" from rtx to
4684         rtx_insn *.  Use for_each_rtx_in_insn rather than for_each_rtx.
4686 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4688         * config/rx/rx-protos.h (rx_adjust_insn_length): Strengthen first
4689         param from rtx to rtx_insn *.
4690         * config/rx/rx.c (rx_adjust_insn_length): Likewise for param "insn".
4692 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4694         * config/rs6000/rs6000-protos.h (output_cbranch): Strengthen param
4695         4 from rtx to rtx_insn *.
4696         (rs6000_final_prescan_insn): Likewise for first param.
4697         * config/rs6000/rs6000.c (rs6000_emit_set_const): Likewise for
4698         local "insn".
4699         (rs6000_get_some_local_dynamic_name): Likewise.
4700         (output_cbranch): Likewise for param "insn".
4701         (spe_func_has_64bit_regs_p): Likewise for locals "insns", "insn".
4702         (rs6000_function_ok_for_sibcall): Likewise for locals "top", "insn".
4703         (rs6000_emit_allocate_stack): Likewise for local "insn".
4704         (load_cr_save): Likewise.
4705         (restore_saved_cr): Likewise.
4706         (restore_saved_lr): Likewise.
4707         (emit_cfa_restores): Likewise.
4708         (rs6000_output_function_epilogue): Likewise for locals "insn" and
4709         "deleted_debug_label".
4710         (rs6000_output_mi_thunk): Likewise for local "insn".
4711         (rs6000_final_prescan_insn): Likewise for param "insn".
4713 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4715         * config/picochip/picochip-protos.h (picochip_final_prescan_insn):
4716         Strengthen param "insn" from rtx to rtx_insn *.
4717         * config/picochip/picochip.c (picochip_current_prescan_insn):
4718         Likewise for this variable.
4719         (picochip_final_prescan_insn): Likewise for param "insn".
4721 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4723         * config/pa/pa-protos.h (pa_output_call): Strengthen first param
4724         from rtx to rtx_insn *.
4725         (pa_output_indirect_call): Likewise.
4726         (pa_adjust_insn_length): Likewise.
4727         (pa_attr_length_millicode_call): Likewise.
4728         (pa_attr_length_call): Likewise.
4729         (pa_attr_length_indirect_call): Likewise.
4731         * config/pa/pa.c (pa_adjust_insn_length): Likewise for param
4732         "insn".
4733         (pa_attr_length_millicode_call): Likewise.
4734         (pa_attr_length_call): Likewise.
4735         (pa_output_call): Likewise.
4736         (pa_attr_length_indirect_call): Likewise.
4737         (pa_output_indirect_call): Likewise.
4739 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4741         * config/nds32/nds32-protos.h (nds32_adjust_insn_length):
4742         Strengthen first param from rtx to rtx_insn *.
4743         * config/nds32/nds32.c (nds32_adjust_insn_length): Likewise for
4744         param "insn".
4746 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4748         * config/mips/mips-protos.h (mips_emit_move): Strengthen return
4749         type from rtx to rtx_insn *.
4750         (mips_expand_call): Likewise.
4751         (mips_adjust_insn_length): Likewise for first param.
4752         (mips_output_conditional_branch): Likewise.
4753         (mips_output_order_conditional_branch): Likewise.
4754         (mips_final_prescan_insn): Likewise.
4756         * config/mips/mips.c (SEQ_BEGIN): For now, add checked cast to
4757         rtx_insn * for the SEQUENCE case.
4758         (SEQ_END): Likewise.
4759         (mips_emit_move): Strengthen return type from rtx to rtx_insn *.
4760         (mips_emit_call_insn): Likewise, also for local "insn".
4761         (mips16_gp_pseudo_reg): Likewise for local "scan".
4762         (mips16_build_call_stub): Likewise for return type and for local
4763         "insn".  Introduce a new local "pattern" so that "insn" can indeed
4764         be an insn.
4765         (mips_expand_call): Strengthen return type and local "insn" from
4766         rtx to rtx_insn *.
4767         (mips_block_move_loop): Strengthen local "label" from rtx to
4768         rtx_code_label *.
4769         (mips_expand_synci_loop): Likewise for locals "label",
4770         "end_label".
4771         (mips_set_frame_expr): Strengthen local "insn" from rtx to
4772         rtx_insn *.
4773         (mips16e_collect_argument_saves): Likewise for locals "insn",
4774         "next".
4775         (mips_find_gp_ref): Likewise for param of callback for "pred"
4776         param, and for local "insn".
4777         (mips_insn_has_inflexible_gp_ref_p): Likewise for param "insn".
4778         (mips_insn_has_flexible_gp_ref_p): Likewise.
4779         (mips_epilogue_emit_cfa_restores): Likewise for return type and
4780         local "insn".
4781         (mips_epilogue_set_cfa): Likewise for local "insn".
4782         (mips_expand_epilogue): Likewise.
4783         (mips_adjust_insn_length): Likewise for param "insn".
4784         (mips_output_conditional_branch): Likewise.
4785         (mips_output_order_conditional_branch): Likewise.
4786         (struct mips_ls2): Likewise for fields "alu1_turn_enabled_insn",
4787         "alu2_turn_enabled_insn", "falu1_turn_enabled_insn",
4788         "falu2_turn_enabled_insn".
4789         (mips_builtin_branch_and_move): Strengthen locals "true_label",
4790         "done_label" from rtx to rtx_code_label *.
4791         (struct mips16_constant): Likewise for field "label".
4792         (mips16_add_constant): Likewise for return type.
4793         (mips16_emit_constants_1): Strengthen return type and param "insn"
4794         from rtx to rtx_insn *.
4795         (mips16_emit_constants): Likewise for param "insn".
4796         (mips16_insn_length): Likewise.
4797         (mips16_rewrite_pool_constant): Strengthen local "label" from rtx
4798         to rtx_code_label *.
4799         (struct mips16_rewrite_pool_refs_info): Strengthen field "insn"
4800         from rtx to rtx_insn *.
4801         (mips16_lay_out_constants): Likewise for locals "insn", "barrier",
4802         "jump".  Strengthen local "label" from rtx to rtx_code_label *.
4803         (r10k_simplify_address): Strengthen param "insn" and local
4804         "def_insn" from rtx to rtx_insn *.
4805         (r10k_safe_address_p): Strengthen param "insn" from rtx to
4806         rtx_insn *.
4807         (r10k_needs_protection_p_1): Update target type of cast of data
4808         from to rtx to rtx_insn *.
4809         (r10k_needs_protection_p_store): Strengthen local "insn_ptr" from
4810         rtx * to rtx_insn **.
4811         (r10k_needs_protection_p): Strengthen param "insn" from rtx to
4812         rtx_insn *.
4813         (r10k_insert_cache_barriers): Likewise for locals "insn", "end".
4814         (mips_call_expr_from_insn): Likewise for param "insn".
4815         (mips_pic_call_symbol_from_set): Likewise for local "def_insn".
4816         (mips_find_pic_call_symbol): Likewise for param "insn".
4817         (mips_annotate_pic_calls): Likewise for local "insn".
4818         (mips_sim_insn): Likewise for this variable.
4819         (struct mips_sim): Likewise for field "insn" within elements of
4820         last_set array.
4821         (mips_sim_wait_reg): Likewise for param "insn".
4822         (mips_sim_wait_regs): Likewise.
4823         (mips_sim_wait_units): Likewise.
4824         (mips_sim_wait_insn): Likewise.
4825         (mips_sim_issue_insn): Likewise.
4826         (mips_sim_finish_insn): Likewise.
4827         (mips_seq_time): Likewise for param "seq" and local "insn".
4828         (vr4130_avoid_branch_rt_conflict): Likewise for param "insn" and
4829         locals "first", "second".
4830         (vr4130_align_insns): Likewise for locals "insn", "subinsn",
4831         "last", "last2", "next".
4832         (mips_avoid_hazard): Likewise for params "after", "insn".
4833         (mips_reorg_process_insns): Likewise for locals "insn",
4834         "last_insn", "subinsn", "next_insn".
4835         (mips_has_long_branch_p): Likewise for locals "insn", "subinsn".
4836         (mips16_split_long_branches): Likewise for locals "insn" "jump",
4837         "jump_sequence".
4838         (mips_output_mi_thunk): Likewise for local "insn".
4839         (mips_final_prescan_insn): Likewise for param "insn".
4841 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4843         * config/microblaze/microblaze.c (microblaze_call_tls_get_addr):
4844         Strengthen return type and local "insns" from rtx to rtx_insn *.
4845         (microblaze_legitimize_tls_address): Likewise for local "insns".
4846         (microblaze_block_move_loop): Strengthen local "label" from rtx
4847         to rtx_code_label *.
4848         (microblaze_expand_prologue): Strengthen two locals named "insn"
4849         from rtx to rtx_insn *.
4850         (microblaze_asm_output_mi_thunk): Likewise for local "insn".
4851         (microblaze_expand_divide): Likewise for locals "jump", "cjump",
4852         "insn".  Strengthen locals "div_label", "div_end_label" from rtx
4853         to rtx_code_label *.
4855 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4857         * config/mep/mep-protos.h (mep_mulr_source): Strengthen first
4858         param from rtx to rtx_insn *.
4859         (mep_reuse_lo): Likewise for third param.
4860         (mep_use_post_modify_p): Likewise for first param.
4861         (mep_core_address_length): Likewise.
4862         (mep_cop_address_length): Likewise.
4863         (mep_final_prescan_insn): Likewise.
4864         (mep_store_data_bypass_p): Likewise for both params.
4865         (mep_mul_hilo_bypass_p): Likewise.
4866         (mep_ipipe_ldc_p): Likewise for param.
4868         * config/mep/mep.c (mep_mulr_source): Likewise for param "insn".
4869         (mep_rewrite_mult): Likewise.
4870         (mep_rewrite_mulsi3): Likewise.
4871         (mep_rewrite_maddsi3): Likewise.
4872         (mep_reuse_lo_p_1): Likewise.
4873         (mep_reuse_lo_p): Likewise.
4874         (mep_frame_expr): Likewise.
4875         (mep_make_parallel): Likewise for both params.
4876         (mep_use_post_modify_p_1): Likewise for param "set_insn" and
4877         local "insn".
4878         (mep_use_post_modify_p): Likewise for param "insn".
4879         (mep_core_address_length): Likewise.
4880         (mep_cop_address_length): Likewise.
4881         (mep_reg_set_in_function): Likewise for local "insn".
4882         (mep_asm_without_operands_p): Likewise.
4883         (F): Likewise for return type and param "x".
4884         (add_constant): Likewise for local "insn".
4885         (maybe_dead_move): Likewise for return type and local "insn".
4886         (mep_expand_prologue): Likewise for local "insn".
4887         (mep_final_prescan_insn): Likewise for param "insn".
4888         (mep_reorg_regmove): Likewise for param "insns" and locals "insn",
4889         "next", "follow", "x".
4890         (mep_insert_repeat_label_last): Likewise for return type, param
4891         "last_insn", and locals "next", "prev".  Strengthen param "label"
4892         from rtx to rtx_code_label *.
4893         (struct mep_doloop_begin): Strengthen field "insn" from rtx to
4894         rtx_insn *.
4895         (struct mep_doloop_end): Likewise for fields "insn" and
4896         "fallthrough".
4897         (mep_reorg_repeat): Likewise for param "insns" and local "insn".
4898         Strengthen local "repeat_label" from rtx to rtx_code_label *.
4899         (mep_invertable_branch_p): Strengthen param "insn" from rtx to
4900         rtx_insn *.
4901         (mep_invert_branch): Likewise for params "insn" and "after".
4902         (mep_reorg_erepeat): Likewise for param "insns" and locals
4903         "insn", "prev", "new_last", "barrier", "user".  Strengthen local
4904         "l" from rtx to rtx_code_label *.
4905         (mep_jmp_return_reorg): Strengthen param "insns" and local "insn"
4906         from rtx to rtx_insn *.
4907         (mep_reorg_addcombine): Likewise for param "insns" and locals
4908         "i", "n".
4909         (add_sp_insn_p): Likewise for param "insn".
4910         (mep_reorg_noframe): Likewise for param "insns" and locals
4911         "start_frame_insn", "end_frame_insn", "next".
4912         (mep_reorg): Likewise for local "insns".
4913         (mep_store_data_bypass_1): Likewise for param "prev".  Add checked
4914         cast.
4915         (mep_store_data_bypass_p): Likewise for params "prev", "insn".
4916         (mep_mul_hilo_bypass_p): Likewise.
4917         (mep_ipipe_ldc_p): Likewise for param "insn".
4918         (mep_make_bundle): Likewise for return type, param "cop" and local
4919         "insn", splitting out the latter into a new local "seq" for when it
4920         is a SEQUENCE rather than an insn.
4921         (core_insn_p): Likewise for param "insn".
4922         (mep_bundle_insns): Likewise for param "insns" and locals "insn",
4923         "last", "first", "note", "prev", "core_insn".
4925 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4927         * config/m68k/m68k-protos.h (output_btst): Strengthen param 4 from
4928         rtx to rtx_insn *.
4929         (strict_low_part_peephole_ok): Likewise for param 2 "first_insn".
4930         (m68k_final_prescan_insn): Likewise for first param.
4932         * config/m68k/m68k.c (m68k_emit_movem): Likewise for return type.
4933         (m68k_set_frame_related): Likewise for param "insn".
4934         (output_btst): Likewise for param "insn".
4935         (m68k_final_prescan_insn): Likewise.
4936         (m68k_move_to_reg): Likewise for local "insn".
4937         (m68k_call_tls_get_addr): Likewise for local "insns".
4938         (m68k_call_m68k_read_tp): Likewise.
4939         (strict_low_part_peephole_ok): Likewise for param "first_insn".
4940         (m68k_output_mi_thunk): Likewise for local "insn".
4942 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4944         * config/iq2000/iq2000-protos.h (final_prescan_insn): Strengthen
4945         first param from rtx to rtx_insn *.
4946         (iq2000_adjust_insn_length): Likewise.
4947         (iq2000_output_conditional_branch): Likewise.
4948         * config/iq2000/iq2000.c (final_prescan_insn): Likewise for param
4949         "insn" and local "nop_insn".
4950         (iq2000_annotate_frame_insn): Likewise for param "insn".
4951         (iq2000_expand_prologue): Likewise for both locals "insn".
4952         (iq2000_adjust_insn_length): Likewise for param "insn".
4953         (iq2000_output_conditional_branch): Likewise.
4955 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4957         * config/ia64/ia64.c (ia64_expand_tls_address): Strengthen local
4958         "insns" from rtx to rtx_insn *.
4959         (ia64_emit_cond_move): Likewise for locals "insn", "first".
4960         (struct spill_fill_data): Likewise for field "init_after" and for
4961         elements of array field "prev_insn".
4962         (spill_restore_mem): Likewise for locals "insn", "first".
4963         (do_spill): Likewise for local "insn".
4964         (do_restore): Likewise.
4965         (ia64_expand_prologue): Likewise.
4966         (ia64_expand_epilogue): Likewise.
4967         (emit_insn_group_barriers): Likewise for locals "insn",
4968         "last_label".
4969         (emit_all_insn_group_barriers): Likewise for locals "insn",
4970         "last".
4971         (dfa_stop_insn): Likewise for this global.
4972         (dfa_pre_cycle_insn): Likewise.
4973         (ia64_nop): Likewise.
4974         (final_emit_insn_group_barriers): Likewise for locals "insn",
4975         "last".
4976         (emit_predicate_relation_info): Likewise for locals "head", "n",
4977         "insn", "b", "a".
4978         (ia64_reorg): Likewise for local "insn".
4979         (ia64_output_mi_thunk): Likewise.
4980         (expand_vec_perm_interleave_2): Likewise for local "seq".
4982 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4984         * config/i386/i386-protos.h (ix86_avoid_lea_for_add): Strengthen
4985         param 1 "insn" from rtx to rtx_insn *.
4986         (ix86_use_lea_for_mov): Likewise.
4987         (ix86_avoid_lea_for_addr): Likewise.
4988         (ix86_split_lea_for_addr): Likewise.
4989         (ix86_lea_for_add_ok): Likewise.
4990         (ix86_output_call_insn): Likewise.
4992         * config/i386/i386.c (ix86_va_start): Likewise for local "seq".
4993         (ix86_get_drap_rtx): Likewise for locals "seq", "insn".
4994         (ix86_output_function_epilogue): Likewise for locals "insn",
4995         "deleted_debug_label".
4996         (legitimize_tls_address): Likewise for local "insn".
4997         (get_some_local_dynamic_name): Likewise.
4998         (increase_distance): Likewise for params "prev", "next".
4999         (distance_non_agu_define_in_bb): Likewise for params "insn",
5000         "start" and locals "prev", "next".
5001         (distance_non_agu_define): Likewise for param "insn".
5002         (distance_agu_use_in_bb): Likewise for params "insn", "start" and
5003         locals "next", "prev".
5004         (distance_agu_use): Likewise for param "insn".
5005         (ix86_lea_outperforms): Likewise.
5006         (ix86_ok_to_clobber_flags): Likewise.
5007         (ix86_avoid_lea_for_add): Likewise.
5008         (ix86_use_lea_for_mov): Likewise.
5009         (ix86_avoid_lea_for_addr): Likewise.
5010         (find_nearest_reg_def): Likewise, also for locals "prev", "start".
5011         (ix86_split_lea_for_addr): Likewise for param "insn".
5012         (ix86_lea_for_add_ok): Likewise for param "insn".
5013         (ix86_expand_carry_flag_compare): Likewise for local
5014         "compare_seq".
5015         (ix86_expand_int_movcc): Likewise.
5016         (ix86_output_call_insn): Likewise for param "insn".
5017         (ix86_output_call_insn): Likewise for local "i".
5018         (x86_output_mi_thunk): Introduce local "insn", using it in place
5019         of "tmp" when dealing with insns.
5020         (ix86_avoid_jump_mispredicts): Likewise for locals "insn",
5021         "start".
5022         (ix86_pad_returns): Likewise for locals "ret", "prev".
5023         (ix86_count_insn_bb): Likewise for local "insn".
5024         (ix86_pad_short_function): Likewise for locals "ret", "insn".
5025         (ix86_seh_fixup_eh_fallthru): Likewise for locals "insn", "next".
5026         (ix86_vector_duplicate_value): Likewise for local "insn", "seq".
5027         (expand_vec_perm_interleave2): Likewise for local "seq".
5028         (expand_vec_perm_vperm2f128_vblend): Likewise.
5029         (ix86_loop_unroll_adjust): Likewise for local "insn".  Convert
5030         call to for_each_rtx with for_each_rtx_in_insn.
5032 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5034         * config/i386/i386.c (setup_incoming_varargs_64): Strengthen local
5035         "label" from rtx to rtx_code_label *.
5036         (ix86_expand_prologue): Likewise.
5037         (ix86_expand_split_stack_prologue): Likewise for locals "label",
5038         "varargs_label".
5039         (ix86_split_idivmod): Likewise for locals "end_label" and
5040         "qimode_label".
5041         (ix86_expand_branch): Likewise for local "label2".
5042         (ix86_expand_aligntest): Likewise for return type and local "label".
5043         (expand_set_or_movmem_via_loop): Likewise for locals "out_label" and
5044         "top_label".
5045         (expand_movmem_epilogue): Likewise for the various locals named
5046         "label".
5047         (expand_setmem_epilogue): Likewise.
5048         (expand_small_movmem_or_setmem): Likewise for local "label".
5049         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
5050         Strengthen param "done_label" from rtx * to rtx_code_label **.
5051         Strengthen locals "loop_label" and "label" from rtx to
5052         rtx_code_label *.
5053         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
5054         Likewise for locals "loop_label", "label".
5055         (ix86_expand_set_or_movmem): Likewise for locals "label",
5056         "jump_around_label", "hot_label".
5057         (ix86_expand_strlensi_unroll_1): Likewise for locals
5058         "align_2_label", align_3_label", "align_4_label", "end_0_label",
5059         "end_2_label".
5060         (x86_emit_floatuns): Likewise for locals "neglab", "donelab".
5061         (void ix86_emit_i387_log1p): Likewise for locals "label1",
5062         "label2", "jump_label".
5063         (ix86_expand_sse_compare_and_jump): Likewise for return type and
5064         local "label".
5065         (ix86_expand_lfloorceil): Likewise for local "label".
5066         (ix86_expand_rint): Likewise.
5067         (ix86_expand_floorceildf_32): Likewise.
5068         (ix86_expand_floorceil): Likewise.
5069         (ix86_expand_rounddf_32): Likewise.
5070         (ix86_expand_trunc): Likewise.
5071         (ix86_expand_truncdf_32): Likewise.
5072         (ix86_expand_round): Likewise.
5074 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5076         * config/h8300/h8300-protos.h (final_prescan_insn): Strengthen
5077         first param from rtx to rtx_insn *.
5078         (h8300_insn_length_from_table): Likewise.
5079         * config/h8300/h8300.c (F): Likewise for return type and param
5080         "x".
5081         (Fpa): Add a checked cast to rtx_insn *.
5082         (h8300_emit_stack_adjustment): Strengthen local "x" from rtx to
5083         rtx_insn *.
5084         (final_prescan_insn): Likewise for param "insn".
5085         (h8300_binary_length): Likewise.
5086         (h8300_insn_length_from_table): Likewise.
5088 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5090         * config/epiphany/epiphany-protos.h (epiphany_final_prescan_insn):
5091         Strengthen first param "insn" from rtx to rtx_insn *.
5093         * config/epiphany/epiphany.c (epiphany_final_prescan_insn):
5094         Likewise.
5095         (frame_insn): Likewise for return type.  Introduce local "insn"
5096         for use in place of local "x" for use as an rtx_insn *.
5097         (frame_move_insn): Strengthen return type from rtx to rtx_insn *.
5098         (epiphany_expand_prologue): Likewise for local "insn".
5099         * config/epiphany/mode-switch-use.c (insert_uses): Likewise.
5100         * config/epiphany/resolve-sw-modes.c
5101         (pass_resolve_sw_modes::execute): Likewise for locals "insn" and
5102         "seq".
5104 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5106         * config/c6x/c6x-protos.h (c6x_get_unit_specifier): Strengthen
5107         param from rtx to rtx_insn *.
5108         (c6x_final_prescan_insn): Likewise for first param.
5110         * config/c6x/c6x.c (c6x_current_insn): Likewise for this variable.
5111         (c6x_output_mi_thunk): Replace use of NULL_RTX with NULL.
5112         (c6x_expand_compare): Strengthen local "insns" from rtx to
5113         rtx_insn *.
5114         (c6x_get_unit_specifier): Likewise for param "insn".
5115         (c6x_print_unit_specifier_field): Likewise.
5116         (c6x_final_prescan_insn): Likewise.
5117         (emit_add_sp_const): Likewise for local "insn".
5118         (c6x_expand_prologue): Likewise.
5120 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5122         * config/bfin/bfin-protos.h (asm_conditional_branch): Strengthen
5123         param 1 from rtx to rtx_insn *.
5124         * config/bfin/bfin.c (expand_prologue_reg_save): Likewise for
5125         the various locals named "insn".
5126         (expand_epilogue_reg_restore): Likewise.
5127         (frame_related_constant_load): Likewise.
5128         (add_to_reg): Likewise.
5129         (emit_link_insn): Likewise.
5130         (do_link): Likewise.
5131         (expand_interrupt_handler_prologue): Likewise.
5132         (branch_dest): Likewise for param "branch".
5133         (asm_conditional_branch): Likewise for param "insn".
5134         (gen_one_bundle): Likewise for elements of param "slot" and local
5135         "t".
5136         (bfin_gen_bundles): Likewise for locals "insn", "next" and
5137         elements of local "slot".
5138         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
5139         "queue", "next_queue", "prev".
5140         (workaround_rts_anomaly): Likewise for locals "insn", "first_insn".
5141         (add_sched_insns_for_speculation): Likewise for local "insn".
5143 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5145         * config/avr/avr-protos.h (output_movqi): Strengthen first param
5146         from rtx to rtx_insn *.
5147         (output_movhi): Likewise.
5148         (output_movsisf): Likewise.
5149         (avr_out_tstsi): Likewise.
5150         (avr_out_tsthi): Likewise.
5151         (avr_out_tstpsi): Likewise.
5152         (avr_out_compare): Likewise.
5153         (avr_out_compare64): Likewise.
5154         (avr_out_movpsi): Likewise.
5155         (ashlqi3_out): Likewise.
5156         (ashlhi3_out): Likewise.
5157         (ashlsi3_out): Likewise.
5158         (ashrqi3_out): Likewise.
5159         (ashrhi3_out): Likewise.
5160         (ashrsi3_out): Likewise.
5161         (lshrqi3_out): Likewise.
5162         (lshrhi3_out): Likewise.
5163         (lshrsi3_out): Likewise.
5164         (avr_out_ashlpsi3): Likewise.
5165         (avr_out_ashrpsi3): Likewise.
5166         (avr_out_lshrpsi3): Likewise.
5167         (avr_out_fract): Likewise.
5168         (avr_out_sbxx_branch): Likewise.
5169         (avr_out_round): Likewise.
5170         (avr_out_xload): Likewise.
5171         (avr_out_movmem): Likewise.
5172         (adjust_insn_length): Likewise.
5173         (avr_out_lpm): Likewise.
5174         (reg_unused_after): Likewise.
5175         (_reg_unused_after): Likewise.
5176         (avr_jump_mode): Likewise for second param.
5177         (jump_over_one_insn): Likewise for first param.
5178         (avr_final_prescan_insn): Likewise.
5179         (out_shift_with_cnt): Likewise for second param.
5181         * config/avr/avr.c (get_sequence_length): Likewise for param
5182         "insns" and local "insn".
5183         (emit_push_byte): Likewise for local "insn".
5184         (emit_push_sfr): Likewise.
5185         (avr_prologue_setup_frame): Likewise for locals "insn",
5186         "fp_plus_insns", "sp_plus_insns".
5187         (avr_expand_epilogue): Likewise for local "fp_plus_insns",
5188         "sp_plus_insns".
5189         (avr_jump_mode): Likewise for param "insn".
5190         (avr_final_prescan_insn): Likewise.
5191         (avr_find_unused_d_reg): Likewise.
5192         (avr_out_lpm_no_lpmx): Likewise.
5193         (avr_out_lpm): Likewise.
5194         (avr_out_xload): Likewise.
5195         (output_movqi): Likewise.
5196         (output_movhi): Likewise.
5197         (out_movqi_r_mr): Likewise.
5198         (out_movhi_r_mr): Likewise.
5199         (out_movsi_r_mr): Likewise.
5200         (out_movsi_mr_r): Likewise.
5201         (output_movsisf): Likewise.
5202         (avr_out_load_psi): Likewise.
5203         (avr_out_store_psi): Likewise.
5204         (avr_out_movpsi): Likewise.
5205         (out_movqi_mr_r): Likewise.
5206         (avr_out_movhi_mr_r_xmega): Likewise.
5207         (out_movhi_mr_r): Likewise.
5208         (compare_condition): Likewise for param "insn" and local "next".
5209         (compare_sign_p): Likewise for param "insn".
5210         (compare_diff_p): Likewise.
5211         (compare_eq_p): Likewise.
5212         (avr_out_compare): Likewise.
5213         (avr_out_compare64): Likewise.
5214         (avr_out_tsthi): Likewise.
5215         (avr_out_tstpsi): Likewise.
5216         (avr_out_tstsi): Likewise.
5217         (out_shift_with_cnt): Likewise.
5218         (ashlqi3_out): Likewise.
5219         (ashlhi3_out): Likewise.
5220         (avr_out_ashlpsi3): Likewise.
5221         (ashlsi3_out): Likewise.
5222         (ashrqi3_out): Likewise.
5223         (ashrhi3_out): Likewise.
5224         (avr_out_ashrpsi3): Likewise.
5225         (ashrsi3_out): Likewise.
5226         (lshrqi3_out): Likewise.
5227         (lshrhi3_out): Likewise.
5228         (avr_out_lshrpsi3): Likewise.
5229         (lshrsi3_out): Likewise.
5230         (avr_out_fract): Likewise.
5231         (avr_out_round): Likewise.
5232         (avr_adjust_insn_length): Likewise.
5233         (reg_unused_after): Likewise.
5234         (_reg_unused_after): Likewise.
5235         (avr_compare_pattern): Likewise.
5236         (avr_reorg_remove_redundant_compare): Likewise for param "insn1"
5237         and locals "branch1", "branch2", "insn2", "jump".
5238         (avr_reorg): Likewise for local "insn".
5239         (avr_2word_insn_p): Likewise for param "insn".
5240         (jump_over_one_insn_p): Likewise.
5241         (avr_out_sbxx_branch): Likewise.
5242         (avr_out_movmem): Likewise.
5244 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5246         * config/arm/arm-protos.h (arm_final_prescan_insn): Strengthen
5247         param from rtx to rtx_insn *.
5248         (thumb1_final_prescan_insn): Likewise.
5249         (thumb2_final_prescan_insn): Likewise.
5251         * config/arm/arm.c (emit_set_insn): Strengthen return type from
5252         rtx to rtx_insn *.
5253         (struct minipool_node): Likewise for field "insn".
5254         (dump_minipool): Likewise for param "scan".
5255         (create_fix_barrier): Likewise for local "from".  Strengthen local
5256         "label" from rtx to rtx_code_label *.
5257         (push_minipool_barrier): Strengthen param "insn" from rtx to
5258         rtx_insn *.
5259         (push_minipool_fix): Likewise.
5260         (note_invalid_constants): Likewise.
5261         (thumb2_reorg): Likewise for local "insn".
5262         (arm_reorg): Likewise.
5263         (thumb2_final_prescan_insn): Likewise for param
5264         "insn" and local "first_insn".
5265         (arm_final_prescan_insn): Likewise for param "insn" and locals
5266         "start_insn", "this_insn".
5267         (arm_debugger_arg_offset): Likewise for param "insn".
5268         (thumb1_emit_multi_reg_push): Likewise for return type and local
5269         "insn".
5270         (thumb1_final_prescan_insn): Likewise for param "insn".
5271         (thumb_far_jump_used_p): Likewise for local "insn".
5272         (thumb1_expand_prologue): Likewise.
5273         (arm_expand_epilogue_apcs_frame): Likewise.
5274         (arm_expand_epilogue): Likewise for locals "insn", "tmp".
5275         (arm_split_compare_and_swap): Strengthen locals "label1", "label2"
5276         from rtx to rtx_code_label *.
5277         (arm_split_atomic_op): Likewise for local "label".
5278         (arm_emit_coreregs_64bit_shift): Likewise for local "done_label".
5280 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5282         * config/arc/arc-protos.h (arc_final_prescan_insn): Strengthen
5283         first param from rtx to rtx_insn *.
5284         (arc_verify_short): Likewise.
5285         (arc_short_long): Likewise.
5286         (arc_need_delay): Likewise.
5288         * config/arc/arc.c (struct arc_ccfsm): Likewise for field
5289         "target_insn".
5290         (arc_ccfsm_advance): Likewise for param "insn" and locals
5291         "start_insn", "this_insn".
5292         (arc_ccfsm_record_condition): Likewise for local "seq_insn".
5293         (arc_ccfsm_post_advance): Likewise for param "insn".
5294         (arc_next_active_insn): Likewise for return type and param "insn".
5295         Convert NULL_RTX to NULL as appropriate.  Add a checked cast.
5296         (arc_verify_short): Strengthen param "insn" from rtx to rtx_insn *.
5297         (output_short_suffix): Likewise for local "insn".
5298         (arc_final_prescan_insn): Likewise for param "insn".  Remove
5299         now-redundant checked cast.
5300         (arc_reorg): Strengthen locals "insn", "top_label", "lp", "prev",
5301         "lp_simple", "next", "mov", "scan", "link_insn" from rtx to
5302         rtx_insn *.  Add a checked cast.  Introduce local "lc_set_insn"
5303         for use where lc_set became an insn.
5304         (arc_adjust_insn_length): Strengthen locals "prev", "succ" from
5305         rtx to rtx_insn *.
5306         (arc_get_insn_variants): Likewise for local "prev".
5307         (arc_ifcvt): Likewise for locals "insn", "seq", "prev", "pprev",
5308         "next".
5309         (arc_predicate_delay_insns): Likewise for local "insn".
5310         (arc_pad_return): Likewise for local "prev".  For now, add a
5311         checked cast when extracting the insn from "final_sequence".
5312         (arc_short_long): Likewise for param "insn".
5313         (arc_need_delay): Likewise for param "insn" and local "next".
5314         (arc_label_align): Likewise for locals "prev", "next".
5316 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5318         * config/alpha/alpha.c (alpha_emit_set_const): Strengthen local
5319         "insn" from rtx to rtx_insn *.
5320         (alpha_gp_save_rtx): Likewise for local "seq".
5321         (alpha_instantiate_decls): Likewise for local "top".
5322         (get_some_local_dynamic_name): Likewise for local "insn".
5323         (alpha_does_function_need_gp): Likewise.
5324         (set_frame_related_p): Likewise for return type and for locals
5325         "seq" and "insn".
5326         (emit_frame_store_1): Likewise for local "insn".
5327         (alpha_expand_prologue): Likewise for locals "insn", "seq".
5328         (alpha_end_function): Likewise for local "insn".
5329         (alpha_output_mi_thunk_osf): Likewise.
5330         (alphaev4_insn_pipe): Likewise for param "insn".
5331         (alphaev5_insn_pipe): Likewise.
5332         (alphaev4_next_group): Likewise for return type and param 1
5333         "insn".
5334         (alphaev5_next_group): Likewise.
5335         (alpha_align_insns_1): Likewise for return type and param 1 of
5336         callback param "next_group", and for locals "i", "next", "prev",
5337         "where", "where2", "insn".
5339 2014-08-25  Bernd Schmidt  <bernds@codesourcery.com>
5341         * tree-nested.c (finalize_nesting_tree_1): Initialize temporary earlier
5342         rather than modifying the stmt.
5344 2014-08-25  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
5346         * config/rs6000/rs6000.c (rs6000_return_in_msb): Fix fallout from
5347         cgraph_state conversion.
5349 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5351         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
5352         Strengthen local "insns" from rtx to rtx_insn *.
5353         (aarch64_set_frame_expr): Likewise for local "insn".
5354         (aarch64_save_or_restore_fprs): Likewise.
5355         (aarch64_save_or_restore_callee_save_registers): Likewise.
5356         (aarch64_expand_prologue): Likewise.
5357         (aarch64_expand_epilogue): Likewise.
5358         (aarch64_output_mi_thunk): Likewise.
5359         (aarch64_split_compare_and_swap): Strengthen locals "label1" and
5360         "label2" from rtx to rtx_code_label *.
5361         (aarch64_split_atomic_op): Likewise for local "label".
5363 2014-08-25  Martin Liska  <mliska@suse.cz>
5365         * cgraph.h (symtab_node):
5366         (bool needed_p (void)): created from decide_is_symbol_needed
5367         (bool referred_to_p (void)): created from referred_to_p
5368         (static cgraph_node *get_for_asmname (tree asmname)): created from symtab_node_for_asm
5369         * cgraph.h (cgraph_node):
5370         (void assemble_thunks_and_aliases (void)): created from assemble_thunks_and_aliases
5371         (void expand (void)): created from expand_function
5372         (static void finalize_function (tree, bool)): created from cgraph_finalize_function
5373         (static cgraph_local_info *local_info (tree decl)): created from cgraph_local_info
5374         (static cgraph_global_info *global_info (tree)): created from cgraph_global_info
5375         (static cgraph_rtl_info *rtl_info (tree)): created from cgraph_rtl_info
5376         * cgraph.h (varpool_node):
5377         (static void add (tree decl): created from varpool_add_new_variable
5378         * cgraph.h (cgraph_edge):
5379         void remove (void);
5380         (void remove_caller (void)): created from cgraph_edge_remove_caller
5381         (void remove_callee (void)): created from cgraph_edge_remove_callee
5382         (void set_call_stmt (gimple new_stmt, bool update_speculative = true)):
5383           created from cgraph_set_call_stmt
5384         (void redirect_callee (cgraph_node *n)): created from cgraph_redirect_edge_callee
5385         (cgraph_edge *make_direct (cgraph_node *callee)): created from cgraph_make_edge_direct
5386         (cgraph_edge *make_speculative (cgraph_node *n2, gcov_type direct_count,
5387           gimple redirect_call_stmt_to_callee (void)): created from cgraph_turn_edge_to_speculative
5388         (void speculative_call_info (cgraph_edge *&direct, cgraph_edge *&indirect, ipa_ref *&reference)):
5389           created from cgraph_speculative_call_info
5390         (cgraph_edge * clone (cgraph_node *n, gimple call_stmt, unsigned stmt_uid, gcov_type count_scale,
5391           int freq_scale, bool update_original)): created from cgraph_clone_edge
5392         (cgraph_edge *resolve_speculation (tree callee_decl)): created from cgraph_resolve_speculation
5393         (bool cannot_lead_to_return_p (void)): created from cannot_lead_to_return_p
5394         (bool recursive_p (void)): created from cgraph_edge_recursive_p
5395         (bool maybe_hot_p (void)): created from cgraph_maybe_hot_edge_p
5396         (static unsigned int rebuild_edges (void)): created from rebuild_cgraph_edges
5397         (static void rebuild_references (void)): created from cgraph_rebuild_references
5398         * cgraph.h (symbol_table):
5399         (create_reference): renamed from add_reference
5400         (maybe_create_reference): renamed from maybe_add_reference
5401         (void register_symbol (symtab_node *node)): new function
5402         (void clear_asm_symbols (void)): new function
5403         (void unregister (symtab_node *node)): new function
5404         (void release_symbol (cgraph_node *node, int uid)): new function
5405         (cgraph_node * allocate_cgraph_symbol (void)): new function
5406         (void initialize (void)): created from cgraph_init
5407         (symtab_node *first_symbol (void)):new function
5408         (asm_node *first_asm_symbol (void)):new function
5409         (symtab_node *first_defined_symbol (void)):new function
5410         (varpool_node *first_variable (void)):new function
5411         (varpool_node *next_variable (varpool_node *node)):new function
5412         (varpool_node *first_static_initializer (void)):new function
5413         (varpool_node *next_static_initializer (varpool_node *node)):new function
5414         (varpool_node *first_defined_variable (void)):new function
5415         (varpool_node *next_defined_variable (varpool_node *node)):new function
5416         (cgraph_node *first_defined_function (void)):new function
5417         (cgraph_node *next_defined_function (cgraph_node *node)):new function
5418         (cgraph_node *first_function (void)):new function
5419         (cgraph_node *next_function (cgraph_node *node)):new function
5420         (cgraph_node *first_function_with_gimple_body (void)):new function
5421         (asm_node *finalize_toplevel_asm (tree asm_str)): created from add_asm_node
5422         (bool remove_unreachable_nodes (bool before_inlining_p, FILE *file)):
5423           created from symtab_remove_unreachable_nodes
5424         (void remove_unreferenced_decls (void)): created from varpool_remove_unreferenced_decls
5425         (void process_new_functions (void)): created from cgraph_process_new_functions
5426         (void process_same_body_aliases (void)): created from cgraph_process_same_body_aliases
5427         (bool output_variables (void)): created from varpool_node::output_variables
5428         (void output_asm_statements (void)): created from output_asm_statements
5429         (void finalize_compilation_unit (void)): created from finalize_compilation_unit
5430         (void compile (void)): created from compile
5431         (void output_weakrefs (void)): created from output_weakrefs
5432         (cgraph_node *create_empty (void)): created from cgraph_node::create_empty
5433         (cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee, gimple call_stmt,
5434           gcov_type count, int freq, bool indir_unknown_callee)): created from cgraph_node::create_edge
5435         (void free_edge (cgraph_edge *e)): created from cgraph_free_edge
5436         (cgraph_node *next_function_with_gimple_body (cgraph_node *node)):
5437           created from cgraph_next_function_with_gimple_body
5438         (void remove_edge_removal_hook (cgraph_edge_hook_list *)):
5439           created from cgraph_remove_edge_removal_hook
5440         (cgraph_node_hook_list *add_cgraph_removal_hook (cgraph_node_hook, void *)):
5441           created from cgraph_add_node_removal_hook
5442         (void remove_cgraph_removal_hook (cgraph_node_hook_list *)):
5443           created from cgraph_remove_node_removal_hook
5444         (varpool_node_hook_list *add_varpool_removal_hook (varpool_node_hook, void *)):
5445           created from varpool_add_node_removal_hook
5446         (void remove_varpool_removal_hook (varpool_node_hook_list *)):
5447           created from varpool_remove_node_removal_hook
5448         (cgraph_node_hook_list *add_cgraph_insertion_hook (cgraph_node_hook, void *)):
5449           created from cgraph_add_function_insertion_hook
5450         (void remove_cgraph_insertion_hook (cgraph_node_hook_list *)):
5451           created from cgraph_remove_function_insertion_hook
5452         (varpool_node_hook_list *add_varpool_insertion_hook (varpool_node_hook, void *)):
5453           created from varpool_add_variable_insertion_hook
5454         (void remove_varpool_insertion_hook (varpool_node_hook_list *)):
5455           created from varpool_remove_variable_insertion_hook
5456         (cgraph_2edge_hook_list *add_edge_duplication_hook (cgraph_2edge_hook, void *)):
5457           created from cgraph_add_edge_duplication_hook
5458         (void remove_edge_duplication_hook (cgraph_2edge_hook_list *)):
5459           created from cgraph_remove_edge_duplication_hook
5460         (cgraph_2node_hook_list *add_cgraph_duplication_hook (cgraph_2node_hook, void *)):
5461           created from cgraph_add_node_duplication_hook
5462         (void remove_cgraph_duplication_hook (cgraph_2node_hook_list *)):
5463           created from cgraph_remove_node_duplication_hook
5464         (void call_edge_removal_hooks (cgraph_edge *e)):
5465           created from cgraph_call_edge_removal_hooks
5466         (void call_cgraph_insertion_hooks (cgraph_node *node)):
5467           created from call_function_insertion_hooks 
5468         (void call_cgraph_removal_hooks (cgraph_node *node)):
5469           created from cgraph_call_node_removal_hooks 
5470         (void call_cgraph_duplication_hooks (cgraph_node *node, cgraph_node *node2)):
5471           created from cgraph_node::call_duplication_hooks 
5472         (void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2)):
5473           created from cgraph_call_edge_duplication_hooks
5474         (void call_varpool_removal_hooks (varpool_node *node)):
5475           created from varpool_call_node_removal_hooks
5476         (void call_varpool_insertion_hooks (varpool_node *node)):
5477           created from varpool_call_variable_insertion_hooks
5478         (void insert_to_assembler_name_hash (symtab_node *node, bool with_clones)):
5479           created from insert_to_assembler_name_hash
5480         (void unlink_from_assembler_name_hash (symtab_node *node, bool with_clones)):
5481           created from unlink_from_assembler_name_hash
5482         (void symtab_prevail_in_asm_name_hash (symtab_node *node)):
5483           created from symtab_prevail_in_asm_name_hash
5484         (void symtab_initialize_asm_name_hash (void)):
5485           created from symtab_initialize_asm_name_hash
5486         (void change_decl_assembler_name (tree decl, tree name)):
5487           created from change_decl_assembler_name
5488         (void materialize_all_clones (void)): created from cgraph_materialize_all_clones
5489         (static hashval_t decl_assembler_name_hash (const_tree asmname)):
5490           created from decl_assembler_name_hash
5491         (static bool decl_assembler_name_equal (tree decl, const_tree asmname)):
5492           created from decl_assembler_name_equal
5493         (static hashval_t hash_node_by_assembler_name (const void *p)):
5494           created from hash_node_by_assembler_name
5495         (static int eq_assembler_name (const void *p1, const void *p2)):
5496           created from eq_assembler_name
5498 2014-08-25  Marek Polacek  <polacek@redhat.com>
5500         * config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
5502 2014-08-25  Petr Murzin  <petr.murzin@intel.com>
5504         * config/i386/i386.md (SWI1248_AVX512BW): New mode iterator.
5505         (*k<logic><mode>): Add *k<logic>qi and *k<logic>hi and use
5506         SWI1248_AVX512BW mode iterator.
5508 2014-08-25  Kaz Kojima  <kkojima@gcc.gnu.org>
5510         PR target/62111
5511         * config/sh/predicates.md (general_extend_operand): Disable
5512         TRUNCATE before reload completes.
5514 2014-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
5516         * doc/invoke.texi (Optimize Options): Fix markup in two cases.
5518 2014-08-24  Oleg Endo  <olegendo@gcc.gnu.org>
5520         PR target/61996
5521         * config/sh/sh.opt (musermode): Allow negative form.
5522         * config/sh/sh.c (sh_option_override): Disable TARGET_USERMODE for
5523         targets that don't support it.
5524         * doc/invoke.texi (SH Options): Rename sh-*-linux* to sh*-*-linux*.
5525         Document -mno-usermode option.
5527 2014-08-24  Kito Cheng  <kito@0xlab.org>
5529         * system.h (CALLER_SAVE_PROFITABLE): Poison.
5530         * regs.h (CALLER_SAVE_PROFITABLE): Remove.
5531         * doc/tm.texi.in (CALLER_SAVE_PROFITABLE): Remove.
5532         * doc/tm.texi: Regenerate.
5534 2014-08-24  Kito Cheng  <kito@0xlab.org>
5536         * ira.c: Fix typo in comment.
5538 2014-08-23  Edward Smith-Rowland  <3dw4rd@verizon.net>
5540         * doc/invoke.texi: Change c++1y to c++14 and gnu++1y to gnu++14.
5541         Deprecate c++1y. Change language to reflect greater confidence in C++14.
5543 2014-08-23  John David Anglin  <danglin@gcc.gnu.org>
5545         PR target/62038
5546         * config/pa/pa.c (pa_output_function_epilogue): Don't set
5547         last_address when the current function is a thunk.
5548         (pa_asm_output_mi_thunk): When we don't have named sections or they
5549         are not being used, check that thunk can reach the stub table with a
5550         short branch.
5552 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
5554         * web.c (union_match_dups): Strengthen param "insn" from rtx to
5555         rtx_insn *.
5556         (pass_web::execute): Likewise for local "insn".
5558 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
5560         * var-tracking.c (struct micro_operation_def): Strengthen field
5561         "insn" from rtx to rtx_insn *.
5562         (struct emit_note_data_def): Likewise.
5563         (insn_stack_adjust_offset_pre_post): Likewise for param "insn".
5564         (vt_stack_adjustments): Likewise for local "insn".
5565         (adjust_insn): Likewise for param "insn".
5566         (val_store): Likewise.
5567         (val_resolve): Likewise.
5568         (struct count_use_info): Likewise for field "insn".
5569         (log_op_type): Likewise for param "insn".
5570         (reverse_op): Likewise.
5571         (prepare_call_arguments): Likewise.
5572         (add_with_sets):  The initial param takes an insn, but we can't
5573         yet strengthen it from rtx to rtx_insn * since it's used as a
5574         cselib_record_sets_hook callback.  For now rename initial param
5575         from "insn" to "uncast_insn", and introduce a local "insn" of
5576         the stronger rtx_insn * type, with a checked cast.
5577         (compute_bb_dataflow): Strengthen local "insn" from rtx to
5578         rtx_insn *.
5579         (emit_note_insn_var_location): Likewise.
5580         (emit_notes_for_changes): Likewise.
5581         (emit_notes_for_differences): Likewise.
5582         (next_non_note_insn_var_location): Likewise for return type and
5583         for param "insn".
5584         (emit_notes_in_bb): Likewise for locals "insn" and "next_insn".
5585         (vt_initialize): Likewise for local "insn".
5586         (delete_debug_insns): Likewise for locals "insn" and "next".
5588 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
5590         * varasm.c (mark_constants): Strengthen param "insn" from rtx to
5591         rtx_insn *.
5592         (mark_constant_pool): Likewise for local "insn".
5594 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
5596         * valtrack.c (dead_debug_reset_uses): Strengthen local "insn" from
5597         rtx to rtx_insn *.
5598         (dead_debug_promote_uses): Likewise.
5599         (dead_debug_insert_temp): Likewise.
5601 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
5603         * store-motion.c (store_killed_in_insn): Strengthen param "insn"
5604         from const_rtx to const rtx_insn *.
5605         (store_killed_after): Likewise.  Strengthen locals "last", "act"
5606         from rtx to rtx_insn *.
5607         (store_killed_before): Strengthen param "insn" from const_rtx to
5608         const rtx_insn *.  Strengthen local "first" from rtx to rtx_insn *.
5609         (find_moveable_store): Strengthen param "insn" from rtx to
5610         rtx_insn *.
5611         (compute_store_table): Likewise for local "insn".
5612         (insert_insn_start_basic_block): Likewise for param "insn" and
5613         locals "prev", "before", "insn".
5614         (insert_store): For now, add a checked cast to rtx_insn * on the
5615         result of gen_move_insn.
5616         (remove_reachable_equiv_notes): Strengthen local "insn" from rtx
5617         to rtx_insn *.
5618         (replace_store_insn): Likewise.  For now, add a checked cast to
5619         rtx_insn * on the result of gen_move_insn.
5621 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5623         * stmt.c (expand_case): Strengthen local "before_case" from rtx to
5624         rtx_insn *.
5625         (expand_sjlj_dispatch_table): Likewise.
5627 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5629         * stack-ptr-mod.c (pass_stack_ptr_mod::execute): Strengthen local
5630         "insn" from rtx to rtx_insn *.
5632 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5634         * shrink-wrap.h (requires_stack_frame_p): Strengthen param 1
5635         "insn" from rtx to rtx_insn *.
5636         (dup_block_and_redirect): Likewise for param 3 "before".
5638         * shrink-wrap.c (requires_stack_frame_p): Strengthen param "insn"
5639         from rtx to rtx_insn *.
5640         (move_insn_for_shrink_wrap): Likewise.
5641         (prepare_shrink_wrap): Likewise for locals "insn", "curr".
5642         (dup_block_and_redirect): Likewise for param "before" and local
5643         "insn".
5644         (try_shrink_wrapping): Likewise for locals "insn", "insert_point",
5645         "end".
5646         (convert_to_simple_return): Likewise for local "start".
5648         * config/i386/i386.c (ix86_finalize_stack_realign_flags):
5649         Strengthen local "insn" from rtx to rtx_insn *, for use when
5650         invoking requires_stack_frame_p.
5652 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5654         * sel-sched-ir.c (vinsn_copy): Strengthen local "copy" from rtx to
5655         rtx_insn *.
5656         (speculate_expr): Likewise for locals "orig_insn_rtx",
5657         "spec_insn_rtx".
5658         (eq_transformed_insns): Likewise for locals "i1", "i2".
5659         (check_for_new_jump): Likewise for return type and local "end".
5660         (find_new_jump): Likewise for return type and local "jump".
5661         (sel_split_edge): Likewise for local "jump".
5662         (sel_create_recovery_block): Likewise.
5663         (sel_redirect_edge_and_branch_force): Likewise.
5664         (sel_redirect_edge_and_branch): Likewise.
5666 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5668         * sel-sched.c (substitute_reg_in_expr): Strengthen local
5669         "new_insn" from rtx to rtx_insn *.
5670         (create_insn_rtx_with_rhs): Likewise for return type and for local
5671         "insn_rtx".
5672         (create_insn_rtx_with_lhs): Likewise.
5673         (create_speculation_check): Likewise for local "insn_rtx".
5674         (implicit_clobber_conflict_p): Likewise for local "insn".
5675         (get_expr_cost): Likewise.
5676         (emit_bookkeeping_insn): Likewise for local "new_insn_rtx".
5677         (move_cond_jump): Likewise for locals "next", "prev", "link",
5678         "head", "from", "to".
5680 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5682         * sched-rgn.c (is_cfg_nonregular): Strengthen locals "insn" and
5683         "next" from rtx to rtx_insn *.
5684         (find_conditional_protection): Likewise for local "next".
5685         (is_conditionally_protected): Likewise for local "insn1".
5686         (is_pfree): Likewise for locals "insn1", "insn2".
5688 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5690         * sched-int.h (schedule_ebb): Strengthen params "head", "tail"
5691         from rtx to rtx_insn *.
5693         * sched-ebb.c (earliest_block_with_similiar_load): Strengthen
5694         locals "insn1", "insn2" from rtx to rtx_insn *.
5695         (add_deps_for_risky_insns): Likewise for params "head", "tail" and
5696         locals "insn", "prev", "last_jump", "next_tail".
5697         (schedule_ebb): Likewise for params "head", "tail".
5698         (schedule_ebbs): Likewise for locals "tail", "head".
5700         * config/c6x/c6x.c (hwloop_optimize): For now, add a checked cast
5701         to rtx_insn on "last_insn" in one of the invocations of
5702         schedule_ebb.
5704 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5706         * sched-deps.c (maybe_add_or_update_dep_1): Strengthen locals
5707         "elem", "insn" from rtx to rtx_insn *.
5708         (change_spec_dep_to_hard): Likewise.
5709         (get_back_and_forw_lists): Likewise for local "con".
5710         (sd_add_dep): Likewise for locals "elem", "insn".
5711         (sd_resolve_dep): Likewise for locals "pro", "con".
5712         (sd_unresolve_dep): Likewise.
5713         (sd_delete_dep): Likewise.
5714         (chain_to_prev_insn): Likewise for local "pro".
5715         (find_inc): Likewise for locals "pro", "con".
5717 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5719         * rtlanal.c (reg_used_between_p): Strengthen local "insn" from rtx
5720         to rtx_insn *.
5721         (reg_set_between_p): Strengthen local "insn" from const_rtx to
5722         const rtx_insn *.
5723         (modified_between_p): Strengthen local "insn" from rtx to
5724         rtx_insn *.
5725         (remove_reg_equal_equiv_notes_for_regno): Likewise.
5726         (keep_with_call_p): Strengthen local "i2" from const_rtx to
5727         const rtx_insn *.
5729 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5731         * resource.c (next_insn_no_annul): Strengthen local "next" from
5732         rtx to rtx_insn *.
5733         (mark_referenced_resources): Likewise for local "insn".
5735 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5737         * reload.h (struct insn_chain): Strengthen field "insn" from rtx
5738         to rtx_insn *.
5739         (find_reloads): Likewise for param 1.
5740         (subst_reloads): Likewise for sole param.
5741         (find_equiv_reg): Likwise for param 2.
5742         (regno_clobbered_p): Likwise for param 2.
5743         (reload): Likewise for param 1.
5745         * caller-save.c (save_call_clobbered_regs): Strengthen local
5746         "insn" from rtx to rtx_insn *.
5747         (insert_one_insn): Likewise for local "insn".
5749         * reload.c (this_insn): Likewise for this global.
5750         (find_reloads): Likewise for param "insn".
5751         (find_reloads_toplev): Likewise.
5752         (find_reloads_address): Likewise.
5753         (subst_reg_equivs): Likewise.
5754         (update_auto_inc_notes): Likewise.
5755         (find_reloads_address_1): Likewise.
5756         (find_reloads_subreg_address): Likewise.
5757         (subst_reloads): Likewise.
5758         (find_equiv_reg): Likewise, also for local "p".
5759         (regno_clobbered_p): Likewise for param "insn".
5761         * reload1.c (reg_reloaded_insn): Likewise for the elements of this
5762         array.
5763         (spill_reg_store): Likewise for the elements of this array.
5764         (remove_init_insns): Likewise for local "equiv_insn".
5765         (will_delete_init_insn_p): Likewise for param "insn".
5766         (reload): Likewise for param ""first" and local "insn".
5767         (calculate_needs_all_insns): Strengthen local "insn" from rtx to
5768         rtx_insn *.
5769         (calculate_elim_costs_all_insns): Likewise.
5770         (delete_caller_save_insns): Likewise.
5771         (spill_failure): Likewise for param "insn".
5772         (delete_dead_insn): Likewise.
5773         (set_label_offsets): Likewise.
5774         (eliminate_regs_in_insn): Likewise, also for locals "base_insn" and
5775         "prev_insn".
5776         (elimination_costs_in_insn): Likewise for param "insn".
5777         (set_initial_eh_label_offset): Replace use of NULL_RTX with NULL
5778         when referring to an insn.
5779         (set_initial_label_offsets): Likewise.
5780         (set_offsets_for_label): Strengthen param "insn" from rtx to
5781         rtx_insn *.
5782         (init_eliminable_invariants): Likewise for param "first" and local
5783         "insn".
5784         (fixup_eh_region_note): Likewise for param "insn".
5785         (reload_as_needed): Likewise for locals "prev", "insn",
5786         "old_next", "old_prev", "next".
5787         (gen_reload_chain_without_interm_reg_p): Likewise for locals "insn",
5788         "last".
5789         (reload_inheritance_insn): Strengthen elements of this array from
5790         rtx to rtx_insn *.
5791         (failed_reload): Likewise for param "insn".
5792         (choose_reload_regs): Likewise for local "insn".  Replace use of
5793         NULL_RTX with NULL when referring to an insn.
5794         (input_reload_insns): Strengthen elements of this array from rtx
5795         to rtx_insn *.
5796         (other_input_address_reload_insns): Likewise for this global.
5797         (other_input_reload_insns): Likewise for this global.
5798         (input_address_reload_insns): Likwise for the elements of this
5799         array.
5800         (inpaddr_address_reload_insns): Likwise for the elements of this
5801         array.
5802         (output_reload_insns): Likewise for the elements of this array.
5803         (output_address_reload_insns): Likewise for the elements of this
5804         array.
5805         (outaddr_address_reload_insns): Likewise for the elements of this
5806         array.
5807         (operand_reload_insns): Likewise for this global.
5808         (other_operand_reload_insns): Likewise for this global.
5809         (other_output_reload_insns): Likewise for the elements of this
5810         array.
5811         (new_spill_reg_store): Likewise for the elements of this
5812         array.
5813         (emit_input_reload_insns): Likewise for locals "insn", "temp".
5814         Strengthen local "where" from rtx * to rtx_insn **.
5815         (emit_output_reload_insns): Strengthen locals "insn", "p", "next"
5816         from rtx to rtx_insn *.
5817         (do_input_reload): Likewise for local "insn".
5818         (do_output_reload): Likewise for local "insn".
5819         (emit_reload_insns): Likewise for locals "insn" and "store_insn".
5820         (emit_insn_if_valid_for_reload): Likewise for return type and local
5821         "last".  Add checked cast to rtx_insn when returning "insn" since
5822         this has been through emit_insn.
5823         (gen_reload): Strengthen return type and locals "last", "insn", "set"
5824         from rtx to rtx_insn *.  Add checked cast to rtx_insn when
5825         returning "insn" since it's been through
5826         emit_insn_if_valid_for_reload at this point.
5827         (delete_output_reload): Strengthen param "insn" and locals
5828         "output_reload_insn", "i2" from rtx to rtx_insn *.
5829         (delete_address_reloads): Likewise for params "dead_insn",
5830         "current_insn" and locals "prev", "next".
5831         (delete_address_reloads_1): Likewise for params "dead_insn",
5832         "current_insn" and locals "prev", "i2".
5833         (inc_for_reload): Likewise for locals "last", "add_insn".
5834         (add_auto_inc_notes): Strengthen param "insn" from rtx to
5835         rtx_insn *.
5837         * config/arc/arc-protos.h (regno_clobbered_p): Likewise for 2nd
5838         param of this duplicate of the prototype from reload.h
5840 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5842         * regstat.c (regstat_bb_compute_ri): Strengthen local "insn" from
5843         rtx to rtx_insn *.
5844         (regstat_bb_compute_calls_crossed): Likewise.
5846 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5848         * regrename.c (create_new_chain): Strengthen param "insn" from rtx
5849         to rtx_insn *.
5850         (init_rename_info): Replace use of NULL_RTX with NULL when dealing
5851         with an insn.
5852         (regrename_analyze): Strengthen local "insn" from rtx to
5853         rtx_insn *.
5854         (scan_rtx_reg): Likewise for param "insn".
5855         (scan_rtx_address): Likewise.
5856         (scan_rtx): Likewise.
5857         (restore_operands): Likewise.
5858         (record_out_operands): Likewise.
5859         (build_def_use): Likewise for local "insn".  Replace use of
5860         NULL_RTX with NULL when dealing with an insn.
5862 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5864         * rtl.h (reg_scan): Strengthen param "f" from rtx to rtx_insn *.
5865         * reginfo.c (reg_scan): Likewise, also for local "insn".
5866         (reg_scan_mark_refs): Likewise for param "insn".
5867         (init_subregs_of_mode): Likewise for local "insn".
5869 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5871         * regcprop.c (struct queued_debug_insn_change): Strengthen field
5872         "insn" from rtx to rtx_insn *.
5873         (replace_oldest_value_reg): Likewise for param "insn".
5874         (replace_oldest_value_addr): Likewise.
5875         (replace_oldest_value_mem): Likewise.
5876         (apply_debug_insn_changes): Likewise for local "last_insn".
5877         (copyprop_hardreg_forward_1): Likewise for local "insn".
5879 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5881         * reg-stack.c (next_flags_user): Strengthen return type and param
5882         "insn" from rtx to rtx_insn *.
5883         (straighten_stack): Likewise for param "insn".
5884         (check_asm_stack_operands): Likewise.
5885         (remove_regno_note): Likewise.
5886         (emit_pop_insn): Likewise for return type, param "insn", local
5887         "pop_insn".
5888         (emit_swap_insn):  Strengthen param "insn" and locals "i1", "tmp",
5889         "limit" from rtx to rtx_insn *.
5890         (swap_to_top): Likewise for param "insn".
5891         (move_for_stack_reg): Likewise.
5892         (move_nan_for_stack_reg): Likewise.
5893         (swap_rtx_condition): Likewise.
5894         (compare_for_stack_reg): Likewise.
5895         (subst_all_stack_regs_in_debug_insn): Likewise.
5896         (subst_stack_regs_pat): Likewise, and local "insn2".
5897         (subst_asm_stack_regs): Strengthen param "insn" from rtx to
5898         rtx_insn *.
5899         (subst_stack_regs): Likewise.
5900         (change_stack): Likewise.
5901         (convert_regs_1): Likewise for locals "insn", "next".
5903 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5905         * ree.c (struct ext_cand): Strengthen field "insn" from rtx to
5906         rtx_insn *.
5907         (combine_set_extension): Likewise for param "curr_insn".
5908         (transform_ifelse): Likewise for param "def_insn".
5909         (get_defs): Likewise for param "def_insn".  Strengthen param "dest"
5910         from vec<rtx> * to vec<rtx_insn *> *.
5911         (is_cond_copy_insn): Likewise for param "insn".
5912         (struct ext_state): Strengthen the four vec fields from vec<rtx>
5913         to vec<rtx_insn *>.
5914         (make_defs_and_copies_lists): Strengthen param "extend_insn" and
5915         local "def_insn" from rtx to rtx_insn *.
5916         (get_sub_rtx): Likewise for param "def_insn".
5917         (merge_def_and_ext): Likewise.
5918         (combine_reaching_defs): Likewise.
5919         (add_removable_extension): Likewise for param "insn".
5920         (find_removable_extensions): Likewise for local "insn".
5921         (find_and_remove_re): Likewise for locals "curr_insn" and
5922         "def_insn".  Strengthen locals "reinsn_del_list" and
5923         "reinsn_del_list" from auto_vec<rtx> to auto_vec<rtx_insn *>.
5925 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5927         * recog.c (split_insn): Strengthen param "insn" and locals
5928         "first", "last" from rtx to rtx_insn *.
5929         (split_all_insns): Likewise for locals "insn", "next".
5930         (split_all_insns_noflow): Likewise.
5932 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5934         * rtl.h (debug_rtx_list): Strengthen param 1 "x" from const_rtx to
5935         const rtx_insn *.
5936         (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
5937         (debug_rtx_find): Likewise for param 1 "x".
5939         * print-rtl.c (debug_rtx_list): Strengthen param 1 "x" from
5940         const_rtx to const rtx_insn *.  Likewise for local "insn".
5941         (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
5942         (debug_rtx_find): Likewise for param 1 "x".
5943         (print_rtl): Likewise for local "tmp_rtx", adding a checked cast
5944         from const_rtx to const rtx_insn * within the appropriate cases of
5945         the switch statement.
5947         * config/rs6000/rs6000.c (rs6000_debug_legitimize_address):
5948         Strengthen local "insns" from rtx to rtx_insn * since this is
5949         passed to a call to debug_rtx_list.
5951 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5953         * predict.h (predict_insn_def): Strengthen param "insn" from rtx
5954         to rtx_insn *.
5956         * function.c (stack_protect_epilogue): Add checked cast to
5957         rtx_insn for now when invoking predict_insn_def.
5959         * predict.c (predict_insn): Strengthen param "insn" from rtx to
5960         rtx_insn *.
5961         (predict_insn_def): Likewise.
5962         (rtl_predict_edge): Likewise for local "last_insn".
5963         (can_predict_insn_p): Strengthen param "insn" from const_rtx to
5964         const rtx_insn *.
5965         (combine_predictions_for_insn): Strengthen param "insn" from rtx
5966         to rtx_insn *.
5967         (bb_estimate_probability_locally): Likewise for local "last_insn".
5968         (expensive_function_p): Likewise for local "insn".
5970         * config/cris/cris.c (cris_emit_trap_for_misalignment): Likewise for
5971         local "jmp", since this is used when invoking predict_insn_def.
5973 2014-08-22  Marek Polacek  <polacek@redhat.com>
5975         PR c++/62199
5976         * doc/invoke.texi: Update -Wlogical-not-parentheses description.
5978 2014-08-22  Marek Polacek  <polacek@redhat.com>
5980         PR c/61271
5981         * ira-color.c (coalesced_pseudo_reg_slot_compare): Wrap LHS of
5982         a comparison in parens.
5983         * lra-spills.c (pseudo_reg_slot_compare): Wrap LHS of a comparison
5984         in parens.
5986 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
5988         * rtl.h (fis_get_condition): Strengthen param "jump" from rtx to
5989         rtx_insn *.
5991         * cprop.c (fis_get_condition): Likewise.
5993         * postreload.c (reload_cse_regs): Likewise for param "first".
5994         (reload_cse_simplify): Likewise for param "insn".
5995         (reload_cse_regs_1): Likewise for local "insn".
5996         (reload_cse_simplify_set): Likewise for param "insn".
5997         (reload_cse_simplify_operands): Likewise.
5998         (struct reg_use): Likewise for field "insn".
5999         (reload_combine_purge_insn_uses): Likewise for param "insn".
6000         (fixup_debug_insns): Likewise for params "from", "to" and local
6001         "insn".
6002         (try_replace_in_use): Likewise for local "use_insn".
6003         (reload_combine_recognize_const_pattern): Likewise for param
6004         "insn" and locals "add_moved_after_insn", "use_insn".
6005         (reload_combine_recognize_pattern): Likewise for param "insn" and
6006         local "prev".
6007         (reload_combine): Likewise for locals "insn", "prev".
6008         (reload_combine_note_use): Likewise for param "insn".
6009         (move2add_use_add2_insn): Likewise.
6010         (move2add_use_add3_insn): Likewise.
6011         (reload_cse_move2add): Likewise, also for local "next".
6012         (move2add_note_store): Likewise for local "insn".
6014 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6016         * postreload-gcse.c (struct occr): Strengthen field "insn" from
6017         rtx to rtx_insn *.
6018         (struct unoccr): Likewise.
6019         (struct modifies_mem): Likewise.
6020         (alloc_mem): Likewise for local "insn".
6021         (insert_expr_in_table): Likewise for param "insn".
6022         (dump_expr_hash_table_entry): Likewise for local "insn".
6023         (oprs_unchanged_p): Likewise for param "insn".
6024         (load_killed_in_block_p): Likewise for local "setter".
6025         (record_last_reg_set_info): Likewise for param "insn".
6026         (record_last_reg_set_info_regno): Likewise.
6027         (record_last_mem_set_info): Likewise.
6028         (record_last_set_info): Likewise for local "last_set_insn".
6029         (record_opr_changes): Likewise for param "insn".
6030         (hash_scan_set): Likewise.
6031         (compute_hash_table): Likewise for local "insn".
6032         (get_avail_load_store_reg): Likewise for param "insn".
6033         (eliminate_partially_redundant_load): Likewise, also for locals
6034         "avail_insn", "next_pred_bb_end".  Replace use of NULL_RTX with
6035         RTX for insns.
6036         (eliminate_partially_redundant_loads): Likewise for local "insn".
6038 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6040         * optabs.c (expand_doubleword_shift): Strengthen local "insn" from
6041         rtx to rtx_insn *.
6042         (expand_binop): Likewise for locals "entry_last", "last", "insns"
6043         (expand_twoval_unop): Likewise for locals entry_last", "last".
6044         (expand_twoval_binop): Likewise.
6045         (expand_twoval_binop_libfunc): Likewise for local "insns".
6046         (widen_leading): Likewise for local "last".
6047         (expand_doubleword_clz): Likewise for local "seq".  Strengthen
6048         locals "hi0_label", "after_label" from rtx to rtx_code_label *.
6049         (widen_bswap): Strengthen local "last" from rtx to rtx_insn *.
6050         (expand_parity): Likewise for locals "last" and "seq".
6051         (expand_ffs): Likewise for local "seq".  Strengthen local
6052         "nonzero_label" from rtx to rtx_code_label *.
6053         (expand_absneg_bit): Strengthen local "insns" from rtx to
6054         rtx_insn *.
6055         (expand_unop_direct): Likewise for local "last".
6056         (expand_unop): Likewise for locals "last", "insns".
6057         (expand_abs_nojump): Likewise for local "last".
6058         (expand_abs): Strengthen local "op1" from rtx to rtx_code_label *.
6059         (expand_one_cmpl_abs_nojump): Strengthen local "last" from rtx to
6060         rtx_insn *.
6061         (expand_copysign_absneg): Strengthen local "label" from rtx to
6062         rtx_code_label *.
6063         (expand_copysign_bit): Strengthen local "insns" from rtx to
6064         rtx_insn *.
6065         (struct no_conflict_data): Likewise for fields "first", "insn".
6066         (emit_libcall_block_1): Likewise for param "insns" and locals
6067         "next", "last", "insn".
6068         (emit_libcall_block): For now, add a checked cast to rtx_insn *
6069         on "insns" when invoking emit_libcall_block_1.  Ultimately we
6070         want to strengthen insns itself.
6071         (prepare_cmp_insn): Strengthen local "last" from rtx to
6072         rtx_insn *.
6073         (emit_cmp_and_jump_insn_1): Likewise for local "insn".
6074         (prepare_float_lib_cmp): Likewise for local "insns".
6075         (emit_conditional_move): Likewise for local "last".
6076         (emit_conditional_add): Likewise.
6077         (have_sub2_insn): Likewise for local "seq".
6078         (expand_float): Likewise for local "insns".  Strengthen locals
6079         "label", "neglabel" from rtx to rtx_code_label *.
6080         (expand_fix): Likewise for locals "last", "insn", "insns" (to
6081         rtx_insn *) and locals "lab1", "lab2" (to rtx_code_label *).
6082         (expand_fixed_convert): Likewise for local "insns" (to
6083         rtx_insn *).
6084         (expand_sfix_optab): Likewise for local "last".
6085         (expand_compare_and_swap_loop): Strengthen local "label" from rtx
6086         to rtx_code_label *.
6087         (maybe_emit_sync_lock_test_and_set): Strengthen local "last_insn"
6088         from rtx to rtx_insn *.
6089         (expand_atomic_fetch_op): Likewise for local "insn".
6090         (maybe_legitimize_operand_same_code): Likewise for local "last".
6091         (maybe_legitimize_operands): Likewise.
6093 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6095         * modulo-sched.c (struct ps_reg_move_info): Strengthen field
6096         "insn" from rtx to rtx_insn *.
6097         (ps_rtl_insn): Likewise for return type.
6098         (doloop_register_get): Likewise for params "head", "tail" and
6099         locals "insn", "first_insn_not_to_check".
6100         (schedule_reg_move): Likewise for local "this_insn".
6101         (schedule_reg_moves): Add a checked cast to rtx_insn * to result
6102         of gen_move_insn for now.
6103         (reset_sched_times): Strengthen local "insn" from rtx to
6104         rtx_insn *.
6105         (permute_partial_schedule): Likewise.
6106         (duplicate_insns_of_cycles): Likewise for local "u_insn".
6107         (dump_insn_location): Likewise for param "insn".
6108         (loop_canon_p): Likewise for local "insn".
6109         (sms_schedule): Likewise.
6110         (print_partial_schedule): Likewise.
6111         (ps_has_conflicts): Likewise.
6113 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6115         * sched-int.h (get_ebb_head_tail): Strengthen params "headp" and
6116         "tailp" from rtx * to rtx_insn **.
6118         * ddg.c (build_intra_loop_deps): Strengthen locals head", "tail"
6119         from rtx to rtx_insn *.
6120         * haifa-sched.c (get_ebb_head_tail): Strengthen params "headp" and
6121         "tailp" from rtx * to rtx_insn **.  Strengthen locals "beg_head",
6122         "beg_tail", "end_head", "end_tail", "note", "next", "prev" from
6123         rtx to rtx_insn *.
6124         * modulo-sched.c (const_iteration_count): Strengthen return type
6125         and locals "insn", "head", "tail" from rtx to rtx_insn *.  Replace
6126         use of NULL_RTX with NULL when working with insns.
6127         (loop_single_full_bb_p): Strengthen locals "head", "tail" from rtx
6128         to rtx_insn *.
6129         (sms_schedule): Likewise.
6130         * sched-rgn.c (init_ready_list): Likewise, also for locals
6131         "src_head" and "src_next_tail".
6132         (compute_block_dependences): Likewise.
6133         (free_block_dependencies): Likewise.
6134         (debug_rgn_dependencies): Likewise.
6135         (free_rgn_deps): Likewise.
6136         (compute_priorities): Likewise.
6137         (schedule_region): Likewise.
6138         * sel-sched.c (find_ebb_boundaries): Likewise.
6140         * config/sh/sh.c (find_insn_regmode_weight): Strengthen locals
6141         "insn", "next_tail", "head", "tail" from rtx to rtx_insn *.
6143 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6145         * mode-switching.c (struct seginfo): Strengthen field "insn_ptr"
6146         from rtx to rtx_insn *.
6147         (new_seginfo): Likewise for param "insn".
6148         (create_pre_exit): Likewise for locals "last_insn",
6149         "before_return_copy", "return_copy".
6150         (optimize_mode_switching): Likewise for locals "insn", "ins_pos",
6151         "mode_set".
6153 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6155         * lra-int.h (struct lra_insn_recog_data): Strengthen field "insn"
6156         from rtx to rtx_insn *.
6157         (lra_push_insn): Likewise for 1st param.
6158         (lra_push_insn_and_update_insn_regno_info): Likewise.
6159         (lra_pop_insn): Likewise for return type.
6160         (lra_invalidate_insn_data): Likewise for 1st param.
6161         (lra_set_insn_deleted): Likewise.
6162         (lra_delete_dead_insn): Likewise.
6163         (lra_process_new_insns): Likewise for first 3 params.
6164         (lra_set_insn_recog_data): Likewise for 1st param.
6165         (lra_update_insn_recog_data): Likewise.
6166         (lra_set_used_insn_alternative): Likewise.
6167         (lra_invalidate_insn_regno_info): Likewise.
6168         (lra_update_insn_regno_info): Likewise.
6169         (lra_former_scratch_operand_p): Likewise.
6170         (lra_eliminate_regs_1): Likewise.
6171         (lra_get_insn_recog_data): Likewise.
6173         * lra-assigns.c (assign_by_spills): Strengthen local "insn" from
6174         rtx to rtx_insn *.
6176         * lra-coalesce.c (move_freq_compare_func): Likewise for locals
6177         "mv1" and "mv2".
6178         (substitute_within_insn): New.
6179         (lra_coalesce): Strengthen locals "mv", "insn", "next" from rtx to
6180         rtx_insn *.  Strengthen sorted_moves from rtx * to rxt_insn **.
6181         Replace call to "substitute" with call to substitute_within_insn.
6183         * lra-constraints.c (curr_insn): Strengthen from rtx to
6184         rtx_insn *.
6185         (get_equiv_with_elimination): Likewise for param "insn".
6186         (match_reload): Strengthen params "before" and "after" from rtx *
6187         to rtx_insn **.
6188         (emit_spill_move): Likewise for return type.  Add a checked cast
6189         to rtx_insn * on result of gen_move_insn for now.
6190         (check_and_process_move): Likewise for local "before".  Replace
6191         NULL_RTX with NULL when referring to insns.
6192         (process_addr_reg): Strengthen params "before" and "after" from
6193         rtx * to rtx_insn **.
6194         (insert_move_for_subreg): Likewise.
6195         (simplify_operand_subreg): Strengthen locals "before" and "after"
6196         from rtx to rtx_insn *.
6197         (process_address_1): Strengthen params "before" and "after" from
6198         rtx * to rtx_insn **.  Strengthen locals "insns", "last_insn" from
6199         rtx to rtx_insn *.
6200         (process_address): Strengthen params "before" and "after" from
6201         rtx * to rtx_insn **.
6202         (emit_inc): Strengthen local "last" from rtx to rtx_insn *.
6203         (curr_insn_transform): Strengthen locals "before" and "after"
6204         from rtx to rtx_insn *.  Replace NULL_RTX with NULL when referring
6205         to insns.
6206         (loc_equivalence_callback): Update cast of "data", changing
6207         resulting type from rtx to rtx_insn *.
6208         (substitute_pseudo_within_insn): New.
6209         (inherit_reload_reg): Strengthen param "insn" from rtx to
6210         rtx_insn *; likewise for local "new_insns".  Replace NULL_RTX with
6211         NULL when referring to insns.  Add a checked cast to rtx_insn *
6212         when using usage_insn to invoke lra_update_insn_regno_info.
6213         (split_reg): Strengthen param "insn" from rtx to rtx_insn *;
6214         likewise for locals "restore", "save".  Add checked casts to
6215         rtx_insn * when using usage_insn to invoke
6216         lra_update_insn_regno_info and lra_process_new_insns.  Replace
6217         NULL_RTX with NULL when referring to insns.
6218         (split_if_necessary): Strengthen param "insn" from rtx to
6219         rtx_insn *.
6220         (update_ebb_live_info): Likewise for params "head", "tail" and local
6221         "prev_insn".
6222         (get_last_insertion_point): Likewise for return type and local "insn".
6223         (get_live_on_other_edges): Likewise for local "last".
6224         (inherit_in_ebb): Likewise for params "head", "tail" and locals
6225         "prev_insn", "next_insn", "restore".
6226         (remove_inheritance_pseudos): Likewise for local "prev_insn".
6227         (undo_optional_reloads): Likewise for local "insn".
6229         * lra-eliminations.c (lra_eliminate_regs_1): Likewise for param
6230         "insn".
6231         (lra_eliminate_regs): Replace NULL_RTX with NULL when referring to
6232         insns.
6233         (eliminate_regs_in_insn): Strengthen param "insn" from rtx to
6234         rtx_insn *.
6235         (spill_pseudos): Likewise for local "insn".
6236         (init_elimination): Likewise.
6237         (process_insn_for_elimination): Likewise for param "insn".
6239         * lra-lives.c (curr_insn): Likewise.;
6241         * lra-spills.c (assign_spill_hard_regs): Likewise for local "insn".
6242         (remove_pseudos): Likewise for param "insn".
6243         (spill_pseudos): Likewise for local "insn".
6244         (lra_final_code_change): Likewise for locals "insn", "curr".
6246         * lra.c (lra_invalidate_insn_data): Likewise for param "insn".
6247         (lra_set_insn_deleted): Likewise.
6248         (lra_delete_dead_insn): Likewise, and for local "prev".
6249         (new_insn_reg): Likewise for param "insn".
6250         (lra_set_insn_recog_data): Likewise.
6251         (lra_update_insn_recog_data): Likewise.
6252         (lra_set_used_insn_alternative): Likewise.
6253         (get_insn_freq): Likewise.
6254         (invalidate_insn_data_regno_info): Likewise.
6255         (lra_invalidate_insn_regno_info): Likewise.
6256         (lra_update_insn_regno_info): Likewise.
6257         (lra_constraint_insn_stack): Strengthen from vec<rtx> to
6258         vec<rtx_insn *>.
6259         (lra_push_insn_1): Strengthen param "insn" from rtx to
6260         rtx_insn *.
6261         (lra_push_insn): Likewise.
6262         (lra_push_insn_and_update_insn_regno_info): Likewise.
6263         (lra_pop_insn): Likewise for return type and local "insn".
6264         (push_insns): Likewise for params "from", "to", and local "insn".
6265         (setup_sp_offset): Likewise for params "from", "last" and locals
6266         "before", "insn".
6267         (lra_process_new_insns): Likewise for params "insn", "before",
6268         "after" and local "last".
6269         (struct sloc): Likewise for field "insn".
6270         (lra_former_scratch_operand_p): Likewise for param "insn".
6271         (remove_scratches): Likewise for locals "insn", "last".
6272         (check_rtl): Likewise for local "insn".
6273         (add_auto_inc_notes): Likewise for param "insn".
6274         (update_inc_notes): Likewise for local "insn".
6275         (lra): Replace NULL_RTX with NULL when referring to insn.
6277 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6279         * lower-subreg.c (simple_move): Strengthen param "insn" from rtx
6280         to rtx_insn *.
6281         (resolve_reg_notes): Likewise.
6282         (resolve_simple_move): Likewise for return type, param "insn", and
6283         locals "insns", "minsn".
6284         (resolve_clobber): Strengthen param "insn" from rtx to rtx_insn *.
6285         (resolve_use): Likewise.
6286         (resolve_debug): Likewise.
6287         (find_decomposable_shift_zext): Likewise.
6288         (resolve_shift_zext): Likewise for return type, param "insn", and
6289         locals "insns", "in".  Eliminate use of NULL_RTX in favor of NULL.
6290         (decompose_multiword_subregs): Likewise for local "insn",
6291         "orig_insn", "decomposed_shift", "end".
6293 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6295         * basic-block.h (basic_block split_edge_and_insert): Strengthen
6296         param "insns" from rtx to rtx_insn *.
6298         * loop-unroll.c (struct iv_to_split): Strengthen field "insn" from
6299         rtx to rtx_insn *.
6300         (struct iv_to_split): Likewise.
6301         (loop_exit_at_end_p): Likewise for local "insn".
6302         (split_edge_and_insert): Likewise for param "insns".
6303         (compare_and_jump_seq): Likewise for return type, param "cinsn",
6304         and locals "seq", "jump".
6305         (unroll_loop_runtime_iterations): Likewise for locals "init_code",
6306         "branch_code"; update invocations of compare_and_jump_seq to
6307         eliminate NULL_RTX in favor of NULL.
6308         (referenced_in_one_insn_in_loop_p): Strengthen local "insn" from
6309         rtx to rtx_insn *.
6310         (reset_debug_uses_in_loop): Likewise.
6311         (analyze_insn_to_expand_var): Likewise for param "insn".
6312         (analyze_iv_to_split_insn): Likewise.
6313         (analyze_insns_in_loop): Likewise for local "insn".
6314         (insert_base_initialization): Likewise for param
6315         "insn" and local "seq".
6316         (split_iv): Likewise for param "insn" and local "seq".
6317         (expand_var_during_unrolling): Likewise for param "insn".
6318         (insert_var_expansion_initialization): Likewise for local "seq".
6319         (combine_var_copies_in_loop_exit): Likewise.
6320         (combine_var_copies_in_loop_exit): Likewise for locals "seq" and
6321         "insn".
6322         (maybe_strip_eq_note_for_split_iv): Likewise for param "insn".
6323         (apply_opt_in_copies): Likewise for locals "insn", "orig_insn",
6324         "next".
6326 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6328         * cfgloop.h (iv_analyze): Strengthen param 1 "insn" from rtx to
6329         rtx_insn *.
6330         (iv_analyze_result): Likewise.
6331         (iv_analyze_expr): Likewise.
6332         (biv_p): Likewise.
6334         * loop-iv.c (iv_get_reaching_def): Strengthen param "insn" and
6335         local "def_insn" from rtx to rtx_insn *.
6336         (get_biv_step_1): Likewise for local "insn".
6337         (iv_analyze_expr): Likewise for param "insn".
6338         (iv_analyze_def): Likewise for local "insn".
6339         (iv_analyze_op): Likewise for param "insn".
6340         (iv_analyze): Likewise.
6341         (iv_analyze_result): Likewise.
6342         (biv_p): Likewise.
6343         (suitable_set_for_replacement): Likewise.
6344         (simplify_using_initial_values): Likewise for local "insn".
6345         (iv_number_of_iterations): Likewise for param "insn".
6346         (check_simple_exit): Add checked cast to rtx_insn when invoking
6347         iv_number_of_iterations for now (until get_condition is
6348         strengthened).
6350         * loop-unroll.c (analyze_iv_to_split_insn): Strengthen param
6351         "insn" from rtx to rtx_insn *.
6352         (analyze_insns_in_loop): Likewise for local "insn".
6354 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6356         * loop-invariant.c (struct use): Strengthen field "insn" from rtx
6357         to rtx_insn *.
6358         (struct invariant): Likewise.
6359         (hash_invariant_expr_1): Likewise for param "insn".
6360         (invariant_expr_equal_p): Likewise for param "insn1", "insn2".
6361         (find_exits): Likewise for local "insn".
6362         (create_new_invariant): Likewise for param "insn".
6363         (check_dependencies): Likewise.
6364         (find_invariant_insn): Likewise.
6365         (record_uses): Likewise.
6366         (find_invariants_insn): Likewise.
6367         (find_invariants_bb): Likewise for local "insn".
6368         (get_pressure_class_and_nregs): Likewise for param "insn".
6369         (calculate_loop_reg_pressure): Likewise for local "insn".
6371 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6373         * loop-doloop.c (doloop_valid_p): Strengthen local "insn" from rtx
6374         to rtx_insn *.
6375         (add_test): Likewise for locals "seq", "jump".
6376         (doloop_modify): Likewise for locals "sequence", "jump_insn".
6378 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6380         * rtl.h (rebuild_jump_labels): Strengthen param "f" from rtx to
6381         rtx_insn *.
6382         (rebuild_jump_labels_chain): Likewise for param "chain".
6384         * cfgexpand.c (pass_expand::execute): Add checked cast to
6385         rtx_insn * when calling rebuild_jump_labels_chain in region where
6386         we know e->insns.r is non-NULL.
6388         * jump.c (rebuild_jump_labels_1): Strengthen param "f" from rtx to
6389         rtx_insn *.
6390         (rebuild_jump_labels): Likewise.
6391         (rebuild_jump_labels_chain): Likewise for param "chain".
6392         (cleanup_barriers): Likewise for locals "insn", "next", "prev".
6393         (init_label_info): Likewise for param "f".
6394         (maybe_propagate_label_ref): Likewise for params "jump_insn",
6395         "prev_nonjump_insn".
6396         (mark_all_labels): Likewise for param "f" and locals "insn",
6397         "prev_nonjump_insn".
6399 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6401         * ira-int.h (struct ira_allocno_copy): Strengthen field "insn"
6402         from rtx to rtx_insn *insn.
6403         (ira_create_copy): Strengthen param "insn" from rtx to rtx_insn *.
6404         (ira_add_allocno_copy): Likewise.
6405         * ira-build.c (find_allocno_copy): Strengthen param "insn" from
6406         rtx to rtx_insn *.
6407         (ira_create_copy): Likewise.
6408         (ira_add_allocno_copy): Likewise.
6409         (create_bb_allocnos): Likewise for local "insn".
6410         * ira-conflicts.c (process_regs_for_copy): Likewise for param "insn".
6411         (process_reg_shuffles): Update NULL_RTX to NULL in invocation of
6412         process_regs_for_copy for rtx_insn * param.
6413         (add_insn_allocno_copies): Strengthen param "insn" from rtx to
6414         rtx_insn *insn.  Update NULL_RTX to NULL in invocation of
6415         process_regs_for_copy for rtx_insn * param.
6416         (add_copies): Strengthen local "insn" from rtx to rtx_insn *insn.
6417         * ira-costs.c (record_reg_classes): Likewise for param "insn".
6418         (record_operand_costs): Likewise.
6419         (scan_one_insn): Likewise for return type, and for param "insn".
6420         (process_bb_for_costs): Likewise for local "insn".
6421         (process_bb_node_for_hard_reg_moves): Likewise.
6422         * ira-emit.c (struct move): Likewise for field "insn".
6423         (create_move): Eliminate use of NULL_RTX when dealing with an
6424         rtx_insn *.
6425         (emit_move_list): Strengthen return type and locals "result",
6426         "insn" from rtx to rtx_insn *insn.
6427         (emit_moves): Likewise for locals "insns", "tmp".
6428         (ira_emit): Likewise for local "insn".
6429         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise for param
6430         "insn".
6431         (find_call_crossed_cheap_reg): Likewise.
6432         (process_bb_node_lives): Likewise for local "insn".
6433         * ira.c (decrease_live_ranges_number): Likewise.
6434         (compute_regs_asm_clobbered): Likewise.
6435         (build_insn_chain): Likewise.
6436         (find_moveable_pseudos): Likewise, also locals "def_insn",
6437         "use_insn", "x".  Also strengthen local "closest_uses" from rtx *
6438         to rtx_insn **.  Add a checked cast when assigning from
6439         "closest_use" into closest_uses array in a region where we know
6440         it's a non-NULL insn.
6441         (interesting_dest_for_shprep): Strengthen param "insn" from rtx
6442         to rtx_insn *.
6443         (split_live_ranges_for_shrink_wrap): Likewise for locals "insn",
6444         "last_interesting_insn", "uin".
6445         (move_unallocated_pseudos): Likewise for locals "def_insn",
6446         "move_insn", "newinsn".
6448 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6450         * internal-fn.c (ubsan_expand_si_overflow_addsub_check):
6451         Strengthen locals "done_label", "do_error" from rtx to
6452         rtx_code_label *.
6453         (ubsan_expand_si_overflow_addsub_check): Strengthen local "last"
6454         from rtx to rtx_insn *.  Strengthen local "sub_check from rtx to
6455         rtx_code_label *.
6456         (ubsan_expand_si_overflow_neg_check): Likewise for locals
6457         "done_label", "do_error" to rtx_code_label * and local  "last" to
6458         rtx_insn *.
6459         (ubsan_expand_si_overflow_mul_check): Likewise for locals
6460         "done_label", "do_error", "large_op0", "small_op0_large_op1",
6461         "one_small_one_large", "both_ops_large", "after_hipart_neg",
6462         "after_lopart_neg", "do_overflow", "hipart_different"  to
6463         rtx_code_label * and local  "last" to rtx_insn *.
6465 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6467         * init-regs.c (initialize_uninitialized_regs): Strengthen locals
6468         "insn" and "move_insn" from rtx to rtx_insn *.
6470 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6472         * ifcvt.c (count_bb_insns): Strengthen local "insn" from rtx to
6473         rtx_insn *.
6474         (cheap_bb_rtx_cost_p): Likewise.
6475         (first_active_insn): Likewise for return type and local "insn".
6476         (last_active_insn):  Likewise for return type and locals "insn",
6477         "head".
6478         (struct noce_if_info): Likewise for fields "jump", "insn_a",
6479         "insn_b".
6480         (end_ifcvt_sequence): Likewise for return type and locals "insn",
6481         "seq".
6482         (noce_try_move): Likewise for local "seq".
6483         (noce_try_store_flag): Likewise.
6484         (noce_try_store_flag_constants): Likewise.
6485         (noce_try_addcc): Likewise.
6486         (noce_try_store_flag_mask): Likewise.
6487         (noce_try_cmove): Likewise.
6488         (noce_try_minmax): Likewise.
6489         (noce_try_abs): Likewise.
6490         (noce_try_sign_mask): Likewise.
6491         (noce_try_bitop): Likewise.
6492         (noce_can_store_speculate_p): Likewise for local "insn".
6493         (noce_process_if_block): Likewise for locals "insn_a", "insn_b",
6494         seq".
6495         (check_cond_move_block): Likewise for local "insn".
6496         (cond_move_convert_if_block): Likewise.
6497         (cond_move_process_if_block): Likewise for locals "seq",
6498         "loc_insn".
6499         (noce_find_if_block): Likewise for local "jump".
6500         (merge_if_block): Likewise for local "last".
6501         (block_jumps_and_fallthru_p): Likewise for locals "insn", "end".
6502         (find_cond_trap): Likewise for locals "trap", "jump", "newjump".
6503         (block_has_only_trap): Likewise for return type and local "trap".
6504         (find_if_case_1): Likewise for local "jump".
6505         (dead_or_predicable): Likewise for locals "head", "end", "jump",
6506         "insn".
6508 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6510         * hw-doloop.h (struct hwloop_info_d): Strengthen fields
6511         "last_insn", "loop_end" from rtx to rtx_insn *.
6513         * hw-doloop.c (scan_loop): Likewise for local "insn".
6514         (discover_loop): Likewise for param "tail_insn".
6515         (discover_loops): Likewise for local "tail".
6517         * config/bfin/bfin.c (hwloop_optimize): For now, add a checked
6518         cast to rtx_insn * when assigning from an rtx local to a
6519         hwloop_info's "last_insn" field.
6521 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6523         * haifa-sched.c (bb_header): Strengthen from rtx * to rtx_insn **.
6524         (add_delay_dependencies): Strengthen local "pro" from rtx to
6525         rtx_insn *.
6526         (recompute_todo_spec): Likewise.
6527         (dep_cost_1): Likewise for locals "insn", "used".
6528         (schedule_insn): Likewise for local "dbg".
6529         (schedule_insn): Likewise for locals "pro", "next".
6530         (unschedule_insns_until): Likewise for local "con".
6531         (restore_pattern): Likewise for local "next".
6532         (estimate_insn_tick): Likewise for local "pro".
6533         (resolve_dependencies): Likewise for local "next".
6534         (fix_inter_tick): Likewise.
6535         (fix_tick_ready): Likewise for local "pro".
6536         (add_to_speculative_block): Likewise for locals "check", "twin",
6537         "pro".
6538         (sched_extend_bb): Likewise for locals "end", "insn".
6539         (init_before_recovery): Likewise for local "x".
6540         (sched_create_recovery_block): Likewise for local "barrier".
6541         (create_check_block_twin): Likewise for local "pro".
6542         (fix_recovery_deps): Likewise for locals "note", "insn", "jump",
6543         "consumer".
6544         (unlink_bb_notes): Update for change to type of bb_header.
6545         Strengthen locals "prev", "label", "note", "next" from rtx to
6546         rtx_insn *.
6547         (clear_priorities): Likewise for local "pro".
6549 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6551         * gcse.c (struct occr): Strengthen field "insn" from rtx to
6552         rtx_insn *.
6553         (test_insn): Likewise for this global.
6554         (oprs_unchanged_p): Strengthen param "insn" from const_rtx to
6555         const rtx_insn *.
6556         (oprs_anticipatable_p): Likewise.
6557         (oprs_available_p): Likewise.
6558         (insert_expr_in_table): Strengthen param "insn" from  rtx to
6559         rtx_insn *.
6560         (hash_scan_set): Likewise.
6561         (hash_scan_clobber): Likewise.
6562         (hash_scan_call): Likewise.
6563         (hash_scan_insn): Likewise.
6564         (compute_hash_table_work): Likewise for local "insn".
6565         (process_insert_insn): Likewise for return type and local "pat".
6566         (insert_insn_end_basic_block): Likewise for locals "new_insn",
6567         "pat", "pat_end", "maybe_cc0_setter".
6568         (pre_edge_insert): Likewise for local "insn".
6569         (pre_insert_copy_insn): Likewise for param "insn".
6570         (pre_insert_copies): Likewise for local "insn".
6571         (struct set_data): Likewise for field "insn".
6572         (single_set_gcse): Likewise for param "insn".
6573         (gcse_emit_move_after): Likewise.
6574         (pre_delete): Likewise for local "insn".
6575         (update_bb_reg_pressure): Likewise for param "from" and local
6576         "insn".
6577         (should_hoist_expr_to_dom): Likewise for param "from".
6578         (hoist_code): Likewise for local "insn".
6579         (get_pressure_class_and_nregs): Likewise for param "insn".
6580         (calculate_bb_reg_pressure): Likewise for local "insn".
6581         (compute_ld_motion_mems): Likewise.
6583 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6585         * genpeep.c (main): Rename param back from "uncast_ins1" to
6586         "ins1", strengthening from rtx to rtx_insn *.  Drop now-redundant
6587         checked cast.
6589         * output.h (peephole): Strengthen param from rtx to rtx_insn *.
6591 2014-08-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
6593         PR target/62195
6594         * doc/md.texi (Machine Constraints): Update PowerPC wi constraint
6595         documentation to state it is only for VSX operations.
6597         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Make wi
6598         constraint only active if VSX.
6600         * config/rs6000/rs6000.md (lfiwax): Use wj constraint instead of
6601         wi cosntraint for ISA 2.07 lxsiwax/lxsiwzx instructions.
6602         (lfiwzx): Likewise.
6604 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6606         * fwprop.c (single_def_use_dom_walker::before_dom_children):
6607         Strengthen local "insn" from rtx to rtx_insn *.
6608         (use_killed_between): Likewise for param "target_insn".
6609         (all_uses_available_at): Likewise for param "target_insn" and
6610         local "next".
6611         (update_df_init): Likewise for params "def_insn", "insn".
6612         (update_df): Likewise for param "insn".
6613         (try_fwprop_subst): Likewise for param "def_insn" and local
6614         "insn".
6615         (free_load_extend): Likewise for param "insn".
6616         (forward_propagate_subreg): Likewise for param "def_insn" and
6617         local "use_insn".
6618         (forward_propagate_asm): Likewise for param "def_insn" and local
6619         "use_insn".
6620         (forward_propagate_and_simplify): Likewise for param "def_insn"
6621         and local "use_insn".
6622         (forward_propagate_into): Likewise for locals "def_insn" and
6623         "use_insn".
6625 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6627         * function.c (emit_initial_value_sets): Strengthen local "seq"
6628         from rtx to rtx_insn *.
6629         (instantiate_virtual_regs_in_insn): Likewise for param "insn" and
6630         local "seq".
6631         (instantiate_virtual_regs): Likewise for local "insn".
6632         (assign_parm_setup_reg): Likewise for locals "linsn", "sinsn".
6633         (reorder_blocks_1): Likewise for param "insns" and local "insn".
6634         (expand_function_end): Likewise for locals "insn" and "seq".
6635         (epilogue_done): Likewise for local "insn".
6636         (thread_prologue_and_epilogue_insns): Likewise for locals "prev",
6637         "last", "trial".
6638         (reposition_prologue_and_epilogue_notes): Likewise for locals
6639         "insn", "last", "note", "first".
6640         (match_asm_constraints_1): Likewise for param "insn" and local "insns".
6641         (pass_match_asm_constraints::execute): Likewise for local "insn".
6643 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6645         * output.h (final_scan_insn): Strengthen return type from rtx to
6646         rtx_insn *.
6647         (final_forward_branch_p): Likewise for param.
6648         (current_output_insn): Likewise for this global.
6650         * final.c (rtx debug_insn): Likewise for this variable.
6651         (current_output_insn): Likewise.
6652         (get_attr_length_1): Rename param "insn" to "uncast_insn",
6653         adding "insn" back in as an rtx_insn * with a checked cast, so
6654         that macro ADJUST_INSN_LENGTH can be passed an rtx_insn * as the
6655         first param.
6656         (compute_alignments): Strengthen local "label" from rtx to
6657         rtx_insn *.
6658         (shorten_branches): Rename param from "first" to "uncast_first",
6659         introducing a new local rtx_insn * "first" using a checked cast to
6660         effectively strengthen "first" from rtx to rtx_insn * without
6661         affecting the type signature.  Strengthen locals "insn", "seq",
6662         "next", "label" from rtx to rtx_insn *.
6663         (change_scope): Strengthen param "orig_insn" and local "insn" from
6664         rtx to rtx_insn *.
6665         (final_start_function): Rename param from "first" to "uncast_first",
6666         introducing a new local rtx_insn * "first" using a checked cast to
6667         effectively strengthen "first" from rtx to rtx_insn * without
6668         affecting the type signature.  Strengthen local "insn" from rtx to
6669         rtx_insn *.
6670         (dump_basic_block_info): Strengthen param "insn" from rtx to
6671         rtx_insn *.
6672         (final): Rename param from "first" to "uncast_first",
6673         introducing a new local rtx_insn * "first" using a checked cast to
6674         effectively strengthen "first" from rtx to rtx_insn * without
6675         affecting the type signature.  Strengthen locals "insn", "next"
6676         from rtx to rtx_insn *.
6677         (output_alternate_entry_point): Strengthen param "insn" from rtx to
6678         rtx_insn *.
6679         (call_from_call_insn): Strengthen param "insn" from rtx to
6680         rtx_call_insn *.
6681         (final_scan_insn): Rename param from "insn" to "uncast_insn",
6682         introducing a new local rtx_insn * "insn" using a checked cast to
6683         effectively strengthen "insn" from rtx to rtx_insn * without
6684         affecting the type signature.  Strengthen return type and locals
6685         "next", "note", "prev", "new_rtx" from rtx to rtx_insn *.  Remove
6686         now-redundant checked cast to rtx_insn * from both invocations of
6687         debug_hooks->var_location.  Convert CALL_P into a dyn_cast,
6688         introducing a local "call_insn" for use when invoking
6689         call_from_call_insn.
6690         (notice_source_line): Strengthen param "insn" from rtx to
6691         rtx_insn *.
6692         (leaf_function_p): Likewise for local "insn".
6693         (final_forward_branch_p): Likewise.
6694         (leaf_renumber_regs): Likewise for param "first".
6695         (rest_of_clean_state): Likewise for locals "insn" and "next".
6696         (self_recursive_call_p): Likewise for param "insn".
6697         (collect_fn_hard_reg_usage): Likewise for local "insn".
6698         (get_call_fndecl): Likewise for param "insn".
6699         (get_call_cgraph_rtl_info): Likewise.
6700         (get_call_reg_set_usage): Rename param from "insn" to "uncast_insn",
6701         introducing a new local rtx_insn * "insn" using a checked cast to
6702         effectively strengthen "insn" from rtx to rtx_insn * without
6703         affecting the type signature.
6705         * config/arc/arc.c (arc_final_prescan_insn): For now, add checked
6706         cast when assigning from param "insn" to current_output_insn.
6707         (arc_pad_return): Strengthen local "insn" from rtx to rtx_insn *
6708         so that we can assign it back to current_output_insn.
6710 2014-08-20  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
6712         * config/avr/avr-mcus.def: Remove atmega26hvg, atmega64rfa2,
6713         atmega48hvf, atxmega32x1, atmxt224, atmxt224e, atmxt336s,
6714         atmxt540s and atmxt540sreva devices.
6715         * config/avr/avr-tables.opt: Regenerate.
6716         * config/avr/t-multilib: Regenerate.
6717         * doc/avr-mmcu.texi: Regenerate.
6719 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6721         * expr.c (convert_move): Strengthen local "insns" from rtx to
6722         rtx_insn *.
6723         (emit_block_move_via_loop): Strengthen locals "cmp_label" and
6724         "top_label" from rtx to rtx_code_label *.
6725         (move_block_to_reg): Strengthen local "insn", "last" from rtx to
6726         rtx_insn *.
6727         (emit_single_push_insn): Likewise for locals "prev", "last".
6728         (store_expr): Strengthen locals "lab1", "lab2", "label" from rtx
6729         to rtx_code_label *.
6730         (store_constructor): Likewise for locals "loop_start", "loop_end".
6731         (expand_cond_expr_using_cmove): Strengthen local "seq" from rtx to
6732         rtx_insn *.
6733         (expand_expr_real_2): Likewise.
6734         (expand_expr_real_1): Strengthen local "label" from rtx to
6735         rtx_code_label *.
6737 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6739         * expmed.c (store_bit_field_using_insv): Strengthen local "last"
6740         from rtx to rtx_insn *.
6741         (store_bit_field_1): Likewise.
6742         (extract_bit_field_1): Likewise.
6743         (expand_mult_const): Likewise for local "insns".
6744         (expmed_mult_highpart): Strengthen local "label" from rtx to
6745         rtx_code_label *.
6746         (expand_smod_pow2): Likewise.
6747         (expand_sdiv_pow2): Likewise.
6748         (expand_divmod): Strengthen locals "last", "insn" from rtx to
6749         rtx_insn *.  Strengthen locals "label", "label1", "label2",
6750         "label3", "label4", "label5", "lab" from rtx to rtx_code_label *.
6751         (emit_cstore): Strengthen local "last" from rtx to rtx_insn *.
6752         (emit_store_flag): Likewise.
6753         (emit_store_flag_force): Strengthen local "label" from rtx to
6754         rtx_code_label *.
6755         (do_cmp_and_jump): Likewise for param "label".
6757 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6759         * explow.c (force_reg): Strengthen local "insn" from rtx to
6760         rtx_insn *.
6761         (adjust_stack_1): Likewise.
6762         (allocate_dynamic_stack_space): Likewise.  Strengthen locals
6763         "final_label", "available_label", "space_available" from rtx to
6764         rtx_code_label *.
6765         (probe_stack_range): Likewise for locals "loop_lab", "end_lab".
6766         (anti_adjust_stack_and_probe): Likewise.
6768 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6770         * except.h (sjlj_emit_function_exit_after): Strengthen param
6771         "after" from rtx to rtx_insn *.  This is only called with
6772         result of get_last_insn (in function.c) so type-change should be
6773         self-contained.
6775         * function.h (struct rtl_eh): Strengthen field "ehr_label" from
6776         rtx to rtx_code_label *, and field "sjlj_exit_after" from rtx
6777         to rtx_insn *.  These fields are only used from except.c so this
6778         type-change should be self-contained to this patch.
6780         * except.c (emit_to_new_bb_before): Strengthen param "seq" and
6781         local "last" from rtx to rtx_insn *.
6782         (dw2_build_landing_pads): Likewise for local "seq".
6783         (sjlj_mark_call_sites): Likewise for locals "insn", "before", p".
6784         (sjlj_emit_function_enter): Strengthen param "dispatch_label" from
6785         rtx to rtx_code_label *.  Strengthen locals "fn_begin", "seq" from
6786         rtx to rtx_insn *.
6787         (sjlj_emit_function_exit_after): Strengthen param "after" from rtx
6788         to rtx_insn *.
6789         (sjlj_emit_function_exit): Likewise for locals "seq", "insn".
6790         (sjlj_emit_dispatch_table): Likewise for locals "seq", "seq2".
6791         (sjlj_build_landing_pads): Replace NULL_RTX with NULL when
6792         referring to an insn.  Strengthen local "dispatch_label" from
6793         rtx to rtx_code_label *.
6794         (set_nothrow_function_flags): Strengthen local "insn" from rtx to
6795         rtx_insn *.
6796         (expand_eh_return): Strengthen local "around_label" from
6797         rtx to rtx_code_label *.
6798         (convert_to_eh_region_ranges): Strengthen locals "iter",
6799         "last_action_insn", "first_no_action_insn",
6800         "first_no_action_insn_before_switch",
6801         "last_no_action_insn_before_switch", from rtx to rtx_insn *.
6803 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6805         * dwarf2out.c (last_var_location_insn): Strengthen this variable
6806         from rtx to rtx_insn *.
6807         (cached_next_real_insn): Likewise.
6808         (dwarf2out_end_epilogue): Replace use of NULL_RTX with NULL when
6809         working with insns.
6810         (dwarf2out_var_location): Strengthen locals "next_real",
6811         "next_note", "expected_next_loc_note", "last_start", "insn" from
6812         rtx to rtx_insn *.
6814 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6816         * dwarf2cfi.c (add_cfis_to_fde): Strengthen locals "insn", "next"
6817         from rtx to rtx_insn *.
6818         (create_pseudo_cfg): Likewise for local "insn".
6820 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6822         * df-core.c (df_bb_regno_first_def_find): Strengthen local "insn"
6823         from rtx to rtx_insn *.
6824         (df_bb_regno_last_def_find): Likewise.
6826         * df-problems.c (df_rd_bb_local_compute): Likewise.
6827         (df_lr_bb_local_compute): Likewise.
6828         (df_live_bb_local_compute): Likewise.
6829         (df_chain_remove_problem): Likewise.
6830         (df_chain_create_bb): Likewise.
6831         (df_word_lr_bb_local_compute): Likewise.
6832         (df_remove_dead_eq_notes): Likewise for param "insn".
6833         (df_note_bb_compute): Likewise for local "insn".
6834         (simulate_backwards_to_point): Likewise.
6835         (df_md_bb_local_compute): Likewise.
6837         * df-scan.c (df_scan_free_bb_info): Likewise.
6838         (df_scan_start_dump): Likewise.
6839         (df_scan_start_block): Likewise.
6840         (df_install_ref_incremental): Likewise for local "insn".
6841         (df_insn_rescan_all): Likewise.
6842         (df_reorganize_refs_by_reg_by_insn): Likewise.
6843         (df_reorganize_refs_by_insn_bb): Likewise.
6844         (df_recompute_luids): Likewise.
6845         (df_bb_refs_record): Likewise.
6846         (df_update_entry_exit_and_calls): Likewise.
6847         (df_bb_verify): Likewise.
6849 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6851         * ddg.h (struct ddg_node): Strengthen fields "insn" and
6852         "first_note" from rtx to rtx_insn *.
6853         (get_node_of_insn): Likewise for param 2 "insn".
6854         (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
6856         * ddg.c (mem_read_insn_p): Strengthen param "insn" from rtx to
6857         rtx_insn *.
6858         (mem_write_insn_p): Likewise.
6859         (mem_access_insn_p): Likewise.
6860         (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
6861         (def_has_ccmode_p): Likewise for param "insn".
6862         (add_cross_iteration_register_deps): Likewise for locals
6863         "def_insn" and "use_insn".
6864         (insns_may_alias_p): Likewise for params "insn1" and "insn2".
6865         (build_intra_loop_deps): Likewise for local "src_insn".
6866         (create_ddg): Strengthen locals "insn" and "first_note" from rtx
6867         to rtx_insn *.
6868         (get_node_of_insn): Likewise for param "insn".
6870 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6872         * dce.c (worklist): Strengthen from vec<rtx> to vec<rtx_insn *>.
6873         (deletable_insn_p): Strengthen param "insn" from rtx to
6874         rtx_insn *.  Add checked cast to rtx_call_insn when invoking
6875         find_call_stack_args, since this is guarded by CALL_P (insn).
6876         (marked_insn_p): Strengthen param "insn" from rtx to
6877         rtx_insn *.
6878         (mark_insn): Likewise.  Add checked cast to rtx_call_insn when
6879         invoking find_call_stack_args, since this is guarded by
6880         CALL_P (insn).
6881         (mark_nonreg_stores_1): Strengthen cast of "data" from rtx to
6882         rtx_insn *; we know this is an insn since this was called by
6883         mark_nonreg_stores.
6884         (mark_nonreg_stores_2): Likewise.
6885         (mark_nonreg_stores): Strengthen param "insn" from rtx to
6886         rtx_insn *.
6887         (find_call_stack_args): Strengthen param "call_insn" from rtx to
6888         rtx_call_insn *; strengthen locals "insn" and "prev_insn" from rtx
6889         to rtx_insn *.
6890         (remove_reg_equal_equiv_notes_for_defs): Strengthen param "insn"
6891         from rtx to rtx_insn *.
6892         (reset_unmarked_insns_debug_uses): Likewise for locals "insn",
6893         "next", "ref_insn".
6894         (delete_unmarked_insns): Likewise for locals "insn", "next".
6895         (prescan_insns_for_dce): Likewise for locals "insn", "prev".
6896         (mark_reg_dependencies): Likewise for param "insn".
6897         (rest_of_handle_ud_dce): Likewise for local "insn".
6898         (word_dce_process_block): Likewise.
6899         (dce_process_block): Likewise.
6901 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6903         * cse.c (struct qty_table_elem): Strengthen field "const_insn"
6904         from rtx to rtx_insn *.
6905         (struct change_cc_mode_args): Likewise for field "insn".
6906         (this_insn): Strengthen from rtx to rtx_insn *.
6907         (make_new_qty): Replace use of NULL_RTX with NULL when dealing
6908         with insn.
6909         (validate_canon_reg): Strengthen param "insn" from rtx to
6910         rtx_insn *.
6911         (canon_reg): Likewise.
6912         (fold_rtx): Likewise.  Replace use of NULL_RTX with NULL when
6913         dealing with insn.
6914         (record_jump_equiv): Strengthen param "insn" from rtx to
6915         rtx_insn *.
6916         (try_back_substitute_reg): Likewise, also for locals "prev",
6917         "bb_head".
6918         (find_sets_in_insn): Likewise for param "insn".
6919         (canonicalize_insn): Likewise.
6920         (cse_insn): Likewise.  Add a checked cast.
6921         (invalidate_from_clobbers): Likewise for param "insn".
6922         (invalidate_from_sets_and_clobbers): Likewise.
6923         (cse_process_notes_1): Replace use of NULL_RTX with NULL when
6924         dealing with insn.
6925         (cse_prescan_path): Strengthen local "insn" from rtx to
6926         rtx_insn *.
6927         (cse_extended_basic_block): Likewise for locals "insn" and
6928         "prev_insn".
6929         (cse_main): Likewise for param "f".
6930         (check_for_label_ref): Likewise for local "insn".
6931         (set_live_p): Likewise for second param ("insn").
6932         (insn_live_p): Likewise for first param ("insn") and for local
6933         "next".
6934         (cse_change_cc_mode_insn): Likewise for first param "insn".
6935         (cse_change_cc_mode_insns): Likewise for first and second params
6936         "start" and "end".
6937         (cse_cc_succs): Likewise for locals "insns", "last_insns", "insn"
6938         and "end".
6939         (cse_condition_code_reg): Likewise for locals "last_insn", "insn",
6940         "cc_src_insn".
6942 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
6943             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
6944             Anna Tikhonova  <anna.tikhonova@intel.com>
6945             Ilya Tocar  <ilya.tocar@intel.com>
6946             Andrey Turetskiy  <andrey.turetskiy@intel.com>
6947             Ilya Verbin  <ilya.verbin@intel.com>
6948             Kirill Yukhin  <kirill.yukhin@intel.com>
6949             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
6951         * config/i386/subst.md (define_subst_attr "mask_avx512bw_condition"):
6952         New.
6953         * config/i386/sse.md
6954         (define_mode_iterator VI248_AVX2): Delete.
6955         (define_mode_iterator VI2_AVX2_AVX512BW): New.
6956         (define_mode_iterator VI48_AVX2): Ditto.
6957         (define_insn <shift_insn><mode>3): Delete.
6958         (define_insn "<shift_insn><mode>3<mask_name>" with
6959         VI2_AVX2_AVX512BW): New.
6960         (define_insn "<shift_insn><mode>3<mask_name>" with
6961         VI48_AVX2): Ditto.
6963 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
6964             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
6965             Anna Tikhonova  <anna.tikhonova@intel.com>
6966             Ilya Tocar  <ilya.tocar@intel.com>
6967             Andrey Turetskiy  <andrey.turetskiy@intel.com>
6968             Ilya Verbin  <ilya.verbin@intel.com>
6969             Kirill Yukhin  <kirill.yukhin@intel.com>
6970             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
6972         * config/i386/sse.md
6973         (define_mode_iterator VI4F_BRCST32x2): New.
6974         (define_mode_attr 64x2_mode): Ditto.
6975         (define_mode_attr 32x2mode): Ditto.
6976         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"
6977         with VI4F_BRCST32x2): Ditto.
6978         (define_insn "<mask_codefor>avx512vl_broadcast<mode><mask_name>_1"
6979         with V16FI mode iterator): Ditto.
6980         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
6981         with V16FI): Ditto.
6982         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
6983         with VI8F_BRCST64x2): Ditto.
6985 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
6986             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
6987             Anna Tikhonova  <anna.tikhonova@intel.com>
6988             Ilya Tocar  <ilya.tocar@intel.com>
6989             Andrey Turetskiy  <andrey.turetskiy@intel.com>
6990             Ilya Verbin  <ilya.verbin@intel.com>
6991             Kirill Yukhin  <kirill.yukhin@intel.com>
6992             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
6994         * config/i386/sse.md
6995         (define_mode_iterator VI8_AVX512VL): New.
6996         (define_insn "avx512cd_maskb_vec_dup<mode>"): Macroize.
6998 2014-08-22  Kirill Yukhin  <kirill.yukhin@intel.com>
7000         * gcc/config/i386/sse.md (define_mode_iterator V_AVX512VL): Delete.
7001         (define_mode_iterator V48_AVX512VL): New.
7002         (define_mode_iterator V12_AVX512VL): Ditto.
7003         (define_insn <avx512>_load<mode>_mask): Split into two similar
7004         patterns which use different mode iterators: V48_AVX512VL V12_AVX512VL.
7005         Refactor output template.
7006         (define_insn "<avx512>_store<mode>_mask"): Ditto.
7008 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7010         * cprop.c (struct occr): Strengthen field "insn" from rtx to
7011         rtx_insn *.
7012         (reg_available_p): Likewise for param "insn".
7013         (insert_set_in_table): Likewise.
7014         (hash_scan_set): Likewise.
7015         (hash_scan_insn): Likewise.
7016         (make_set_regs_unavailable): Likewise.
7017         (compute_hash_table_work): Likewise for local "insn".
7018         (reg_not_set_p): Strengthen param "insn" from const_rtx to
7019         const rtx_insn *.
7020         (mark_oprs_set): Strengthen param "insn" from rtx to rtx_insn *.
7021         (try_replace_reg): Likewise.
7022         (find_avail_set): Likewise.
7023         (cprop_jump): Likewise for params "setcc", "jump".
7024         (constprop_register): Likewise for param "insn".
7025         (cprop_insn): Likewise.
7026         (do_local_cprop): Likewise.
7027         (local_cprop_pass): Likewise for local "insn".
7028         (bypass_block): Likewise for params "setcc" and "jump".
7029         (bypass_conditional_jumps): Likewise for locals "setcc" and
7030         "insn".
7031         (one_cprop_pass): Likewise for local "insn".
7033 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7035         * compare-elim.c (struct comparison_use): Strengthen field "insn"
7036         from rtx to rtx_insn *.
7037         (struct comparison): Likewise, also for field "prev_clobber".
7038         (conforming_compare): Likewise for param "insn".
7039         (arithmetic_flags_clobber_p): Likewise.
7040         (find_flags_uses_in_insn): Likewise.
7041         (find_comparison_dom_walker::before_dom_children): Likewise for
7042         locals "insn", "next", "last_clobber".
7043         (try_eliminate_compare): Likewise for locals "insn", "bb_head".
7045 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7047         * combine-stack-adj.c (struct csa_reflist): Strengthen field
7048         "insn" from rtx to rtx_insn *.
7049         (single_set_for_csa): Likewise for param "insn".
7050         (record_one_stack_ref): Likewise.
7051         (try_apply_stack_adjustment): Likewise.
7052         (struct record_stack_refs_data): Likewise for field "insn".
7053         (maybe_move_args_size_note): Likewise for params "last" and "insn".
7054         (prev_active_insn_bb): Likewise for return type and param "insn".
7055         (next_active_insn_bb): Likewise.
7056         (force_move_args_size_note): Likewise for params "prev" and "last"
7057         and locals "test", "next_candidate", "prev_candidate".
7058         (combine_stack_adjustments_for_block): Strengthen locals
7059         "last_sp_set", "last2_sp_set", "insn", "next" from rtx to
7060         rtx_insn *.
7062 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7064         * combine.c (i2mod): Strengthen this variable from rtx to rtx_insn *.
7065         (struct reg_stat_struct): Likewise for fields "last_death", "last_set".
7066         (subst_insn): Likewise for this variable.
7067         (added_links_insn): Likewise.
7068         (struct insn_link): Likewise for field "insn".
7069         (alloc_insn_link): Likewise for param "insn".
7070         (struct undobuf): Likewise for field "other_insn".
7071         (find_single_use): Likewise for param "insn" and local "next".
7072         (combine_validate_cost): Likewise for params "i0", "i1", "i2", "i3".
7073         (delete_noop_moves): Likewise for locals "insn", "next".
7074         (create_log_links): Likewise for locals "insn", "use_insn".
7075         Strengthen local "next_use" from rtx * to rtx_insn **.
7076         (insn_a_feeds_b): Likewise for params "a", "b".
7077         (combine_instructions): Likewise for param "f" and locals "insn",
7078         "next", "prev", "first", "last_combined_insn", "link", "link1",
7079         "temp".  Replace use of NULL_RTX with NULL when referring to
7080         insns.
7081         (setup_incoming_promotions): Likewise for param "first"
7082         (set_nonzero_bits_and_sign_copies): Likewise for local "insn".
7083         (can_combine_p): Likewise for params "insn", "i3", "pred",
7084         "pred2", "succ", "succ2" and for local "p".
7085         (combinable_i3pat): Likewise for param "i3".
7086         (cant_combine_insn_p): Likewise for param "insn".
7087         (likely_spilled_retval_p): Likewise.
7088         (adjust_for_new_dest): Likewise.
7089         (update_cfg_for_uncondjump): Likewise, also for local "insn".
7090         (try_combine): Likewise for return type and for params "i3", "i2",
7091         "i1", "i0", "last_combined_insn", and for locals "insn",
7092         "cc_use_insn", "p", "first", "last", "i2_insn", "i1_insn",
7093         "i0_insn".  Eliminate local "tem" in favor of new locals
7094         "tem_note" and "tem_insn", the latter being an rtx_insn *.  Add a
7095         checked cast for now to rtx_insn * on the return type of
7096         gen_rtx_INSN.  Replace use of NULL_RTX with NULL when referring to
7097         insns.
7098         (find_split_point): Strengthen param "insn" from rtx to
7099         rtx_insn *.
7100         (simplify_set): Likewise for local "other_insn".
7101         (recog_for_combine): Likewise for param "insn".
7102         (record_value_for_reg): Likewise.
7103         (record_dead_and_set_regs_1): Likewise for local
7104         "record_dead_insn".
7105         (record_dead_and_set_regs): Likewise for param "insn".
7106         (record_promoted_value): Likewise.
7107         (check_promoted_subreg): Likewise.
7108         (get_last_value_validate): Likewise.
7109         (reg_dead_at_p): Likewise.
7110         (move_deaths): Likewise for param "to_insn".
7111         (distribute_notes): Likewise for params "from_insn", "i3", "i2"
7112         and locals "place", "place2", "cc0_setter".  Eliminate local "tem
7113         in favor of new locals "tem_note" and "tem_insn", the latter being
7114         an rtx_insn *.
7115         (distribute_links): Strengthen locals "place", "insn" from rtx to
7116         rtx_insn *.
7118 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7120         * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather
7121         than a const_rtx.
7122         (can_delete_label_p): Require a const rtx_code_label * rather than
7123         a const_rtx.
7124         (delete_insn): Add checked cast to rtx_code_label * when we know
7125         we're dealing with LABEL_P (insn).  Strengthen local "bb_note" from
7126         rtx to rtx_insn *.
7127         (delete_insn_chain): Strengthen locals "prev" and "current" from
7128         rtx to rtx_insn *.  Add a checked cast when assigning from
7129         "finish" (strengthening the params will come later).  Add a
7130         checked cast to rtx_note * in region where we know
7131         NOTE_P (current).
7132         (rtl_delete_block): Strengthen locals "insn" and "end" from rtx to
7133         rtx_insn *.
7134         (compute_bb_for_insn): Likewise.
7135         (free_bb_for_insn): Likewise for local "insn".
7136         (compute_bb_for_insn): Likewise.
7137         (update_bb_for_insn_chain): Strengthen params "begin", "end" and
7138         local "insn" from rtx to rtx_insn *
7139         (flow_active_insn_p): Require a const rtx_insn * rather than a
7140         const_rtx.
7141         (contains_no_active_insn_p): Strengthen local "insn" from rtx to
7142         rtx_insn *.
7143         (can_fallthru): Likewise for locals "insn" and "insn2".
7144         (bb_note): Likewise for local "note".
7145         (first_insn_after_basic_block_note): Likewise for local "note" and
7146         for return type.
7147         (rtl_split_block): Likewise for locals "insn" and "next".
7148         (unique_locus_on_edge_between_p): Likewise for locals "insn" and
7149         "end".
7150         (rtl_merge_blocks): Likewise for locals "b_head", "b_end",
7151         "a_end", "del_first", "del_last", "b_debug_start", "b_debug_end",
7152         "prev", "tmp".
7153         (try_redirect_by_replacing_jump): Likewise for locals "insn" (both of
7154         them), "kill_from", "barrier", "new_insn".
7155         (patch_jump_insn): Likewise for params "insn", "old_label".
7156         (redirect_branch_edge): Likewise for locals "old_label", "insn".
7157         (force_nonfallthru_and_redirect): Likewise for locals "insn",
7158         "old_label", "new_label".
7159         (rtl_tidy_fallthru_edge): Likewise for local "q".
7160         (rtl_split_edge): Likewise for locals "before", "last".
7161         (commit_one_edge_insertion): Likewise for locals "before",
7162         "after", "insns", "tmp", "last", adding a checked cast where
7163         currently necessary.
7164         (commit_edge_insertions): Likewise.
7165         (rtl_dump_bb): Likewise for locals "insn", "last".
7166         (print_rtl_with_bb): Likewise for local "x".
7167         (rtl_verify_bb_insns): Likewise for local "x".
7168         (rtl_verify_bb_pointers): Likewise for local "insn".
7169         (rtl_verify_bb_insn_chain): Likewise for locals "x", "last_head",
7170         "head", "end".
7171         (rtl_verify_fallthru): Likewise for local "insn".
7172         (rtl_verify_bb_layout): Likewise for locals "x" and "rtx_first".
7173         (purge_dead_edges): Likewise for local "insn".
7174         (fixup_abnormal_edges): Likewise for locals "insn", "stop", "next".
7175         (skip_insns_after_block): Likewise for return type and for locals
7176         "insn", "last_insn", "next_head", "prev".
7177         (record_effective_endpoints): Likewise for locals "next_insn",
7178         "insn", "end".
7179         (fixup_reorder_chain): Likewise for locals "bb_end_insn" and "end".
7180         (verify_insn_chain): Likewise for locals "x", "prevx", "nextx".
7181         (cfg_layout_can_duplicate_bb_p): Likewise for local "insn".
7182         (duplicate_insn_chain): For now, add checked cast from rtx to
7183         rtx_insn * when returning insn.
7184         (cfg_layout_duplicate_bb): Likewise for local "insn".
7185         (cfg_layout_delete_block): Likewise for locals "insn", "next",
7186         "prev", "remaints".
7187         (cfg_layout_merge_blocks): Likewise for local "insn", "last".
7188         (rtl_block_empty_p): Likewise.
7189         (rtl_split_block_before_cond_jump): Likewise for locals "insn",
7190         "split_point", "last".
7191         (rtl_block_ends_with_call_p): Likewise for local "insn".
7192         (need_fake_edge_p): Strengthen param "insn" from const_rtx to
7193         const rtx_insn *.
7194         (rtl_flow_call_edges_add): Strengthen locals "insn", "prev_insn",
7195         "split_at_insn" from rtx to rtx_insn *.
7196         (rtl_lv_add_condition_to_bb): Likewise for locals "seq", "jump".
7197         (rtl_can_remove_branch_p): Strengthen local "insn" from const_rtx
7198         to const rtx_insn *.
7199         (rtl_account_profile_record): Likewise.
7201 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7203         * cfgloopanal.c (num_loop_insns): Strengthen local "insn" from
7204         rtx to rtx_insn *.
7205         (average_num_loop_insns): Likewise.
7206         (init_set_costs): Likewise for local "seq".
7207         (seq_cost): Likewise for param "seq", from const_rtx to const
7208         rtx_insn *.
7210 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7212         * cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
7213         rtx to rtx_insn *.
7215 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7217         * basic-block.h (flow_find_cross_jump): Strengthen params 3 and 4
7218         "f1" and "f2" from rtx * to rtx_insn **.
7219         (flow_find_head_matching_sequence): Likewise.
7221         * cfgcleanup.c (try_simplify_condjump): Strengthen local
7222         "cbranch_insn" from rtx to rtx_insn *.
7223         (thread_jump): Likewise for local "insn".
7224         (try_forward_edges): Likewise for local "last".
7225         (merge_blocks_move_predecessor_nojumps): Likewise for local "barrier".
7226         (merge_blocks_move_successor_nojumps): Likewise for locals "barrier",
7227         "real_b_end".
7228         (can_replace_by): Likewise for params "i1", "i2".
7229         (old_insns_match_p): Likewise.
7230         (merge_notes): Likewise.
7231         (walk_to_nondebug_insn): Likewise for param "i1".
7232         (flow_find_cross_jump): Strengthen params "f1" and "f2" from rtx *
7233         to rtx_insn **.  Strengthen locals "i1", "i2", "last1", "last2",
7234         "afterlast1", "afterlast2" from rtx to rtx_insn *.
7235         (flow_find_head_matching_sequence): Strengthen params "f1" and
7236         "f2" from rtx * to rtx_insn **.  Strengthen locals "i1", "i2",
7237         "last1", "last2", "beforelast1", "beforelast2" from rtx to
7238         rtx_insn *.
7239         (outgoing_edges_match): Likewise for locals "last1", "last2".
7240         (try_crossjump_to_edge): Likewise for local "insn".
7241         Replace call to for_each_rtx with for_each_rtx_in_insn.
7243         (try_crossjump_to_edge): Likewise for locals "newpos1", "newpos2".
7244         (try_head_merge_bb): Likewise for locals "e0_last_head_, "jump",
7245         "e0_last", "e_last", "head", "curr", "insn".  Strengthen locals
7246         "headptr", "currptr", "nextptr" from rtx * to rtx_insn **.
7247         (try_optimize_cfg): Strengthen local "last" from rtx to
7248         rtx_insn *.
7249         (delete_dead_jumptables): Likewise for locals "insn", "next",
7250         "label".
7252         * ifcvt.c (cond_exec_process_if_block): Likewise for locals
7253         "rtx then_last_head", "rtx else_last_head", "rtx then_first_tail",
7254         "rtx else_first_tail", to reflect the basic-block.h changes above.
7256 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7258         * cfgbuild.c (make_edges): Strengthen local "insn" from rtx to
7259         rtx_insn *.
7260         (purge_dead_tablejump_edges): Likewise.
7261         (find_bb_boundaries): Likewise for locals "insn", "end",
7262         "flow_transfer_insn".
7264 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7266         * caller-save.c (save_call_clobbered_regs): Strengthen locals
7267         "ins" and "prev" from rtx to rtx_insn *.
7269 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7271         * calls.c (emit_call_1): Strengthen local "call_insn" from rtx to
7272         rtx_insn *.
7273         (internal_arg_pointer_exp_state): Likewise for field "scan_start".
7274         (internal_arg_pointer_based_exp_scan): Likewise for locals "insn",
7275         "scan_start".
7276         (load_register_parameters): Likewise for local "before_arg".
7277         (check_sibcall_argument_overlap): Likewise for param "insn".
7278         (expand_call): Likewise for locals "normal_call_insns",
7279         "tail_call_insns", "insns", "before_call", "after_args",
7280         "before_arg", "last", "prev".  Strengthen one of the "last" from
7281         rtx to rtx_call_insn *.
7282         (fixup_tail_calls): Strengthen local "insn" from rtx to
7283         rtx_insn *.
7284         (emit_library_call_value_1): Likewise for locals "before_call" and
7285         "last".
7287 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7289         * builtins.c (expand_builtin_longjmp): Strengthen locals "insn"
7290         and "last" from rtx to rtx_insn *.
7291         (expand_builtin_nonlocal_goto): Likewise for local "insn".
7292         (expand_builtin_apply): Strengthen local "call_insn" from rtx to
7293         rtx_call_insn *.
7294         (expand_errno_check): Strengthen local "lab" from rtx to
7295         rtx_code_label *.
7296         (expand_builtin_mathfn): Strengthen local "insns" from rtx to
7297         rtx_insn *.
7298         (expand_builtin_mathfn_2): Likewise.
7299         (expand_builtin_mathfn_ternary): Likewise.
7300         (expand_builtin_mathfn_3): Likewise.
7301         (expand_builtin_interclass_mathfn): Likewise for local "last".
7302         (expand_builtin_int_roundingfn): Likewise for local "insns".
7303         (expand_builtin_int_roundingfn_2): Likewise.
7304         (expand_builtin_strlen): Likewise for local "before_strlen".
7305         (expand_builtin_strncmp): Likewise for local "seq".
7306         (expand_builtin_signbit): Likewise for local "last".
7307         (expand_builtin_atomic_compare_exchange): Strengthen local "label"
7308         from rtx to rtx_code_label *.
7309         (expand_stack_restore):  Strengthen local "prev" from rtx to
7310         rtx_insn *.
7312 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7314         * bt-load.c (struct btr_user_s): Strengthen field "insn" from rtx
7315         to rtx_insn *.
7316         (struct btr_def_s): Likewise.
7317         (insn_sets_btr_p): Strengthen param "insn" from const_rtx to
7318         const rtx_insn *.
7319         (add_btr_def): Likewise.
7320         (new_btr_user): Likewise.
7321         (compute_defs_uses_and_gen): Strengthen locals "insn", "last" from
7322         rtx to rtx_insn *.
7323         (link_btr_uses): Likewise.
7324         (move_btr_def): Likewise for locals "insp", "old_insn",
7325         "new_insn".  Add checked cast to rtx_insn * for now on result of
7326         gen_move_insn.
7327         (can_move_up): Strengthen param "insn" from const_rtx to
7328         const rtx_insn *.
7330 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7332         * bb-reorder.c (copy_bb_p): Strengthen local "insn" from rtx to
7333         rtx_insn *.
7334         (get_uncond_jump_length): Likewise for locals "label", "jump".
7335         (fix_up_crossing_landing_pad): Likewise for locals "new_label",
7336         "jump", "insn".
7337         (add_labels_and_missing_jumps): Likewise for local "new_jump".
7338         (fix_up_fall_thru_edges): Likewise for local "old_jump".
7339         (find_jump_block): Likewise for local "insn".
7340         (fix_crossing_conditional_branches): Likewise for locals
7341         "old_jump", "new_jump".
7342         (fix_crossing_unconditional_branches): Likewise for locals
7343         "last_insn", "indirect_jump_sequence", "jump_insn", "cur_insn".
7344         (pass_duplicate_computed_gotos::execute): Likewise for local "insn".
7346 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7348         * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from
7349         rtx to rtx_insn *.
7350         (struct mem_insn): Likewise for field "insn".
7351         (reg_next_use): Strengthen from rtx * to rtx_insn **.
7352         (reg_next_inc_use): Likewise.
7353         (reg_next_def): Likewise.
7354         (move_dead_notes): Strengthen params "to_insn" and "from_insn"
7355         from rtx to rtx_insn *.
7356         (move_insn_before): Likewise for param "next_insn" and local "insns".
7357         (attempt_change): Likewise for local "mov_insn".
7358         (try_merge): Likewise for param "last_insn".
7359         (get_next_ref): Likewise for return type and local "insn".
7360         Strengthen param "next_array" from rtx * to rtx_insn **.
7361         (parse_add_or_inc): Strengthen param "insn" from rtx to
7362         rtx_insn *.
7363         (find_inc): Likewise for locals "insn" and "other_insn" (three of
7364         the latter).
7365         (merge_in_block): Likewise for locals "insn", "curr",
7366         "other_insn".
7367         (pass_inc_dec::execute): Update allocations of the arrays to
7368         reflect the stronger types.
7370 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7372         * asan.c (asan_clear_shadow): Strengthen locals "insn", "insns"
7373         and "jump" from rtx to rtx_insn *.  Strengthen local "top_label"
7374         from rtx to rtx_code_label *.
7376 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7378         * alias.c (init_alias_analysis): Strengthen local "insn" from rtx
7379         to rtx_insn *.
7381 2014-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
7383         * config/rs6000/rs6000.c (print_operand, 'y' case): Fix code that
7384         generated a warning and prevented bootstrapping the compiler.
7386 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7388         * rtl.h (delete_related_insns): Strengthen return type from rtx to
7389         rtx_insn *.
7391         * jump.c (delete_related_insns): Likewise, also for locals "next"
7392         and "prev".
7394 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7396         * genautomata.c (output_internal_insn_latency_func): When writing
7397         the function "internal_insn_latency" to insn-automata.c,
7398         strengthen params "insn" and "insn2" from rtx to rtx_insn *, thus
7399         allowing the optional guard function of (define_bypass) clauses to
7400         expect a pair of rtx_insn *, rather than a pair of rtx.
7401         (output_insn_latency_func): When writing the function
7402         "insn_latency", add an "uncast_" prefix to params "insn" and
7403         "insn2", reintroducing "insn" and "insn2" as rtx_insn * locals
7404         using checked casts from the params, thus enabling the above
7405         change to the generated "internal_insn_latency" function.
7407 2014-08-21  Jan Hubicka  <hubicka@ucw.cz>
7409         PR tree-optimization/62091
7410         * ipa-devirt.c (ipa_polymorphic_call_context::restrict_to_inner_type):
7411         handle correctly arrays.
7412         (extr_type_from_vtbl_ptr_store): Add debug output; handle multiple
7413         inheritance binfos.
7414         (record_known_type): Walk into inner type.
7415         (ipa_polymorphic_call_context::get_dynamic_type): Likewise; strenghten
7416         condition on no type changes.
7418 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7420         * genattrtab.c (write_attr_get): Within the generated get_attr_
7421         functions, rename param "insn" to "uncast_insn" and reintroduce
7422         "insn" as an local rtx_insn * using a checked cast, so that "insn"
7423         is an rtx_insn * within insn-attrtab.c
7425 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7427         * output.h (peephole): Strengthen return type from rtx to
7428         rtx_insn *.
7429         * rtl.h (delete_for_peephole): Likewise for both params.
7430         * genpeep.c (main): In generated "peephole" function, strengthen
7431         return type and local "insn" from rtx to rtx_insn *.  For now,
7432         rename param "ins1" to "uncast_ins1", adding "ins1" back as an
7433         rtx_insn *, with a checked cast.
7434         * jump.c (delete_for_peephole): Strengthen params "from", "to" and
7435         locals "insn", "next", "prev" from rtx to rtx_insn *.
7437 2014-08-21  Marc Glisse  <marc.glisse@inria.fr>
7439         PR tree-optimization/62112
7440         * gimple-iterator.c (gsi_replace): Return whether EH cleanup is needed.
7441         * gimple-iterator.h (gsi_replace): Return bool.
7442         * tree-ssa-alias.c (ref_may_alias_global_p_1): New helper, code
7443         moved from ref_may_alias_global_p.
7444         (ref_may_alias_global_p, refs_may_alias_p, ref_maybe_used_by_stmt_p):
7445         New overloads.
7446         (ref_maybe_used_by_call_p): Take ao_ref* instead of tree.
7447         (stmt_kills_ref_p_1): Rename...
7448         (stmt_kills_ref_p): ... to this.
7449         * tree-ssa-alias.h (ref_may_alias_global_p, ref_maybe_used_by_stmt_p,
7450         stmt_kills_ref_p): Declare.
7451         * tree-ssa-dse.c (dse_possible_dead_store_p): New argument, use it.
7452         Move the self-assignment case...
7453         (dse_optimize_stmt): ... here. Handle builtin calls. Remove dead code.
7455 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7457         * rtl.h (try_split): Strengthen return type from rtx to rtx_insn *.
7459         * emit-rtl.c (try_split): Likewise, also for locals "before" and
7460         "after".  For now, don't strengthen param "trial", which requires
7461         adding checked casts when returning it.
7463 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7465         * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook
7466         "label" from rtx to rtx_code_label *.  Strengthen param 1 of
7467         "var_location" hook from rtx to rtx_insn *.
7468         (debug_nothing_rtx): Delete in favor of...
7469         (debug_nothing_rtx_code_label): New prototype.
7470         (debug_nothing_rtx_rtx): Delete unused prototype.
7471         (debug_nothing_rtx_insn): New prototype.
7473         * final.c (final_scan_insn): Add checked cast to rtx_insn * when
7474         invoking debug_hooks->var_location (in two places, one in a NOTE
7475         case of a switch statement, the other guarded by a CALL_P
7476         conditional.  Add checked cast to rtx_code_label * when invoking
7477         debug_hooks->label (within CODE_LABEL case of switch statement).
7479         * dbxout.c (dbx_debug_hooks): Update "label" hook from
7480         debug_nothing_rtx to debug_nothing_rtx_code_label.  Update
7481         "var_location" from debug_nothing_rtx to debug_nothing_rtx_insn.
7482         (xcoff_debug_hooks): Likewise.
7483         * debug.c (do_nothing_debug_hooks): Likewise.
7484         (debug_nothing_rtx): Delete in favor of...
7485         (debug_nothing_rtx_insn): New function.
7486         (debug_nothing_rtx_rtx): Delete unused function.
7487         (debug_nothing_rtx_code_label): New function.
7488         * dwarf2out.c (dwarf2_debug_hooks): Update "label" hook from
7489         debug_nothing_rtx to debug_nothing_rtx_code_label.
7490         (dwarf2out_var_location): Strengthen param "loc_note" from rtx
7491         to rtx_insn *.
7492         * sdbout.c (sdb_debug_hooks): Update "var_location" hook from
7493         debug_nothing_rtx to debug_nothing_rtx_insn.
7494         (sdbout_label): Strengthen param "insn" from rtx to
7495         rtx_code_label *.
7496         * vmsdbgout.c (vmsdbg_debug_hooks): Update "label" hook from
7497         debug_nothing_rtx to debug_nothing_rtx_code_label.  Update
7498         "var_location" hook from debug_nothing_rtx to
7499         debug_nothing_rtx_insn.
7501 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7503         * recog.h (insn_output_fn): Update this function typedef to match
7504         the changes below to the generated output functions, strengthening
7505         the 2nd param from rtx to rtx_insn *.
7507         * final.c (get_insn_template): Add a checked cast to rtx_insn * on
7508         insn when invoking an output function, to match the new signature
7509         of insn_output_fn with a stronger second param.
7511         * genconditions.c (write_header): In the generated code for
7512         gencondmd.c, strengthen the global "insn" from rtx to rtx_insn *
7513         to match the other changes in this patch.
7515         * genemit.c (gen_split): Strengthen the 1st param "curr_insn" of
7516         the generated "gen_" functions from rtx to rtx_insn * within their
7517         implementations.
7519         * genrecog.c (write_subroutine): Strengthen the 2nd param "insn" of
7520         the subfunctions within the generated "recog_", "split", "peephole2"
7521         function trees from rtx to rtx_insn *.  For now, the top-level
7522         generated functions ("recog", "split", "peephole2") continue to
7523         take a plain rtx for "insn", to avoid introducing dependencies on
7524         other patches.  Rename this 2nd param from "insn" to
7525         "uncast_insn", and reintroduce "insn" as a local variable of type
7526         rtx_insn *, initialized at the top of the generated function with
7527         a checked cast on "uncast_insn".
7528         (make_insn_sequence): Strengthen the 1st param "curr_insn" of
7529         the generated "gen_" functions from rtx to rtx_insn * within their
7530         prototypes.
7532         * genoutput.c (process_template): Strengthen the 2nd param within
7533         the generated "output_" functions "insn" from rtx to rtx_insn *.
7535 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
7537         * tree-profile.c (tree_profiling): Skip external functions
7538         when doing coverage instrumentation.
7539         * cgraphunit.c (compile): Do not assert that all nodes are reachable.
7541 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7543         * config/rs6000/altivec.h (vec_cpsgn): New #define.
7544         (vec_mergee): Likewise.
7545         (vec_mergeo): Likewise.
7546         (vec_cntlz): Likewise.
7547         * config/rs600/rs6000-c.c (altivec_overloaded_builtins): Add new
7548         entries for VEC_AND, VEC_ANDC, VEC_MERGEH, VEC_MERGEL, VEC_NOR,
7549         VEC_OR, VEC_PACKSU, VEC_XOR, VEC_PERM, VEC_SEL, VEC_VCMPGT_P,
7550         VMRGEW, and VMRGOW.
7551         * doc/extend.texi: Document various forms of vec_cpsgn,
7552         vec_splats, vec_and, vec_andc, vec_mergeh, vec_mergel, vec_nor,
7553         vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,
7554         vec_all_ge, vec_all_gt, vec_all_le, vec_all_lt, vec_all_ne,
7555         vec_any_eq, vec_any_ge, vec_any_gt, vec_any_le, vec_any_lt,
7556         vec_any_ne, vec_mergee, vec_mergeo, vec_packsu, and vec_cntlz.
7558 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7560         * config/rs6000/rs6000.c (context.h): New include.
7561         (tree-pass.h): Likewise.
7562         (make_pass_analyze_swaps): New decl.
7563         (rs6000_option_override): Register pass_analyze_swaps.
7564         (swap_web_entry): New subsclass of web_entry_base (df.h).
7565         (special_handling_values): New enum.
7566         (union_defs): New function.
7567         (union_uses): Likewise.
7568         (insn_is_load_p): Likewise.
7569         (insn_is_store_p): Likewise.
7570         (insn_is_swap_p): Likewise.
7571         (rtx_is_swappable_p): Likewise.
7572         (insn_is_swappable_p): Likewise.
7573         (chain_purpose): New enum.
7574         (chain_contains_only_swaps): New function.
7575         (mark_swaps_for_removal): Likewise.
7576         (swap_const_vector_halves): Likewise.
7577         (adjust_subreg_index): Likewise.
7578         (permute_load): Likewise.
7579         (permute_store): Likewise.
7580         (handle_special_swappables): Likewise.
7581         (replace_swap_with_copy): Likewise.
7582         (dump_swap_insn_table): Likewise.
7583         (rs6000_analyze_swaps): Likewise.
7584         (pass_data_analyze_swaps): New pass_data.
7585         (pass_analyze_swaps): New rtl_opt_pass.
7586         (make_pass_analyze_swaps): New function.
7587         * config/rs6000/rs6000.opt (moptimize-swaps): New option.
7589 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7591         * sel-sched-ir.h (create_insn_rtx_from_pattern): Strengthen return
7592         type from rtx to rtx_insn *.
7593         (create_copy_of_insn_rtx): Likewise.
7594         * sel-sched-ir.c (create_insn_rtx_from_pattern): Likewise.
7595         (create_copy_of_insn_rtx): Likewise, also for local "res".
7597 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7599         * rtl.h (find_first_parameter_load): Strengthen return type from
7600         rtx to rtx_insn *.
7601         * rtlanal.c (find_first_parameter_load): Strengthen return type
7602         from rtx to rtx_insn *.  Add checked cast for now, to postpone
7603         strengthening the params.
7605 2014-08-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7607         PR fortran/44054
7608         * diagnostic.c: Set default caret.
7609         (diagnostic_show_locus): Use it. Tell pretty-printer that a new
7610         line is needed.
7611         * diagnostic.h (struct diagnostic_context):
7613 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7615         * sel-sched-ir.h (exit_insn): Strengthen from rtx to rtx_insn *.
7616         (sel_bb_head): Strengthen return type insn_t (currently just an
7617         rtx) to rtx_insn *.
7618         (sel_bb_end): Likewise.
7620         * sel-sched-ir.c (exit_insn): Strengthen from rtx to rtx_insn *.
7621         (sel_bb_head): Strengthen return type and local "head" from
7622         insn_t (currently just an rtx) to rtx_insn *.
7623         (sel_bb_end): Likewise for return type.
7624         (free_nop_and_exit_insns): Replace use of NULL_RTX with NULL when
7625         working with insn.
7627 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
7629         * basic-block.h (get_last_bb_insn): Strengthen return type from
7630         rtx to rtx_insn *.
7631         * cfgrtl.c (get_last_bb_insn): Likewise, and for locals "tmp" and
7632         end".
7634 2014-08-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7636         PR fortran/44054
7637         * diagnostic.c (default_diagnostic_finalizer): Move caret printing
7638          to here ...
7639         (diagnostic_report_diagnostic): ... from here.
7640         * toplev.c (general_init): Move code to c-family.
7642 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7644         * df.h (web_entry_base): Replace existing struct web_entry with a
7645         new class web_entry_base with only the predecessor member.
7646         (unionfind_root): Remove declaration and move to class member.
7647         (unionfind_union): Remove declaration and move to friend
7648         function.
7649         (union_defs): Remove declaration.
7650         * web.c (web_entry_base::unionfind_root): Modify to be member
7651         function and adjust accessors.
7652         (unionfind_union): Modify to be friend function and adjust
7653         accessors.
7654         (web_entry): New subclass of web_entry_base containing the reg
7655         member.
7656         (union_match_dups): Modify for struct -> class changes.
7657         (union_defs): Likewise.
7658         (entry_register): Likewise.
7659         (pass_web::execute): Likewise.
7661 2014-08-20  Bill Schmidt  <wschmidt@vnet.ibm.com>
7663         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Provide
7664         builtin define __VEC_ELEMENT_REG_ORDER__.
7666 2014-08-20  Martin Jambor  <mjambor@suse.cz>
7667             Wei Mi  <wmi@google.com>
7669         PR ipa/60449
7670         PR middle-end/61776
7671         * tree-ssa-operands.c (update_stmt_operands): Remove
7672         MODIFIED_NORETURN_CALLS.
7673         * tree-cfgcleanup.c (cleanup_call_ctrl_altering_flag): New func.
7674         (cleanup_control_flow_bb): Use cleanup_call_ctrl_altering_flag.
7675         (split_bb_on_noreturn_calls): Renamed from split_bbs_on_noreturn_calls.
7676         (cleanup_tree_cfg_1): Use split_bb_on_noreturn_calls.
7677         * tree-ssanames.h: Remove MODIFIED_NORETURN_CALLS.
7678         * gimple.h (enum gf_mask): Add GF_CALL_CTRL_ALTERING.
7679         (gimple_call_set_ctrl_altering): New func.
7680         (gimple_call_ctrl_altering_p): Ditto.
7681         * tree-cfg.c (gimple_call_initialize_ctrl_altering): Ditto.
7682         (make_blocks): Use gimple_call_initialize_ctrl_altering.
7683         (is_ctrl_altering_stmt): Use gimple_call_ctrl_altering_p.
7684         (execute_fixup_cfg): Use gimple_call_ctrl_altering_p and
7685         remove MODIFIED_NORETURN_CALLS.
7687 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
7689         * coverage.c (coverage_compute_profile_id): Return non-0;
7690         also handle symbols with unique name.
7691         (coverage_end_function): Do not skip DECL_EXTERNAL functions.
7693 2014-08-20  Steve Ellcey  <sellcey@mips.com>
7695         PR middle-end/49191
7696         * doc/sourcebuild.texi (non_strict_align): New.
7698 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
7700         * cgraphunit.c (ipa_passes, compile): Reshedule
7701         symtab_remove_unreachable_nodes passes; update comments.
7702         * ipa-inline.c (pass_data_ipa_inline): Do not schedule
7703         TODO_remove_functions before the pass; the functions ought to be
7704         already removed.
7705         * ipa.c (pass_data_ipa_free_inline_summary): Enable dump; schedule
7706         TODO_remove_functions.
7707         * passes.c (pass_data_early_local_passes): Do not schedule function
7708         removal.
7709         (execute_one_pass): Fix call of symtab_remove_unreachable_nodes.
7711 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7713         PR c/59304
7714         * opts-common.c (set_option): Call diagnostic_classify_diagnostic
7715         before setting the option.
7716         * diagnostic.c (diagnostic_classify_diagnostic): Record
7717         command-line status.
7719 2014-08-20  Richard Biener  <rguenther@suse.de>
7721         PR lto/62190
7722         * tree.c (build_common_tree_nodes): Use make_or_reuse_type
7723         to build uint{16,32,64}_type_node.
7725 2014-08-20  Terry Guo  <terry.guo@arm.com>
7727         * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
7728         with immediate_operand.
7730 2014-08-20  David Malcolm  <dmalcolm@redhat.com>
7732         * cfgrtl.c (duplicate_insn_chain): Convert the checked cast on
7733         "insn" from an as_a to a safe_as_a, for the case when "insn" is
7734         NULL.
7736 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7738         PR preprocessor/51303
7739         * incpath.c (remove_duplicates): Use cpp_warning.
7741 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7743         PR c/60975
7744         PR c/53063
7745         * doc/options.texi (CPP): Document it.
7746         * doc/invoke.texi (Wvariadic-macros): Fix documentation.
7747         * optc-gen.awk: Handle CPP.
7748         * opth-gen.awk: Likewise.
7750 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7752         * rtl.h (unlink_insn_chain): Strengthen return type from rtx to
7753         rtx_insn *.
7754         (duplicate_insn_chain): Likewise.
7755         * cfgrtl.c (unlink_insn_chain): Strengthen return type from rtx to
7756         rtx_insn *, also for locals "prevfirst" and "nextlast".  Add a
7757         checked cast for now (until we can strengthen the params in the
7758         same way).
7759         (duplicate_insn_chain): Likewise.
7761 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7763         * rtl.h (next_cc0_user): Strengthen return type from rtx to
7764         rtx_insn *.
7765         (prev_cc0_setter): Likewise.
7767         * emit-rtl.c (next_cc0_user): Strengthen return type from rtx to
7768         rtx_insn *, adding checked casts for now as necessary.
7769         (prev_cc0_setter): Likewise.
7771 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7773         * expr.h (emit_move_insn): Strengthen return type from rtx to
7774         rtx_insn *.
7775         (emit_move_insn_1): Likewise.
7776         (emit_move_complex_push): Likewise.
7777         (emit_move_complex_parts): Likewise.
7779         * expr.c (emit_move_via_integer): Strengthen return type from rtx
7780         to rtx_insn *.  Replace use of NULL_RTX with NULL when working
7781         with insns.
7782         (emit_move_complex_push): Strengthen return type from rtx to
7783         rtx_insn *.
7784         (emit_move_complex): Likewise, also for local "ret".
7785         (emit_move_ccmode): Likewise.
7786         (emit_move_multi_word): Likewise for return type and locals
7787         "last_insn", "seq".
7788         (emit_move_insn_1): Likewise for return type and locals "result",
7789         "ret".
7790         (emit_move_insn): Likewise for return type and local "last_insn".
7791         (compress_float_constant): Likewise.
7793 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7795         * emit-rtl.h (emit_copy_of_insn_after): Strengthen return type
7796         from rtx to rtx_insn *.
7798         * rtl.h (emit_insn_before): Likewise.
7799         (emit_insn_before_noloc): Likewise.
7800         (emit_insn_before_setloc): Likewise.
7801         (emit_jump_insn_before): Likewise.
7802         (emit_jump_insn_before_noloc): Likewise.
7803         (emit_jump_insn_before_setloc): Likewise.
7804         (emit_call_insn_before): Likewise.
7805         (emit_call_insn_before_noloc): Likewise.
7806         (emit_call_insn_before_setloc): Likewise.
7807         (emit_debug_insn_before): Likewise.
7808         (emit_debug_insn_before_noloc): Likewise.
7809         (emit_debug_insn_before_setloc): Likewise.
7810         (emit_label_before): Likewise.
7811         (emit_insn_after): Likewise.
7812         (emit_insn_after_noloc): Likewise.
7813         (emit_insn_after_setloc): Likewise.
7814         (emit_jump_insn_after): Likewise.
7815         (emit_jump_insn_after_noloc): Likewise.
7816         (emit_jump_insn_after_setloc): Likewise.
7817         (emit_call_insn_after): Likewise.
7818         (emit_call_insn_after_noloc): Likewise.
7819         (emit_call_insn_after_setloc): Likewise.
7820         (emit_debug_insn_after): Likewise.
7821         (emit_debug_insn_after_noloc): Likewise.
7822         (emit_debug_insn_after_setloc): Likewise.
7823         (emit_label_after): Likewise.
7824         (emit_insn): Likewise.
7825         (emit_debug_insn): Likewise.
7826         (emit_jump_insn): Likewise.
7827         (emit_call_insn): Likewise.
7828         (emit_label): Likewise.
7829         (gen_clobber): Likewise.
7830         (emit_clobber): Likewise.
7831         (gen_use): Likewise.
7832         (emit_use): Likewise.
7833         (emit): Likewise.
7835         (emit_barrier_before): Strengthen return type from rtx to
7836         rtx_barrier *.
7837         (emit_barrier_after): Likewise.
7838         (emit_barrier): Likewise.
7840         * emit-rtl.c (emit_pattern_before_noloc):  Strengthen return type
7841         from rtx to rtx_insn *.  Add checked casts for now when converting
7842         "last" from rtx to rtx_insn *.
7843         (emit_insn_before_noloc): Likewise for return type.
7844         (emit_jump_insn_before_noloc): Likewise.
7845         (emit_call_insn_before_noloc): Likewise.
7846         (emit_debug_insn_before_noloc): Likewise.
7847         (emit_barrier_before): Strengthen return type and local "insn"
7848         from rtx to rtx_barrier *.
7849         (emit_label_before): Strengthen return type from rtx to
7850         rtx_insn *.  Add checked cast for now when returning param
7851         (emit_pattern_after_noloc): Strengthen return type from rtx to
7852         rtx_insn *.  Add checked casts for now when converting "last" from
7853         rtx to rtx_insn *.
7854         (emit_insn_after_noloc): Strengthen return type from rtx to
7855         rtx_insn *.
7856         (emit_jump_insn_after_noloc): Likewise.
7857         (emit_call_insn_after_noloc): Likewise.
7858         (emit_debug_insn_after_noloc): Likewise.
7859         (emit_barrier_after): Strengthen return type from rtx to
7860         rtx_barrier *.
7861         (emit_label_after): Strengthen return type from rtx to rtx_insn *.
7862         Add checked cast for now when converting "label" from rtx to
7863         rtx_insn *.
7864         (emit_pattern_after_setloc): Strengthen return type from rtx to
7865         rtx_insn *.  Add checked casts for now when converting "last" from
7866         rtx to rtx_insn *.
7867         (emit_pattern_after): Strengthen return type from rtx to
7868         rtx_insn *.
7869         (emit_insn_after_setloc): Likewise.
7870         (emit_insn_after): Likewise.
7871         (emit_jump_insn_after_setloc): Likewise.
7872         (emit_jump_insn_after): Likewise.
7873         (emit_call_insn_after_setloc): Likewise.
7874         (emit_call_insn_after): Likewise.
7875         (emit_debug_insn_after_setloc): Likewise.
7876         (emit_debug_insn_after): Likewise.
7877         (emit_pattern_before_setloc): Likewise.  Add checked casts for now
7878         when converting "last" from rtx to rtx_insn *.
7879         (emit_pattern_before): Strengthen return type from rtx to
7880         rtx_insn *.
7881         (emit_insn_before_setloc): Likewise.
7882         (emit_insn_before): Likewise.
7883         (emit_jump_insn_before_setloc): Likewise.
7884         (emit_jump_insn_before): Likewise.
7885         (emit_call_insn_before_setloc): Likewise.
7886         (emit_call_insn_before): Likewise.
7887         (emit_debug_insn_before_setloc): Likewise.
7888         (emit_debug_insn_before): Likewise.
7889         (emit_insn): Strengthen return type and locals "last", "insn",
7890         "next" from rtx to rtx_insn *.  Add checked cast to rtx_insn
7891         within cases where we know we have an insn.
7892         (emit_debug_insn): Likewise.
7893         (emit_jump_insn): Likewise.
7894         (emit_call_insn): Strengthen return type and local "insn" from rtx
7895         to rtx_insn *.
7896         (emit_label): Strengthen return type from rtx to rtx_insn *.  Add
7897         a checked cast to rtx_insn * for now on "label".
7898         (emit_barrier): Strengthen return type from rtx to rtx_barrier *.
7899         (emit_clobber): Strengthen return type from rtx to rtx_insn *.
7900         (emit_use): Likewise.
7901         (gen_use): Likewise, also for local "seq".
7902         (emit): Likewise for return type and local "insn".
7903         (rtx_insn): Likewise for return type and local "new_rtx".
7905         * cfgrtl.c (emit_barrier_after_bb): Strengthen local "barrier"
7906         from rtx to rtx_barrier *.
7908         * config/sh/sh.c (output_stack_adjust): Since emit_insn has
7909         changed return type from rtx to rtx_insn *, we must update
7910         "emit_fn" type, and this in turn means updating...
7911         (frame_insn): ...this.  Strengthen return type from rtx to
7912         rtx_insn *.  Introduce a new local "insn" of the appropriate type.
7914 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7916         * emit-rtl.c (emit_jump_table_data): Strengthen return type from
7917         rtx to rtx_jump_table_data *.  Also for local.
7918         * rtl.h (emit_jump_table_data): Likewise.
7920 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7922         * basic-block.h (create_basic_block_structure): Strengthen third
7923         param "bb_note" from rtx to rtx_note *.
7924         * rtl.h (emit_note_before): Strengthen return type from rtx to
7925         rtx_note *.
7926         (emit_note_after): Likewise.
7927         (emit_note): Likewise.
7928         (emit_note_copy): Likewise.  Also, strengthen param similarly.
7929         * function.h (struct rtl_data): Strengthen field
7930         "x_stack_check_probe_note" from rtx to rtx_note *.
7932         * cfgexpand.c (expand_gimple_basic_block): Strengthen local "note"
7933         from rtx to rtx_note *.
7934         * cfgrtl.c (create_basic_block_structure): Strengthen third param
7935         "bb_note" from rtx to rtx_note *.
7936         (duplicate_insn_chain): Likewise for local "last".  Add a checked cast
7937         when calling emit_note_copy.
7938         * emit-rtl.c (make_note_raw): Strengthen return type from rtx to
7939         rtx_note *.
7940         (emit_note_after): Likewise.
7941         (emit_note_before): Likewise.
7942         (emit_note_copy): Likewise.  Also, strengthen param similarly.
7943         (emit_note): Likewise.
7944         * except.c (emit_note_eh_region_end): Likewise for return type.
7945         Strengthen local "next" from rtx to rtx_insn *.
7946         (convert_to_eh_region_ranges): Strengthen local "note"
7947         from rtx to rtx_note *.
7948         * final.c (change_scope): Likewise.
7949         (reemit_insn_block_notes): Likewise, for both locals named "note".
7950         Also, strengthen local "insn" from rtx to rtx_insn *.
7951         * haifa-sched.c (sched_extend_bb): Strengthen local "note" from
7952         rtx to rtx_note *.
7953         * reg-stack.c (compensate_edge): Likewise for local "after". Also,
7954         strengthen local "seq" from rtx to rtx_insn *.
7955         * reload1.c (reload_as_needed): Strengthen local "marker" from rtx
7956         to rtx_note *.
7957         * sel-sched-ir.c (bb_note_pool): Strengthen from rtx_vec_t to
7958         vec<rtx_note *>.
7959         (get_bb_note_from_pool): Strengthen return type from rtx to
7960         rtx_note *.
7961         (sel_create_basic_block): Strengthen local "new_bb_note" from
7962         insn_t to rtx_note *.
7963         * var-tracking.c (emit_note_insn_var_location): Strengthen local
7964         "note" from rtx to rtx_note *.
7965         (emit_notes_in_bb): Likewise.
7967 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7969         * function.h (struct rtl_data): Strengthen field
7970         "x_parm_birth_insn" from rtx to rtx_insn *.
7971         * function.c (struct assign_parm_data_all): Strengthen fields
7972         "first_conversion_insn" and "last_conversion_insn" from rtx to
7973         rtx_insn *.
7975 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7977         * cfgexpand.c (expand_used_vars): Strengthen return type from rtx
7978         to rtx_insn *; also for local "var_end_seq".
7979         (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since".
7980         (maybe_cleanup_end_of_block): Likewise for param "last" and local
7981         "insn".
7982         (expand_gimple_cond): Likewise for locals "last2" and "last".
7983         (mark_transaction_restart_calls): Likewise for local "insn".
7984         (expand_gimple_stmt): Likewise for return type and locals "last"
7985         and "insn".
7986         (expand_gimple_tailcall): Likewise for locals "last2" and "last".
7987         (avoid_complex_debug_insns): Likewise for param "insn".
7988         (expand_debug_locations): Likewise for locals "insn", "last",
7989         "prev_insn" and "insn2".
7990         (expand_gimple_basic_block): Likewise for local "last".
7991         (construct_exit_block): Likewise for locals "head", "end",
7992         "orig_end".
7993         (pass_expand::execute): Likewise for locals "var_seq",
7994         "var_ret_seq", "next".
7996 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
7998         * asan.h (asan_emit_stack_protection): Strengthen return type from
7999         rtx to rtx_insn *.
8000         * asan.c (asan_emit_stack_protection): Likewise.  Add local
8001         "insns" to hold the return value.
8003 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8005         * basic-block.h (bb_note): Strengthen return type from rtx to
8006         rtx_note *.
8007         * sched-int.h (bb_note): Likewise.
8008         * cfgrtl.c (bb_note): Likewise.  Add a checked cast to rtx_note *.
8010 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8012         * rtl.h (make_insn_raw): Strengthen return type from rtx to
8013         rtx_insn *.
8015         * emit-rtl.c (make_insn_raw): Strengthen return type and local
8016         "insn" from rtx to rtx_insn *.
8017         (make_debug_insn_raw): Strengthen return type from rtx to
8018         rtx_insn *; strengthen local "insn" from rtx to rtx_debug_insn *.
8019         (make_jump_insn_raw):  Strengthen return type from rtx to
8020         rtx_insn *; strengthen local "insn" from rtx to rtx_jump_insn *.
8021         (make_call_insn_raw):  Strengthen return type from rtx to
8022         rtx_insn *; strengthen local "insn" from rtx to rtx_call_insn *.
8023         (emit_pattern_before_noloc): Strengthen return type of "make_raw"
8024         callback from rtx to rtx_insn *; likewise for local "insn" and
8025         "next", adding a checked cast to rtx_insn in the relevant cases of
8026         the switch statement.
8027         (emit_pattern_after_noloc): Strengthen return type of "make_raw"
8028         callback from rtx to rtx_insn *.
8029         (emit_pattern_after_setloc): Likewise.
8030         (emit_pattern_after): Likewise.
8031         (emit_pattern_before_setloc): Likewise.
8032         (emit_pattern_before): Likewise.
8034 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8036         * emit-rtl.c (last_call_insn): Strengthen return type from rtx to
8037         rtx_call_insn *.
8038         * rtl.h (is_a_helper <rtx_call_insn *>::test): New overload,
8039         accepting an rtx_insn *.
8040         (last_call_insn): Strengthen return type from rtx to
8041         rtx_call_insn *.
8043 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8045         * rtl.h (delete_trivially_dead_insns): Strengthen initial param
8046         "insns" from rtx to rtx_insn *.
8047         * cse.c (delete_trivially_dead_insns): Likewise, also do it for
8048         locals "insn" and "prev".
8050 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8052         * rtl.h (tablejump_p): Strengthen third param from rtx * to
8053         rtx_jump_table_data **.
8055         * cfgbuild.c (make_edges): Introduce local "table", using it in
8056         place of "tmp" for jump table data.
8057         (find_bb_boundaries): Strengthen local "table" from rtx to
8058         rtx_jump_table_data *.
8059         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
8060         (outgoing_edges_match): Likewise for locals "table1" and "table2".
8061         (try_crossjump_to_edge): Likewise.
8062         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise for local
8063         "table".
8064         (patch_jump_insn): Introduce local "table", using it in place of
8065         "tmp" for jump table data.
8066         (force_nonfallthru_and_redirect): Introduce local "table", so that
8067         call to tablejump_p can receive an rtx_jump_table_data **.  Update
8068         logic around the call to overwrite "note" appropriately if
8069         tablejump_p returns non-zero.
8070         (get_last_bb_insn): Introduce local "table", using it in place of
8071         "tmp" for jump table data.
8072         * dwarf2cfi.c (create_trace_edges): Likewise.
8074         * config/arm/arm.c (get_jump_table_size): Strengthen param "insn"
8075         from rtx to rtx_jump_table_data *.
8076         (create_fix_barrier): Strengthen local "tmp" from rtx to
8077         rtx_jump_table_data *.
8078         (arm_reorg): Likewise for local "table".
8080         * config/s390/s390.c (s390_chunkify_start): Likewise.
8082         * config/spu/spu.c (spu_emit_branch_hint): Likewise.
8084         * jump.c (delete_related_insns): Strengthen local "lab_next" from
8085         rtx to rtx_jump_table_data *.
8087         * rtlanal.c (tablejump_p): Strengthen param "tablep" from rtx * to
8088         rtx_jump_table_data **.  Add a checked cast when writing through
8089         the pointer: we know there that local "table" is non-NULL and that
8090         JUMP_TABLE_DATA_P (table) holds.
8091         (label_is_jump_target_p): Introduce local "table", using it in
8092         place of "tmp" for jump table data.
8094 2014-08-19  Marek Polacek  <polacek@redhat.com>
8096         PR c++/62153
8097         * doc/invoke.texi: Document -Wbool-compare.
8099 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8101         * rtl.h (entry_of_function): Strengthen return type from rtx to
8102         rtx_insn *.
8103         * cfgrtl.c (entry_of_function): Likewise.
8105 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8107         * emit-rtl.h (get_insns): Strengthen return type from rtx to
8108         rtx_insn *, adding a checked cast for now.
8109         (get_last_insn): Likewise.
8111 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8113         * rtl.h (gen_label_rtx): Strengthen return type from rtx to
8114         rtx_code_label *.
8116         * emit-rtl.c (gen_label_rtx): Likewise.
8118 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8120         * rtl.h (previous_insn): Strengthen return type from rtx to
8121         rtx_insn *.
8122         (next_insn): Likewise.
8123         (prev_nonnote_insn): Likewise.
8124         (prev_nonnote_insn_bb): Likewise.
8125         (next_nonnote_insn): Likewise.
8126         (next_nonnote_insn_bb): Likewise.
8127         (prev_nondebug_insn): Likewise.
8128         (next_nondebug_insn): Likewise.
8129         (prev_nonnote_nondebug_insn): Likewise.
8130         (next_nonnote_nondebug_insn): Likewise.
8131         (prev_real_insn): Likewise.
8132         (next_real_insn): Likewise.
8133         (prev_active_insn): Likewise.
8134         (next_active_insn): Likewise.
8136         * emit-rtl.c (next_insn): Strengthen return type from rtx to
8137         rtx_insn *, adding a checked cast.
8138         (previous_insn): Likewise.
8139         (next_nonnote_insn): Likewise.
8140         (next_nonnote_insn_bb): Likewise.
8141         (prev_nonnote_insn): Likewise.
8142         (prev_nonnote_insn_bb): Likewise.
8143         (next_nondebug_insn): Likewise.
8144         (prev_nondebug_insn): Likewise.
8145         (next_nonnote_nondebug_insn): Likewise.
8146         (prev_nonnote_nondebug_insn): Likewise.
8147         (next_real_insn): Likewise.
8148         (prev_real_insn): Likewise.
8149         (next_active_insn): Likewise.
8150         (prev_active_insn): Likewise.
8152         * config/sh/sh-protos.h (sh_find_set_of_reg): Convert function ptr
8153         param "stepfunc" so that it returns an rtx_insn * rather than an
8154         rtx, to track the change to prev_nonnote_insn_bb, which is the
8155         only function this is called with.
8156         * config/sh/sh.c (sh_find_set_of_reg): Likewise.
8158 2014-08-19  Jan Hubicka  <hubicka@ucw.cz>
8160         * ipa-visibility.c (update_visibility_by_resolution_info): Fix
8161         assert.
8163 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8165         * coretypes.h (class rtx_debug_insn): Add forward declaration.
8166         (class rtx_nonjump_insn): Likewise.
8167         (class rtx_jump_insn): Likewise.
8168         (class rtx_call_insn): Likewise.
8169         (class rtx_jump_table_data): Likewise.
8170         (class rtx_barrier): Likewise.
8171         (class rtx_code_label): Likewise.
8172         (class rtx_note): Likewise.
8174         * rtl.h (class rtx_debug_insn): New, a subclass of rtx_insn,
8175         adding the invariant DEBUG_INSN_P (X).
8176         (class rtx_nonjump_insn): New, a subclass of rtx_insn, adding
8177         the invariant NONJUMP_INSN_P (X).
8178         (class rtx_jump_insn): New, a subclass of rtx_insn, adding
8179         the invariant JUMP_P (X).
8180         (class rtx_call_insn): New, a subclass of rtx_insn, adding
8181         the invariant CALL_P (X).
8182         (class rtx_jump_table): New, a subclass of rtx_insn, adding the
8183         invariant JUMP_TABLE_DATA_P (X).
8184         (class rtx_barrier): New, a subclass of rtx_insn, adding the
8185         invariant BARRIER_P (X).
8186         (class rtx_code_label): New, a subclass of rtx_insn, adding
8187         the invariant LABEL_P (X).
8188         (class rtx_note): New, a subclass of rtx_insn, adding
8189         the invariant NOTE_P(X).
8190         (is_a_helper <rtx_debug_insn *>::test): New.
8191         (is_a_helper <rtx_nonjump_insn *>::test): New.
8192         (is_a_helper <rtx_jump_insn *>::test): New.
8193         (is_a_helper <rtx_call_insn *>::test): New.
8194         (is_a_helper <rtx_jump_table_data *>::test): New functions,
8195         overloaded for both rtx and rtx_insn *.
8196         (is_a_helper <rtx_barrier *>::test): New.
8197         (is_a_helper <rtx_code_label *>::test): New functions, overloaded
8198         for both rtx and rtx_insn *.
8199         (is_a_helper <rtx_note *>::test): New.
8201 2014-08-19  Marek Polacek  <polacek@redhat.com>
8203         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO,
8204         CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
8205         * config/i386/i386.h (CLZ_DEFINED_VALUE_AT_ZERO,
8206         CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
8208 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8210         * sel-sched-ir.h (BND_TO): insn_t will eventually be an
8211         rtx_insn *.  To help with transition, for now, convert from an
8212         access macro into a pair of functions: BND_TO, returning an
8213         rtx_insn *, and...
8214         (SET_BND_TO): New function, for use where BND_TO is used as an
8215         lvalue.
8217         * sel-sched-ir.c (blist_add): Update lvalue usage of BND_TO to
8218         SET_BND_TO.
8219         (BND_TO): New function, adding a checked cast.
8220         (SET_BND_TO): New function.
8222         * sel-sched.c (move_cond_jump): Update lvalue usage of BND_TO to
8223         SET_BND_TO.
8224         (compute_av_set_on_boundaries): Likewise.
8226 2014-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8228         * config/i386/i386.md (*ctz<mode>2_falsedep_1): Don't clear
8229         destination if it is used in source.
8230         (*clz<mode>2_lzcnt_falsedep_1): Likewise.
8231         (*popcount<mode>2_falsedep_1): Likewise.
8233 2014-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8235         PR other/62168
8236         * configure.ac: Set install_gold_as_default to no first.
8237         * configure: Regenerated.
8239 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8241         * sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
8242         "note_list" field will eventually be an rtx_insn *.  To help with
8243         transition, for now, convert from an access macro into a pair of
8244         functions: BB_NOTE_LIST, returning an rtx_insn *, and...
8245         (SET_BB_NOTE_LIST): New function, for use where BB_NOTE_LIST is
8246         used as an lvalue.
8248         * sel-sched.c (create_block_for_bookkeeping): Update lvalue usage
8249         of BB_NOTE_LIST to SET_BB_NOTE_LIST.
8251         * sel-sched-ir.c (init_bb): Likewise.
8252         (sel_restore_notes): Likewise.
8253         (move_bb_info): Likewise.
8254         (BB_NOTE_LIST): New function, adding a checked cast to rtx_insn *.
8255         (SET_BB_NOTE_LIST): New function.
8257 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8259         * sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx"
8260         field will eventually be an rtx_insn *.  To help with transition,
8261         for now, convert from an access macro into a pair of functions:
8262         VINSN_INSN_RTX, returning an rtx_insn *, and...
8263         (SET_VINSN_INSN_RTX): New function, for use where VINSN_INSN_RTX
8264         is used as an lvalue.
8266         * sel-sched-ir.c (vinsn_init): Replace VINSN_INSN_RTX with
8267         SET_VINSN_INSN_RTX where it's used as an lvalue.
8268         (VINSN_INSN_RTX): New function.
8269         (SET_VINSN_INSN_RTX): New function.
8271 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8273         * sched-int.h (DEP_PRO): struct _dep's "pro" and "con" fields will
8274         eventually be rtx_insn *, but to help with transition, for now,
8275         convert from an access macro into a pair of functions: DEP_PRO
8276         returning an rtx_insn * and...
8277         (SET_DEP_PRO): New function, for use where DEP_PRO is used as an
8278         lvalue, returning an rtx&.
8279         (DEP_CON): Analogous changes to DEP_PRO above.
8280         (SET_DEP_CON): Likewise.
8282         * haifa-sched.c (create_check_block_twin): Replace DEP_CON used as
8283         an lvalue to SET_DEP_CON.
8284         * sched-deps.c (init_dep_1): Likewise for DEP_PRO and DEP_CON.
8285         (sd_copy_back_deps): Likewise for DEP_CON.
8286         (DEP_PRO): New function, adding a checked cast for now.
8287         (DEP_CON): Likewise.
8288         (SET_DEP_PRO): New function.
8289         (SET_DEP_CON): Likewise.
8291 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
8293         * config.gcc (*-*-cygwin*): Use __cxa_atexit by default.
8294         (extra_options): Add i386/cygwin.opt.
8295         * config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared.
8296         (CPP_SPEC): Accept -pthread.
8297         (LINK_SPEC): Ditto.
8298         (GOMP_SELF_SPECS): Update comment.
8299         * config/i386/cygwin.opt: New file for -pthread flag.
8301 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8303         * df-core.c (DF_REF_INSN): New, using a checked cast for now.
8304         * df.h (DF_REF_INSN): Convert from a macro to a function, so
8305         that we can return an rtx_insn *.
8307 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
8309         * config/i386/cygwin.h (LINK_SPEC): Pass --tsaware flag only
8310         when building executables, not DLLs.  Add --large-address-aware
8311         under the same conditions.
8312         * config/i386/cygwin-w64.h (LINK_SPEC): Pass --tsaware flag only
8313         when building executables, not DLLs.  Add --large-address-aware
8314         under the same conditions when using -m32.
8316         * config/i386/cygwin-stdint.h: Throughout, make type
8317         definitions dependent on target architecture, not host.
8319 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8321         * rtl.h (PREV_INSN): Convert to an inline function.  Strengthen
8322         the return type from rtx to rtx_insn *,  which will enable various
8323         conversions in followup patches.  For now this is is done by a
8324         checked cast.
8325         (NEXT_INSN): Likewise.
8326         (SET_PREV_INSN): Convert to an inline function.  This is intended
8327         for use as an lvalue, and so returns an rtx& to allow in-place
8328         modification.
8329         (SET_NEXT_INSN): Likewise.
8331 2014-07-08  Mark Wielaard  <mjw@redhat.com>
8333         PR debug/59051
8334         * dwarf2out.c (modified_type_die): Handle TYPE_QUAL_RESTRICT.
8336 2014-08-19  Marek Polacek  <polacek@redhat.com>
8338         PR c/61271
8339         * cgraphunit.c (handle_alias_pairs): Fix condition.
8341 2014-08-19  Richard Biener  <rguenther@suse.de>
8343         * gimple-fold.c (fold_gimple_assign): Properly build a
8344         null-pointer constant when devirtualizing addresses.
8346 2014-07-07  Mark Wielaard  <mjw@redhat.com>
8348         * dwarf2out.c (decl_quals): New function.
8349         (modified_type_die): Take one cv_quals argument instead of two,
8350         one for const and one for volatile.
8351         (add_type_attribute): Likewise.
8352         (generic_parameter_die): Call add_type_attribute with one modifier
8353         argument.
8354         (base_type_for_mode): Likewise.
8355         (add_bounds_info): Likewise.
8356         (add_subscript_info): Likewise.
8357         (gen_array_type_die): Likewise.
8358         (gen_descr_array_type_die): Likewise.
8359         (gen_entry_point_die): Likewise.
8360         (gen_enumeration_type_die): Likewise.
8361         (gen_formal_parameter_die): Likewise.
8362         (gen_subprogram_die): Likewise.
8363         (gen_variable_die): Likewise.
8364         (gen_const_die): Likewise.
8365         (gen_field_die): Likewise.
8366         (gen_pointer_type_die): Likewise.
8367         (gen_reference_type_die): Likewise.
8368         (gen_ptr_to_mbr_type_die): Likewise.
8369         (gen_inheritance_die): Likewise.
8370         (gen_subroutine_type_die): Likewise.
8371         (gen_typedef_die): Likewise.
8372         (force_type_die): Likewise.
8374 2014-08-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8376         * configure.ac (gcc_cv_as_comdat_group_group): Only default to no
8377         if unset.
8378         * configure: Regenerate.
8380 2014-08-19  Richard Biener  <rguenther@suse.de>
8382         * lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
8383         DECL_EXTERNALs in BLOCKs as non-references.
8384         * tree-streamer-out.c (streamer_write_chain): Likewise.
8386 2014-08-19  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8387             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8388             Anna Tikhonova  <anna.tikhonova@intel.com>
8389             Ilya Tocar  <ilya.tocar@intel.com>
8390             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8391             Ilya Verbin  <ilya.verbin@intel.com>
8392             Kirill Yukhin  <kirill.yukhin@intel.com>
8393             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8395         * config/i386/sse.md
8396         (define_mode_iterator VI48_AVX512F): Delete.
8397         (define_mode_iterator VI48_AVX512F_AVX512VL): New.
8398         (define_mode_iterator VI2_AVX512VL): Ditto.
8399         (define_insn "<mask_codefor>avx512f_ufix_notruncv16sfv16si<mask_name><round_name>"):
8400         Delete.
8401         (define_insn
8402         ("<mask_codefor><avx512>_ufix_notrunc<sf2simodelower><mode><mask_name><round_name>"):
8403         New.
8404         (define_insn "avx512cd_maskw_vec_dup<mode>"): Macroize.
8405         (define_insn "<avx2_avx512f>_ashrv<mode><mask_name>"): Delete.
8406         (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
8407         with VI48_AVX512F_AVX512VL): New.
8408         (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
8409         with VI2_AVX512VL): Ditto.
8411 2014-08-19  Marek Polacek  <polacek@redhat.com>
8413         * doc/invoke.texi: Document -Wc99-c11-compat.
8415 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8417         * rtl.h (PREV_INSN): Split macro in two: the existing one,
8418         for rvalues, and...
8419         (SET_PREV_INSN): New macro, for use as an lvalue.
8420         (NEXT_INSN, SET_NEXT_INSN): Likewise.
8422         * caller-save.c (save_call_clobbered_regs): Convert lvalue use of
8423         PREV_INSN/NEXT_INSN into SET_PREV_INSN/SET_NEXT_INSN.
8424         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
8425         (fixup_abnormal_edges): Likewise.
8426         (unlink_insn_chain): Likewise.
8427         (fixup_reorder_chain): Likewise.
8428         (cfg_layout_delete_block): Likewise.
8429         (cfg_layout_merge_blocks): Likewise.
8430         * combine.c (update_cfg_for_uncondjump): Likewise.
8431         * emit-rtl.c (link_insn_into_chain): Likewise.
8432         (remove_insn): Likewise.
8433         (delete_insns_since): Likewise.
8434         (reorder_insns_nobb): Likewise.
8435         (emit_insn_after_1): Likewise.
8436         * final.c (rest_of_clean_state): Likewise.
8437         (final_scan_insn): Likewise.
8438         * gcse.c (can_assign_to_reg_without_clobbers_p): Likewise.
8439         * haifa-sched.c (concat_note_lists): Likewise.
8440         (remove_notes): Likewise.
8441         (restore_other_notes): Likewise.
8442         (move_insn): Likewise.
8443         (unlink_bb_notes): Likewise.
8444         (restore_bb_notes): Likewise.
8445         * jump.c (delete_for_peephole): Likewise.
8446         * optabs.c (emit_libcall_block_1): Likewise.
8447         * reorg.c (emit_delay_sequence): Likewise.
8448         (fill_simple_delay_slots): Likewise.
8449         * sel-sched-ir.c (sel_move_insn): Likewise.
8450         (sel_remove_insn): Likewise.
8451         (get_bb_note_from_pool): Likewise.
8452         * sel-sched.c (move_nop_to_previous_block): Likewise.
8454         * config/bfin/bfin.c (reorder_var_tracking_notes): Likewise.
8455         * config/c6x/c6x.c (gen_one_bundle): Likewise.
8456         (c6x_gen_bundles): Likewise.
8457         (hwloop_optimize): Likewise.
8458         * config/frv/frv.c (frv_function_prologue): Likewise.
8459         (frv_register_nop): Likewise.
8460         * config/ia64/ia64.c (ia64_init_dfa_pre_cycle_insn): Likewise.
8461         (ia64_reorg): Likewise.
8462         * config/mep/mep.c (mep_reorg_addcombine): Likewise.
8463         (mep_make_bundle): Likewise.
8464         (mep_bundle_insns): Likewise.
8465         * config/picochip/picochip.c (reorder_var_tracking_notes): Likewise.
8466         * config/tilegx/tilegx.c (reorder_var_tracking_notes): Likewise.
8467         * config/tilepro/tilepro.c (reorder_var_tracking_notes): Likewise.
8469 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8471         * basic-block.h (BB_HEAD): Convert to a function.  Strengthen the
8472         return type from rtx to rtx_insn *.
8473         (BB_END): Likewise.
8474         (BB_HEADER): Likewise.
8475         (BB_FOOTER): Likewise.
8476         (SET_BB_HEAD): Convert to a function.
8477         (SET_BB_END): Likewise.
8478         (SET_BB_HEADER): Likewise.
8479         (SET_BB_FOOTER): Likewise.
8481         * cfgrtl.c (BB_HEAD): New function, from macro of same name.
8482         Strengthen the return type from rtx to rtx_insn *.  For now, this
8483         is done by adding a checked cast, but this will eventually
8484         become a field lookup.
8485         (BB_END): Likewise.
8486         (BB_HEADER): Likewise.
8487         (BB_FOOTER): Likewise.
8488         (SET_BB_HEAD): New function, from macro of same name.  This is
8489         intended for use as an lvalue, and so returns an rtx& to allow
8490         in-place modification.
8491         (SET_BB_END): Likewise.
8492         (SET_BB_HEADER): Likewise.
8493         (SET_BB_FOOTER): Likewise.
8495 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
8497         * basic-block.h (BB_HEAD): Split macro in two: the existing one,
8498         for rvalues, and...
8499         (SET_BB_HEAD): New macro, for use as a lvalue.
8500         (BB_END, SET_BB_END): Likewise.
8501         (BB_HEADER, SET_BB_HEADER): Likewise.
8502         (BB_FOOTER, SET_BB_FOOTER): Likewise.
8504         * bb-reorder.c (add_labels_and_missing_jumps): Convert lvalue use
8505         of BB_* macros into SET_BB_* macros.
8506         (fix_crossing_unconditional_branches): Likewise.
8507         * caller-save.c (save_call_clobbered_regs): Likewise.
8508         (insert_one_insn): Likewise.
8509         * cfgbuild.c (find_bb_boundaries): Likewise.
8510         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
8511         (outgoing_edges_match): Likewise.
8512         (try_optimize_cfg): Likewise.
8513         * cfgexpand.c (expand_gimple_cond): Likewise.
8514         (expand_gimple_tailcall): Likewise.
8515         (expand_gimple_basic_block): Likewise.
8516         (construct_exit_block): Likewise.
8517         * cfgrtl.c (delete_insn): Likewise.
8518         (create_basic_block_structure): Likewise.
8519         (rtl_delete_block): Likewise.
8520         (rtl_split_block): Likewise.
8521         (emit_nop_for_unique_locus_between): Likewise.
8522         (rtl_merge_blocks): Likewise.
8523         (block_label): Likewise.
8524         (try_redirect_by_replacing_jump): Likewise.
8525         (emit_barrier_after_bb): Likewise.
8526         (fixup_abnormal_edges): Likewise.
8527         (record_effective_endpoints): Likewise.
8528         (relink_block_chain): Likewise.
8529         (fixup_reorder_chain): Likewise.
8530         (fixup_fallthru_exit_predecessor): Likewise.
8531         (cfg_layout_duplicate_bb): Likewise.
8532         (cfg_layout_split_block): Likewise.
8533         (cfg_layout_delete_block): Likewise.
8534         (cfg_layout_merge_blocks): Likewise.
8535         * combine.c (update_cfg_for_uncondjump): Likewise.
8536         * emit-rtl.c (add_insn_after): Likewise.
8537         (remove_insn): Likewise.
8538         (reorder_insns): Likewise.
8539         (emit_insn_after_1): Likewise.
8540         * haifa-sched.c (get_ebb_head_tail): Likewise.
8541         (restore_other_notes): Likewise.
8542         (move_insn): Likewise.
8543         (sched_extend_bb): Likewise.
8544         (fix_jump_move): Likewise.
8545         * ifcvt.c (noce_process_if_block): Likewise.
8546         (dead_or_predicable): Likewise.
8547         * ira.c (update_equiv_regs): Likewise.
8548         * reg-stack.c (change_stack): Likewise.
8549         * sel-sched-ir.c (sel_move_insn): Likewise.
8550         * sel-sched.c (move_nop_to_previous_block): Likewise.
8552         * config/c6x/c6x.c (hwloop_optimize): Likewise.
8553         * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
8555 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
8557         * rtl.h (for_each_rtx_in_insn): New function.
8558         * rtlanal.c (for_each_rtx_in_insn): Likewise.
8560 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
8562         * coretypes.h (class rtx_insn): Add forward declaration.
8564         * rtl.h: Include is-a.h.
8565         (struct rtx_def): Add dummy "desc" and "tag" GTY options as a
8566         workaround to ensure gengtype knows inheritance is occurring,
8567         whilst continuing to use the pre-existing special-casing for
8568         rtx_def.
8569         (class rtx_insn): New subclass of rtx_def, adding the
8570         invariant that we're dealing with something we can sanely use
8571         INSN_UID, NEXT_INSN, PREV_INSN on.
8572         (is_a_helper <rtx_insn *>::test): New.
8573         (is_a_helper <const rtx_insn *>::test): New.
8575 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
8577         * is-a.h (template<T, U> safe_as_a <U *p>) New function.
8579 2014-08-18  Jan Hubicka  <hubicka@ucw.cz>
8581         * ipa-visibility.c (update_visibility_by_resolution_info): Do no turn UNDEF
8582         comdats as extern.
8584 2014-08-18  Jan Hubicka  <hubicka@ucw.cz>
8586         * gimple-fold.c (fold_gimple_assign): Do not intorudce referneces
8587         to BUILT_IN_UNREACHABLE.
8589 2014-08-18  Uros Bizjak  <ubizjak@gmail.com>
8591         PR target/62011
8592         * config/i386/x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI):
8593         New tune flag.
8594         * config/i386/i386.h (TARGET_AVOID_FALSE_DEP_FOR_BMI): New define.
8595         * config/i386/i386.md (unspec) <UNSPEC_INSN_FALSE_DEP>: New unspec.
8596         (ffs<mode>2): Do not expand with tzcnt for
8597         TARGET_AVOID_FALSE_DEP_FOR_BMI.
8598         (ffssi2_no_cmove): Ditto.
8599         (*tzcnt<mode>_1): Disable for TARGET_AVOID_FALSE_DEP_FOR_BMI.
8600         (ctz<mode>2): New expander.
8601         (*ctz<mode>2_falsedep_1): New insn_and_split pattern.
8602         (*ctz<mode>2_falsedep): New insn.
8603         (*ctz<mode>2): Rename from ctz<mode>2.
8604         (clz<mode>2_lzcnt): New expander.
8605         (*clz<mode>2_lzcnt_falsedep_1): New insn_and_split pattern.
8606         (*clz<mode>2_lzcnt_falsedep): New insn.
8607         (*clz<mode>2): Rename from ctz<mode>2.
8608         (popcount<mode>2): New expander.
8609         (*popcount<mode>2_falsedep_1): New insn_and_split pattern.
8610         (*popcount<mode>2_falsedep): New insn.
8611         (*popcount<mode>2): Rename from ctz<mode>2.
8612         (*popcount<mode>2_cmp): Remove.
8613         (*popcountsi2_cmp_zext): Ditto.
8615 2014-08-18  Ajit Agarwal  <ajitkum@xilinx.com>
8617         * config/microblaze/microblaze.c (microblaze_elf_asm_cdtor): New.
8618         (microblaze_elf_asm_constructor,microblaze_elf_asm_destructor): New.
8619         * config/microblaze/microblaze.h
8620         (TARGET_ASM_CONSTRUCTOR,TARGET_ASM_DESTRUCTOR): New Macros.
8622 2014-08-18  H.J. Lu  <hongjiu.lu@intel.com>
8624         PR other/62168
8625         * configure.ac: Set install_gold_as_default to no for
8626          --enable-gold=no.
8627          * configure: Regenerated.
8629 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
8631         * Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.
8632         * config.in: Add undef of HAVE_isl.
8633         * configure: Regenerate.
8634         * configure.ac: Add definition of HAVE_isl.
8635         * graphite-blocking.c: Add checking of HAVE_isl.
8636         * graphite-dependences.c: Likewise.
8637         * graphite-interchange.c: Likewise.
8638         * graphite-isl-ast-to-gimple.c: Likewise.
8639         * graphite-optimize-isl.c: Likewise.
8640         * graphite-poly.c: Likewise.
8641         * graphite-scop-detection.c: Likewise.
8642         * graphite-sese-to-poly.c: Likewise.
8643         * graphite.c: Likewise.
8644         * toplev.c: Replace the checking of HAVE_cloog with the checking
8645         of HAVE_isl.
8647 2014-08-18  Richard Biener  <rguenther@suse.de>
8649         PR tree-optimization/62090
8650         * builtins.c (fold_builtin_snprintf): Move to gimple-fold.c.
8651         (fold_builtin_3): Do not fold snprintf.
8652         (fold_builtin_4): Likewise.
8653         * gimple-fold.c (gimple_fold_builtin_snprintf): New function
8654         moved from builtins.c.
8655         (gimple_fold_builtin_with_strlen): Fold snprintf and sprintf.
8656         (gimple_fold_builtin): Do not fold sprintf here.
8658 2014-08-18  Richard Biener  <rguenther@suse.de>
8660         * gimple-fold.c (maybe_fold_reference): Move re-gimplification
8661         code to ...
8662         (maybe_canonicalize_mem_ref_addr): ... this function.
8663         (fold_stmt_1): Apply it here before all simplification.
8665 2014-08-18  Ilya Enkovich  <ilya.enkovich@intel.com>
8667         PR ipa/61800
8668         * cgraph.h (cgraph_node::create_indirect_edge): Add
8669         compute_indirect_info param.
8670         * cgraph.c (cgraph_node::create_indirect_edge): Compute
8671         indirect_info only when it is required.
8672         * cgraphclones.c (cgraph_clone_edge): Do not recompute
8673         indirect_info fore cloned indirect edge.
8675 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8676             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8677             Anna Tikhonova  <anna.tikhonova@intel.com>
8678             Ilya Tocar  <ilya.tocar@intel.com>
8679             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8680             Ilya Verbin  <ilya.verbin@intel.com>
8681             Kirill Yukhin  <kirill.yukhin@intel.com>
8682             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8684         * config/i386/sse.md
8685         (define_mode_iterator VI8_AVX2_AVX512BW): New.
8686         (define_insn "<sse2_avx2>_psadbw"): Add evex version.
8688 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8689             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8690             Anna Tikhonova  <anna.tikhonova@intel.com>
8691             Ilya Tocar  <ilya.tocar@intel.com>
8692             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8693             Ilya Verbin  <ilya.verbin@intel.com>
8694             Kirill Yukhin  <kirill.yukhin@intel.com>
8695             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8697         * config/i386/sse.md
8698         (define_mode_iterator VF1_AVX512VL): New.
8699         (define_insn "ufloatv16siv16sf2<mask_name><round_name>"): Delete.
8700         (define_insn "ufloat<sseintvecmodelower><mode>2<mask_name><round_name>"):
8701         New.
8703 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8704             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8705             Anna Tikhonova  <anna.tikhonova@intel.com>
8706             Ilya Tocar  <ilya.tocar@intel.com>
8707             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8708             Ilya Verbin  <ilya.verbin@intel.com>
8709             Kirill Yukhin  <kirill.yukhin@intel.com>
8710             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8712         * config/i386/i386.c: Rename ufloatv8siv8df_mask to ufloatv8siv8df2_mask.
8713         * config/i386/i386.md
8714         (define_code_iterator any_float): New.
8715         (define_code_attr floatsuffix): New.
8716         * config/i386/sse.md
8717         (define_mode_iterator VF1_128_256VL): New.
8718         (define_mode_iterator VF2_512_256VL): New.
8719         (define_insn "float<si2dfmodelower><mode>2<mask_name>"): Remove unnecessary
8720         TARGET check.
8721         (define_insn "ufloatv8siv8df<mask_name>"): Delete.
8722         (define_insn "<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>"):
8723         New.
8724         (define_mode_attr qq2pssuff): New.
8725         (define_mode_attr sselongvecmode): New.
8726         (define_mode_attr sselongvecmodelower): New.
8727         (define_mode_attr sseintvecmode3): New.
8728         (define_insn "<floatsuffix>float<sselongvecmodelower><mode>2<mask_name><round_name>"):
8729         New.
8730         (define_insn "*<floatsuffix>floatv2div2sf2"): New.
8731         (define_insn "<floatsuffix>floatv2div2sf2_mask"): New.
8732         (define_insn "ufloat<si2dfmodelower><mode>2<mask_name>"): New.
8733         (define_insn "ufloatv2siv2df2<mask_name>"): New.
8735 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8736             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8737             Anna Tikhonova  <anna.tikhonova@intel.com>
8738             Ilya Tocar  <ilya.tocar@intel.com>
8739             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8740             Ilya Verbin  <ilya.verbin@intel.com>
8741             Kirill Yukhin  <kirill.yukhin@intel.com>
8742             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8744         * config/i386/sse.md
8745         (define_mode_iterator VF2_AVX512VL): New.
8746         (define_mode_attr sseintvecmode2): New.
8747         (define_insn "ufix_truncv2dfv2si2<mask_name>"): Add masking.
8748         (define_insn "fix_truncv4dfv4si2<mask_name>"): New.
8749         (define_insn "ufix_truncv4dfv4si2<mask_name>"): Ditto.
8750         (define_insn
8751         "<fixsuffix>fix_trunc<mode><sseintvecmodelower>2<mask_name><round_saeonly_name>"):
8752         Ditto.
8753         (define_insn "fix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
8754         Ditto.
8755         (define_insn "ufix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
8756         Ditto.
8758 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8759             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8760             Anna Tikhonova  <anna.tikhonova@intel.com>
8761             Ilya Tocar  <ilya.tocar@intel.com>
8762             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8763             Ilya Verbin  <ilya.verbin@intel.com>
8764             Kirill Yukhin  <kirill.yukhin@intel.com>
8765             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8767         * config/i386/i386.md
8768         (define_insn "*movoi_internal_avx"): Add evex version.
8769         (define_insn "*movti_internal"): Ditto.
8771 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8772             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8773             Anna Tikhonova  <anna.tikhonova@intel.com>
8774             Ilya Tocar  <ilya.tocar@intel.com>
8775             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8776             Ilya Verbin  <ilya.verbin@intel.com>
8777             Kirill Yukhin  <kirill.yukhin@intel.com>
8778             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8780         * config/i386/i386.md
8781         (define_attr "isa"): Add avx512dq, noavx512dq.
8782         (define_attr "enabled"): Ditto.
8783         * config/i386/sse.md
8784         (define_insn "vec_extract_hi_<mode><mask_name>"): Support masking.
8786 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8787             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8788             Anna Tikhonova  <anna.tikhonova@intel.com>
8789             Ilya Tocar  <ilya.tocar@intel.com>
8790             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8791             Ilya Verbin  <ilya.verbin@intel.com>
8792             Kirill Yukhin  <kirill.yukhin@intel.com>
8793             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8795         * config/i386/i386.c
8796         (ix86_expand_special_args_builtin): Handle avx512vl_storev8sf_mask,
8797         avx512vl_storev8si_mask, avx512vl_storev4df_mask, avx512vl_storev4di_mask,
8798         avx512vl_storev4sf_mask, avx512vl_storev4si_mask, avx512vl_storev2df_mask,
8799         avx512vl_storev2di_mask, avx512vl_loadv8sf_mask, avx512vl_loadv8si_mask,
8800         avx512vl_loadv4df_mask, avx512vl_loadv4di_mask, avx512vl_loadv4sf_mask,
8801         avx512vl_loadv4si_mask, avx512vl_loadv2df_mask, avx512vl_loadv2di_mask,
8802         avx512bw_loadv64qi_mask, avx512vl_loadv32qi_mask, avx512vl_loadv16qi_mask,
8803         avx512bw_loadv32hi_mask, avx512vl_loadv16hi_mask, avx512vl_loadv8hi_mask.
8804         * config/i386/i386.md (define_mode_attr ssemodesuffix): Allow V32HI mode.
8805         * config/i386/sse.md
8806         (define_mode_iterator VMOVE): Allow V4TI mode.
8807         (define_mode_iterator V_AVX512VL): New.
8808         (define_mode_iterator V): New handling for AVX512VL.
8809         (define_insn "avx512f_load<mode>_mask"): Delete.
8810         (define_insn "<avx512>_load<mode>_mask"): New.
8811         (define_insn "avx512f_store<mode>_mask"): Delete.
8812         (define_insn "<avx512>_store<mode>_mask"): New.
8815 2014-08-18  Yury Gribov  <y.gribov@samsung.com>
8817         PR sanitizer/62089
8818         * asan.c (instrument_derefs): Fix bitfield check.
8820 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
8822         * config/rs6000/constraints.md ("S"): Require TARGET_POWERPC64.
8823         * config/rs6000/htm.md (ttest): Remove clobber.
8824         * config/rs6000/predicates.md (any_mask_operand): New predicate.
8825         (and_operand): Reformat.
8826         (and_2rld_operand): New predicate.
8827         * config/rs6000/rs6000-protos.h (rs6000_split_logical): Remove last
8828         parameter.
8829         * config/rs6000/rs6000.c (rs6000_split_logical_inner): Remove last
8830         parameter.  Handle AND directly.
8831         (rs6000_split_logical_di): Remove last parameter.
8832         (rs6000_split_logical): Remove last parameter.  Remove obsolete
8833         comment.
8834         * config/rs6000/rs6000.md (BOOL_REGS_AND_CR0): Delete.
8835         (one_cmpl<mode>2): Adjust call of rs6000_split_logical.
8836         (ctz<mode>2, ffs<mode>2): Delete clobber.  Reformat.
8837         (andsi3, andsi3_mc, andsi3_nomc, *andsi3_internal2_mc,
8838         *andsi3_internal3_mc, *andsi3_internal4, *andsi3_internal5_mc,
8839         and 5 anonymous splitters):  Delete.
8840         (and<mode>3): New expander.
8841         (*and<mode>3, *and<mode>3_dot, *and<mode>3_dot2): New.
8842         (and<mode>3_imm, *and<mode>3_imm_dot, *and<mode>3_imm_dot2): New.
8843         (*and<mode>3_mask, *and<mode>3_mask_dot, *and<mode>3_mask_dot2): New.
8844         (ior<mode>, xor<mode>3): Adjust call of rs6000_split_logical.
8845         (floatdisf2_internal1): Remove clobbers.
8846         (anddi3, anddi3_mc, anddi3_nomc, anddi3_internal2_mc,
8847         *anddi3_internal3_mc, and 4 anonymous splitters): Delete.
8848         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): New.
8849         (and<mode>3 for BOOL_128): Remove clobber.
8850         (*and<mode>3_internal for BOOL_128): Remove clobber.  Adjust call of
8851         rs6000_split_logical.
8852         (*bool<mode>3_internal for BOOL_128): Adjust call of
8853         rs6000_split_logical.
8854         (*boolc<mode>3_internal1 for BOOL_128,
8855         *boolc<mode>3_internal2 for BOOL_128,
8856         *boolcc<mode>3_internal1 for BOOL_128,
8857         *boolcc<mode>3_internal2 for BOOL_128,
8858         *eqv<mode>3_internal1 for BOOL_128,
8859         *eqv<mode>3_internal2 for BOOL_128,
8860         *one_cmpl<mode>3_internal for BOOL_128): Ditto.
8861         * config/rs6000/vector.md (*vec_reload_and_plus_<mptrsize): Remove
8862         clobber.
8863         (*vec_reload_and_reg_<mptrsize>): Delete.
8865 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
8867         * config/rs6000/rs6000.md (*boolccsi3_internal1, *boolccsi3_internal2
8868         and split, *boolccsi3_internal3 and split): Delete.
8869         (*boolccdi3_internal1, *boolccdi3_internal2 and split,
8870         *boolccdi3_internal3 and split): Delete.
8871         (*boolcc<mode>3, *boolcc<mode>3_dot, *boolcc<mode>3_dot2): New.
8872         (*eqv<mode>3): Move.  Add TODO comment.  Fix attributes.
8874 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
8876         * config/rs6000/rs6000.md (*boolcsi3_internal1, *boolcsi3_internal2
8877         and split, *boolcsi3_internal3 and split): Delete.
8878         (*boolcdi3_internal1, *boolcdi3_internal2 and split,
8879         *boolcdi3_internal3 and split): Delete.
8880         (*boolc<mode>3, *boolc<mode>3_dot, *boolc<mode>3_dot2): New.
8882 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
8884         * config/rs6000/rs6000.c (print_operand) <'e'>: New.
8885         <'u'>: Also support printing the low-order 16 bits.
8886         * config/rs6000/rs6000.md (iorsi3, xorsi3, *boolsi3_internal1,
8887         *boolsi3_internal2 and split, *boolsi3_internal3 and split): Delete.
8888         (iordi3, xordi3, *booldi3_internal1, *booldi3_internal2 and split,
8889         *booldi3_internal3 and split): Delete.
8890         (ior<mode>3, xor<mode>3, *bool<mode>3, *bool<mode>3_dot,
8891         *bool<mode>3_dot2): New.
8892         (two anonymous define_splits for non_logical_cint_operand): Merge.
8894 2014-08-17  Marek Polacek  <polacek@redhat.com>
8895             Manuel López-Ibáñez  <manu@gcc.gnu.org>
8897         PR c/62059
8898         * diagnostic.c (adjust_line): Add gcc_checking_assert.
8899         (diagnostic_show_locus): Don't print caret diagnostic
8900         if a column is larger than the line_width.
8902 2014-08-17 Roman Gareev  <gareevroman@gmail.com>
8904         * common.opt: Make the ISL AST generator to be the main code generator
8905         of Graphite.
8907 2014-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
8909         * wide-int.h (generic_wide_int): Declare as class instead of struct.
8911 2014-08-16  John David Anglin  <danglin@gcc.gnu.org>
8913         PR target/61641
8914         * config/pa/pa-protos.h (pa_output_addr_vec, pa_output_addr_diff_vec):
8915         Declare.
8916         * config/pa/pa.c (pa_reorg): Remove code to insert brtab marker insns.
8917         (pa_output_addr_vec, pa_output_addr_diff_vec): New.
8918         * config/pa/pa.h (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC):
8919         Define.
8920         * config/pa/pa.md (begin_brtab): Delete insn.
8921         (end_brtab): Likewise.
8923 2014-08-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8925         * doc/cppopts.texi (ftrack-macro-expansion): Add missing @code.
8927 2014-08-15  Jan Hubicka  <hubicka@ucw.cz>
8929         * ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.
8930         (possible_polymorphic_call_targets, dump_possible_polymorphic_call_targets,
8931         possible_polymorphic_call_target_p, possible_polymorphic_call_target_p): Simplify.
8932         (get_dynamic_type): Remove.
8933         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Remove.
8934         (clear_speculation): Bring to ipa-deivrt.h
8935         (get_class_context): Rename to ...
8936         (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one.
8937         (contains_type_p): Update.
8938         (get_dynamic_type): Rename to ...
8939         ipa_polymorphic_call_context::get_dynamic_type(): ... this one.
8940         (possible_polymorphic_call_targets): UPdate.
8941         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Update.
8942         * ipa-prop.c (ipa_analyze_call_uses): Update.
8944 2014-08-15  Oleg Endo  <olegendo@gcc.gnu.org>
8946         * doc/invoke.texi (SH options): Document missing processor variant
8947         options.  Remove references to Hitachi.  Undocument deprecated mspace
8948         option.
8950 2014-08-15  Jason Merrill  <jason@redhat.com>
8952         * tree.c (type_hash_canon): Uncomment assert.
8954 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8956         * input.h (in_system_header_at): Add comment.
8958 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8960         PR fortran/44054
8961         * diagnostic.c (build_message_string): Make it extern.
8962         * diagnostic.h (build_message_string): Make it extern.
8964 2014-08-15  Vladimir Makarov  <vmakarov@redhat.com>
8966         * config/rs6000/rs6000.c (rs6000_emit_move): Use SDmode for
8967         load/store from/to non-floating class pseudo.
8969 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8971         * input.c (diagnostic_file_cache_fini): Fix typo in comment.
8973 2014-08-15  Richard Biener  <rguenther@suse.de>
8975         * tree-ssa-structalias.c (readonly_id): Rename to string_id.
8976         (get_constraint_for_ssa_var): Remove dead code.
8977         (get_constraint_for_1): Adjust.
8978         (find_what_var_points_to): Likewise.
8979         (init_base_vars): Likewise.  STRING_CSTs do not contain pointers.
8981 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
8983         PR target/61878
8984         * config/i386/avx512fintrin.h (_mm512_mask_cmpge_epi32_mask): New.
8985         (_mm512_mask_cmpge_epu32_mask): Ditto.
8986         (_mm512_cmpge_epu32_mask): Ditto.
8987         (_mm512_mask_cmpge_epi64_mask): Ditto.
8988         (_mm512_cmpge_epi64_mask): Ditto.
8989         (_mm512_mask_cmpge_epu64_mask): Ditto.
8990         (_mm512_cmpge_epu64_mask): Ditto.
8991         (_mm512_mask_cmple_epi32_mask): Ditto.
8992         (_mm512_cmple_epi32_mask): Ditto.
8993         (_mm512_mask_cmple_epu32_mask): Ditto.
8994         (_mm512_cmple_epu32_mask): Ditto.
8995         (_mm512_mask_cmple_epi64_mask): Ditto.
8996         (_mm512_cmple_epi64_mask): Ditto.
8997         (_mm512_mask_cmple_epu64_mask): Ditto.
8998         (_mm512_cmple_epu64_mask): Ditto.
8999         (_mm512_mask_cmplt_epi32_mask): Ditto.
9000         (_mm512_cmplt_epi32_mask): Ditto.
9001         (_mm512_mask_cmplt_epu32_mask): Ditto.
9002         (_mm512_cmplt_epu32_mask): Ditto.
9003         (_mm512_mask_cmplt_epi64_mask): Ditto.
9004         (_mm512_cmplt_epi64_mask): Ditto.
9005         (_mm512_mask_cmplt_epu64_mask): Ditto.
9006         (_mm512_cmplt_epu64_mask): Ditto.
9007         (_mm512_mask_cmpneq_epi32_mask): Ditto.
9008         (_mm512_mask_cmpneq_epu32_mask): Ditto.
9009         (_mm512_cmpneq_epu32_mask): Ditto.
9010         (_mm512_mask_cmpneq_epi64_mask): Ditto.
9011         (_mm512_cmpneq_epi64_mask): Ditto.
9012         (_mm512_mask_cmpneq_epu64_mask): Ditto.
9013         (_mm512_cmpneq_epu64_mask): Ditto.
9014         (_mm512_castpd_ps): Ditto.
9015         (_mm512_castpd_si512): Ditto.
9016         (_mm512_castps_pd): Ditto.
9017         (_mm512_castps_si512): Ditto.
9018         (_mm512_castsi512_ps): Ditto.
9019         (_mm512_castsi512_pd): Ditto.
9020         (_mm512_castpd512_pd128): Ditto.
9021         (_mm512_castps512_ps128): Ditto.
9022         (_mm512_castsi512_si128): Ditto.
9023         (_mm512_castpd512_pd256): Ditto.
9024         (_mm512_castps512_ps256): Ditto.
9025         (_mm512_castsi512_si256): Ditto.
9026         (_mm512_castpd128_pd512): Ditto.
9027         (_mm512_castps128_ps512): Ditto.
9028         (_mm512_castsi128_si512): Ditto.
9029         (_mm512_castpd256_pd512): Ditto.
9030         (_mm512_castps256_ps512): Ditto.
9031         (_mm512_castsi256_si512): Ditto.
9032         (_mm512_cmpeq_epu32_mask): Ditto.
9033         (_mm512_mask_cmpeq_epu32_mask): Ditto.
9034         (_mm512_mask_cmpeq_epu64_mask): Ditto.
9035         (_mm512_cmpeq_epu64_mask): Ditto.
9036         (_mm512_cmpgt_epu32_mask): Ditto.
9037         (_mm512_mask_cmpgt_epu32_mask): Ditto.
9038         (_mm512_mask_cmpgt_epu64_mask): Ditto.
9039         (_mm512_cmpgt_epu64_mask): Ditto.
9040         * config/i386/i386-builtin-types.def: Add V16SF_FTYPE_V8SF,
9041         V16SI_FTYPE_V8SI, V16SI_FTYPE_V4SI, V8DF_FTYPE_V2DF.
9042         * config/i386/i386.c (enum ix86_builtins): Add
9043         IX86_BUILTIN_SI512_SI256, IX86_BUILTIN_PD512_PD256,
9044         IX86_BUILTIN_PS512_PS256, IX86_BUILTIN_SI512_SI,
9045         IX86_BUILTIN_PD512_PD, IX86_BUILTIN_PS512_PS.
9046         (bdesc_args): Add __builtin_ia32_si512_256si,
9047         __builtin_ia32_ps512_256ps, __builtin_ia32_pd512_256pd,
9048         __builtin_ia32_si512_si, __builtin_ia32_ps512_ps,
9049         __builtin_ia32_pd512_pd.
9050         (ix86_expand_args_builtin): Handle new FTYPEs.
9051         * config/i386/sse.md (castmode): Add 512-bit modes.
9052         (AVX512MODE2P): New.
9053         (avx512f_<castmode><avxsizesuffix>_<castmode): New.
9054         (avx512f_<castmode><avxsizesuffix>_256<castmode): Ditto.
9056 2014-08-15  Richard Biener  <rguenther@suse.de>
9058         * fold-const.c (tree_swap_operands_p): Put all constants
9059         last, also strip sign-changing NOPs when considering further
9060         canonicalization.  Canonicalize also when optimizing for size.
9062 2014-08-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9064         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Move
9065         one_match > zero_match case to just before simple_sequence.
9067 2014-08-15  Richard Biener  <rguenther@suse.de>
9069         * data-streamer.h (streamer_string_index, string_for_index):
9070         Remove.
9071         * data-streamer-out.c (streamer_string_index): Make static.
9072         * data-streamer-in.c (string_for_index): Likewise.
9073         * lto-streamer-out.c (lto_output_location): Use bp_pack_string.
9074         * lto-streamer-in.c (lto_input_location): Use bp_unpack_string.
9076 2014-08-15  Richard Biener  <rguenther@suse.de>
9078         PR tree-optimization/62031
9079         * tree-data-ref.c (dr_analyze_indices): Do not set
9080         DR_UNCONSTRAINED_BASE.
9081         (dr_may_alias_p): All indirect accesses have to go the
9082         formerly DR_UNCONSTRAINED_BASE path.
9083         * tree-data-ref.h (struct indices): Remove
9084         unconstrained_base member.
9085         (DR_UNCONSTRAINED_BASE): Remove.
9087 2014-08-15  Jakub Jelinek  <jakub@redhat.com>
9089         PR middle-end/62092
9090         * gimplify.c (gimplify_adjust_omp_clauses_1): Don't remove
9091         OMP_CLAUSE_SHARED for global vars if the global var is mentioned
9092         in OMP_CLAUSE_MAP in some outer target region.
9094 2014-08-15  Bin Cheng  <bin.cheng@arm.com>
9096         * tree-ssa-loop-ivopts.c (ivopts_data): New field
9097         name_expansion_cache.
9098         (tree_ssa_iv_optimize_init): Initialize name_expansion_cache.
9099         (tree_ssa_iv_optimize_finalize): Free name_expansion_cache.
9100         (strip_wrap_conserving_type_conversions, expr_equal_p): Delete.
9101         (difference_cannot_overflow_p): New parameter.  Use affine
9102         expansion for equality check.
9103         (iv_elimination_compare_lt): Pass new argument.
9105 2014-08-14  DJ Delorie  <dj@redhat.com>
9107         * config/rl78/rl78-real.md (addqi3_real): Allow adding global
9108         variables to the accumulator.
9110         * config/rl78/predicates.md (rl78_near_mem_operand): New.
9111         * config/rl78/rl78-virt.md (movqi_virt_mm, movqi_virt)
9112         (movhi_virt_mm): Split out near mem-mem moves to avoid problems
9113         with far-far moves.
9115         * config/rl78/rl78-expand.md (umulqihi3): Disable for G10.
9116         * config/rl78/rl78-virt.md (umulhi3_shift_virt): Likewise.
9117         (umulqihi3_virt): Likewise.
9118         * config/rl78/rl78-real.md (umulhi3_shift_real): Likewise.
9119         (umulqihi3_real): Likewise.
9121         * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.
9123 2014-08-14  Jan Hubicka  <hubicka@ucw.cz>
9125         PR tree-optimization/62091
9126         * tree-ssa-alias.c (walk_aliased_vdefs_1): Do not clear
9127         function_entry_reached.
9128         (walk_aliased_vdefs): Clear it here.
9129         * ipa-devirt.c (check_stmt_for_type_change): Handle static storage.
9131 2014-08-14  Jan Hubicka  <hubicka@ucw.cz>
9133         * ipa-utils.h (compare_virtual_tables): Declare.
9134         * ipa-devirt.c (odr_subtypes_equivalent_p): New function
9136 2014-08-14  Marek Polacek  <polacek@redhat.com>
9138         DR 458
9139         * ginclude/stdatomic.h (__atomic_type_lock_free): Remove.
9140         (ATOMIC_*_LOCK_FREE): Map to __GCC_ATOMIC_*_LOCK_FREE.
9142 2014-08-14  Tom de Vries  <tom@codesourcery.com>
9144         * emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration.
9146 2014-08-14  Tom de Vries  <tom@codesourcery.com>
9148         PR rtl-optimization/62004
9149         PR rtl-optimization/62030
9150         * ifcvt.c (rtx_interchangeable_p): New function.
9151         (noce_try_move, noce_process_if_block): Use rtx_interchangeable_p.
9152         * emit-rtl.h (mem_attrs_eq_p): Declare.
9154 2014-08-14  Roman Gareev  <gareevroman@gmail.com>
9156         * graphite-scop-detection.c:
9157         Add inclusion of cp-tree.h.
9158         (graphite_can_represent_scev): Disables the handling of SSA_NAME nodes
9159         in case they are pointers to object types
9161 2014-08-14  Richard Biener  <rguenther@suse.de>
9163         * BASE-VER: Change to 5.0.0
9165 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9166             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9167             Anna Tikhonova  <anna.tikhonova@intel.com>
9168             Ilya Tocar  <ilya.tocar@intel.com>
9169             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9170             Ilya Verbin  <ilya.verbin@intel.com>
9171             Kirill Yukhin  <kirill.yukhin@intel.com>
9172             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9174         * config/i386/sse.md (define_mode_attr avx512): New.
9175         (define_mode_attr sse2_avx_avx512f): Allow V8HI, V16HI, V32HI, V2DI,
9176         V4DI modes.
9177         (define_mode_attr sse2_avx2): Allow V64QI, V32HI, V4TI modes.
9178         (define_mode_attr ssse3_avx2): Ditto.
9179         (define_mode_attr sse4_1_avx2): Allow V64QI, V32HI, V8DI modes.
9180         (define_mode_attr avx2_avx512bw): New.
9181         (define_mode_attr ssedoublemodelower): New.
9182         (define_mode_attr ssedoublemode): Allow V8SF, V8SI, V4DI, V4DF, V4SI,
9183         V32HI, V64QI modes.
9184         (define_mode_attr ssebytemode): Allow V8DI modes.
9185         (define_mode_attr sseinsnmode): Allow V4TI, V32HI, V64QI modes.
9186         (define_mode_attr sseintvecmodelower): Allow V8DF, V4TI modes.
9187         (define_mode_attr ssePSmode2): New.
9188         (define_mode_attr ssescalarsize): Allow V64QI, V32QI, V16QI, V8HI,
9189         V16HI, V32HI modes.
9190         (define_mode_attr dbpsadbwmode): New.
9191         (define_mode_attr bcstscalarsuff): Allow V64QI, V32QI, V16QI, V32HI,
9192         V16HI, V8HI, V8SI, V4SI, V4DI, V2DI, V8SF, V4SF, V4DF, V2DF modes.
9193         (vi8_sse4_1_avx2_avx512): New.
9194         (define_insn <sse4_1_avx2>_movntdqa): Use <vi8_sse4_1_avx2_avx512>
9195         mode attribute.
9196         (define_mode_attr blendbits): Move before its immediate use.
9198 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9199             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9200             Anna Tikhonova  <anna.tikhonova@intel.com>
9201             Ilya Tocar  <ilya.tocar@intel.com>
9202             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9203             Ilya Verbin  <ilya.verbin@intel.com>
9204             Kirill Yukhin  <kirill.yukhin@intel.com>
9205             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9207         * config/i386/sse.md: Allow V64QI, V32QI, V32HI, V4HI modes.
9208         * config/i386/subst.md
9209         (define_mode_iterator SUBST_V): Update.
9210         (define_mode_iterator SUBST_A): Ditto.
9211         (define_subst_attr "mask_operand7"): New.
9212         (define_subst_attr "mask_operand10"): New.
9213         (define_subst_attr "mask_operand_arg34") : New.
9214         (define_subst_attr "mask_expand_op3"): New.
9215         (define_subst_attr "mask_mode512bit_condition"): Handle TARGET_AVX512VL.
9216         (define_subst_attr "sd_mask_mode512bit_condition"): Ditto.
9217         (define_subst_attr "mask_avx512vl_condition"): New.
9218         (define_subst_attr "round_mask_operand4"): Ditto.
9219         (define_subst_attr "round_mask_scalar_op3"): Delete.
9220         (define_subst_attr "round_mask_op4"): New.
9221         (define_subst_attr "round_mode512bit_condition"): Allow V8DImode,
9222         V16SImode.
9223         (define_subst_attr "round_modev8sf_condition"): New.
9224         (define_subst_attr "round_modev4sf_condition"): GET_MODE instead of
9225         <MODE>mode.
9226         (define_subst_attr "round_saeonly_mask_operand4"): New.
9227         (define_subst_attr "round_saeonly_mask_op4"): New.
9228         (define_subst_attr "round_saeonly_mode512bit_condition"): Allow
9229         V8DImode, V16SImode.
9230         (define_subst_attr "round_saeonly_modev8sf_condition"): New.
9231         (define_subst_attr "mask_expand4_name" "mask_expand4"): New.
9232         (define_subst_attr "mask_expand4_args"): New.
9233         (define_subst "mask_expand4"): New.
9235 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9236             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9237             Anna Tikhonova  <anna.tikhonova@intel.com>
9238             Ilya Tocar  <ilya.tocar@intel.com>
9239             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9240             Ilya Verbin  <ilya.verbin@intel.com>
9241             Kirill Yukhin  <kirill.yukhin@intel.com>
9242             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9244         * config/i386/i386.md
9245         (define_attr "isa"): Add avx512bw,noavx512bw.
9246         (define_attr "enabled"): Ditto.
9247         (define_split): Add 32/64-bit mask logic.
9248         (define_insn "*k<logic>qi"): New.
9249         (define_insn "*k<logic>hi"): New.
9250         (define_insn "*anddi_1"): Add mask version.
9251         (define_insn "*andsi_1"): Ditto.
9252         (define_insn "*<code><mode>_1"): Ditto.
9253         (define_insn "*<code>hi_1"): Ditto.
9254         (define_insn "kxnor<mode>"): New.
9255         (define_insn "kunpcksi"): New.
9256         (define_insn "kunpckdi"): New.
9257         (define_insn "*one_cmpl<mode>2_1"): Add mask version.
9258         (define_insn "*one_cmplhi2_1"): Ditto.
9260 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9261             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9262             Anna Tikhonova  <anna.tikhonova@intel.com>
9263             Ilya Tocar  <ilya.tocar@intel.com>
9264             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9265             Ilya Verbin  <ilya.verbin@intel.com>
9266             Kirill Yukhin  <kirill.yukhin@intel.com>
9267             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9269         * config/i386/i386.c (ix86_preferred_simd_mode): Allow V64QImode and
9270         V32HImode.
9272 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9273             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9274             Anna Tikhonova  <anna.tikhonova@intel.com>
9275             Ilya Tocar  <ilya.tocar@intel.com>
9276             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9277             Ilya Verbin  <ilya.verbin@intel.com>
9278             Kirill Yukhin  <kirill.yukhin@intel.com>
9279             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9281         * config/i386/i386.c (print_reg): Ð¡orrectly print 64-bit mask
9282         registers.
9283         (inline_secondary_memory_needed): Allow 64 bit wide mask registers.
9284         (ix86_hard_regno_mode_ok): Allow 32/64-bit mask registers and
9285         xmm/ymm16+ when availble.
9286         * config/i386/i386.h
9287         (HARD_REGNO_NREGS): Add mask regs.
9288         (VALID_AVX512F_REG_MODE): Ditto.
9289         (VALID_AVX512F_REG_MODE) : Define.
9290         (VALID_MASK_AVX512BW_MODE): Ditto.
9291         (reg_class) (MASK_REG_P(X)): Define.
9292         * config/i386/i386.md: Do not split long moves with mask register,
9293         use kmovb if avx512bw is availible.
9294         (movdi_internal): Handle mask registers.
9296 2014-08-14  Richard Biener  <rguenther@suse.de>
9298         PR tree-optimization/62081
9299         * tree-ssa-loop.c (pass_fix_loops): New pass.
9300         (pass_tree_loop::gate):  Do not fixup loops here.
9301         * tree-pass.h (make_pass_fix_loops): Declare.
9302         * passes.def: Schedule pass_fix_loops before GIMPLE loop passes.
9304 2014-08-14  Richard Biener  <rguenther@suse.de>
9306         * tree.c (type_hash_lookup, type_hash_add): Merge into ...
9307         (type_hash_canon): ... this and avoid 2nd lookup for the add.
9309 2014-08-14  Richard Biener  <rguenther@suse.de>
9311         PR tree-optimization/62090
9312         * builtins.c (fold_builtin_sprintf): Move to gimple-fold.c.
9313         (fold_builtin_2): Do not fold sprintf.
9314         (fold_builtin_3): Likewise.
9315         * gimple-fold.c (gimple_fold_builtin_sprintf): New function
9316         moved from builtins.c.
9317         (gimple_fold_builtin): Fold sprintf.
9319 2014-08-14  Richard Biener  <rguenther@suse.de>
9321         PR rtl-optimization/62079
9322         * recog.c (peephole2_optimize): If peep2_do_cleanup_cfg
9323         run cleanup_cfg.
9325 2014-08-14  Ilya Enkovich  <ilya.enkovich@intel.com>
9327         * ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of
9328         current_function_decl.
9330 2014-08-14  Ilya Enkovich  <ilya.enkovich@intel.com>
9332         * cgraph.c (cgraph_node::function_symbol): Fix wrong
9333         cgraph_function_node to cgraph_node::function_symbol
9334         refactoring.
9336 2014-08-14  Zhenqiang Chen  <zhenqiang.chen@arm.com>
9338         * config/arm/arm.c (arm_option_override): Set max_insns_skipped
9339         to MAX_INSN_PER_IT_BLOCK when optimize_size for THUMB2.
9341 2014-08-13  Chen Gang  gang.chen.5i5j@gmail.com
9343         * microblaze/microblaze.md: Remove redundant '@' to avoid compiling
9344         warning.
9346 2014-08-13  Roman Gareev  <gareevroman@gmail.com>
9348         * gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
9349         generator.
9351 2014-08-12  Jakub Jelinek  <jakub@redhat.com>
9353         PR target/62025
9354         * sched-deps.c (find_inc): Check if inc_insn doesn't clobber
9355         any registers that are used in mem_insn.
9357 2014-08-12  Steve Ellcey  <sellcey@mips.com>
9359         * config/mips/mips.h (ASM_SPEC): Pass float options to assembler. 
9361 2014-08-12  Steve Ellcey  <sellcey@mips.com>
9363         * config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
9364         (MULTILIB_DIRNAMES): Ditto.
9365         * config/mips/t-mti-elf (MULTILIB_OPTIONS): Ditto.
9366         * config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.
9367         * config/mips/t-mti-linux (MULTILIB_OPTIONS): Ditto.
9368         * config/mips/t-mti-linux (MULTILIB_DIRNAMES): Ditto.
9369         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Ditto.
9370         * config/mips/mti-linux.h (SYSROOT_SUFFIX_SPEC): Ditto.
9372 2014-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9374         PR target/61413
9375         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix definition
9376         of __ARM_SIZEOF_WCHAR_T.
9378 2014-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9380         PR target/62098
9381         * config/arm/vfp.md (*combine_vcvtf2i): Fix constraint.
9382         Remove unnecessary attributes.
9384 2014-08-12  Yury Gribov  <y.gribov@samsung.com>
9386         * internal-fn.c (init_internal_fns): Fix off-by-one.
9388 2014-08-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9389             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9390             Anna Tikhonova  <anna.tikhonova@intel.com>
9391             Ilya Tocar  <ilya.tocar@intel.com>
9392             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9393             Ilya Verbin  <ilya.verbin@intel.com>
9394             Kirill Yukhin  <kirill.yukhin@intel.com>
9395             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9397         * config/i386/i386.c (standard_sse_constant_opcode): Use
9398         vpxord/vpternlog if avx512 is availible.
9400 2014-08-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9402         PR middle-end/62103
9403         * gimple-fold.c (fold_ctor_reference): Don't fold in presence of
9404         bitfields, that is when size doesn't match the size of type or the
9405         size of the constructor.
9407 2014-08-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
9409         * config/rs6000/constraints.md (wh constraint): New constraint,
9410         for FP registers if direct move is available.
9411         (wi constraint): New constraint, for VSX/FP registers that can
9412         handle 64-bit integers.
9413         (wj constraint): New constraint for VSX/FP registers that can
9414         handle 64-bit integers for direct moves.
9415         (wk constraint): New constraint for VSX/FP registers that can
9416         handle 64-bit doubles for direct moves.
9417         (wy constraint): Make documentation match implementation.
9419         * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add
9420         scalar_in_vmx_p field to simplify tests of whether SFmode or
9421         DFmode can go in the Altivec registers.
9422         (rs6000_hard_regno_mode_ok): Use scalar_in_vmx_p field.
9423         (rs6000_setup_reg_addr_masks): Likewise.
9424         (rs6000_debug_print_mode): Add debug support for scalar_in_vmx_p
9425         field, and wh/wi/wj/wk constraints.
9426         (rs6000_init_hard_regno_mode_ok): Setup scalar_in_vmx_p field, and
9427         the wh/wi/wj/wk constraints.
9428         (rs6000_preferred_reload_class): If SFmode/DFmode can go in the
9429         upper registers, prefer VSX registers unless the operation is a
9430         memory operation with REG+OFFSET addressing.
9432         * config/rs6000/vsx.md (VSr mode attribute): Add support for
9433         DImode.  Change SFmode to use ww constraint instead of d to allow
9434         SF registers in the upper registers.
9435         (VSr2): Likewise.
9436         (VSr3): Likewise.
9437         (VSr5): Fix thinko in comment.
9438         (VSa): New mode attribute that is an alternative to wa, that
9439         returns the VSX register class that a mode can go in, but may not
9440         be the preferred register class.
9441         (VS_64dm): New mode attribute for appropriate register classes for
9442         referencing 64-bit elements of vectors for direct moves and normal
9443         moves.
9444         (VS_64reg): Likewise.
9445         (vsx_mov<mode>): Change wa constraint to <VSa> to limit the
9446         register allocator to only registers the data type can handle.
9447         (vsx_le_perm_load_<mode>): Likewise.
9448         (vsx_le_perm_store_<mode>): Likewise.
9449         (vsx_xxpermdi2_le_<mode>): Likewise.
9450         (vsx_xxpermdi4_le_<mode>): Likewise.
9451         (vsx_lxvd2x2_le_<mode>): Likewise.
9452         (vsx_lxvd2x4_le_<mode>): Likewise.
9453         (vsx_stxvd2x2_le_<mode>): Likewise.
9454         (vsx_add<mode>3): Likewise.
9455         (vsx_sub<mode>3): Likewise.
9456         (vsx_mul<mode>3): Likewise.
9457         (vsx_div<mode>3): Likewise.
9458         (vsx_tdiv<mode>3_internal): Likewise.
9459         (vsx_fre<mode>2): Likewise.
9460         (vsx_neg<mode>2): Likewise.
9461         (vsx_abs<mode>2): Likewise.
9462         (vsx_nabs<mode>2): Likewise.
9463         (vsx_smax<mode>3): Likewise.
9464         (vsx_smin<mode>3): Likewise.
9465         (vsx_sqrt<mode>2): Likewise.
9466         (vsx_rsqrte<mode>2): Likewise.
9467         (vsx_tsqrt<mode>2_internal): Likewise.
9468         (vsx_fms<mode>4): Likewise.
9469         (vsx_nfma<mode>4): Likewise.
9470         (vsx_eq<mode>): Likewise.
9471         (vsx_gt<mode>): Likewise.
9472         (vsx_ge<mode>): Likewise.
9473         (vsx_eq<mode>_p): Likewise.
9474         (vsx_gt<mode>_p): Likewise.
9475         (vsx_ge<mode>_p): Likewise.
9476         (vsx_xxsel<mode>): Likewise.
9477         (vsx_xxsel<mode>_uns): Likewise.
9478         (vsx_copysign<mode>3): Likewise.
9479         (vsx_float<VSi><mode>2): Likewise.
9480         (vsx_floatuns<VSi><mode>2): Likewise.
9481         (vsx_fix_trunc<mode><VSi>2): Likewise.
9482         (vsx_fixuns_trunc<mode><VSi>2): Likewise.
9483         (vsx_x<VSv>r<VSs>i): Likewise.
9484         (vsx_x<VSv>r<VSs>ic): Likewise.
9485         (vsx_btrunc<mode>2): Likewise.
9486         (vsx_b2trunc<mode>2): Likewise.
9487         (vsx_floor<mode>2): Likewise.
9488         (vsx_ceil<mode>2): Likewise.
9489         (vsx_<VS_spdp_insn>): Likewise.
9490         (vsx_xscvspdp): Likewise.
9491         (vsx_xvcvspuxds): Likewise.
9492         (vsx_float_fix_<mode>2): Likewise.
9493         (vsx_set_<mode>): Likewise.
9494         (vsx_extract_<mode>_internal1): Likewise.
9495         (vsx_extract_<mode>_internal2): Likewise.
9496         (vsx_extract_<mode>_load): Likewise.
9497         (vsx_extract_<mode>_store): Likewise.
9498         (vsx_splat_<mode>): Likewise.
9499         (vsx_xxspltw_<mode>): Likewise.
9500         (vsx_xxspltw_<mode>_direct): Likewise.
9501         (vsx_xxmrghw_<mode>): Likewise.
9502         (vsx_xxmrglw_<mode>): Likewise.
9503         (vsx_xxsldwi_<mode>): Likewise.
9504         (vsx_xscvdpspn): Tighten constraints to only use register classes
9505         the types use.
9506         (vsx_xscvspdpn): Likewise.
9507         (vsx_xscvdpspn_scalar): Likewise.
9509         * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wh, wi,
9510         wj, and wk constraints.
9511         (GPR_REG_CLASS_P): New helper macro for register classes targeting
9512         general purpose registers.
9514         * config/rs6000/rs6000.md (f32_dm): Use wh constraint for SDmode
9515         direct moves.
9516         (zero_extendsidi2_lfiwz): Use wj constraint for direct move of
9517         DImode instead of wm.  Use wk constraint for direct move of DFmode
9518         instead of wm.
9519         (extendsidi2_lfiwax): Likewise.
9520         (lfiwax): Likewise.
9521         (lfiwzx): Likewise.
9522         (movdi_internal64): Likewise.
9524         * doc/md.texi (PowerPC and IBM RS6000): Document wh, wi, wj, and
9525         wk constraints. Make the wy constraint documentation match them
9526         implementation.
9528 2014-08-11  Mircea Namolaru  <mircea.namolaru@inria.fr>
9530         Replacement of isl_int by isl_val
9531         * graphite-clast-to-gimple.c: include isl/val.h, isl/val_gmp.h
9532         (compute_bounds_for_param): use isl_val instead of isl_int
9533         (compute_bounds_for_loop): likewise
9534         * graphite-interchange.c: include isl/val.h, isl/val_gmp.h
9535         (build_linearized_memory_access): use isl_val instead of isl_int
9536         (pdr_stride_in_loop): likewise
9537         * graphite-optimize-isl.c:
9538         (getPrevectorMap): use isl_val instead of isl_int
9539         * graphite-poly.c:
9540         (pbb_number_of_iterations_at_time): use isl_val instead of isl_int
9541         graphite-sese-to-poly.c: include isl/val.h, isl/val_gmp.h
9542         (extern the_isl_ctx): declare
9543         (build_pbb_scattering_polyhedrons): use isl_val instead of isl_int
9544         (extract_affine_gmp): likewise
9545         (wrap): likewise
9546         (build_loop_iteration_domains): likewise
9547         (add_param_constraints): likewise
9549 2014-08-11  Richard Biener  <rguenther@suse.de>
9551         PR tree-optimization/62075
9552         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Properly
9553         handle uses in patterns.
9555 2014-08-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9556             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9557             Anna Tikhonova  <anna.tikhonova@intel.com>
9558             Ilya Tocar  <ilya.tocar@intel.com>
9559             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9560             Ilya Verbin  <ilya.verbin@intel.com>
9561             Kirill Yukhin  <kirill.yukhin@intel.com>
9562             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9564         * common/config/i386/i386-common.c
9565         (OPTION_MASK_ISA_AVX512VL_SET): Define.
9566         (OPTION_MASK_ISA_AVX512F_UNSET): Update.
9567         (ix86_handle_option): Handle OPT_mavx512vl.
9568         * config/i386/cpuid.h (bit_AVX512VL): Define.
9569         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512vl,
9570         set -mavx512vl accordingly.
9571         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
9572         OPTION_MASK_ISA_AVX512VL.
9573         * config/i386/i386.c (ix86_target_string): Handle -mavx512vl.
9574         (ix86_option_override_internal): Define PTA_AVX512VL, handle
9575         PTA_AVX512VL and OPTION_MASK_ISA_AVX512VL.
9576         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512vl.
9577         * config/i386/i386.h (TARGET_AVX512VL): Define.
9578         (TARGET_AVX512VL_P(x)): Ditto.
9579         * config/i386/i386.opt: Add mavx512vl.
9581 2014-08-11  Felix Yang  <fei.yang0953@gmail.com>
9583         PR tree-optimization/62073
9584         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that DEF1 has
9585         a basic block.
9587 2014-08-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9588             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9589             Anna Tikhonova  <anna.tikhonova@intel.com>
9590             Ilya Tocar  <ilya.tocar@intel.com>
9591             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9592             Ilya Verbin  <ilya.verbin@intel.com>
9593             Kirill Yukhin  <kirill.yukhin@intel.com>
9594             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9596         * common/config/i386/i386-common.c
9597         (OPTION_MASK_ISA_AVX512BW_SET) : Define.
9598         (OPTION_MASK_ISA_AVX512BW_UNSET): Ditto.
9599         (OPTION_MASK_ISA_AVX512VL_UNSET) : Ditto.
9600         (ix86_handle_option): Handle OPT_mavx512bw.
9601         * config/i386/cpuid.h (bit_AVX512BW): Define.
9602         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512bw,
9603         set -mavx512bw accordingly.
9604         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
9605         OPTION_MASK_ISA_AVX512BW.
9606         * config/i386/i386.c (ix86_target_string): Handle -mavx512bw.
9607         (ix86_option_override_internal): Define PTA_AVX512BW, handle
9608         PTA_AVX512BW and OPTION_MASK_ISA_AVX512BW.
9609         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512bw.
9610         * config/i386/i386.h (TARGET_AVX512BW): Define.
9611         (TARGET_AVX512BW_P(x)): Ditto.
9612         * config/i386/i386.opt: Add mavx512bw.
9614 2014-08-11  Richard Biener  <rguenther@suse.de>
9616         PR tree-optimization/62070
9617         * tree-ssa-loop-manip.c (gimple_duplicate_loop_to_header_edge):
9618         Remove SSA checking.
9620 2014-08-11  Yury Gribov  <y.gribov@samsung.com>
9622         * asan.c (asan_check_flags): New enum.
9623         (build_check_stmt_with_calls): Removed function.
9624         (build_check_stmt): Split inlining logic to
9625         asan_expand_check_ifn.
9626         (instrument_derefs): Rename parameter.
9627         (instrument_mem_region_access): Rename parameter.
9628         (instrument_strlen_call): Likewise.
9629         (asan_expand_check_ifn): New function.
9630         (asan_instrument): Remove old code.
9631         (pass_sanopt::execute): Change handling of
9632         asan-instrumentation-with-call-threshold.
9633         (asan_clear_shadow): Fix formatting.
9634         (asan_function_start): Likewise.
9635         (asan_emit_stack_protection): Likewise.
9636         * doc/invoke.texi (asan-instrumentation-with-call-threshold):
9637         Update description.
9638         * internal-fn.c (expand_ASAN_CHECK): New function.
9639         * internal-fn.def (ASAN_CHECK): New internal function.
9640         * params.def (PARAM_ASAN_INSTRUMENTATION_WITH_CALL_THRESHOLD):
9641         Update description.
9642         (PARAM_ASAN_USE_AFTER_RETURN): Likewise.
9643         * tree.c: Small comment fix.
9645 2014-08-11  Yury Gribov  <y.gribov@samsung.com>
9647         * gimple.c (gimple_call_fnspec): Support internal functions.
9648         (gimple_call_return_flags): Use const.
9649         * Makefile.in (GTFILES): Add internal-fn.h to list of GC files.
9650         * internal-fn.def: Add fnspec information.
9651         * internal-fn.h (internal_fn_fnspec): New function.
9652         (init_internal_fns): Declare new function.
9653         * internal-fn.c (internal_fn_fnspec_array): New global variable.
9654         (init_internal_fns): New function.
9655         * tree-core.h: Update macro call.
9656         * tree.c (build_common_builtin_nodes): Initialize internal fns.
9658 2014-08-10  Gerald Pfeifer  <gerald@pfeifer.com>
9660         * lto-streamer.h (struct output_block::symbol): Change from
9661         struct symtab_node to plain symtab_node.
9662         (referenced_from_this_partition_p): Change first parameter
9663         from struct symtab_node to plain symtab_node.
9665 2014-08-10  Marek Polacek  <polacek@redhat.com>
9667         PR c/51849
9668         * gcc/doc/invoke.texi: Document -Wc90-c99-compat.
9670 2014-08-09  Jan Hubicka  <hubicka@ucw.cz>
9672         * ipa-devirt.c (get_dynamic_type): Handle case when instance is in
9673         DECL correctly; do not give up on types in static storage.
9675 2014-08-09  Paolo Carlini  <paolo.carlini@oracle.com>
9677         * doc/invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
9679 2014-08-09  Roman Gareev  <gareevroman@gmail.com>
9681         * graphite-isl-ast-to-gimple.c:
9682         (translate_isl_ast_node_user): Use nb_loops instead of loop->num + 1.
9684         * gcc.dg/graphite/isl-ast-gen-user-1.c: New testcase.
9686 2014-08-08  Guozhi Wei  <carrot@google.com>
9688         * config/rs6000/rs6000.md (*movdi_internal64): Add a new constraint.
9690 2014-08-08  Cary Coutant  <ccoutant@google.com>
9692         * dwarf2out.c (get_skeleton_type_unit): Remove.
9693         (output_skeleton_debug_sections): Remove skeleton type units.
9694         (output_comdat_type_unit): Likewise.
9695         (dwarf2out_finish): Likewise.
9697 2014-08-07  Yi Yang  <ahyangyi@google.com>
9699         * predict.c (expr_expected_value_1): Remove the redundant assignment.
9701 2014-08-08  Richard Biener  <rguenther@suse.de>
9703         * lto-streamer.h (struct lto_input_block): Make it a class
9704         with a constructor.
9705         (LTO_INIT_INPUT_BLOCK, LTO_INIT_INPUT_BLOCK_PTR): Remove.
9706         (struct lto_function_header, struct lto_simple_header,
9707         struct lto_simple_header_with_strings,
9708         struct lto_decl_header, struct lto_function_header): Make
9709         a simple inheritance hieararchy.  Remove unused fields.
9710         (struct lto_asm_header): Remove.
9711         * lto-streamer-out.c (produce_asm): Adjust.
9712         (lto_output_toplevel_asms): Likewise.
9713         (produce_asm_for_decls): Likewise.
9714         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
9715         * data-streamer-in.c (string_for_index): Likewise.
9716         * ipa-inline-analysis.c (inline_read_section): Likewise.
9717         * ipa-prop.c (ipa_prop_read_section): Likewise.
9718         (read_replacements_section): Likewise.
9719         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
9720         * lto-section-in.c (lto_create_simple_input_block): Likewise.
9721         (lto_destroy_simple_input_block): Likewise.
9722         * lto-streamer-in.c (lto_read_body_or_constructor): Likewise.
9723         (lto_input_toplevel_asms): Likewise.
9725 2014-08-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9726             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9727             Anna Tikhonova  <anna.tikhonova@intel.com>
9728             Ilya Tocar  <ilya.tocar@intel.com>
9729             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9730             Ilya Verbin  <ilya.verbin@intel.com>
9731             Kirill Yukhin  <kirill.yukhin@intel.com>
9732             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9734         * common/config/i386/i386-common.c
9735         (OPTION_MASK_ISA_AVX512DQ_SET): Define.
9736         (OPTION_MASK_ISA_AVX512DQ_UNSET): Ditto.
9737         (ix86_handle_option): Handle OPT_mavx512dq.
9738         * config/i386/cpuid.h (bit_AVX512DQ): Define.
9739         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512dq,
9740         set -mavx512dq accordingly.
9741         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
9742         OPTION_MASK_ISA_AVX512DQ.
9743         * config/i386/i386.c (ix86_target_string): Handle -mavx512dq.
9744         (ix86_option_override_internal): Define PTA_AVX512DQ, handle
9745         PTA_AVX512DQ and OPTION_MASK_ISA_AVX512DQ.
9746         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512dq.
9747         * config/i386/i386.h (TARGET_AVX512DQ): Define.
9748         (TARGET_AVX512DQ_P(x)): Ditto.
9749         * config/i386/i386.opt: Add mavx512dq.
9751 2014-08-08  Richard Biener  <rguenther@suse.de>
9753         * builtins.c (c_getstr, readonly_data_expr, init_target_chars,
9754         target_percent, target_percent_s): Export.
9755         (var_decl_component_p, fold_builtin_memory_op, fold_builtin_memset,
9756         fold_builtin_bzero, fold_builtin_strcpy, fold_builtin_strncpy,
9757         fold_builtin_strcat, fold_builtin_fputs, fold_builtin_memory_chk,
9758         fold_builtin_stxcpy_chk, fold_builtin_stxncpy_chk,
9759         fold_builtin_sprintf_chk_1, fold_builtin_snprintf_chk_1):
9760         Move to gimple-fold.c.
9761         (fold_builtin_2): Remove handling of bzero, fputs, fputs_unlocked,
9762         strcat and strcpy.
9763         (fold_builtin_3): Remove handling of memset, bcopy, memcpy,
9764         mempcpy, memmove, strncpy, strcpy_chk and stpcpy_chk.
9765         (fold_builtin_4): Remove handling of memcpy_chk, mempcpy_chk,
9766         memmove_chk, memset_chk, strncpy_chk and stpncpy_chk.
9767         (rewrite_call_expr_array): Remove.
9768         (fold_builtin_sprintf_chk): Likewise.
9769         (fold_builtin_snprintf_chk): Likewise.
9770         (fold_builtin_varargs): Remove handling of sprintf_chk,
9771         vsprintf_chk, snprintf_chk and vsnprintf_chk.
9772         (gimple_fold_builtin_sprintf_chk): Remove.
9773         (gimple_fold_builtin_snprintf_chk): Likewise.
9774         (gimple_fold_builtin_varargs): Likewise.
9775         (fold_call_stmt): Do not call gimple_fold_builtin_varargs.
9776         * predict.c (optimize_bb_for_size_p): Handle NULL bb.
9777         * gimple.c (gimple_seq_add_seq_without_update): New function.
9778         * gimple.h (gimple_seq_add_seq_without_update): Declare.
9779         * gimple-fold.c: Include output.h.
9780         (gsi_replace_with_seq_vops): New function, split out from ...
9781         (gimplify_and_update_call_from_tree): ... here.
9782         (replace_call_with_value): New function.
9783         (replace_call_with_call_and_fold): Likewise.
9784         (var_decl_component_p): Moved from builtins.c.
9785         (gimple_fold_builtin_memory_op): Moved from builtins.c
9786         fold_builtin_memory_op and rewritten to GIMPLE.
9787         (gimple_fold_builtin_memset): Likewise.
9788         (gimple_fold_builtin_strcpy): Likewise.
9789         (gimple_fold_builtin_strncpy): Likewise.
9790         (gimple_fold_builtin_strcat): Likewise.
9791         (gimple_fold_builtin_fputs): Likewise.
9792         (gimple_fold_builtin_memory_chk): Likewise.
9793         (gimple_fold_builtin_stxcpy_chk): Likewise.
9794         (gimple_fold_builtin_stxncpy_chk): Likewise.
9795         (gimple_fold_builtin_snprintf_chk): Likewise.
9796         (gimple_fold_builtin_sprintf_chk): Likewise.
9797         (gimple_fold_builtin_strlen): New function.
9798         (gimple_fold_builtin_with_strlen): New function split out from
9799         gimple_fold_builtin.
9800         (gimple_fold_builtin): Change signature and handle
9801         bzero, memset, bcopy, memcpy, mempcpy and memmove folding
9802         here.  Call gimple_fold_builtin_with_strlen.
9803         (gimple_fold_call): Adjust.
9805 2014-08-08  Kugan Vivekanandarajah  <kuganv@linaro.org>
9807         * calls.c (precompute_arguments): Check
9808          promoted_for_signed_and_unsigned_p and set the promoted mode.
9809         (promoted_for_signed_and_unsigned_p): New function.
9810         (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
9811         and set the promoted mode.
9812         * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
9813         * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
9814         SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
9817 2014-08-08  Kugan Vivekanandarajah  <kuganv@linaro.org>
9819         * calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET
9820         instead of SUBREG_PROMOTED_UNSIGNED_SET.
9821         (expand_call): Likewise.
9822         * cfgexpand.c (expand_gimple_stmt_1): Use SUBREG_PROMOTED_SIGN
9823         to get promoted mode.
9824         * combine.c (record_promoted_value): Skip > 0 comparison with
9825         SUBREG_PROMOTED_UNSIGNED_P as it now returns only 0 or 1.
9826         * expr.c (convert_move): Use SUBREG_CHECK_PROMOTED_SIGN instead
9827         of SUBREG_PROMOTED_UNSIGNED_P.
9828         (convert_modes): Likewise.
9829         (store_expr): Use SUBREG_PROMOTED_SIGN to get promoted mode.
9830         Use SUBREG_CHECK_PROMOTED_SIGN instead of SUBREG_PROMOTED_UNSIGNED_P.
9831         (expand_expr_real_1): Use new SUBREG_PROMOTED_SET instead of
9832         SUBREG_PROMOTED_UNSIGNED_SET.
9833         * function.c (assign_parm_setup_reg): Use new SUBREG_PROMOTED_SET
9834         instead of SUBREG_PROMOTED_UNSIGNED_SET.
9835         * ifcvt.c (noce_emit_cmove): Updated to use SUBREG_PROMOTED_GET and
9836         SUBREG_PROMOTED_SET.
9837         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Use
9838         SUBREG_PROMOTED_SET instead of SUBREG_PROMOTED_UNSIGNED_SET.
9839         * optabs.c (widen_operand): Use SUBREG_CHECK_PROMOTED_SIGN instead
9840         of SUBREG_PROMOTED_UNSIGNED_P.
9841         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Remove.
9842         (SUBREG_PROMOTED_SET): New define.
9843         (SUBREG_PROMOTED_GET): Likewise.
9844         (SUBREG_PROMOTED_SIGN): Likewise.
9845         (SUBREG_PROMOTED_SIGNED_P): Likewise.
9846         (SUBREG_CHECK_PROMOTED_SIGN): Likewise.
9847         (SUBREG_PROMOTED_UNSIGNED_P): Updated.
9848         * rtlanal.c (unsigned_reg_p): Use new SUBREG_PROMOTED_GET
9849         instead of SUBREG_PROMOTED_UNSIGNED_GET.
9850         (nonzero_bits1): Skip > 0 comparison with the results as
9851         SUBREG_PROMOTED_UNSIGNED_P now returns only 0 or 1.
9852         (num_sign_bit_copies1): Use SUBREG_PROMOTED_SIGNED_P instead
9853         of !SUBREG_PROMOTED_UNSIGNED_P.
9854         * simplify-rtx.c (simplify_unary_operation_1): Use new
9855         SUBREG_PROMOTED_SIGNED_P instead of !SUBREG_PROMOTED_UNSIGNED_P.
9856         (simplify_subreg): Use new SUBREG_PROMOTED_SIGNED_P,
9857         SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_SET instead of
9858         SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_UNSIGNED_SET.
9860 2014-08-07  Jan Hubicka  <hubicka@ucw.cz>
9862         * ipa-devirt.c: Include gimple-pretty-print.h
9863         (referenced_from_vtable_p): Exclude DECL_EXTERNAL from
9864         further tests.
9865         (decl_maybe_in_construction_p): Fix conditional on cdtor check
9866         (get_polymorphic_call_info): Fix return value
9867         (type_change_info): New sturcture based on ipa-prop
9868         variant.
9869         (noncall_stmt_may_be_vtbl_ptr_store): New predicate
9870         based on ipa-prop variant.
9871         (extr_type_from_vtbl_ptr_store): New function
9872         based on ipa-prop variant.
9873         (record_known_type): New function.
9874         (check_stmt_for_type_change): New function.
9875         (get_dynamic_type): New function.
9876         * ipa-prop.c (ipa_analyze_call_uses): Use get_dynamic_type.
9877         * tree-ssa-pre.c: ipa-utils.h
9878         (eliminate_dom_walker::before_dom_children): Use ipa-devirt
9879         machinery; sanity check with ipa-prop devirtualization.
9880         * trans-mem.c (ipa_tm_insert_gettmclone_call): Clear
9881         polymorphic flag.
9883 2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
9885         * Makefile.in: Remove references to pointer-set.c and pointer-set.h.
9886         * alias.c, cfgexpand.c, cgraphbuild.c,
9887         config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
9888         config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
9889         config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
9890         config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
9891         config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
9892         config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
9893         config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
9894         dse.c, except.c, gengtype.c, gimple-expr.c,
9895         gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
9896         ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
9897         tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
9898         tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
9899         tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
9900         tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
9901         pointer-set.h.
9902         * pointer-set.c: Remove file.
9903         * pointer-set.h: Remove file.
9905 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9907         * config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
9908         * config/arm/types.md (f_sels, f_seld): Delete.
9910 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9912         * config/aarch64/aarch64.md (absdi2): Set simd attribute.
9913         (aarch64_reload_mov<mode>): Predicate on TARGET_FLOAT.
9914         (aarch64_movdi_<mode>high): Likewise.
9915         (aarch64_mov<mode>high_di): Likewise.
9916         (aarch64_movdi_<mode>low): Likewise.
9917         (aarch64_mov<mode>low_di): Likewise.
9918         (aarch64_movtilow_tilow): Likewise.
9919         Add comment explaining usage of fp,simd attributes and of
9920         TARGET_FLOAT and TARGET_SIMD.
9922 2014-08-07  Ian Bolton  <ian.bolton@arm.com>
9923             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9925         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate):
9926         Use MOVN when one of the half-words is 0xffff.
9928 2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>
9930         * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.
9932 2014-08-07  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
9934         * haifa-sched.c (SCHED_SORT): Delete.  Macro used exactly once.
9935         (enum rfs_decition:RFS_*): New constants wrapped in an enum.
9936         (rfs_str): String corresponding to RFS_* constants.
9937         (rank_for_schedule_stats_t): New typedef.
9938         (rank_for_schedule_stats): New static variable.
9939         (rfs_result): New static function.
9940         (rank_for_schedule): Track statistics for deciding heuristics.
9941         (rank_for_schedule_stats_diff, print_rank_for_schedule_stats): New
9942         static functions.
9943         (ready_sort): Use them for debug printouts.
9944         (schedule_block): Init statistics state.  Print statistics on
9945         rank_for_schedule decisions.
9947 2014-08-07  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
9949         * haifa-sched.c (rank_for_schedule): Fix INSN_TICK-based heuristics.
9951 2014-08-07  Ilya Tocar  <ilya.tocar@intel.com>
9953         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): Fix
9954         constraint.
9956 2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
9958         * hash-map.h (default_hashmap_traits): Adjust overloads of hash
9959         function to not conflict.
9960         * alias.c, cfgexpand.c, dse.c, except.h, gimple-expr.c,
9961         gimple-ssa-strength-reduction.c, gimple-ssa.h, ifcvt.c,
9962         lto-streamer-out.c, lto-streamer.h, tree-affine.c, tree-affine.h,
9963         tree-predcom.c, tree-scalar-evolution.c, tree-ssa-loop-im.c,
9964         tree-ssa-loop-niter.c, tree-ssa.c, value-prof.c: Use hash_map instead
9965         of pointer_map.
9967 2014-08-07  Marek Polacek  <polacek@redhat.com>
9969         * fold-const.c (fold_binary_loc): Add folding of
9970         (PTR0 - (PTR1 p+ A) -> (PTR0 - PTR1) - A.
9972 2013-08-07  Ilya Enkovich  <ilya.enkovich@intel.com>
9974         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use decl size
9975         instead of type size.
9976         (ASM_FINISH_DECLARE_OBJECT): Likewise.
9978 2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>
9980         * config/arm/thumb1.md (*thumb1_movhi_insn): Handle stack pointer.
9981         (*thumb1_movqi_insn): Likewise.
9982         * config/arm/thumb2.md (*thumb2_movhi_insn): Likewise.
9984 2014-08-07  Tom de Vries  <tom@codesourcery.com>
9986         * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
9987         (glibc_2_11_or_earlier): Remove effective-target keywords.
9989 2014-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
9991         * config/arm/arm.c (bdesc_2arg): Fix typo.
9992         (arm_atomic_assign_expand_fenv): Remove The default implementation.
9994 2014-08-07  Zhenqiang Chen  <zhenqiang.chen@arm.com>
9996         * tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.
9998 2014-08-06  Vladimir Makarov  <vmakarov@redhat.com>
10000         PR debug/61923
10001         * haifa-sched.c (advance_one_cycle): Fix dump.
10002         (schedule_block): Don't advance cycle if we are already at the
10003         beginning of the cycle.
10005 2014-08-06  Martin Jambor  <mjambor@suse.cz>
10007         PR ipa/61393
10008         * cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.
10010 2014-08-06  Richard Biener  <rguenther@suse.de>
10012         PR lto/62034
10013         * lto-streamer-in.c (lto_input_tree_1): Assert we do not read
10014         SCCs here.
10015         (lto_input_tree): Pop SCCs here.
10017 2014-08-06  Richard Biener  <rguenther@suse.de>
10019         PR tree-optimization/61320
10020         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Properly
10021         handle misaligned loads.
10023 2014-08-06  Alan Lawrence  <alan.lawrence@arm.com>
10025         * config/aarch64/aarch64.c (aarch64_evpc_dup): Enable for bigendian.
10026         (aarch64_expand_vec_perm_const): Check for dup before zip.
10028 2014-08-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10030         * config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
10031         CONST_INT_P instead of GET_CODE and compare.
10032         (aarch64_select_cc_mode): Likewise.
10033         (aarch64_print_operand): Likewise.
10034         (aarch64_rtx_costs): Likewise.
10035         (aarch64_simd_valid_immediate): Likewise.
10036         (aarch64_simd_check_vect_par_cnst_half): Likewise.
10037         (aarch64_simd_emit_pair_result_insn): Likewise.
10039 2014-08-05  David Malcolm  <dmalcolm@redhat.com>
10041         * gdbhooks.py (find_gcc_source_dir): New helper function.
10042         (class PassNames): New class, locating and parsing passes.def.
10043         (class BreakOnPass): New command "break-on-pass".
10045 2014-08-05  Trevor Saunders  <tsaunders@mozilla.com>
10047         * tree-ssa.c (redirect_edge_var_map_dup): insert newe before
10048         getting olde.
10050 2014-08-05  Richard Biener  <rguenther@suse.de>
10052         PR rtl-optimization/61672
10053         * emit-rtl.h (mem_attrs_eq_p): Declare.
10054         * emit-rtl.c (mem_attrs_eq_p): Export.  Handle NULL mem-attrs.
10055         * cse.c (exp_equiv_p): Use mem_attrs_eq_p.
10056         * cfgcleanup.c (merge_memattrs): Likewise.
10057         Include emit-rtl.h.
10059 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10061         * config/aarch64/arm_neon.h (vqdmlals_lane_s32): Use scalar types
10062         rather than singleton vectors.
10063         (vqdmlsls_lane_s32): Likewise.
10065 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10067         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_laneq<mode>):
10068         Use VSDQ_HSI mode iterator.
10069         (aarch64_sqrdmulh_laneq<mode>): Likewise.
10070         (aarch64_sq<r>dmulh_laneq<mode>_internal): New define_insn.
10071         * config/aarch64/aarch64-simd-builtins.def (sqdmulh_laneq):
10072         Use BUILTIN_VDQHS macro.
10073         (sqrdmulh_laneq): Likewise.
10074         * config/aarch64/arm_neon.h (vqdmlalh_laneq_s16): New intrinsic.
10075         (vqdmlals_laneq_s32): Likewise.
10076         (vqdmlslh_laneq_s16): Likewise.
10077         (vqdmlsls_laneq_s32): Likewise.
10078         (vqdmulhh_laneq_s16): Likewise.
10079         (vqdmulhs_laneq_s32): Likewise.
10080         (vqrdmulhh_laneq_s16): Likewise.
10081         (vqrdmulhs_laneq_s32): Likewise.
10083 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10085         * config/aarch64/arm_neon.h (vmul_f64): New intrinsic.
10086         (vmuld_laneq_f64): Likewise.
10087         (vmuls_laneq_f32): Likewise.
10088         (vmul_n_f64): Likewise.
10089         (vmuld_lane_f64): Reimplement in C.
10090         (vmuls_lane_f32): Likewise.
10092 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10094         * config/arm/cortex-a15.md (cortex_a15_alu_shift): Add crc type
10095         to reservation.
10096         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
10098 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10100         * config/arm/arm.md (clzsi2): Set predicable_short_it attr to no.
10101         (rbitsi2): Likewise.
10102         (*arm_rev): Set predicable and predicable_short_it attributes.
10104 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10106         * convert.c (convert_to_integer): Guard transformation to lrint by
10107         -fno-math-errno.
10109 2014-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
10111         * config/aarch64/aarch64-builtins.c
10112         (aarch64_simd_builtin_type_mode): Delete.
10113         (v8qi_UP): Remap to V8QImode.
10114         (v4hi_UP): Remap to V4HImode.
10115         (v2si_UP): Remap to V2SImode.
10116         (v2sf_UP): Remap to V2SFmode.
10117         (v1df_UP): Remap to V1DFmode.
10118         (di_UP): Remap to DImode.
10119         (df_UP): Remap to DFmode.
10120         (v16qi_UP):V16QImode.
10121         (v8hi_UP): Remap to V8HImode.
10122         (v4si_UP): Remap to V4SImode.
10123         (v4sf_UP): Remap to V4SFmode.
10124         (v2di_UP): Remap to V2DImode.
10125         (v2df_UP): Remap to V2DFmode.
10126         (ti_UP): Remap to TImode.
10127         (ei_UP): Remap to EImode.
10128         (oi_UP): Remap to OImode.
10129         (ci_UP): Map to CImode.
10130         (xi_UP): Remap to XImode.
10131         (si_UP): Remap to SImode.
10132         (sf_UP): Remap to SFmode.
10133         (hi_UP): Remap to HImode.
10134         (qi_UP): Remap to QImode.
10135         (aarch64_simd_builtin_datum): Make mode a machine_mode.
10136         (VAR1): Build builtin name.
10137         (aarch64_init_simd_builtins): Remove dead code.
10139 2014-08-05  Roman Gareev  <gareevroman@gmail.com>
10141         * graphite-isl-ast-to-gimple.c:
10142         (set_options): New function.
10143         (scop_to_isl_ast): Add calling of set_options.
10145 2014-08-05  Jakub Jelinek  <jakub@redhat.com>
10147         * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
10148         (analyze_iv_to_split_insn): Don't initialize them.
10149         (get_ivts_expr): Removed.
10150         (allocate_basic_variable, insert_base_initialization): Use
10151         SET_SRC instead of *get_ivts_expr.
10152         (split_iv): Use &SET_SRC instead of get_ivts_expr.
10154 2014-08-05  Roman Gareev  <gareevroman@gmail.com>
10156         * graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
10157         (translate_isl_ast_for_loop): Add checking of the
10158         flag_loop_parallelize_all.
10159         (ast_build_before_for): New function.
10160         (scop_to_isl_ast): Add checking of the
10161         flag_loop_parallelize_all.
10162         * graphite-dependences.c: Move the defenition of the
10163         scop_get_dependences from graphite-optimize-isl.c to this file.
10164         (apply_schedule_on_deps): Add checking of the ux's emptiness.
10165         (carries_deps): Add checking of the x's value.
10166         * graphite-optimize-isl.c: Move the defenition of the
10167         scop_get_dependences to graphite-dependences.c.
10168         * graphite-poly.h: Add declarations of scop_get_dependences
10169         and carries_deps.
10171 2014-08-04  Rohit  <rohitarulraj@freescale.com>
10173         PR target/60102
10174         * config/rs6000/rs6000.c (rs6000_reg_names): Add SPE high register
10175         names.
10176         (alt_reg_names): Likewise.
10177         (rs6000_dwarf_register_span): For SPE high registers, replace
10178         dwarf register numbers with GCC hard register numbers.
10179         (rs6000_init_dwarf_reg_sizes_extra): Likewise.
10180         (rs6000_dbx_register_number): For SPE high registers, return dwarf
10181         register number for the corresponding GCC hard register number.
10182         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Update based on 32
10183         newly added GCC hard register numbers for SPE high registers.
10184         (DWARF_FRAME_REGISTERS):  Likewise.
10185         (DWARF_REG_TO_UNWIND_COLUMN): Likewise.
10186         (DWARF_FRAME_REGNUM): Likewise.
10187         (FIXED_REGISTERS): Likewise.
10188         (CALL_USED_REGISTERS): Likewise.
10189         (CALL_REALLY_USED_REGISTERS): Likewise.
10190         (REG_ALLOC_ORDER): Likewise.
10191         (enum reg_class): Likewise.
10192         (REG_CLASS_NAMES): Likewise.
10193         (REG_CLASS_CONTENTS): Likewise.
10194         (SPE_HIGH_REGNO_P): New macro to identify SPE high registers.
10196 2014-08-04  Richard Biener  <rguenther@suse.de>
10198         * gimple-fold.h (gimple_fold_builtin): Remove.
10199         * gimple-fold.c (gimple_fold_builtin): Make static.
10200         * tree-ssa-ccp.c (pass_fold_builtins::execute): Use
10201         fold_stmt, not gimple_fold_builtin.
10203 2014-08-04  Martin Liska <mliska@suse.cz>
10205         * cgraph.h (csi_end_p): Removed.
10206         (csi_next): Likewise.
10207         (csi_node): Likewise.
10208         (csi_start): Likewise.
10209         (cgraph_node_in_set_p): Likewise.
10210         (cgraph_node_set_size): Likewise.
10211         (vsi_end_p): Likewise.
10212         (vsi_next): Likewise.
10213         (vsi_node): Likewise.
10214         (vsi_start): Likewise.
10215         (varpool_node_set_size): Likewise.
10216         (cgraph_node_set_nonempty_p): Likewise.
10217         (varpool_node_set_nonempty_p): Likewise.
10218         * cgraphunit.c (cgraph_process_new_functions): vec replaces
10219         cgraph_node_set.
10220         * ipa-inline-transform.c: Likewise.
10221         * ipa-utils.c (cgraph_node_set_new): Removed.
10222         (cgraph_node_set_add): Likewise.
10223         (cgraph_node_set_remove): Likewise.
10224         (cgraph_node_set_find): Likewise.
10225         (dump_cgraph_node_set): Likewise.
10226         (debug_cgraph_node_set): Likewise.
10227         (free_cgraph_node_set): Likewise.
10228         (varpool_node_set_new): Likewise.
10229         (varpool_node_set_add): Likewise.
10230         (varpool_node_set_remove): Likewise.
10231         (varpool_node_set_find): Likewise.
10232         (dump_varpool_node_set): Likewise.
10233         (free_varpool_node_set): Likewise.
10234         (debug_varpool_node_set): Likewise.
10235         * tree-emutls.c (struct tls_var_data):
10236         (emutls_index): Removed.
10237         (emutls_decl): Likewise.
10238         (gen_emutls_addr): Function implementation uses newly added
10239         hash_map<varpool_node *, tls_var_data>.
10240         (clear_access_vars): Likewise.
10241         (create_emultls_var): Likewise.
10242         (ipa_lower_emutls): Likewise.
10243         (reset_access): New function.
10245 2014-08-04 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
10247         * config/i386/i386.c (ix86_option_override_internal): Add
10248         PTA_RDRND and PTA_MOVBE for bdver4.
10250 2014-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10251             James Greenhalgh  <james.greenhalgh@arm.com>
10253         * doc/md.texi (clrsb): Document.
10254         (clz): Change reference to x into operand 1.
10255         (ctz): Likewise.
10256         (popcount): Likewise.
10258 2014-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10260         PR target/61713
10261         * gcc/optabs.c (expand_atomic_test_and_set): Do not try to emit
10262         move to subtarget in serial version if result is ignored.
10264 2014-08-04  Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10265             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10267         * sched-deps.c (try_group_insn): Generalise macro fusion hook usage
10268         to any two insns.  Update comment.  Rename to sched_macro_fuse_insns.
10269         (sched_analyze_insn): Update use of try_group_insn to
10270         sched_macro_fuse_insns.
10271         * config/i386/i386.c (ix86_macro_fusion_pair_p): Reject 2nd
10272         arguments that are not conditional jumps.
10274 2014-08-04 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
10276         * config/i386/driver-i386.c (host_detect_local_cpu): Handle AMD's extended
10277         family information. Handle BTVER2 cpu with cpuid family value.
10279 2014-08-04  Tom de Vries  <tom@codesourcery.com>
10281         * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
10282         (glibc_2_11_or_earlier): Document effective-target keywords.
10284 2014-08-01  Jan Hubicka  <hubicka@ucw.cz>
10286         * ipa-devirt.c (odr_type_warn_count): Add type.
10287         (possible_polymorphic_call_targets): Set it.
10288         (ipa_devirt): Use it.
10290 2014-08-01  Jan Hubicka  <hubicka@ucw.cz>
10292         * doc/invoke.texi (Wsuggest-final-types, Wsuggest-final-methods):
10293         Document.
10294         * ipa-devirt.c: Include hash-map.h
10295         (struct polymorphic_call_target_d): Add type_warning and decl_warning.
10296         (clear_speculation): Break out of ...
10297         (get_class_context): ... here; speed up handling obviously useless
10298         speculations.
10299         (odr_type_warn_count, decl_warn_count): New structures.
10300         (final_warning_record): New structure.
10301         (final_warning_records): New static variable.
10302         (possible_polymorphic_call_targets): Cleanup handling of
10303         speculative info; do not build speculation when user do not care;
10304         record info about warnings when asked for.
10305         (add_decl_warning): New function.
10306         (type_warning_cmp): New function.
10307         (decl_warning_cmp): New function.
10308         (ipa_devirt): Handle -Wsuggest-final-methods and -Wsuggest-final-types.
10309         (gate): Enable pass when warnings are requested.
10310         * common.opt (Wsuggest-final-types, Wsuggest-final-methods): New
10311         options.
10313 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
10315         * hash-map.h (default_hashmap_traits::mark_key_deleted):
10316         Fix cast.
10317         (hash_map::remove): New method.
10318         (hash_map::traverse): New method.
10319         * cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
10320         ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
10321         tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
10322         tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
10323         tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
10324         tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
10325         pointer_map.
10327 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
10329         * hash-set.h: new File.
10330         * cfgexpand.c, cfgloop.c, cgraph.c, cgraphbuild.c, cgraphunit.c,
10331         cprop.c, cse.c, gimple-walk.c, gimple-walk.h, gimplify.c, godump.c,
10332         ipa-devirt.c, ipa-pure-const.c, ipa-visibility.c, ipa.c, lto-cgraph.c,
10333         lto-streamer-out.c, stmt.c, tree-cfg.c, tree-core.h, tree-eh.c,
10334         tree-inline.c, tree-inline.h, tree-nested.c, tree-pretty-print.c,
10335         tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-threadedge.c,
10336         tree-ssa-uninit.c, tree.c, tree.h, value-prof.c, varasm.c,
10337         varpool.c: Use hash_set instead of pointer_set.
10339 2014-08-01  Alan Lawrence  <alan.lawrence@arm.com>
10341         * config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.
10343 2014-08-01  Jiong Wang <jiong.wang@arm.com>
10345         * config/aarch64/aarch64.c (aarch64_classify_address): Accept all offset
10346         for frame access when strict_p is false.
10348 2014-08-01  Renlin Li <renlin.li@arm.com>
10349 2014-08-01  Jiong Wang <jiong.wang@arm.com>
10351         * config/aarch64/aarch64.c (offset_7bit_signed_scaled_p): Rename to
10352         aarch64_offset_7bit_signed_scaled_p, remove static and use it.
10353         * config/aarch64/aarch64-protos.h (aarch64_offset_7bit_signed_scaled_p):
10354         Declaration.
10355         * config/aarch64/predicates.md (aarch64_mem_pair_offset): Define new
10356         predicate.
10357         * config/aarch64/aarch64.md (loadwb_pair, storewb_pair): Use
10358         aarch64_mem_pair_offset.
10360 2014-08-01  Jiong Wang <jiong.wang@arm.com>
10362         * config/aarch64/aarch64.md (loadwb_pair<GPI:mode>_<P:mode>): Fix
10363         offset.
10364         (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
10365         * config/aarch64/aarch64.c (aarch64_gen_loadwb_pair): Likewise.
10367 2014-08-01  Matthew Fortune  <matthew.fortune@imgtec.com>
10369         * config/mips/mips.h (REGISTER_PREFIX): Define macro.
10371 2014-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
10373         PR regression/61510
10374         * cgraphunit.c (analyze_functions): Use get_create rather than get
10375         for decls which are clones of abstract functions.
10377 2014-08-01  Martin Liska  <mliska@suse.cz>
10379         * gimple-iterator.h (gsi_next_nonvirtual_phi): New function.
10380         * ipa-prop.h (count_formal_params): Global function created from static.
10381         * ipa-prop.c (count_formal_params): Likewise.
10382         * ipa-utils.c (ipa_merge_profiles): Be more tolerant if we merge
10383         profiles for semantically equivalent functions.
10384         * passes.c (do_per_function): If we load body of a function
10385         during WPA, this condition should behave same.
10386         * varpool.c (ctor_for_folding): More tolerant assert for variable
10387         aliases created during WPA.
10389 2014-08-01  Martin Liska  <mliska@suse.cz>
10391         * doc/invoke.texi (Options That Control Optimization): Documentation
10392         for -foptimize-strlen introduced. Optimization levels default options
10393         fixed.
10395 2014-08-01  Jakub Jelinek  <jakub@redhat.com>
10397         * opts.c (common_handle_option): Handle -fsanitize=alignment.
10398         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_CTOR_CALL.
10399         (ubsan_expand_bounds_ifn, ubsan_expand_null_ifn): Change return
10400         type to bool.
10401         * stor-layout.h (min_align_of_type): New prototype.
10402         * asan.c (pass_sanopt::execute): Don't perform gsi_next if
10403         ubsan_expand* told us not to do it.  Remove the extra gsi_end_p
10404         check.
10405         * ubsan.c: Include builtins.h.
10406         (ubsan_expand_bounds_ifn): Change return type to bool,
10407         always return true.
10408         (ubsan_expand_null_ifn): Change return type to bool, change
10409         argument to gimple_stmt_iterator *.  Handle both null and alignment
10410         sanitization, take type from ckind argument's type rather than
10411         first argument.
10412         (instrument_member_call): Removed.
10413         (instrument_mem_ref): Remove t argument, add mem and base arguments.
10414         Handle both null and alignment sanitization, don't say whole
10415         struct access is member access.  Build 3 argument IFN_UBSAN_NULL
10416         call instead of 2 argument.
10417         (instrument_null): Adjust instrument_mem_ref caller.  Don't
10418         instrument calls here.
10419         (pass_ubsan::gate, pass_ubsan::execute): Handle SANITIZE_ALIGNMENT
10420         like SANITIZE_NULL.
10421         * stor-layout.c (min_align_of_type): New function.
10422         * flag-types.h (enum sanitize_code): Add SANITIZE_ALIGNMENT.
10423         Or it into SANITIZE_UNDEFINED.
10424         * doc/invoke.texi (-fsanitize=alignment): Document.
10426 2014-07-31  Andi Kleen  <ak@linux.intel.com>
10428         * tree-ssa-tail-merge.c (same_succ_hash): Convert to inchash.
10430 2014-07-31  Andi Kleen  <ak@linux.intel.com>
10432         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Convert to
10433         inchash.
10434         (vn_reference_compute_hash): Dito.
10435         (vn_nary_op_compute_hash): Dito.
10436         (vn_phi_compute_hash): Dito.
10437         * tree-ssa-sccvn.h (vn_hash_constant_with_type): Dito.
10439 2014-07-31  Andi Kleen  <ak@linux.intel.com>
10441         * tree-ssa-dom.c (iterative_hash_exprs_commutative):
10442         Rename to inchash:add_expr_commutative. Convert to inchash.
10443         (iterative_hash_hashable_expr): Rename to
10444         inchash:add_hashable_expr. Convert to inchash.
10445         (avail_expr_hash): Dito.
10447 2014-07-31  Andi Kleen  <ak@linux.intel.com>
10449         * ipa-devirt.c (polymorphic_call_target_hasher::hash):
10450         Convert to inchash.
10452 2014-07-31  Andi Kleen  <ak@linux.intel.com>
10454         * asan.c (asan_mem_ref_hasher::hash): Convert to inchash.
10456 2014-07-31  Andi Kleen  <ak@linux.intel.com>
10458         * Makefile.in (OBJS): Add rtlhash.o
10459         * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
10460         (loc_checksum): Dito.
10461         (loc_checksum_ordered): Dito.
10462         (hash_loc_operands): Dito.
10463         (hash_locs): Dito.
10464         (hash_loc_list): Dito.
10465         * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
10466         * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
10467         * rtlhash.c: New file.
10468         * rtlhash.h: New file.
10470 2014-07-31  Andi Kleen  <ak@linux.intel.com>
10472         * inchash.h (inchash): Change inchash class to namespace.
10473         (class hash): ... Rename from inchash.
10474         (add_object): Move from macro to class template.
10475         * lto-streamer-out.c (hash_tree): Change inchash
10476         to inchash::hash.
10477         * tree.c (build_type_attribute_qual_variant): Dito.
10478         (type_hash_list): Dito.
10479         (attribute_hash_list): Dito.
10480         (iterative_hstate_expr): Rename to inchash::add_expr
10481         (build_range_type_1): Change inchash to inchash::hash
10482         and use hash::add_expr.
10483         (build_array_type_1): Dito.
10484         (build_function_type): Dito
10485         (build_method_type_directly): Dito.
10486         (build_offset_type): Dito.
10487         (build_complex_type): Dito.
10488         (make_vector_type): Dito.
10489         * tree.h (iterative_hash_expr): Dito.
10491 2014-07-31  Chen Gang  <gang.chen.5i5j@gmail.com>
10493         * gcc.c (do_spec_1): Allocate enough space for saved_suffix.
10495 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
10497         * config/aarch64/arm_neon.h (vpadd_<suf><8,16,32,64>): Move to
10498         correct alphabetical position.
10499         (vpaddd_f64): Rewrite using builtins.
10500         (vpaddd_s64): Move to correct alphabetical position.
10501         (vpaddd_u64): New.
10503 2014-07-31  Oleg Endo  <olegendo@gcc.gnu.org>
10505         PR target/61844
10506         * config/sh/sh.c (sh_legitimate_address_p,
10507         sh_legitimize_reload_address): Handle reg+reg address modes when
10508         ALLOW_INDEXED_ADDRESS is false.
10509         * config/sh/predicates.md (general_movsrc_operand,
10510         general_movdst_operand): Likewise.
10512 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
10514         * config/aarch64/aarch64-builtins.c
10515         (aarch64_gimple_fold_builtin): Don't fold reduction operations for
10516         BYTES_BIG_ENDIAN.
10518 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
10520         * config/aarch64/aarch64.c (aarch64_simd_vect_par_cnst_half): Vary
10521         the generated mask based on BYTES_BIG_ENDIAN.
10522         (aarch64_simd_check_vect_par_cnst_half): New.
10523         * config/aarch64/aarch64-protos.h
10524         (aarch64_simd_check_vect_par_cnst_half): New.
10525         * config/aarch64/predicates.md (vect_par_cnst_hi_half): Refactor
10526         the check out to aarch64_simd_check_vect_par_cnst_half.
10527         (vect_par_cnst_lo_half): Likewise.
10528         * config/aarch64/aarch64-simd.md
10529         (aarch64_simd_move_hi_quad_<mode>): Always use vec_par_cnst_lo_half.
10530         (move_hi_quad_<mode>): Always generate a low mask.
10532 2014-07-30  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10534         * doc/invoke.texi (AVR Options): Add documentation about
10535         __AVR_DEVICE_NAME__ built-in macro.
10537 2014-07-31  Charles Baylis  <charles.baylis@linaro.org>
10539         PR target/61948
10540         * config/arm/neon.md (ashldi3_neon): Don't emit arm_ashldi3_1bit unless
10541         constraints are satisfied.
10542         (<shift>di3_neon): Likewise.
10544 2014-07-31  Richard Biener  <rguenther@suse.de>
10546         PR tree-optimization/61964
10547         * tree-ssa-tail-merge.c (gimple_equal_p): Handle non-SSA LHS solely
10548         by structural equality.
10550 2014-07-31  Yury Gribov  <y.gribov@samsung.com>
10552         * doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
10553         * doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
10554         * flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
10555         New enums.
10556         * gcc.c (sanitize_spec_function): Support new option.
10557         (SANITIZER_SPEC): Remove now redundant check.
10558         * opts.c (common_handle_option): Support new option.
10559         (finish_options): Check for incompatibilities.
10560         * toplev.c (process_options): Split userspace-specific checks.
10562 2014-07-31  Richard Biener  <rguenther@suse.de>
10564         * lto-streamer.h (struct output_block): Remove global.
10565         (struct data_in): Remove labels, num_named_labels and
10566         num_unnamed_labels.
10567         * lto-streamer-in.c (lto_data_in_delete): Do not free labels.
10568         * lto-streamer-out.c (produce_asm_for_decls): Do not set global.
10570 2014-07-31  Marc Glisse  <marc.glisse@inria.fr>
10572         PR c++/60517
10573         * common.opt (-Wreturn-local-addr): Moved from c.opt.
10574         * gimple-ssa-isolate-paths.c: Include diagnostic-core.h and intl.h.
10575         (isolate_path): New argument to avoid inserting a trap.
10576         (find_implicit_erroneous_behaviour): Handle returning the address
10577         of a local variable.
10578         (find_explicit_erroneous_behaviour): Likewise.
10580 2014-07-31  Bingfeng Mei <bmei@broadcom.com>
10582         PR lto/61868
10583         * toplev.c (init_random_seed): Move piece of code never called to
10584         set_random_seed.
10585         (set_random_seed): see above.
10587 2014-07-31  Tom de Vries  <tom@codesourcery.com>
10589         * tree-ssa-loop.c (pass_tree_loop_init::execute): Remove dead code.
10591 2014-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
10593         * ira.c (insn_contains_asm_1, insn_contains_asm): Delete.
10594         (compute_regs_asm_clobbered): Use extract_asm_operands instead.
10596 2014-07-31  Richard Biener  <rguenther@suse.de>
10598         * data-streamer.h (streamer_write_data_stream): Declare here,
10599         renamed from ...
10600         * lto-streamer.h (lto_output_data_stream): ... this.  Remove.
10601         * lto-cgraph.c (lto_output_node): Adjust.
10602         (lto_output_varpool_node): Likewise.
10603         * data-streamer-out.c (streamer_string_index): Likewise.
10604         (streamer_write_data_stream, lto_append_block): Move from ...
10605         * lto-section-out.c (lto_output_data_stream,
10606         lto_append_block): ... here.
10608 2014-07-30  Mike Stump  <mikestump@comcast.net>
10610         * configure.ac: Also check for popen.
10611         * tree-loop-distribution.c (dot_rdg): Autoconfize popen use.
10612         * configure: Regenerate.
10613         * config.in:  Regenerate.
10615 2014-07-30  Martin Jambor  <mjambor@suse.cz>
10617         * tree-sra.c (sra_ipa_modify_assign): Change type of the first
10618         parameter to gimple.
10620 2014-07-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10622         * config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
10623         address as second parameter to __tpf_eh_return routine.
10625 2014-07-30  Jiong Wang  <jiong.wang@arm.com>
10627         * config/arm/arm.c (arm_get_frame_offsets): Adjust condition for
10628         Thumb2.
10630 2014-07-30  Tom Tromey  <tromey@redhat.com>
10632         PR c/59855
10633         * doc/invoke.texi (Warning Options): Document -Wdesignated-init.
10634         * doc/extend.texi (Type Attributes): Document designated_init
10635         attribute.
10637 2014-07-30  Roman Gareev  <gareevroman@gmail.com>
10639         * graphite-isl-ast-to-gimple.c:
10640         (gcc_expression_from_isl_ast_expr_id): Add calling of fold_convert.
10641         (gcc_expression_from_isl_expression): Pass type to
10642         gcc_expression_from_isl_ast_expr_id.
10644 2014-07-30  Richard Biener  <rguenther@suse.de>
10646         * lto-streamer.h (lto_write_data): New function.
10647         * langhooks.c (lhd_append_data): Do not free block.
10648         * lto-section-out.c (lto_write_data): New function writing
10649         raw data to the current section.
10650         (lto_write_stream): Adjust for langhook semantic change.
10651         (lto_destroy_simple_output_block): Write header directly.
10652         * lto-opts.c (lto_write_options): Write options directly.
10653         * lto-streamer-out.c (produce_asm): Write heaeder directly.
10654         (lto_output_toplevel_asms): Likewise.
10655         (copy_function_or_variable): Copy data directly.
10656         (write_global_references): Output index table directly.
10657         (lto_output_decl_state_refs): Likewise.
10658         (write_symbol): Write data directly.
10659         (produce_symtab): Adjust.
10660         (produce_asm_for_decls): Output header and refs directly.
10662 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
10664         * ipa-devirt.c (polymorphic_call_target_d): Rename nonconstruction_targets
10665         to speculative_targets
10666         (get_class_context): Fix handling of contextes without outer type;
10667         avoid matching non-polymorphic types in LTO.
10668         (possible_polymorphic_call_targets): Trun nonconstruction_targetsp
10669         parameter to speculative_targetsp; handle speculation.
10670         (dump_possible_polymorphic_call_targets): Update dumping.
10672 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
10674         * common.opt (Wodr): Enable by default.
10676 2014-07-29  Olivier Hainque  <hainque@adacore.com>
10678         * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
10680 2014-07-29  H.J. Lu  <hongjiu.lu@intel.com>
10682         PR bootstrap/61914
10683         * gengtype.c (strtoken): New function.
10684         (create_user_defined_type): Replace strtok with strtoken.
10686 2014-07-29  Nathan Sidwell  <nathan@acm.org>
10688         * gcov-io.c (gcov_var): Make hidden.
10689         * gcov-tool.c (gcov_list, gcov_exit): Remove declarations.
10690         (gcov_do_dump): Declare.
10691         (gcov_output_files): Call gcov_do_dump, not gcov_exit).
10693 2014-07-29  Martin Jambor  <mjambor@suse.cz>
10695         * tree-sra.c (sra_modify_constructor_assign): Change type of stmt
10696         parameter to gimple.
10697         (sra_modify_assign): Likewise.
10699 2014-07-29  Richard Biener  <rguenther@suse.de>
10701         PR middle-end/52478
10702         * expr.c (expand_expr_real_2): Revert last change.
10704 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
10706         * cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.
10707         * cgraph.h (cgraph_indirect_call_info): Add speculative data.
10708         * gimple-fold.c (fold_gimple_assign): Fix check for virtual
10709         call.
10710         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Update
10711         (contains_type_p): Forward declare.
10712         (polymorphic_call_target_hasher::hash): Hash speculative info.
10713         (polymorphic_call_target_hasher::equal): Compare speculative info.
10714         (get_class_context): Handle speuclation.
10715         (contains_type_p): Update.
10716         (get_polymorphic_call_info_for_decl): Update.
10717         (walk_ssa_copies): Break out from ...
10718         (get_polymorphic_call_info): ... here; set speculative context
10719         before giving up.
10720         * ipa-prop.c (ipa_write_indirect_edge_info,
10721         ipa_read_indirect_edge_info): Stream speculative context.
10722         * ipa-utils.h (ipa_polymorphic_call_context): Add speculative info
10723         (SPECULATIVE_OFFSET, SPECULATIVE_OUTER_TYPE,
10724         SPECULATIVE_MAYBE_DERIVED_TYPE).
10725         (possible_polymorphic_call_targets overriders): Update.
10726         (dump_possible_polymorphic_call_targets overriders): Update.
10727         (dump_possible_polymorphic_call_target_p overriders): Update.
10729 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
10731         * gimple-fold.c (fold_gimple_assign): Fix condition guarding
10732         ipa-devirt path; fix thinko there.
10734 2014-07-28  Trevor Saunders  <tsaunders@mozilla.com>
10736         * config/i386/i386.c (ix86_return_in_memory): Replace one
10737         ATTRIBUTE_UNUSED where the attribute can actually sometimes be unused.
10739 2014-07-28  Marek Polacek  <polacek@redhat.com>
10741         * doc/invoke.texi (-Wno-odr): Fix @item entry.  Tweak wording.
10743 2014-07-28  Peter Bergner  <bergner@vnet.ibm.com>
10745         * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
10746         * config/rs6000/sysv4.h (CC1_SPEC): Undefine it before defining it.
10747         * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
10748         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
10749         (USE_LD_AS_NEEDED): Likewise.
10750         (ASM_APP_ON): Likewise.
10751         (ASM_APP_OFF): Likewise.
10752         (TARGET_POSIX_IO): Likewise.
10753         * config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
10754         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
10755         (USE_LD_AS_NEEDED): Likewise.
10756         (ASM_APP_ON): Likewise.
10757         (ASM_APP_OFF): Likewise.
10758         (TARGET_POSIX_IO): Likewise.
10760 2014-07-28  Eric Botcazou  <ebotcazou@adacore.com>
10762         PR middle-end/61734
10763         * fold-const.c (fold_comparison): Disable X - Y CMP 0 to X CMP Y for
10764         operators other than the equality operators.
10766 2014-07-28  Richard Biener  <rguenther@suse.de>
10768         PR middle-end/52478
10769         * optabs.c (gen_int_libfunc): For -ftrapv libfuncs make
10770         sure to register SImode ones, not only >= word_mode ones.
10771         * expr.c (expand_expr_real_2): When expanding -ftrapv
10772         binops do not use OPTAB_LIB_WIDEN.
10774 2014-07-28  Richard Sandiford  <rdsandiford@googlemail.com>
10776         PR middle-end/61919
10777         * tree-outof-ssa.c (insert_partition_copy_on_edge)
10778         (insert_value_copy_on_edge, insert_rtx_to_part_on_edge)
10779         (insert_part_to_rtx_on_edge): Copy partition_to_pseudo rtxes before
10780         inserting them in the insn stream.
10782 2014-07-28  Marek Polacek  <polacek@redhat.com>
10784         PR middle-end/61913
10785         * common.opt (Wodr): Add Var.
10787 2014-07-28  Richard Biener  <rguenther@suse.de>
10789         PR tree-optimization/61921
10790         * tree-ssa-structalias.c (create_variable_info_for_1): Check
10791         if there is a varpool node before dereferencing it.
10793 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
10795         * graphite-sese-to-poly.c:
10796         (new_pbb_from_pbb): Set a new id of pbb1->domain (instead of using the
10797         id of the pbb), which contains pointer to the pbb1.
10799         * gcc.dg/graphite/isl-ast-gen-if-2.c: New testcase.
10801 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
10803         * graphite-isl-ast-to-gimple.c:
10804         (graphite_create_new_guard): New function.
10805         (translate_isl_ast_node_if): New function.
10806         (translate_isl_ast): Add calling of translate_isl_ast_node_if.
10808         * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
10810 2014-07-27  Anthony Green  <green@moxielogic.com>
10812         * config.gcc: Add moxie-*-moxiebox* configuration.
10813         * config/moxie/moxiebox.h: New file.
10815 2014-07-26  Andrew Pinski  <apinski@cavium.com>
10817         * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
10818         from the read only register.
10820 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
10822         * ira-costs.c (find_costs_and_classes): For -O0, use the best class
10823         as the allocation class if it isn't likely to be spilled.
10825 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
10827         * rtl.h (tls_referenced_p): Declare.
10828         * rtlanal.c (tls_referenced_p_1, tls_referenced_p): New functions.
10829         * config/mips/mips.c (mips_tls_symbol_ref_1): Delete.
10830         (mips_cannot_force_const_mem): Use tls_referenced_p.
10831         * config/pa/pa-protos.h (pa_tls_referenced_p): Delete.
10832         * config/pa/pa.h (CONSTANT_ADDRESS_P): Use tls_referenced_p
10833         instead of pa_tls_referenced_p.
10834         * config/pa/pa.c (hppa_legitimize_address, pa_cannot_force_const_mem)
10835         (pa_emit_move_sequence, pa_emit_move_sequence): Likewise.
10836         (pa_legitimate_constant_p): Likewise.
10837         (pa_tls_symbol_ref_1, pa_tls_referenced_p): Delete.
10838         * config/rs6000/rs6000.c (rs6000_tls_referenced_p): Delete.
10839         (rs6000_cannot_force_const_mem, rs6000_emit_move)
10840         (rs6000_address_for_altivec): Use tls_referenced_p instead of
10841         rs6000_tls_referenced_p.
10842         (rs6000_tls_symbol_ref_1): Delete.
10844 2014-07-26  Marc Glisse  <marc.glisse@inria.fr>
10846         PR target/44551
10847         * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
10848         Optimize inverse of a VEC_CONCAT.
10850 2014-07-25  Xinliang David Li  <davidxl@google.com>
10852         * params.def: New parameter.
10853         * coverage.c (get_coverage_counts): Check new flag.
10854         (coverage_compute_profile_id): Check new flag.
10855         (coverage_begin_function): Check new flag.
10856         (coverage_end_function): Check new flag.
10857         * value-prof.c (coverage_node_map_initialized_p): New function.
10858         (init_node_map): Populate map with all functions.
10859         * doc/invoke.texi: Document new parameter.
10861 2014-07-25  Jan Hubicka  <hubicka@ucw.cz>
10862             Richard Biener <rguenther@suse.de>
10864         * lto-streamer-out.c (struct sccs): Turn to ...
10865         (class DFS): ... this one; refactor the DFS walk so it can
10866         be re-done on per-SCC basis.
10867         (DFS::DFS): New constructor.
10868         (DFS::~DFS): New destructor.
10869         (hash_tree): Add new MAP argument holding in-SCC hash values;
10870         remove POINTER_TYPE hashing hack.
10871         (scc_entry_compare): Rename to ...
10872         (DFS::scc_entry_compare): ... this one.
10873         (hash_scc): Rename to ...
10874         (DFS::hash_scc): ... this one; pass output_block instead
10875         of streamer_cache; work harder to get unique and stable SCC
10876         hashes.
10877         (DFS_write_tree): Rename to ...
10878         (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
10879         (lto_output_tree): Update.
10881 2014-07-25  Andi Kleen  <ak@linux.intel.com>
10883         * lto-streamer-out.c (hash_tree): Convert to inchash.
10885 2014-07-25  Andi Kleen  <ak@linux.intel.com>
10887         * tree.c (build_type_attribute_qual_variant): Use inchash.
10888         (type_hash_list): Dito.
10889         (attribute_hash_list): Dito
10890         (iterative_hstate_expr): Dito.
10891         (iterative_hash_expr): Dito.
10892         (build_range_type_1): Dito.
10893         (build_array_type_1): Dito.
10894         (build_function_type): Dito.
10895         (build_method_type_directly): Dito.
10896         (build_offset_type): Dito.
10897         (build_complex_type): Dito.
10898         (make_vector_type): Dito.
10899         * tree.h (iterative_hash_expr): Add compat wrapper.
10900         (iterative_hstate_expr): Add.
10902 2014-07-25  Andi Kleen  <ak@linux.intel.com>
10904         * Makefile.in (OBJS): Add inchash.o.
10905         (PLUGIN_HEADERS): Add inchash.h.
10906         * ipa-devirt.c: Include inchash.h.
10907         * lto-streamer-out.c: Dito.
10908         * tree-ssa-dom.c: Dito.
10909         * tree-ssa-pre.c: Dito.
10910         * tree-ssa-sccvn.c: Dito.
10911         * tree-ssa-tail-merge.c: Dito.
10912         * asan.c: Dito.
10913         * tree.c (iterative_hash_hashval_t): Move to ...
10914         (iterative_hash_host_wide_int): Move to ...
10915         * inchash.c: Here. New file.
10916         * tree.h (iterative_hash_hashval_t): Move to ...
10917         (iterative_hash_host_wide_int): Move to ...
10918         * inchash.h: Here. New file.
10920 2014-07-25  Richard Biener  <rguenther@suse.de>
10922         PR middle-end/61762
10923         PR middle-end/61894
10924         * fold-const.c (native_encode_int): Add and handle offset
10925         parameter to do partial encodings of expr.
10926         (native_encode_fixed): Likewise.
10927         (native_encode_real): Likewise.
10928         (native_encode_complex): Likewise.
10929         (native_encode_vector): Likewise.
10930         (native_encode_string): Likewise.
10931         (native_encode_expr): Likewise.
10932         * fold-const.c (native_encode_expr): Add offset parameter
10933         defaulting to -1.
10934         * gimple-fold.c (fold_string_cst_ctor_reference): Remove.
10935         (fold_ctor_reference): Handle all reads from tcc_constant
10936         ctors.
10938 2014-07-25  Richard Biener  <rguenther@suse.de>
10940         * tree-inline.c (estimate_move_cost): Mark speed_p argument
10941         as possibly unused.
10943 2014-07-23  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10945         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.
10947 2014-07-24  Kyle McMartin  <kyle@redhat.com>
10949         * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
10951 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10953         * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
10954         Add prototype.
10955         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
10956         function.
10957         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
10958         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
10959         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
10961 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10963         * config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
10964         and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
10965         aggregate types.  Instead, *all* aggregate types, except for single-
10966         element or homogeneous float/vector aggregates, are quadword-aligned
10967         if required by their type alignment.  Issue -Wpsabi note when a type
10968         is now treated differently than before.
10970 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10972         * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
10973         does not fit fully into floating-point registers, and there is still
10974         space in the register parameter area, use GPRs to pass those parts
10975         of the argument.  Issue -Wpsabi note if any parameter is now treated
10976         differently than before.
10977         (rs6000_arg_partial_bytes): Update.
10979 2014-07-24  Uros Bizjak  <ubizjak@gmail.com>
10981         * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
10983 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
10985         * rtl.h (target_rtl): Remove lang_dependent_initialized.
10986         * toplev.c (initialize_rtl): Don't use it.  Move previously
10987         "language-dependent" calls to...
10988         (backend_init): ...here.
10989         (lang_dependent_init_target): Don't set lang_dependent_initialized.
10990         Assert that RTL initialization hasn't happend yet.
10992 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
10994         PR rtl-optimization/61629
10995         * reginfo.c (reinit_regs): Only call ira_init and recog_init if
10996         they have already been initialized.
10998 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
11000         PR middle-end/61268
11001         * function.c (assign_parm_setup_reg): Prevent invalid sharing of
11002         DECL_INCOMING_RTL and entry_parm.
11003         (get_arg_pointer_save_area): Likewise arg_pointer_save_area.
11004         * calls.c (load_register_parameters): Likewise argument values.
11005         (emit_library_call_value_1, store_one_arg): Likewise argument
11006         save areas.
11007         * config/i386/i386.c (assign_386_stack_local): Likewise the local
11008         stack slot.
11009         * explow.c (validize_mem): Modify the argument in-place.
11011 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
11013         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): New function.
11014         (aarch64_expand_epilogue): Optimize epilogue when !frame_pointer_needed.
11016 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
11018         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg): New function.
11019         (aarch64_expand_prologue): Optimize prologue when !frame_pointer_needed.
11021 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
11023         * config/aarch64/aarch64.c (aarch64_restore_callee_saves)
11024         (aarch64_save_callee_saves): New parameter "skip_wb".
11025         (aarch64_expand_prologue, aarch64_expand_epilogue): Update call site.
11027 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
11029         * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and
11030         "wb_candidate2".
11031         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize above.
11033 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
11035         * graphite-isl-ast-to-gimple.c:
11036         (graphite_create_new_loop): Add calling of isl_id_free to properly
11037         decrement reference counts.
11039         * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
11041 2014-07-24  Martin Liska  <mliska@suse.cz>
11042         * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
11043         function used.
11044         * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
11045         (rs6000_code_end): Likewise.
11047 2014-07-24  Martin Liska  <mliska@suse.cz>
11049         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
11050         symtab_node funtion used.
11051         (rs6000_xcoff_declare_object_name): Likewise.
11053 2014-07-24  Martin Liska  <mliska@suse.cz>
11055         * cgraphunit.c (compile): Correct function used.
11057 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
11059         * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL
11060         as non-indexable.
11062 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
11064         PR lto/61802
11065         * varasm.c (bss_initializer_p): Handle offlined ctors.
11066         (align_variable, get_variable_align): Likewise.
11067         (make_decl_one_only): Likewise.
11068         (default_binds_local_p_1): Likewise.
11069         (decl_binds_to_current_def_p): Likewise.
11070         (get_variable_section): Get constructor if it is offlined.
11071         (assemble_variable_contents): Sanity check that the caller
11072         streamed in the ctor in LTO.
11074 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
11076         * graphite-isl-ast-to-gimple.c:
11077         (binary_op_to_tree): Add calling of translate_isl_ast_node_block.
11078         (gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
11079         isl_ast_op_pdiv_r to the different case.
11081         * gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
11083 2014-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11085         PR middle-end/61876
11086         * convert.c (convert_to_integer): Do not convert BUILT_IN_ROUND and cast
11087         when flag_errno_math is on.
11089 2014-07-24  Martin Liska  <mliska@suse.cz>
11091         * cgraph.h (varpool_node):
11092         (availability get_availability (void)):
11093         created from cgraph_variable_initializer_availability
11094         (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
11095         created from: cgraph_variable_initializer_availability
11096         (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
11097         (void finalize_named_section_flags (void)):
11098         created from varpool_finalize_named_section_flags
11099         (bool assemble_decl (void)): created from varpool_assemble_decl
11100         (void analyze (void)): created from varpool_analyze_node
11101         (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
11102         void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
11103         (void remove_initializer (void)): created from varpool_remove_initializer
11104         (tree get_constructor (void)): created from varpool_get_constructor
11105         (bool externally_visible_p (void)): created from varpool_externally_visible_p
11106         (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
11107         (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
11108         (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
11109         (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
11110         (static void finalize_decl (tree decl)): created from varpool_finalize_decl
11111         (static bool output_variables (void)): created from varpool_output_variables
11112         (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
11113         created from varpool_extra_name_alias
11114         (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
11115         (static void dump_varpool (FILE *f)): created from dump_varpool
11116         (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
11117         (static varpool_node *create_empty (void)): created from varpool_create_empty_node
11118         (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
11119         (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
11120         (void assemble_aliases (void)): created from assemble_aliases
11122 2014-07-24  Martin Liska  <mliska@suse.cz>
11124         * cgraph.h (symtab_node):
11125         (void register_symbol (void)): created from symtab_register_node
11126         (void remove (void)): created from symtab_remove_node
11127         (void dump (FILE *f)): created from dump_symtab_node
11128         (void DEBUG_FUNCTION debug (void)): created from debug_symtab_node
11129         (void DEBUG_FUNCTION verify (void)): created from verify_symtab_node
11130         (struct ipa_ref *add_reference (symtab_node *referred_node,
11131         enum ipa_ref_use use_type)): created from add_reference 
11132         (struct ipa_ref *add_reference (symtab_node *referred_node,
11133         enum ipa_ref_use use_type, gimple stmt)): created from add_reference
11134         (struct ipa_ref *maybe_add_reference (tree val, enum ipa_ref_use use_type,
11135         gimple stmt)): created from maybe_add_reference
11136         (bool semantically_equivalent_p (symtab_node *target)): created from
11137         symtab_semantically_equivalent_p
11138         (void remove_from_same_comdat_group (void)): created from
11139         remove_from_same_comdat_group
11140         (void add_to_same_comdat_group (symtab_node *old_node)): created from
11141         symtab_add_to_same_comdat_group
11142         (void dissolve_same_comdat_group_list (void)): created from
11143         symtab_dissolve_same_comdat_group_list
11144         (bool used_from_object_file_p (void)): created from symtab_used_from_object_file_p
11145         (symtab_node *ultimate_alias_target (enum availability *avail = NULL)):
11146         created from symtab_alias_ultimate_target
11147         (inline symtab_node *next_defined_symbol (void)): created from
11148         symtab_next_defined_symbol
11149         (bool resolve_alias (symtab_node *target)): created from
11150         symtab_resolve_alias
11151         (bool call_for_symbol_and_aliases (bool (*callback) (symtab_node *, void *),
11152         void *data, bool include_overwrite)): created from symtab_for_node_and_aliases
11153         (symtab_node *noninterposable_alias (void)): created from symtab_nonoverwritable_alias
11154         (inline symtab_node *get_alias_target (void)): created from symtab_alias_target
11155         (void set_section (const char *section)): created from set_section_1 
11156         (enum availability get_availability (void)): created from symtab_node_availability
11157         (void make_decl_local (void)): created from symtab_make_decl_local
11158         (bool real_symbol_p (void)): created from symtab_read_node
11159         (can_be_discarded_p (void)): created from symtab_can_be_discarded
11160         (inline bool comdat_local_p (void)): created from symtab_comdat_local_p
11161         (inline bool in_same_comdat_group_p (symtab_node *target)): created from
11162         symtab_in_same_comdat_p;
11163         (bool address_taken_from_non_vtable_p (void)): created from
11164         address_taken_from_non_vtable_p
11165         (static inline symtab_node *get (const_tree decl)): created from symtab_get_node
11166         (static void dump_table (FILE *)): created from dump_symtab
11167         (static inline DEBUG_FUNCTION void debug_symtab (void)): created from debug_symtab
11168         (static DEBUG_FUNCTION void verify_symtab_nodes (void)): created from verify_symtab
11169         (static bool used_from_object_file_p_worker (symtab_node *node)): created from
11170         symtab_used_from_object_file_p 
11171         (void dump_base (FILE *)): created from dump_symtab_base
11172         (bool DEBUG_FUNCTION verify_base (void)): created from verify_symtab_base
11173         (void unregister (void)): created from symtab_unregister_node
11174         (struct symbol_priority_map *priority_info (void)): created from symtab_priority_info
11175         (static bool set_implicit_section (symtab_node *n, void *)): created from set_implicit_section
11176         (static bool noninterposable_alias (symtab_node *node, void *data)): created from
11177         symtab_nonoverwritable_alias_1
11178         * cgraph.h (cgraph_node):
11179         (bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL)):
11180         created from cgraph_remove_node_and_inline_clones
11181         (void record_stmt_references (gimple stmt)): created from ipa_record_stmt_references
11182         (void set_call_stmt_including_clones (gimple old_stmt, gimple new_stmt,
11183         bool update_speculative = true)): created from cgraph_set_call_stmt_including_clones
11184         (cgraph_node *function_symbol (enum availability *avail = NULL)):
11185         created from cgraph_function_node
11186         (cgraph_node *create_clone (tree decl, gcov_type count, int freq, bool update_original,
11187         vec<cgraph_edge *> redirect_callers, bool call_duplication_hook,
11188         struct cgraph_node *new_inlined_to, bitmap args_to_skip)):
11189         created from cgraph_create_clone 
11190         (cgraph_node *create_virtual_clone (vec<cgraph_edge *> redirect_callers,
11191         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, const char * suffix)):
11192         created from cgraph_create_virtual_clone
11193         (cgraph_node *find_replacement (void)): created from cgraph_find_replacement_node
11194         (cgraph_node *create_version_clone (tree new_decl, vec<cgraph_edge *> redirect_callers,
11195         bitmap bbs_to_copy)): created from cgraph_copy_node_for_versioning
11196         (cgraph_node *create_version_clone_with_body (vec<cgraph_edge *> redirect_callers,
11197         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
11198         bitmap bbs_to_copy, basic_block new_entry_block, const char *clone_name)):
11199         created from cgraph_function_version_info
11200         (struct cgraph_function_version_info *insert_new_function_version (void)):
11201         created from insert_new_cgraph_node_version
11202         (struct cgraph_function_version_info *function_version (void)): created from
11203         get_cgraph_node_version
11204         (void analyze (void)): created from analyze_function
11205         (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
11206         HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, tree virtual_offset,
11207         tree real_alias) cgraph_add_thunk
11208         (inline cgraph_node *get_alias_target (void)): created from cgraph_alias_target
11209         (cgraph_node *ultimate_alias_target (availability *availability = NULL)):
11210         created from cgraph_function_or_thunk_node
11211         (bool expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)):
11212         created from expand_thunk
11213         (void reset (void)): created from cgraph_reset_node
11214         (void create_wrapper (cgraph_node *target)): created from cgraph_make_wrapper
11215         (void DEBUG_FUNCTION verify_node (void)): created from verify_cgraph_node
11216         (void remove (void)): created from cgraph_remove_node
11217         (void dump (FILE *f)): created from dump_cgraph_node
11218         (void DEBUG_FUNCTION debug (void)): created from debug_cgraph_node
11219         (bool get_body (void)): created from cgraph_get_body
11220         (void release_body (void)): created from cgraph_release_function_body
11221         (void unnest (void)): created from cgraph_unnest_node
11222         (void make_local (void)): created from cgraph_make_node_local
11223         (void mark_address_taken (void)): created from cgraph_mark_address_taken_node
11224         (struct cgraph_edge *create_edge (cgraph_node *callee, gimple call_stmt,
11225         gcov_type count, int freq)): created from cgraph_create_edge
11226         (struct cgraph_edge *create_indirect_edge (gimple call_stmt, int ecf_flags,
11227         gcov_type count, int freq)): created from cgraph_create_indirect_edge
11228         (void create_edge_including_clones (struct cgraph_node *callee, gimple old_stmt,
11229         gimple stmt, gcov_type count, int freq, cgraph_inline_failed_t reason)):
11230         created from cgraph_create_edge_including_clones
11231         (cgraph_edge *get_edge (gimple call_stmt)): created from cgraph_edge
11232         (vec<cgraph_edge *> collect_callers (void)): created from collect_callers_of_node
11233         (void remove_callers (void)): created from cgraph_node_remove_callers
11234         (void remove_callees (void)): created from cgraph_node_remove_callees
11235         (enum availability get_availability (void)): created from cgraph_function_body_availability
11236         (void set_nothrow_flag (bool nothrow)): created from cgraph_set_nothrow_flag
11237         (void set_const_flag (bool readonly, bool looping)): created from cgraph_set_const_flag
11238         (void set_pure_flag (bool pure, bool looping)): created from cgraph_set_pure_flag
11239         (void call_duplication_hooks (cgraph_node *node2)): created from
11240         cgraph_call_node_duplication_hooks
11241         (bool call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, void *),
11242         void *data, bool include_overwritable)): created from cgraph_for_node_and_aliases
11243         (bool call_for_symbol_thunks_and_aliases (bool (*callback) (cgraph_node *node, void *data),
11244         void *data, bool include_overwritable)): created from cgraph_for_node_thunks_and_aliases
11245         (void call_function_insertion_hooks (void)):
11246         created from cgraph_call_function_insertion_hooks
11247         (inline void mark_force_output (void)): created from cgraph_mark_force_output_node
11248         (bool local_p (void)): created from cgraph_local_node
11249         (bool can_be_local_p (void)): created from cgraph_node_can_be_local_p
11250         (bool cannot_return_p (void)): created from cgraph_node_cannot_return
11251         (bool only_called_directly_p (void)): created from cgraph_only_called_directly_p
11252         (inline bool only_called_directly_or_aliased_p (void)):
11253         created from cgraph_only_called_directly_or_aliased_p
11254         (bool will_be_removed_from_program_if_no_direct_calls_p (void)):
11255         created from cgraph_will_be_removed_from_program_if_no_direct_calls
11256         (bool can_remove_if_no_direct_calls_and_refs_p (void)):
11257         created from cgraph_can_remove_if_no_direct_calls_and_refs_p
11258         (bool can_remove_if_no_direct_calls_p (void)):
11259         created from cgraph_can_remove_if_no_direct_calls_p
11260         (inline bool has_gimple_body_p (void)):
11261         created from cgraph_function_with_gimple_body_p
11262         (bool optimize_for_size_p (void)): created from cgraph_optimize_for_size_p
11263         (static void dump_cgraph (FILE *f)): created from dump_cgraph
11264         (static inline void debug_cgraph (void)): created from debug_cgraph
11265         (static void record_function_versions (tree decl1, tree decl2)):
11266         created from record_function_versions
11267         (static void delete_function_version (tree decl)):
11268         created from delete_function_version
11269         (static void add_new_function (tree fndecl, bool lowered)):
11270         created from cgraph_add_new_function
11271         (static inline cgraph_node *get (const_tree decl)): created from cgraph_get_node
11272         (static cgraph_node * create (tree decl)): created from cgraph_create_node
11273         (static cgraph_node * create_empty (void)): created from cgraph_create_empty_node
11274         (static cgraph_node * get_create (tree)): created from cgraph_get_create_node
11275         (static cgraph_node *get_for_asmname (tree asmname)):
11276         created from cgraph_node_for_asm
11277         (static cgraph_node * create_same_body_alias (tree alias, tree decl)):
11278         created from cgraph_same_body_alias 
11279         (static bool used_from_object_file_p_worker (cgraph_node *node,
11280         void *): new function
11281         (static bool non_local_p (cgraph_node *node, void *)):
11282         created from cgraph_non_local_node_p_1
11283         (static void DEBUG_FUNCTION verify_cgraph_nodes (void)):
11284         created from verify_cgraph
11285         (static bool make_local (cgraph_node *node, void *)):
11286         created from cgraph_make_node_local
11287         (static cgraph_node *create_alias (tree alias, tree target)):
11288         created from cgraph_create_function_alias
11289         (static cgraph_edge * create_edge (cgraph_node *caller, cgraph_node *callee,
11290         gimple call_stmt, gcov_type count, int freq, bool indir_unknown_callee)):
11291         created from cgraph_create_edge_1
11292         * cgraph.h (varpool_node):
11293         (void remove (void)): created from varpool_remove_node
11294         (void dump (FILE *f)): created from dump_varpool_node
11296 2014-07-24  Richard Biener  <rguenther@suse.de>
11298         PR ipa/61823
11299         * tree-ssa-structalias.c (create_variable_info_for_1):
11300         Use varpool_get_constructor.
11301         (create_variable_info_for): Likewise.
11303 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
11305         * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't
11306         subtract outgoing area size when restoring stack_pointer_rtx.
11308 2014-07-24  Nick Clifton  <nickc@redhat.com>
11310         * config/rx/rx.md (stack_push): Adjust RTL to account for the fact
11311         that operations are taking place in parallel.
11312         * config/rx.h (FRAME_POINTER_CFA_OFFSET): Delete.
11314 2014-07-24  Thomas Schwinge  <thomas@codesourcery.com>
11316         * omp-low.c (extract_omp_for_data): Add missing break statement.
11318 2014-07-24  Richard Biener  <rguenther@suse.de>
11320         * tree-inline.h (estimate_move_cost): Add speed_p parameter.
11321         * tree-inline.c (estimate_move_cost): Add speed_p parameter
11322         and adjust MOVE_RATIO query accordingly.
11323         (estimate_num_insns): Adjust callers.
11324         * ipa-prop.c (ipa_populate_param_decls): Likewise.
11325         * ipa-cp.c (gather_context_independent_values,
11326         estimate_local_effects): Likewise.
11327         * ipa-split.c (consider_split): Likewise.
11329 2014-07-24  Trevor Saunders  <tsaunders@mozilla.com>
11331         * config/i386/driver-i386.c: Remove names of unused arguments and
11332         unnecessary unused attributes.
11333         * config/i386/host-mingw32.c: Likewise.
11334         * config/i386/i386.c: Likewise.
11335         * config/i386/winnt-stubs.c: Likewise.
11336         * config/i386/winnt.c: Likewise.
11338 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11340         * config/aarch64/aarch64.c (aarch64_popwb_pair_reg)
11341         (aarch64_gen_loadwb_pair): New helper function.
11342         (aarch64_expand_epilogue): Simplify code using new helper functions.
11343         * config/aarch64/aarch64.md (loadwb_pair<GPF:mode>_<P:mode>): Define.
11345 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11347         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg)
11348         (aarch64_gen_storewb_pair): New helper function.
11349         (aarch64_expand_prologue): Simplify code using new helper functions.
11350         * config/aarch64/aarch64.md (storewb_pair<GPF:mode>_<P:mode>): Define.
11352 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11354         * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves):
11355         Rename to aarch64_save_callee_saves, remove restore code.
11356         (aarch64_restore_callee_saves): New function.
11358 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11360         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted.
11361         (aarch64_save_callee_saves): New function to handle reg save
11362         for both core and vectore regs.
11364 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11366         * config/aarch64/aarch64.c (aarch64_gen_load_pair)
11367         (aarch64_gen_store_pair): New helper function.
11368         (aarch64_save_or_restore_callee_save_registers)
11369         (aarch64_save_or_restore_fprs): Use new helper functions.
11371 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11373         * config/aarch64/aarch64.c (aarch64_next_callee_save): New function.
11374         (aarch64_save_or_restore_callee_save_registers)
11375         (aarch64_save_or_restore_fprs): Use aarch64_next_callee_save.
11377 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11379         * config/aarch64/aarch64.c
11380         (aarch64_save_or_restore_callee_save_registers)
11381         (aarch64_save_or_restore_fprs): Hoist calculation of register rtx.
11383 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11385         * config/aarch64/aarch64.c
11386         (aarch64_save_or_restore_callee_save_registers)
11387         (aarch64_save_or_restore_fprs): Remove 'increment'.
11389 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11391         * config/aarch64/aarch64.c
11392         (aarch64_save_or_restore_callee_save_registers)
11393         (aarch64_save_or_restore_fprs): Use register offset in
11394         cfun->machine->frame.reg_offset.
11396 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11398         * config/aarch64/aarch64.c
11399         (aarch64_save_or_restore_callee_save_registers)
11400         (aarch64_save_or_restore_fprs): Remove base_rtx.
11402 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11404         * config/aarch64/aarch64.c
11405         (aarch64_save_or_restore_callee_save_registers): Rename 'offset'
11406         to 'start_offset'.  Remove local variable 'start_offset'.
11408 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11410         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
11411         type to HOST_WIDE_INT.
11413 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11415         * config/aarch64/aarch64.c (aarch64_expand_prologue)
11416         (aarch64_save_or_restore_fprs)
11417         (aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
11419 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
11421         * config/arm/t-rtems-eabi: Add
11422         mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard,
11423         mthumb/march=armv7-m/mfpu=fpv4-sp-d16/mfloat-abi=hard,
11424         mbig-endian/mthumb/march=armv7-r, and
11425         mbig-endian/mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard
11426         multilibs.
11428 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
11429             Chris Johns <chrisj@rtems.org>
11430             Joel Sherrill <joel.sherrill@oarcorp.com>
11432         * config.gcc: Add nios2-*-rtems*.
11433         * config/nios2/rtems.h: New file.
11434         * gcc/config/nios2/t-rtems: New file.
11436 2014-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
11438         PR target/61396
11439         * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
11440         constant numbers, not general constants.
11441         (rs6000_expand_vector_init): Ditto.
11443 2014-07-23  Nathan Sidwell  <nathan@acm.org>
11445         * gcov-tool.c (gcov_list): Declare here.
11446         (set_gcov_list): Remove.
11447         (gcov_output_files): Set gcov_list directly.
11449 2014-07-23  Host Schirmeier  <horst@schirmeier.com>
11451         * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
11453 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
11455         * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
11456         callee-saved registers are available for padding purpose
11457         and r3 is not mandatory, then prefer use those callee-saved
11458         instead of r3.
11460 2014-07-23  Richard Biener  <rguenther@suse.de>
11462         * params.def (PARAM_MAX_COMBINE_INSNS): New.
11463         * combine.c: Include statistics.h and params.h.
11464         (combine_instructions): Guard three and four insn combines
11465         with max-combine-insns value.  Record statistics for combines
11466         performed.
11467         * doc/invoke.texi (max-combine-insns): Document new param.
11469 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
11471         * graphite-isl-ast-to-gimple.c:
11472         (translate_isl_ast_node_block): New function.
11473         (translate_isl_ast): Add calling of translate_isl_ast_node_block.
11475         * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase.
11476         * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase.
11478 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
11480         * graphite-isl-ast-to-gimple.c:
11481         (get_max_schedule_dimensions): New function.
11482         (extend_schedule): Likewise.
11483         (generate_isl_schedule): Add calling of extend_schedule and
11484         get_max_schedule_dimensions.
11486 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11488         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ.
11489         (case UNSPEC): Handle UNSPEC_RBIT.
11491 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11493         * config/aarch64/aarch64.md: Delete UNSPEC_CLS.
11494         (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS.
11496 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11498         * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic.
11500 2014-07-22  Roman Gareev  <gareevroman@gmail.com>
11502         * graphite-isl-ast-to-gimple.c:
11503         Add inclusion of gimple-ssa.h, tree-into-ssa.h.
11504         (ivs_params_clear):
11505         (build_iv_mapping): New function.
11506         (translate_isl_ast_node_user): Likewise.
11507         (translate_isl_ast): Add calling of translate_isl_ast_node_user.
11509         * gcc.dg/graphite/isl-ast-gen-single-loop-1.c: New testcase.
11510         * gcc.dg/graphite/isl-ast-gen-single-loop-2.c: New testcase.
11511         * gcc.dg/graphite/isl-ast-gen-single-loop-3.c: New testcase.
11513 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
11515         PR target/55701
11516         * config/arm/arm.md (setmem): New pattern.
11517         * config/arm/arm-protos.h (struct tune_params): New fields.
11518         (arm_gen_setmem): New prototype.
11519         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
11520         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
11521         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
11522         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
11523         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
11524         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
11525         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
11526         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
11527         (arm_const_inline_cost): New function.
11528         (arm_block_set_max_insns): New function.
11529         (arm_block_set_non_vect_profit_p): New function.
11530         (arm_block_set_vect_profit_p): New function.
11531         (arm_block_set_unaligned_vect): New function.
11532         (arm_block_set_aligned_vect): New function.
11533         (arm_block_set_unaligned_non_vect): New function.
11534         (arm_block_set_aligned_non_vect): New function.
11535         (arm_block_set_vect, arm_gen_setmem): New functions.
11537 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
11539         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
11541 2014-07-21  Uros Bizjak  <ubizjak@gmail.com>
11543         PR target/61855
11544         * config/i386/avx512fintrin.h: Move constants for mantissa extraction
11545         out of #ifdef __OPTIMIZE__.
11547 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
11549         * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with
11550         different trapping status if -fnon-call-exceptions is enabled.
11552 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
11554         * expr.c (store_field): Handle VOIDmode for calls that return values
11555         in multiple locations.
11557 2014-07-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11559         * config/rs6000/altivec.md (unspec enum):  Fix typo in UNSPEC_VSLDOI.
11560         (altivec_vsldoi_<mode>): Likewise.
11562 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
11564         * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related
11565         to the number of characters in the line.
11567 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
11569         * graphite-isl-ast-to-gimple.c: Add using of
11570         build_nonstandard_integer_type instead of int128_integer_type_node.
11572 2014-07-19  Eric Botcazou  <ebotcazou@adacore.com>
11574         * toplev.c (output_stack_usage): Adjust the location of the warning.
11576 2014-07-19  Daniel Cederman  <cederman@gaisler.com>
11578         * config/sparc/sync.md (*membar_storeload_leon3): New insn.
11579         (*membar_storeload): Disable for LEON3.
11581 2014-07-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11583         PR rtl-optimization/61461
11584         * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
11586 2014-07-18  Uros Bizjak  <ubizjak@gmail.com>
11588         PR target/61794
11589         * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
11590         Fix instruction constraint.
11591         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
11593 2014-07-18  Jonathan Wakely  <jwakely@redhat.com>
11595         * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
11597 2014-07-18  Chung-Ju Wu  <jasonwucj@gmail.com>
11599         * config/nds32/nds32.c (nds32_can_eliminate): Follow the
11600         GNU coding standards.
11601         (nds32_register_move_cost): Likewise.
11602         (nds32_memory_move_cost): Likewise.
11603         (nds32_address_cost): Likewise.
11605 2014-07-18  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
11607         * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
11609 2014-07-17  John David Anglin  <danglin@gcc.gnu.org>
11611         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Remove defines for
11612         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
11613         and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
11614         (HAVE_sync_compare_and_swapqi): Define.
11615         (HAVE_sync_compare_and_swaphi): Likewise.
11616         (HAVE_sync_compare_and_swapsi): Likewise.
11618 2014-07-17  Richard Sandiford  <rdsandiford@googlemail.com>
11620         * config/mips/p5600.md: Add missing cpu tests.
11622 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11624         * config/aarch64/arm_neon.h (vfma_f64): New intrinsic.
11625         (vmla_f64): Likewise.
11626         (vfms_f64): Likewise.
11627         (vmls_f64): Likewise.
11629 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11631         * config/aarch64/aarch64.c (aarch64_frint_unspec_p): New function.
11632         (aarch64_rtx_costs): Handle FIX, UNSIGNED_FIX, UNSPEC.
11634 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11636         * config/aarch64/arm_neon.h (vmlal_high_lane_s16): Fix type.
11637         (vmlal_high_lane_s32): Likewise.
11638         (vmlal_high_lane_u16): Likewise.
11639         (vmlal_high_lane_u32): Likewise.
11640         (vmlsl_high_lane_s16): Likewise.
11641         (vmlsl_high_lane_s32): Likewise.
11642         (vmlsl_high_lane_u16): Likewise.
11643         (vmlsl_high_lane_u32): Likewise.
11645 2014-07-17  Terry Guo  <terry.guo@arm.com>
11647         * config/arm/types.md (alu_reg): Replaced by alu_sreg and alu_dsp_reg.
11648         (alus_reg): Renamed to alus_sreg.
11649         * config/arm/arm-fixed.md: Change type of non-dsp instructions
11650         from alu_reg to alu_sreg.  Change type of dsp instructions from
11651         alu_reg to alu_dsp_reg.
11652         * config/arm/thumb1.md: Likewise.
11653         * config/arm/thumb2.md: Likewise.
11654         * config/arm/arm.c (cortexa7_older_only): Use new ALU type names.
11655         * config/arm/arm1020e.md (1020alu_op): Replace alu_reg and alus_reg
11656         with alu_sreg and alus_sreg.
11657         * config/arm/arm1026ejs.md (alu_op): Likewise.
11658         * config/arm/arm1136jfs.md (11_alu_op): Likewise.
11659         * config/arm/arm926ejs.md (9_alu_op): Likewise.
11660         * config/arm/fa526.md (526_alu_op): Likewise.
11661         * config/arm/fa606te.md (606te_alu_op): Likewise.
11662         * config/arm/fa626te.md (626te_alu_op): Likewise.
11663         * config/arm/fa726te.md (726te_alu_op): Likewise.
11664         * config/arm/fmp626.md (mp626_alu_op): Likewise.
11665         * config/arm/arm.md (core_cycles): Replace alu_reg and alus_reg with
11666         alu_sreg, alu_dsp_reg and alus_sreg.
11667         * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
11668         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
11669         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
11670         * config/arm/cortex-a7.md (cortex_a7_alu_sreg): Likewise.
11671         * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
11672         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
11673         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
11674         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
11675         * config/arm/marvell-pj4.md (pj4_alu, pj4_alu_conds): Likewise.
11676         * config/aarch64/aarch64.md (*addsi3_aarch64, *addsi3_aarch64_uxtw,
11677         subsi3, *adddi3_aarch64, *subsi3_uxtw, subdi3, absdi2, neg<mode>2,
11678         *negsi2_uxtw, tlsle_small_<mode>): Rename type alu_reg to alu_sreg.
11679         (add<mode>3_compare0, *addsi3_compare0_uxtw, *add<mode>3nr_compare0,
11680         sub<mode>3_compare0, *compare_neg<mode>, *neg<mode>2_compare0,
11681         subsi3_compare0_uxtw, *negsi2_compare0_uxtw, *cmp<mode>): Rename type
11682         alus_reg to alus_sreg.
11684 2014-07-17  Andreas Schwab  <schwab@linux-m68k.org>
11686         * real.c (encode_ieee_extended_motorola): Clear integer bit in the
11687         infinity format.
11689 2014-07-17  Richard Biener  <rguenther@suse.de>
11691         PR rtl-optimization/61801
11692         * sched-deps.c (sched_analyze_2): For ASM_OPERANDS and ASM_INPUT
11693         don't set reg_pending_barrier if it appears in a debug-insn.
11695 2014-07-16  DJ Delorie  <dj@redhat.com>
11697         * config/rx/rx.c (rx_option_override): Fix alignment values.
11698         (rx_align_for_label): Likewise.
11700 2014-07-17  Hans-Peter Nilsson  <hp@axis.com>
11702         PR target/61737.
11703         * config/cris/cris.c (TARGET_LEGITIMATE_CONSTANT_P)
11704         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
11705         (cris_cannot_force_const_mem, cris_legitimate_constant_p): New
11706         functions.
11707         (cris_print_index, cris_print_operand, cris_constant_index_p)
11708         (cris_side_effect_mode_ok): Replace CONSTANT_P with CRIS_CONSTANT_P.
11709         (cris_address_cost): Ditto last CONSTANT_P.
11710         (cris_symbol_type_of): Rename from cris_pic_symbol_type_of.  All
11711         callers changed.  Yield cris_offsettable_symbol for non-PIC
11712         constant symbolic expressions including labels.  Yield cris_unspec
11713         for all unspecs.
11714         (cris_expand_pic_call_address): New parameter MARKERP.  Set its
11715         target to pic_offset_table_rtx for calls that will likely go
11716         through PLT, const0_rtx when they can't.  All callers changed.
11717         Assert flag_pic.  Use CONSTANT_P, not CONSTANT_ADDRESS_P, for
11718         symbolic expressions to be PICified.  Remove second, redundant,
11719         assert on can_create_pseudo_p returning non-zero.  Use
11720         replace_equiv_address_nv, not replace_equiv_address, for final
11721         operand update.
11722         * config/cris/cris.md ("movsi"): Move variable t to pattern
11723         toplevel. Adjust assert for new cris_symbol_type member.  Use
11724         CONSTANT_P instead of CONSTANT_ADDRESS_P.
11725         ("*movsi_internal") <case 9>: Make check for valid unspec operands
11726         for lapc stricter.
11727         <case CRIS_UNSPEC_PCREL, CRIS_UNSPEC_PLT_PCREL>: Clear condition codes.
11728         ("call", "call_value"): Use second incoming operand as a marker
11729         for pic-offset-table-register being used.
11730         ("*expanded_call_non_v32", "*expanded_call_v32")
11731         ("*expanded_call_value_non_v32", "*expanded_call_value_v32"): For
11732         second incoming operand to CALL, match cris_call_type_marker.
11733         ("*expanded_call_value_side"): Ditto.  Disable before reload_completed.
11734         ("*expanded_call_side"): Ditto.  Fix typo in comment.
11735         (moverside, movemside peepholes): Check for CRIS_CONSTANT_P, not
11736         CONSTANT_P.
11737         * config/cris/predicates.md ("cris_call_type_marker"): New predicate.
11738         * config/cris/cris.h (CRIS_CONSTANT_P): New macro.
11739         (enum cris_symbol_type): Rename from cris_pic_symbol_type.  All
11740         users changed.  Add members cris_offsettable_symbol and cris_unspec.
11741         (cris_symbol_type): Rename from cris_pic_symbol_type.
11742         * config/cris/constraints.md ("T"): Use CRIS_CONSTANT_P, not
11743         just CONSTANT_P.
11744         * config/cris/cris-protos.h (cris_symbol_type_of,
11745         cris_expand_pic_call_address): Adjust prototypes.
11746         (cris_legitimate_constant_p): New prototype.
11748         * config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
11749         an existing tmake_file.  Don't add t-slibgcc and t-linux.
11751 2014-07-17  Jason Merrill  <jason@redhat.com>
11753         PR c++/61623
11754         * symtab.c (symtab_remove_from_same_comdat_group): Also
11755         set_comdat_group to NULL_TREE.
11756         (verify_symtab): Fix diagnostic.
11758 2014-07-16  David Wohlferd  <dw@LimeGreenSocks.com>
11760         PR target/61662
11761         * config/i386/ia32intrin.h: Use __LP64__ to determine size of long.
11763 2014-07-16  Dodji Seketeli  <dodji@redhat.com>
11765         Support location tracking for built-in macro tokens
11766         * input.h (is_location_from_builtin_token): New function declaration.
11767         * input.c (is_location_from_builtin_token): New function definition.
11768         * toplev.c (general_init): Tell libcpp what the pre-defined
11769         spelling location for built-in tokens is.
11771 2014-07-16  Jakub Jelinek  <jakub@redhat.com>
11773         * omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS
11774         on the FUNCTION_DECL.
11776 2014-07-16  Richard Biener  <rguenther@suse.de>
11778         PR other/61782
11779         * doc/extend.texi (always_inline): Clarify.
11781 2014-07-15  Eric Christopher  <echristo@gmail.com>
11783         * doc/invoke.texi (Link Options): Document -z option.
11785 2014-07-15  Uros Bizjak  <ubizjak@gmail.com>
11787         * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): New.
11788         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
11790 2014-07-15  Jan Hubicka  <hubicka@ucw.cz>
11792         * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
11794 2014-07-15  Bernd Schmidt  <bernds@codesourcery.com>
11796         * asan.c (asan_finish_file): Use varpool_finalize_decl instead of
11797         varpool_assemble_decl.
11798         * varpool.c (varpool_assemble_decl): Assert that node->definition is
11799         true.
11801 2014-07-15  Michael Matz  <matz@suse.de>
11803         PR rtl-optimization/61772
11804         * ifcvt.c (dead_or_predicable): Check jump to be free of side effects.
11806 2014-07-15  Richard Biener  <rguenther@suse.de>
11808         * opts.c (default_options_table): Disable bit-ccp at -Og.
11810 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
11812         * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
11814 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
11816         * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL,
11817         NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL;
11818         call langhook for unknown declaration.
11819         (find_decls_types_r): Do not walk DECL_ARGUMENT_FLD.
11820         * tree.h (DECL_ARGUMENTS): Update.
11821         * print-tree.c (print_node): Update.
11822         * tree-core.h (tree_decl_non_common): Remove arguments.
11823         (tree_function_decl): Add arguments.
11825 2014-07-14  Richard Earnshaw  <rearnsha@arm.com>
11827         * aarch64.md (add_losym_<mode>): Set type to alu_imm.
11829 2014-07-14  Richard Biener  <rguenther@suse.de>
11831         PR tree-optimization/61779
11832         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Always try
11833         simplifying a condition.
11835 2014-07-14  Richard Biener  <rguenther@suse.de>
11837         * builtins.c (c_strlen): Make only_value == 2 really only
11838         affect warning generation.
11840 2014-07-14  Richard Biener  <rguenther@suse.de>
11842         PR tree-optimization/61757
11843         PR tree-optimization/61783
11844         PR tree-optimization/61787
11845         * tree-ssa-dom.c (record_equality): Revert canonicalization
11846         change and add comment.
11847         (propagate_rhs_into_lhs): Revert previous fix, removing
11848         loop depth restriction again.
11850 2014-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11852         * config/arm/cortex-a15.md (cortex_a15_alu): Handle clz, rbit.
11853         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
11854         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
11855         * config/arm/cortex-a7.md (cortex_a7_alu_reg): Likewise.
11856         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
11857         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
11858         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
11860 2014-07-14  Richard Biener  <rguenther@suse.de>
11862         * cgraph.h (decl_in_symtab_p): Make inline.
11864 2014-07-14  Jakub Jelinek  <jakub@redhat.com>
11866         PR middle-end/61294
11867         * doc/invoke.texi (-Wmemset-transposed-args): Document.
11869         PR target/61656
11870         * config/i386/i386.c (classify_argument): Don't merge classes above
11871         number of words.
11873 2014-07-13  Jan Hubicka  <hubicka@ucw.cz>
11875         * cgraph.h (symtab_node): Add nonzero_address.
11876         (decl_in_symtab_p): Break out from ...
11877         (symtab_get_node): ... here.
11878         * fold-const.c: Include cgraph.h
11879         (tree_single_nonzero_warnv_p): Use symtab to determine
11880         if symbol is non-zero.
11881         * symtab.c (symtab_node::nonzero_address): New method.
11883 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
11885         * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
11886         forgotten in previous commit.
11888 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
11890         * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
11891         on builtin types.
11892         * ipa-devirt.c: Include stor-layout.h and intl.h
11893         (odr_subtypes_equivalent_p): New function.
11894         (warn_odr): New function.
11895         (warn_type_mismatch): New function.
11896         (odr_types_equivalent_p): New function.
11897         (add_type_duplicate): Use it.
11898         * common.opt (Wodr): New flag.
11899         * doc/invoke.texi (Wodr): Document new warning.
11901 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
11903         * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
11904         (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
11905         * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
11906         (varpool_get_constructor): Push CTORS_IN timevar.
11907         * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT timevar.
11909 2014-07-12  Uros Bizjak  <ubizjak@gmail.com>
11911         * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
11912         Remove VOID_FTYPE_PUSHORT.
11913         * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
11914         Change code to USHORT_FTYPE_VOID.
11915         (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
11916         (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
11917         (ix86_atomic_assign_expand_fenv): Update for
11918         __builtin_ia32_fnstsw changes.
11919         * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
11920         (fnstsw): Change operand 0 to nonimmediate operand.
11922 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
11924         * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
11925         (varpool_get_constructor): New function.
11926         (varpool_ctor_useable_for_folding_p): Break out from ...
11927         (ctor_for_folding): ... here; use varpool_get_constructor.
11928         (varpool_assemble_decl): Likewise.
11929         * lto-streamer.h (struct output_block): Turn cgraph_node
11930         to symbol filed.
11931         (lto_input_variable_constructor): Declare.
11932         * ipa-visibility.c (function_and_variable_visibility): Use
11933         varpool_get_constructor.
11934         * cgraph.h (varpool_get_constructor): Declare.
11935         (varpool_ctor_useable_for_folding_p): New function.
11936         * lto-streamer-out.c (get_symbol_initial_value): Take encoder
11937         parameter; return error_mark_node for non-trivial constructors.
11938         (lto_write_tree_1, DFS_write_tree): Update use of
11939         get_symbol_initial_value.
11940         (output_function): Update initialization of symbol.
11941         (output_constructor): New function.
11942         (copy_function): Rename to ..
11943         (copy_function_or_variable): ... this one; handle vars too.
11944         (lto_output): Output variable sections.
11945         * lto-streamer-in.c (input_constructor): New function.
11946         (lto_read_body): Rename from ...
11947         (lto_read_body_or_constructor): ... this one; handle vars too.
11948         (lto_input_variable_constructor): New function.
11949         * ipa-prop.c (ipa_prop_write_jump_functions,
11950         ipa_prop_write_all_agg_replacement): Update.
11951         * lto-cgraph.c (compute_ltrans_boundary): Use it.
11952         (output_cgraph_opt_summary): Set symbol to NULL.
11954 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
11956         * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
11957         non-polymorphic types.
11958         * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
11959         * ipa-devirt.c (types_same_for_odr): Do not explode when one
11960         of types is not polymorphic.
11962 2014-07-11  Vladimir Makarov  <vmakarov@redhat.com>
11964         * lra-constraints.c (remove_inheritance_pseudos): Process
11965         destination pseudo too.
11967 2014-07-11  Rong Xu  <xur@google.com>
11969         * gcov-tool.c (gcov_output_files): Fix build error introduced in
11970         commit r212448.
11972 2014-07-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
11974         * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
11975         * config/avr/avr-devices.c (AVR_MCU): Same.
11976         (avr_mcu_types): add text start value to end of device list.
11977         * config/avr/avr-mcus.def: Add text section start for all devices.
11978         (ata5782): Add new avr5 device.
11979         (ata5831): Same.
11980         * config/avr/avr-tables.opt: Regenerate.
11981         * config/avr/avr.h: Add declaration for text section start handler.
11982         (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
11983         SPEC functions.
11984         (LINK_SPEC): Include text section start handler to linker spec.
11985         * config/avr/driver-avr.c (avr_device_to_text_start): New function to
11986         pass -Ttext option to linker if the text section start for the device
11987         is not zero.
11988         * config/avr/t-multilib: Regenerate.
11989         * doc/avr-mmcu.texi: Regenerate.
11991 2014-07-11  David Edelsohn  <dje.gcc@gmail.com>
11993         * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
11994         * config/rs6000/aix52.h (LINK_SPEC): Same.
11995         * config/rs6000/aix53.h (LINK_SPEC): Same.
11996         * config/rs6000/aix61.h (LINK_SPEC): Same.
11997         * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
11999 2014-07-11  Roman Gareev  <gareevroman@gmail.com>
12001         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
12002         (graphite_verify): New function.
12003         (ivs_params_clear): New function.
12004         (gcc_expression_from_isl_ast_expr_id): New function.
12005         (gcc_expression_from_isl_expr_int): New function.
12006         (binary_op_to_tree): New function.
12007         (ternary_op_to_tree): New function.
12008         (unary_op_to_tree): New function.
12009         (nary_op_to_tree): New function.
12010         (gcc_expression_from_isl_expr_op): New function.
12011         (gcc_expression_from_isl_expression): New function.
12012         (graphite_create_new_loop): New function.
12013         (translate_isl_ast_for_loop): New function.
12014         (get_upper_bound): New function.
12015         (graphite_create_new_loop_guard): New function.
12016         (translate_isl_ast_node_for): New function.
12017         (translate_isl_ast): New function.
12018         (add_parameters_to_ivs_params): New function.
12019         (scop_to_isl_ast): New parameter ip.
12020         (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
12022 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
12024         * config/xtensa/predicates.md (call expander): Update for
12025         DECL_SECTION_NAME being string.
12027 2014-07-11  Richard Biener  <rguenther@suse.de>
12029         PR middle-end/61473
12030         * builtins.c (fold_builtin_memory_op): Inline memory moves that
12031         can be implemented with a single load followed by a single store.
12032         (c_strlen): Only warn when only_value is not 2.
12034 2014-07-11  Evgeny Stupachenko  <evstupac@gmail.com>
12036         * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
12038 2014-07-11  Marat Zakirov  <m.zakirov@samsung.com>
12040         PR target/61561
12041         * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
12042         (*movhi_bytes): Likewise.
12043         (*arm_movqi_insn): Likewise.
12045 2014-07-11  Uros Bizjak  <ubizjak@gmail.com>
12047         PR target/56858
12048         * config/alpha/alpha.c: Include tree-pass.h, context.h
12049         and pass_manager.h.
12050         (pass_data_handle_trap_shadows): New pass.
12051         (pass_handle_trap_shadows::gate): New pass gate function.
12052         (make_pass_handle_trap_shadows): New function.
12053         (rest_of_handle_trap_shadows): Ditto.
12055         (alpha_align_insns_1): Rename from alpha_align_insns.
12056         (pass_data_align_insns): New pass.
12057         (pass_align_insns::gate): New pass gate function.
12058         (make_pass_aling_insns): New function.
12059         (rest_of_align_insns): Ditto.
12060         (alpha_align_insns): Ditto.
12062         (alpha_option_override): Declare handle_trap_shadows info
12063         and align_insns_info.  Register handle_trap_shadows and align_insns
12064         passes here.
12065         (alpha_reorg): Do not call alpha_trap_shadows and
12066         alpha_align_insn from here.
12068         (alpha_pad_function_end): Do not skip BARRIERs.
12070 2014-07-10  Rong Xu  <xur@google.com>
12072         Add gcov-tool: an offline gcda profile processing tool support.
12073         * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
12074         (gcov_is_error): Ditto.
12075         (gcov_read_string): Ditto.
12076         (gcov_read_sync): Ditto.
12077         * gcov-io.h: Move counter defines to gcov-counter.def.
12078         * gcov-dump.c (tag_counters): Use gcov-counter.def.
12079         * coverage.c: Ditto.
12080         * gcov-tool.c: Offline gcda profile processing tool.
12081         (unlink_gcda_file): Remove one gcda file.
12082         (unlink_profile_dir): Remove gcda files from the profile path.
12083         (gcov_output_files): Output gcda files to an output dir.
12084         (profile_merge): Merge two profiles in directory.
12085         (print_merge_usage_message): Print merge usage.
12086         (merge_usage): Print merge usage and exit.
12087         (do_merge): Driver for profile merge sub-command.
12088         (profile_rewrite): Rewrite profile.
12089         (print_rewrite_usage_message): Print rewrite usage.
12090         (rewrite_usage): Print rewrite usage and exit.
12091         (do_rewrite): Driver for profile rewrite sub-command.
12092         (print_usage): Print gcov-info usage and exit.
12093         (print_version): Print gcov-info version.
12094         (process_args): Process arguments.
12095         (main): Main routine for gcov-tool.
12096         * Makefile.in: Build and install gcov-tool.
12097         * gcov-counter.def: New file split from gcov-io.h.
12098         * doc/gcc.texi: Include gcov-tool.texi.
12099         * doc/gcov-tool.texi: Document for gcov-tool.
12101 2014-07-10  Richard Biener  <rguenther@suse.de>
12103         PR tree-optimization/61757
12104         * tree-ssa-dom.c (loop_depth_of_name): Restore.
12105         (propagate_rhs_into_lhs): Revert part of last change.
12107 2014-07-10  Thomas Schwinge  <thomas@codesourcery.com>
12109         * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
12110         FUNCTION_DECLs.
12112 2014-07-10  Eric Botcazou  <ebotcazou@adacore.com>
12114         PR middle-end/53590
12115         * function.c (allocate_struct_function): Revert r188667 change.
12117         * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
12119 2014-07-10  Tom G. Christensen  <tgc@jupiterrise.com>
12121         * doc/install.texi: Remove links to defunct package providers for
12122         Solaris.
12124 2014-07-09  Tom de Vries  <tom@codesourcery.com>
12126         * final.c (get_call_fndecl): Declare.
12127         (self_recursive_call_p): New function.
12128         (collect_fn_hard_reg_usage): Handle self-recursive function calls.
12130 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
12132         * ipa-devirt.c (record_node): Walk through aliases.
12134 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
12136         * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
12138 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
12140         Revert:
12141         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
12143 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
12145         * ipa-visibility.c (function_and_variable_visibility): Remove
12146         temporary hack disabling local aliases on AIX.
12148 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
12150         * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
12151         * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
12153 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
12155         * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
12156         * rs6000/rs6000.c: Inline output of .set instruction.
12157         (declare_alias_data): New struct.
12158         (rs6000_declare_alias): New function.
12159         (rs6000_xcoff_declare_function_name): Use it.
12160         (rs6000_xcoff_declare_object_name): New function.
12161         * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
12162         (ASM_OUTPUT_DEF): Turn to empty definition.
12164 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
12166         PR bootstrap/61679
12167         * hash-table.h: use hash_table::value_type instead of
12168         Descriptor::value_type in the return types of several methods.
12170 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
12172         * tree-pass.h (pass_data): Remove has_execute member.
12173         * passes.c (execute_one_pass): Don't check pass->has_execute.
12174         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
12175         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
12176         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
12177         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
12178         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
12179         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
12180         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
12181         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
12182         gimple-low.c, gimple-ssa-isolate-paths.c,
12183         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
12184         ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
12185         ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
12186         ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
12187         lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
12188         postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
12189         reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
12190         stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
12191         tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
12192         tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
12193         tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
12194         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
12195         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
12196         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
12197         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
12198         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
12199         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
12200         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
12201         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
12202         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
12203         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
12204         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
12205         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
12206         web.c: Remove initializer for pass_data::has_execute.
12208 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
12210         * graphite-htab.h: Use hash_map instead of hash_table.
12211         * graphite-clast-to-gimple.c: Adjust.
12212         * passes.c: Use hash_map instead of hash_table.
12213         * sese.c: Likewise.
12214         * sese.h: Remove now unused code.
12216 2014-07-08  Sriraman Tallam  <tmsriram@google.com>
12218         PR target/61599
12219         * config/i386/i386.c (ix86_in_large_data_p): Check for size less
12220         than zero.
12222 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
12224         PR rtl-optimization/61673
12225         * combine.c (simplify_comparison): Test just mode's sign bit
12226         in tmode rather than the sign bit and any bits above it.
12228 2014-07-08  Roman Gareev  <gareevroman@gmail.com>
12230         * graphite-isl-ast-to-gimple.c (generate_isl_context):
12231         Add __isl_give to the declaration.
12232         (generate_isl_schedule): Likewise.
12233         (scop_to_isl_ast): Likewise.
12235 2014-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12237         * config/arm/arm.c (cortexa5_extra_costs): New table.
12238         (arm_cortex_a5_tune): Use cortexa5_extra_costs.
12240 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
12242         PR tree-optimization/61725
12243         * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
12244         range, use range_includes_zerop_p instead of integer_zerop on
12245         vr0->min, only use log2 of max if min is not negative.
12247 2014-07-08  Richard Biener  <rguenther@suse.de>
12249         * tree-ssa-dom.h (loop_depth_of_name): Remove.
12250         * tree-ssa-dom.c (record_equivalences_from_phis): Remove
12251         restriction on loop depth difference.
12252         (record_equality): Likewise.
12253         (propagate_rhs_into_lhs): Likewise.  Simplify condition.
12254         (loop_depth_of_name): Remove.
12255         * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
12256         restriction on loop depth difference.
12257         (init_copy_prop): Likewise.
12259 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
12261         * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
12262         parameter.
12263         (walk_aliased_vdefs): Likewise.
12264         * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
12265         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
12266         (detect_type_change_from_memory_writes): Check if entry was reached.
12268 2014-07-08  Richard Biener  <rguenther@suse.de>
12270         PR tree-optimization/61681
12271         * tree-ssa-structalias.c (find_what_var_points_to): Expand
12272         NONLOCAL inside ESCAPED.
12274 2014-07-08  Richard Biener  <rguenther@suse.de>
12276         PR tree-optimization/61680
12277         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
12278         Handle properly all read-write dependences with group accesses.
12280 2014-07-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
12282         PR tree-optimization/61576
12283         * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
12284         block containing reduction statement is predecessor of phi basi block.
12286 2014-07-08  Marek Polacek  <polacek@redhat.com>
12288         PR c/60226
12289         * fold-const.c (round_up_loc): Change the parameter type.
12290         Remove assert.
12291         * fold-const.h (round_up_loc): Adjust declaration.
12292         * stor-layout.c (finalize_record_size): Check for too large types.
12294 2014-07-07  Jan Hubicka  <hubicka@ucw.cz>
12296         * symtab.c: Include calls.h.
12297         (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
12299 2014-07-07  Maciej W. Rozycki  <macro@codesourcery.com>
12301         * config/rs6000/rs6000.c (output_vec_const_move): Handle
12302         little-endian code generation.
12303         * config/rs6000/spe.md (spe_evmergehi): Rename to...
12304         (vec_perm00_v2si): ... this.  Handle little-endian code generation.
12305         (spe_evmergehilo): Rename to...
12306         (vec_perm01_v2si): ... this.  Handle little-endian code generation.
12307         (spe_evmergelo): Rename to...
12308         (vec_perm11_v2si): ... this.  Handle little-endian code generation.
12309         (spe_evmergelohi): Rename to...
12310         (vec_perm10_v2si): ... this.  Handle little-endian code generation.
12311         (spe_evmergehi, spe_evmergehilo): New expanders.
12312         (spe_evmergelo, spe_evmergelohi): Likewise.
12313         (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
12314         (*frob_tf_ti): Likewise.
12315         (*frob_<mode>_di_2): Likewise.
12316         (*frob_tf_di_8_2): Likewise.
12317         (*frob_di_<mode>): Likewise.
12318         (*frob_ti_tf): Likewise.
12319         (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
12320         (*frob_ti_<mode>_8_2): Likewise.
12321         (*frob_ti_tf_2): Likewise.
12322         (mov_si<mode>_e500_subreg0): Rename to...
12323         (mov_si<mode>_e500_subreg0_be): ... this.  Restrict to the big
12324         endianness only.
12325         (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
12326         (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
12327         (*mov_si<mode>_e500_subreg0_elf_low_be): ... this.  Restrict to
12328         the big endianness only.
12329         (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
12330         (*mov_si<mode>_e500_subreg0_2): Rename to...
12331         (*mov_si<mode>_e500_subreg0_2_be): ... this.  Restrict to the
12332         big big endianness only.
12333         (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
12334         (*mov_si<mode>_e500_subreg4): Rename to...
12335         (*mov_si<mode>_e500_subreg4_be): ... this.  Restrict to the big
12336         endianness only.
12337         (mov_si<mode>_e500_subreg4_le): New instruction pattern.
12338         (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
12339         (*mov_si<mode>_e500_subreg4_elf_low_be): ... this.  Restrict to
12340         the big endianness only.
12341         (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
12342         pattern.
12343         (*mov_si<mode>_e500_subreg4_2): Rename to...
12344         (*mov_si<mode>_e500_subreg4_2_be): ... this.  Restrict to the big
12345         endianness only.
12346         (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
12347         (*mov_sitf_e500_subreg8): Rename to...
12348         (*mov_sitf_e500_subreg8_be): ... this.  Restrict to the big
12349         endianness only.
12350         (*mov_sitf_e500_subreg8_le): New instruction pattern.
12351         (*mov_sitf_e500_subreg8_2): Rename to...
12352         (*mov_sitf_e500_subreg8_2_be): ... this.  Restrict to the big
12353         endianness only.
12354         (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
12355         (*mov_sitf_e500_subreg12): Rename to...
12356         (*mov_sitf_e500_subreg12_be): ... this.  Restrict to the big
12357         endianness only.
12358         (*mov_sitf_e500_subreg12_le): New instruction pattern.
12359         (*mov_sitf_e500_subreg12_2): Rename to...
12360         (*mov_sitf_e500_subreg12_2_be): ... this.  Restrict to the big
12361         endianness only.
12362         (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
12364 2014-07-07  Max Ostapenko  <m.ostapenko@partner.samsung.com>
12366         * asan.c (instrument_strlen_call): Do not instrument first byte
12367         in strlen if already instrumented.
12369 2014-07-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12371         * config/arm/arm.opt (mwords-little-endian): Delete.
12372         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
12373         of TARGET_LITTLE_WORDS.
12374         (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
12375         * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
12376         warning.
12377         * doc/invoke.texi: Remove references to -mwords-little-endian.
12379 2014-07-07  Jakub Jelinek  <jakub@redhat.com>
12381         * expmed.c (struct init_expmed_rtl): Change all fields but
12382         pow2 and cint from struct rtx_def to rtx.
12383         (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
12384         (init_expmed): Likewise.  Allocate all the 18 rtxes and ggc_free them
12385         at the end again.
12387 2014-07-06  Marek Polacek  <polacek@redhat.com>
12389         PR c/6940
12390         * doc/invoke.texi: Document -Wsizeof-array-argument.
12392 2014-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
12394         * wide-int.h (wide_int_storage): Change declaration from struct
12395         to class.
12397 2014-07-05  Jan Hubicka  <hubicka@ucw.cz>
12399         * cgraph.c (cgraph_create_indirect_edge): Update call of
12400         get_polymorphic_call_info.
12401         * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
12402         (possible_polymorphic_call_targets): Add parameter call.
12403         (decl_maybe_in_construction_p): New predicate.
12404         (get_polymorphic_call_info): Add parameter call;
12405         use decl_maybe_in_construction_p.
12406         * gimple-fold.c (fold_gimple_assign): Update use of
12407         possible_polymorphic_call_targets.
12408         (gimple_fold_call): Likewise.
12409         * ipa-prop.c: Inlcude calls.h
12410         (ipa_binfo_from_known_type_jfunc): Check that known type is record.
12411         (param_type_may_change_p): New predicate.
12412         (detect_type_change_from_memory_writes): Break out from ...
12413         (detect_type_change): ... this one; use param_type_may_change_p.
12414         (detect_type_change_ssa): Use param_type_may_change_p.
12415         (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
12417 2014-07-05  Charles Baylis  <charles.baylis@linaro.org>
12419         PR target/49423
12420         * config/arm/arm-protos.h (arm_legitimate_address_p,
12421         arm_is_constant_pool_ref): Add prototypes.
12422         * config/arm/arm.c (arm_legitimate_address_p): Remove static.
12423         (arm_is_constant_pool_ref) New function.
12424         * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
12425         arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
12426         (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
12427         operand. Remove pool_range and neg_pool_range attributes.
12428         (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
12429         pool_range and neg_pool_range attributes.
12430         * config/arm/constraints.md (Uh): New constraint.
12431         (Uq): Don't allow constant pool references.
12433 2014-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
12435         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
12436         (move_lo_quad_internal_be_<mode>): Likewise.
12437         (move_lo_quad_<mode>): Convert to define_expand.
12438         (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
12439         (aarch64_simd_move_hi_quad_be_<mode>): New.
12440         (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
12441         (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
12442         (aarch64_combinez_be<mode>): New.
12443         (aarch64_combine<mode>): Convert to define_expand.
12444         (aarch64_combine_internal<mode>): New.
12445         (aarch64_simd_combine<mode>): Remove bogus RTL description.
12447 2014-07-04  Tom de Vries  <tom@codesourcery.com>
12449         * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
12450         combination of earlyclobber and read/write modifiers.
12452 2014-07-04  Tom de Vries  <tom@codesourcery.com>
12454         * config/aarch64/aarch64-simd.md
12455         (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
12457 2014-07-04  Richard Earnshaw  <rearnsha@arm.com>
12459         PR target/61714
12460         * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
12462 2014-07-04  Jakub Jelinek  <jakub@redhat.com>
12464         PR middle-end/61654
12465         * cgraphunit.c (expand_thunk): Call free_dominance_info.
12467         PR tree-optimization/61684
12468         * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
12469         rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
12471 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12472             Kito Cheng  <kito@0xlab.org>
12473             Monk Chiang  <sh.chiang04@gmail.com>
12475         * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
12476         (nds32_symbol_load_store_p): Move to ...
12477         (nds32_fp_as_gp_check_available): Move to ...
12478         * config/nds32/nds32-fp-as-gp.c: ... here.
12479         * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
12480         extern declaration.
12482 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12483             Kito Cheng  <kito@0xlab.org>
12484             Monk Chiang  <sh.chiang04@gmail.com>
12486         * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
12487         (nds32_expand_store_multiple): Move to ...
12488         (nds32_expand_movmemqi): Move to ...
12489         * config/nds32/nds32-memory-manipulation.c: ... here.
12491 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12492             Kito Cheng  <kito@0xlab.org>
12493             Monk Chiang  <sh.chiang04@gmail.com>
12495         * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
12496         (nds32_output_casesi_pc_relative): Move to ...
12497         (nds32_output_casesi): Move to ...
12498         (nds32_mem_format): Move to ...
12499         (nds32_output_16bit_store): Move to ...
12500         (nds32_output_16bit_load): Move to ...
12501         (nds32_output_32bit_store): Move to ...
12502         (nds32_output_32bit_load): Move to ...
12503         (nds32_output_32bit_load_s): Move to ...
12504         (nds32_output_stack_push): Move to ...
12505         (nds32_output_stack_pop): Move to ...
12506         * config/nds32/nds32-md-auxiliary.c: ... here.
12508 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12509             Ling-Hua Tseng  <uranus@tinlans.org>
12511         * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
12512         the purpose of this file.
12514 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12515             Kito Cheng  <kito@0xlab.org>
12516             Monk Chiang  <sh.chiang04@gmail.com>
12518         * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
12519         (nds32_address_cost): Move implementation to ...
12520         * config/nds32/nds32-cost.c: ... here.
12521         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
12522         (nds32_address_cost_impl): Declare.
12524 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12525             Kito Cheng  <kito@0xlab.org>
12526             Monk Chiang  <sh.chiang04@gmail.com>
12528         * config/nds32/nds32.c
12529         (nds32_consecutive_registers_load_store_p): Move to ...
12530         (nds32_valid_multiple_load_store): Move to ...
12531         (nds32_valid_stack_push_pop): Move to ...
12532         (nds32_can_use_bclr_p): Move to ...
12533         (nds32_can_use_bset_p): Move to ...
12534         (nds32_can_use_btgl_p): Move to ...
12535         (nds32_can_use_bitci_p): Move to ...
12536         * config/nds32/nds32-predicates.c: ... here.
12538 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12539             Kito Cheng  <kito@0xlab.org>
12540             Monk Chiang  <sh.chiang04@gmail.com>
12542         * config/nds32/nds32.c
12543         (nds32_expand_builtin_null_ftype_reg): Move to ...
12544         (nds32_expand_builtin_reg_ftype_imm): Move to ...
12545         (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
12546         (nds32_init_builtins): Move implementation to ...
12547         (nds32_expand_builtin): Move implementation to ...
12548         * config/nds32/nds32-intrinsic.c: ... here.
12549         * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
12550         (nds32_expand_builtin_impl): Declare.
12552 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12553             Kito Cheng  <kito@0xlab.org>
12554             Monk Chiang  <sh.chiang04@gmail.com>
12556         * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
12557         (nds32_emit_section_tail_template): Move to ...
12558         (nds32_emit_isr_jmptbl_section): Move to ...
12559         (nds32_emit_isr_vector_section): Move to ...
12560         (nds32_emit_isr_reset_conten): Move to ...
12561         (nds32_check_isr_attrs_conflict): Move to ...
12562         (nds32_construct_isr_vectors_information): Move to ...
12563         (nds32_asm_file_start): Move implementation to ...
12564         (nds32_asm_file_end): Move implementation to ...
12565         * config/nds32/nds32-isr.c: ... here.
12566         * config/nds32/nds32-protos.h
12567         (nds32_check_isr_attrs_conflict): Declare.
12568         (nds32_construct_isr_vectors_information): Declare.
12569         (nds32_asm_file_start_for_isr): Declare.
12570         (nds32_asm_file_end_for_isr): Declare.
12572 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
12573             Kito Cheng  <kito@0xlab.org>
12574             Monk Chiang  <sh.chiang04@gmail.com>
12576         * config.gcc (nds32*): Add new modules to extra_objs.
12577         (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
12578         (nds32be-*-*): Likewise.
12579         * config/nds32/nds32-cost.c: New file.
12580         * config/nds32/nds32-fp-as-gp.c: New file.
12581         * config/nds32/nds32-intrinsic.c: New file.
12582         * config/nds32/nds32-isr.c: New file.
12583         * config/nds32/nds32-md-auxiliary.c: New file.
12584         * config/nds32/nds32-memory-manipulation.c: New file.
12585         * config/nds32/nds32-pipelines-auxiliary.c: New file.
12586         * config/nds32/nds32-predicates.c: New file.
12587         * config/nds32/t-nds32: New file.
12589 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
12591         PR tree-optimization/61682
12592         * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
12593         using cases and when one of the operands is equal to 1.
12595 2014-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
12597         * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
12598         ashr<mode>3): Correct mode of operands[2].
12599         (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
12600         lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
12601         Correct mode of operands[2].  Fix split condition.
12603 2014-07-03  Richard Earnshaw  <rearnsha@arm.com>
12605         * arm.md (arch): Add armv6_or_vfpv3.
12606         (arch_enabled): Add test for the above.
12607         * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
12608         on VFP9.
12609         (sqrtsf_vfp, sqrtdf_vfp): Likewise.
12611 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
12613         * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
12614         * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
12615         HWI 1 and negate the unsigned value.
12616         * expmed.c (expand_sdiv_pow2): For modes wider than word always
12617         use AND instead of shift.
12618         * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
12620 2014-07-03  Marek Polacek  <polacek@redhat.com>
12622         * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
12623         (-fsanitize=float-divide-by-zero): Move to the table with
12624         -fsanitize=undefined suboptions.
12625         (-fsanitize=float-cast-overflow): Likewise.
12627 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
12629         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
12630         BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
12631         endianness.
12633 2014-07-03  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
12635         * loop-invariant.c (struct invariant): Add a new member: eqno;
12636         (find_identical_invariants): Update eqno;
12637         (create_new_invariant): Init eqno;
12638         (get_inv_cost): Compute comp_cost with eqno;
12640 2014-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
12642         * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
12643         (walk_insn_part) <ROTATE, ROTATERT>: New cases.
12644         (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
12645         * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
12646         Only do the transformation if both HAVE_rotate and HAVE_rotatert.
12648 2014-07-02  Christian Bruel  <christian.bruel@st.com>
12650         PR target/29349
12651         PR target/53513
12652         * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
12653         (make_preds_opaque): Delete.
12654         (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
12655         (commit_mode_sets): New function.
12656         (optimize_mode_switching): Handle current_mode to mode_switching_emit.
12657         Process all modes at once.
12658         * basic-block.h (pre_edge_lcm_avs): Declare.
12659         * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
12660         Call clear_aux_for_edges. Fix comments.
12661         (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
12662         (pre_edge_rev_lcm): Idem.
12663         * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
12664         parameter.
12665         * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
12666         * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
12667         Idem.
12668         * config/i386/i386.c (x96_emit_mode_set): Idem.
12669         * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
12670         * config/sh/sh.md (toggle_pr):  Defined if TARGET_FPU_SINGLE.
12671         (fpscr_toggle) Disallow from delay slot.
12672         * target.def (emit_mode_set): Add prev_mode parameter.
12673         * doc/tm.texi: Regenerate.
12675 2014-07-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12677         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
12678         variable i.
12680 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
12682         * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
12683         vtable_pointer_value_to_vtable): Constify.
12684         (contains_polymorphic_type_p): Declare.
12685         * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
12686         vtable_pointer_value_to_vtable): Constify.
12687         (contains_polymorphic_type_p): New predicate.
12688         * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
12689         polymorphic types.
12690         (ipa_set_ancestor_jf): Likewise.
12691         (detect_type_change): Return false in easy cases.
12692         (compute_complex_assign_jump_func): Require type to contain
12693         polymorphic type.
12694         (compute_known_type_jump_func): Likewise.
12696 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
12698         * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
12699         Remove.
12700         (type_in_anonymous_namespace_p): Constify argument.
12701         * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
12702         * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
12703         (main_odr_variant): New function.
12704         (hash_type_name): Make static; update assert; do not ICE on
12705         non-records.
12706         (types_same_for_odr): Bring here from tree.c; simplify and remove
12707         old structural comparing code that doesn't work for templates.
12708         (odr_hasher::equal): Update assert.
12709         (add_type_duplicate): Return true when bases should be computed;
12710         replace incomplete loader by complete; do not output duplicated
12711         warnings; do not ICE on non-records; set odr_violated flag.
12712         (get_odr_type): Be ready to replace incomplete type by complete
12713         one; work on ODR variants instead of main variants; reorder item
12714         in array so bases have still smaller indexes.
12715         (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
12716         (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
12718 2014-07-01  Cary Coutant  <ccoutant@google.com>
12720         * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
12721         lookup.
12722         (resolve_addr_in_expr): When replacing the rtx in a location list
12723         entry, get a new address table entry.
12724         (dwarf2out_finish): Call index_location_lists even if there are no
12725         addr_index_table entries yet.
12727 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
12729         * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
12730         change for not being obvious.
12732 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
12734         * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
12735         unused argument.
12737 2014-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12739         * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
12740         (vcagt_f64): Likewise.
12741         (vcale_f64): Likewise.
12742         (vcaled_f64): Likewise.
12743         (vcales_f32): Likewise.
12744         (vcalt_f64): Likewise.
12745         (vcaltd_f64): Likewise.
12746         (vcalts_f32): Likewise.
12748 2014-07-01  Marek Polacek  <polacek@redhat.com>
12750         * doc/invoke.texi: Document -Wint-conversion.
12752 2014-07-01  Marek Polacek  <polacek@redhat.com>
12754         PR c/58286
12755         * doc/invoke.texi: Document -Wincompatible-pointer-types.
12757 2014-07-01  Martin Liska  <mliska@suse.cz>
12759         IPA REF alias refactoring
12760         * cgraph.h (iterate_direct_aliases): New function.
12761         (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
12762         * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
12763         FOR_EACH_ALIAS added.
12764         (cgraph_for_node_and_aliases): Likewise.
12765         * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
12766         * ipa-inline.c (reset_edge_caches): Likewise.
12767         (update_caller_keys): Likewise.
12768         * trans-mem.c (ipa_tm_execute): Likewise.
12769         *varpool.c (varpool_analyze_node): Likewise.
12770         (varpool_for_node_and_aliases): Likewise.
12771         * ipa-ref.h (first_alias): New function.
12772         (last_alias): Likewise.
12773         (has_aliases_p): Likewise.
12774         * ipa-ref.c (ipa_ref::remove_reference): Removal function
12775         is sensitive to IPA_REF_ALIASes.
12776         * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
12777         are put at the beginning of the list.
12778         (symtab_node::iterate_direct_aliases): New function.
12780 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
12782         Revert:
12783         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
12784         type is complete.
12785         (write_ts_type_common_tree_pointers): Do not stream fields not set
12786         for incomplete types; do not stream duplicated fields for variants;
12787         sanity check that variant and type match.
12788         (write_ts_type_non_common_tree_pointers): Likewise.
12789         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
12790         TYPE_SIZE whether type is complete.
12791         (lto_input_ts_type_common_tree_pointers): Do same changes as in
12792         write_ts_type_common_tree_pointers
12793         (lto_input_ts_type_non_common_tree_pointers): Likewise.
12795 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
12797         * var-tracking.c (add_stores): Return instead of asserting if old
12798         and new values for conditional store are the same.
12800 2014-06-30  Richard Henderson  <rth@redhat.com>
12802         PR rtl-opt/61608
12803         PR target/39284
12804         * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
12805         the cfg if there were any changes.
12806         * passes.def: Revert move of peephole2 after reorder_blocks;
12807         move duplicate_computed_gotos before peephole2.
12809 2014-06-30  Uros Bizjak  <ubizjak@gmail.com>
12811         * except.c (emit_note_eh_region_end): New helper function.
12812         (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
12813         emit EH_REGION_END note.
12814         * jump.c (cleanup_barriers): Do not split a call and its
12815         corresponding CALL_ARG_LOCATION note.
12817 2014-06-30  Jeff Law  <law@redhat.com>
12819         PR tree-optimization/61607
12820         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
12821         deeper into the SSA_NAME_VALUE chain.
12823 2014-06-30  Marek Polacek  <polacek@redhat.com>
12825         * convert.c (convert_to_integer): Don't instrument conversions if the
12826         function has no_sanitize_undefined attribute.
12827         * ubsan.c: Don't run the ubsan pass if the function has
12828         no_sanitize_undefined attribute.
12830 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
12832         * doc/invoke.texi (-fsanitize=bounds): Move to the table with
12833         -fsanitize=undefined suboptions.
12835 2014-06-30  Alan Lawrence  <alan.lawrence@arm.com>
12837         * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
12838         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
12839         against bigendian and adjust indices.
12841 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
12843         * doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.
12845 2014-06-30  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12847         PR target/61633
12848         * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
12849         Add alternative; make early clobber.  Adjust both split patterns
12850         to use operand 0 as the working register.
12852 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
12854         * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
12855         as ira_object_id_map might be NULL, or 1.
12857 2014-06-30  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
12859         * loop-invariant.c (get_inv_cost): Handle register class.
12860         (gain_for_invariant): Check the register pressure of the inv
12861         and its overlapped register class, other than all.
12863 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
12865         * doc/invoke.texi (Optimize Options): Fix descriptions of
12866         ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
12868 2014-06-29  David Wohlferd <dw@LimeGreenSocks.com>
12870         * doc/extend.texi (Function Attributes): Update 'naked' attribute
12871         documentation.
12873 2014-06-29  Tobias Grosser <tobias@grosser.es>
12875         PR bootstrap/61650
12876         * graphite-isl-ast-to-gimple.c: Add missing guards.
12878 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
12880         * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
12881         * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
12882         * flag-types.h: Add new enum fgraphite_generator.
12883         * graphite-isl-ast-to-gimple.c: New.
12884         * graphite-isl-ast-to-gimple.h: New.
12885         * graphite.c (graphite_transform_loops): Add choice of Graphite
12886         code generator, which depends on flag_graphite_code_gen.
12888 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
12890         * graphite-dependences.c (subtract_commutative_associative_deps):
12891         Add NULL checking of the following variables: must_raw_no_source,
12892         may_raw_no_source, must_war_no_source, may_war_no_source,
12893         must_waw_no_source, may_waw_no_source, must_raw, may_raw,
12894         must_war, may_war, must_waw, may_waw.
12896 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
12898         * graphite-clast-to-gimple.c: gloog is renamed to
12899         graphite_regenerate_ast_cloog.  gloog_error is renamed to
12900         graphite_regenerate_error.
12901         * graphite-clast-to-gimple.h: The definition of the struct
12902         bb_pbb_def is moved to graphite-htab.h.
12903         Add inclusion of the hash-table.h.
12904         * graphite-htab.h: The declaration of the function gloog is moved
12905         to graphite-clast-to-gimple.h and renamed to
12906         graphite_regenerate_ast_cloog.
12907         * graphite.c (graphite_transform_loops): gloog is renamed
12908         to graphite_regenerate_ast_cloog.
12910 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
12912         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
12913         type is complete.
12914         (write_ts_type_common_tree_pointers): Do not stream fields not set
12915         for incomplete types; do not stream duplicated fields for variants;
12916         sanity check that variant and type match.
12917         (write_ts_type_non_common_tree_pointers): Likewise.
12918         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
12919         TYPE_SIZE whether type is complete.
12920         (lto_input_ts_type_common_tree_pointers): Do same changes as in
12921         write_ts_type_common_tree_pointers
12922         (lto_input_ts_type_non_common_tree_pointers): Likewise.
12924 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
12926         * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
12928 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
12930         * tree-inline.c (remap_type_1): Do not duplicate fields
12931         that are shared in between type and its main variant.
12933 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
12935         * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
12936         of the type.
12937         (ipa_set_ancestor_jf) Likewise.
12938         (check_stmt_for_type_change): Check that we work on main variant.
12939         (detect_type_change): Look into main variant.
12940         (compute_known_type_jump_func): Check that main variant has BINFO.
12942 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
12944         * ipa-devirt.c (set_type_binfo): New function.
12945         (add_type_duplicate): Use it.
12946         (get_odr_type): Sanity check that binfos points to main variants.
12947         (get_class_context): Be sure the context's outer_type is main variant.
12948         (contains_type_p): Walk main variant.
12949         (get_polymorphic_call_info_for_decl): Set outer_type to be
12950         main variant.
12951         (get_polymorphic_call_info): Likewise.
12952         (possible_polymorphic_call_targets): Sanity check that we operate
12953         on main variant.
12955 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
12957         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
12959 2014-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12961         * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
12962         accidental change due to wide-int branch merge.
12964 2014-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12966         * configure.ac (gcc_cv_as_compress_debug): Check for assembler
12967         compressed debug support.
12968         (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
12969         * configure: Regenerate.
12970         * config.in: Regenerate.
12971         * common.opt (compressed_debug_sections): New enum.
12972         (gz, gz=): New options.
12973         * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
12974         (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
12975         (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
12976         * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
12977         LINK_COMPRESS_DEBUG_SPEC.
12978         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
12979         * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
12980         * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
12981         (Debugging Options): Document -gz[=type].
12983 2014-06-27  Martin Jambor  <mjambor@suse.cz>
12985         PR ipa/61160
12986         * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
12987         args_to_skip, use those from node instead.  Copy args_to_skip and
12988         combined_args_to_skip from node to the new thunk.
12989         (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
12990         (cgraph_create_virtual_clone): Moved computation of
12991         combined_args_to_skip...
12992         (cgraph_clone_node): ...here, simplify it to bitmap_ior..
12994 2014-06-27  trevor Saunders  <tsaunders@mozilla.com>
12996         * config/i386/winnt.c (i386_pe_section_type_flags): Remove
12997         redundant diagnostic machinary.
12999 2014-06-27  Richard Biener  <rguenther@suse.de>
13001         * tree-ssa-math-opts.c (bswap_replace): Fix
13002         SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
13004 2014-06-27  Martin Liska  <mliska@suse.cz>
13006         * gimple.h (gimple_location_safe): New function introduced.
13007         * cgraphunit.c (walk_polymorphic_call_targets): Usage
13008         of gimple_location_safe replaces gimple_location.
13009         (gimple_fold_call): Likewise.
13010         * ipa-devirt.c (ipa_devirt): Likewise.
13011         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
13012         * ipa.c (walk_polymorphic_call_targets): Likewise.
13013         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
13015 2014-06-27  Jakub Jelinek  <jakub@redhat.com>
13017         PR tree-optimization/57233
13018         PR tree-optimization/61299
13019         * tree-vect-generic.c (get_compute_type, count_type_subparts): New
13020         functions.
13021         (expand_vector_operations_1): Use them.  If {L,R}ROTATE_EXPR
13022         would be lowered to scalar shifts, check if corresponding
13023         shifts and vector BIT_IOR_EXPR are supported and don't lower
13024         or lower just to narrower vector type in that case.
13025         * expmed.c (expand_shift_1): Fix up handling of vector
13026         shifts and rotates.
13028 2014-06-26  Uros Bizjak  <ubizjak@gmail.com>
13030         PR target/61586
13031         * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
13033 2014-06-26  Jan Hubicka  <hubicka@ucw.cz>
13035         * doc/invoke.texi (-fsemantic-interposition): Document.
13036         * common.opt (fsemantic-interposition): New flag.
13037         * varasm.c (decl_replaceable_p): Use it.
13039 2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13041         PR target/61542
13042         * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
13043         extraction other than index 3.
13045 2014-06-26  Teresa Johnson  <tejohnson@google.com>
13047         * doc/invoke.texi: Fix typo.
13048         * dumpfile.c: Add support for documented -fdump-* options
13049         optimized/missed/note/optall.
13051 2014-06-26  Martin Jambor  <mjambor@suse.cz>
13053         * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
13054         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
13055         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
13056         (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
13057         * opts.c (default_options_optimization): Set
13058         PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
13059         * doc/invoke.texi (allow-load-data-races)
13060         (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
13061         (allow-store-data-races): Document the new default.
13063 2014-06-26  Martin Jambor  <mjambor@suse.cz>
13065         * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
13066         renamed to ipa_impossible_devirt_target.  Fix typo.
13067         * ipa-prop.h (ipa_impossible_devirt_target): Declare.
13068         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
13069         ipa_impossible_devirt_target.
13071 2014-06-26  Richard Biener  <rguenther@suse.de>
13073         PR tree-optimization/61607
13074         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
13075         explaining why we restrict copies on loop depth.
13076         * tree-ssa-dom.c (cprop_operand): Remove restriction on
13077         on loop depth.
13078         (record_equivalences_from_phis): Instead add it here.
13080 2014-06-26  Bernd Schmidt  <bernds@codesourcery.com>
13082         * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
13083         (LTO_WRAPPER_OBJS): New variable.
13084         (lto-wrapper$(exeext)): Use it.
13085         * collect2.c: Include "collect-utils.h".
13086         (verbose, debug): Remove variables.
13087         (at_file_supplied): No longer static.
13088         (tool_name): New variable.
13089         (do_wait, fork_execute, maybe_unlink): Don't declare.
13090         (tool_cleanup): No longer static.
13091         (notice): Remove function.
13092         (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
13093         fork_execute calls.
13094         (collect_wait, do_wait, collect_execute): Remove functions.
13095         (maybe_unlink): No longer static.
13096         * collect2.h (verbose, debug): Don't declare.
13097         (at_file_supplied): Declare.
13098         * collect-utils.c (utils_cleanup): New arg from_signal.  All callers
13099         changed.
13100         (collect_execute): Replace with implementation from collect2, plus a
13101         new arg use_atfile.  All callers changed.
13102         (collect_wait): Replace with implementation from collect2.
13103         (maybe_unlink_file): Remove function.
13104         (fork_execute): Replace with implementation from collect2, plus a
13105         new arg use_atfile.  All callers changed.
13106         (do_wait): Add call to utils_cleanup to the error path.
13107         * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
13108         (tool_cleanup): Adjust declarations.
13109         * lto-wrapper.c (tool_cleanup): Add unused bool argument.
13110         * tlink.c: Include "collect-utils.h".
13111         (tlink_execute): New arg use_atfile.  All callers changed.
13112         (tlink_init, tlink_execute): Remove declarations.
13114         * collect-utils.c (save_temps): New variable.
13115         (do_wait): Use it instead of debug.  Use fatal_error.
13116         * collect-utils.h (save_temps): Declare.
13117         * collect2.c (verbose): Rename from vflag.  All uses changed.
13118         (tool_cleanup): New function, copied from collect_atexit.
13119         (collect_atexit, handler): Just call it.
13120         * collect2.h (verbose): Declaration renamed from vflag.
13121         * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
13122         debug.
13124         * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
13125         (lto-wrapper$(exeext)): Link with collect-utils.o.
13126         * collect-utils.c: New file.
13127         * collect-utils.h: New file.
13128         * lto-wrapper.c: Include "collect-utils.h".
13129         (args_name): Delete variable.
13130         (tool_name): New variable.
13131         (tool_cleanup): New function.
13132         (maybe_unlink): Renamed from maybe_unlink_file.  All callers changed.
13133         (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
13134         (fork_execute): Remove functions.
13136 2014-06-26  Nick Clifton  <nickc@redhat.com>
13138         * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
13140         * doc/extend.texi (Function Attributes): Fix typo in description
13141         of RX vector attribute.
13143 2014-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
13145         * config.gcc (supported_defaults): Error when passing either
13146         --with-tune or --with-arch in conjunction with --with-cpu for ARM.
13148 2014-06-26  Richard Biener  <rguenther@suse.de>
13150         * tree-ssa-dom.c (cprop_operand): Remove restriction on
13151         propagating volatile pointers.
13153 2014-06-26  Richard Biener  <rguenther@suse.de>
13155         PR tree-optimization/61607
13156         * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
13157         loop if we redirected its latch edge.
13158         (thread_block_1): Do not cancel loops prematurely.
13160 2014-06-25  Jan Hubicka  <hubicka@ucw.cz>
13162         * toplev.c (backend_init_target): Move init_emit_regs and
13163         init_regs to...
13164         (backend_init) ... here; skip ira_init_once and backend_init_target.
13165         (target_reinit) ... and here; clear
13166         this_target_rtl->lang_dependent_initialized.
13167         (lang_dependent_init_target): Clear
13168         this_target_rtl->lang_dependent_initialized;
13169         break out rtl initialization to ...
13170         (initialize_rtl): ... here; call also backend_init_target
13171         and ira_init_once.
13172         * toplev.h (initialize_rtl): New function.
13173         * function.c: Include toplev.h
13174         (init_function_start): Call initialize_rtl.
13175         * rtl.h (target_rtl): Add target_specific_initialized,
13176         lang_dependent_initialized.
13178 2014-06-25  Paul Gortmaker  <paul.gortmaker@windriver.com>
13179             Jakub Jelinek  <jakub@redhat.com>
13181         * gcc.c (set_multilib_dir): Malloc "." pointer as well.
13183 2014-06-25  Tom de Vries  <tom@codesourcery.com>
13185         * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
13187 2014-06-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13189         * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
13190         check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
13191         Issue a strict overflow warning if appropriate.
13193 2014-06-25  Martin Liska  <mliska@suse.cz>
13195         IPA REF refactoring
13196         * Makefile.in: Removed header file (ipa-ref-inline.h).
13197         * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
13198         called.
13199         (cgraph_speculative_call_info): Likewise.
13200         (cgraph_for_node_thunks_and_aliases): Likewise.
13201         (cgraph_for_node_and_aliases): Likewise.
13202         (verify_cgraph_node): Likewise.
13203         * cgraph.h: Batch of IPA REF functions become member functions of
13204         symtab_node: add_reference, maybe_add_reference, clone_references,
13205         clone_referring, clone_reference, find_reference,
13206         remove_stmt_references, remove_all_references,
13207         remove_all_referring, dump_references, dump_referring,
13208         has_alias_p, iterate_reference, iterate_referring.
13209         * cgraphbuild.c (record_reference): New IPA REF function used.
13210         (record_type_list): Likewise.
13211         (record_eh_tables): Likewise.
13212         (mark_address): Likewise.
13213         (mark_load): Likewise.
13214         (mark_store): Likewise.
13215         (pass_build_cgraph_edges): Likewise.
13216         (rebuild_cgraph_edge): Likewise.
13217         (cgraph_rebuild_references): Likewise.
13218         (pass_remove_cgraph_callee_edges): Likewise.
13219         * cgraphclones.c (cgraph_clone_node): Likewise.
13220         (cgraph_create_virtual_clone): Likewise.
13221         (cgraph_materialize_clone): Likewise.
13222         (cgraph_materialize_all_clones): Likewise.
13223         * cgraphunit.c (cgraph_reset_node): Likewise.
13224         (cgraph_reset_node): Likewise.
13225         (analyze_function): Likewise.
13226         (assemble_thunks_and_aliases): Likewise.
13227         (expand_function): Likewise.
13228         * ipa-comdats.c (propagate_comdat_group): Likewise.
13229         (enqueue_references): Likewise.
13230         * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
13231         (create_specialized_node): Likewise.
13232         * ipa-devirt.c (referenced_from_vtable_p): Likewise.
13233         * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
13234         * ipa-inline.c (reset_edge_caches): Likewise.
13235         (update_caller_keys): Likewise.
13236         (execute): Likewise.
13237         * ipa-prop.c (remove_described_reference): Likewise.
13238         (propagate_controlled_uses): Likewise.
13239         (ipa_edge_duplication_hook): Likewise.
13240         (ipa_modify_call_arguments): Likewise.
13241         * ipa-pure-const.c (propagate_pure_const): Likewise.
13242         * ipa-ref-inline.h: Header file removed, functions moved
13243         to symtab_node class.
13244         * ipa-ref.c (remove_reference): New class member function.
13245         (cannot_lead_to_return): New class member function.
13246         (referring_ref_list): Likewise.
13247         (referred_ref_list): Likewise.
13248         Rest of functions moved to symtab_node class.
13249         * ipa-ref.h: New member functions remove_reference,
13250         cannot_lead_to_return, referring_ref_list, referred_ref_list added
13251         to ipa_ref class.
13252         ipa_ref_list class has new member functions: first_reference,
13253         first_referring, clear, nreferences.
13254         * ipa-reference.c (analyze_function): New IPA REF function used.
13255         (write_node_summary_p): Likewise.
13256         (ipa_reference_write_optimization_summary): Likewise.
13257         * ipa-split.c (split_function): Likewise.
13258         * ipa-utils.c (ipa_reverse_postorder): Likewise.
13259         * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
13260         (function_and_variable_visibility): Likewise.
13261         * ipa.c (has_addr_references_p): Likewise.
13262         (process_references): Argument type changed.
13263         (symtab_remove_unreachable_nodes): New IPA REF function used.
13264         (process_references): Likewise.
13265         (set_writeonly_bit): Likewise.
13266         * lto-cgraph.c: Implementation of new symtab_node member functions
13267         that uses new IPA REF functions.
13268         * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
13269         function used.
13270         * lto-streamer-out.c (output_symbol_p): Likewise.
13271         * lto-streamer.h (referenced_from_this_partition_p): Argument type
13272         changed.
13273         * symtab.c: Implementation of new IPA REF API.
13274         * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
13275         (ipa_tm_create_version): Likewise.
13276         (ipa_tm_execute): Likewise.
13277         * tree-emutls.c (gen_emutls_addr): Likewise.
13278         * tree-inline.c (copy_bb): Likewise.
13279         (delete_unreachable_blocks_update_callgraph): Likewise.
13280         * varpool.c (varpool_remove_unreferenced_decls): Likewise.
13281         (varpool_for_node_and_aliases): Likewise.
13283 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
13285         * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
13287 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
13289         PR bootstrap/61598
13290         * fold-const.c (fold_checksum_tree): Use a hash_table of const
13291         tree_node * instead of tree_node *.
13292         (fold): Adjust.
13293         (print_fold_checksum): Likewise.
13294         (fold_check_failed): Likewise.
13295         (debug_fold_checksum): Likewise.
13296         (fold_build1_stat_loc): Likewise.
13297         (fold_build2_stat_loc): Likewise.
13298         (fold_build3_stat_loc): Likewise.
13299         (fold_build_call_array_loc): Likewise.
13301 2014-06-25  David Edelsohn  <dje.gcc@gmail.com>
13303         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
13304         implementation with call to...
13305         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
13306         function.
13307         * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
13308         Declare.
13310 2014-06-25  Marc Glisse  <marc.glisse@inria.fr>
13312         PR tree-optimization/57742
13313         * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
13314         after replacing the statement.
13316 2014-06-25  Nick Clifton  <nickc@redhat.com>
13318         * config/v850/v850.c (GHS_default_section_names): Change to const
13319         char * type.
13320         (GHS_current_section_names): Likewise.
13321         (v850_insert_attributes): Do not build strings, just assign the
13322         names directly.  Change the type of 'chosen_section' to const
13323         char*.
13324         * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
13325         directly to the array entry.
13326         * config/v850/v850.h (GHS_default_section_names): Change to const
13327         char * type.
13328         (GHS_current_section_names): Likewise.
13330 2014-06-25  Jakub Jelinek  <jakub@redhat.com>
13332         * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
13333         (LANG_HOOKS_DECLS): Add it.
13334         * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
13335         has correct type.
13336         * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
13337         * langhooks.h (struct lang_hooks_for_decls): Add
13338         omp_clause_linear_ctor hook.
13339         * omp-low.c (lower_rec_input_clauses): Set max_vf even if
13340         OMP_CLAUSE_LINEAR_ARRAY is set.  Don't fold_convert
13341         OMP_CLAUSE_LINEAR_STEP.  For OMP_CLAUSE_LINEAR_ARRAY in
13342         combined simd loop use omp_clause_linear_ctor hook.
13344 2014-06-24  Cong Hou  <congh@google.com>
13346         * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
13347         pattern recognition.
13348         (type_conversion_p): PROMOTION is true if it's a type promotion
13349         conversion, and false otherwise.  Return true if the given expression
13350         is a type conversion one.
13351         * tree-vectorizer.h: Adjust the number of patterns.
13352         * tree.def: Add SAD_EXPR.
13353         * optabs.def: Add sad_optab.
13354         * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
13355         * expr.c (expand_expr_real_2): Likewise.
13356         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
13357         * gimple.c (get_gimple_rhs_num_ops): Likewise.
13358         * optabs.c (optab_for_tree_code): Likewise.
13359         * tree-cfg.c (estimate_operator_cost): Likewise.
13360         * tree-ssa-operands.c (get_expr_operands): Likewise.
13361         * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
13362         * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
13363         * doc/generic.texi: Add document for SAD_EXPR.
13364         * doc/md.texi: Add document for ssad and usad.
13366 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
13368         * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
13369         qualification in cast.
13371 2014-06-24  Jan Hubicka  <hubicka@ucw.cz>
13373         * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
13374         * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
13375         * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
13376         (tree_function_decl): ... here.
13377         * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
13378         streaming of vindex to ...
13379         (write_ts_function_decl_tree_pointers): ... here.
13380         * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
13381         Do not stream DECL_VINDEX.
13382         (lto_input_ts_function_decl_tree_pointers): Stream it here.
13384 2014-06-24  Catherine Moore  <clm@codesourcery.com>
13385             Sandra Loosemore  <sandra@codesourcery.com>
13387         * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
13388         * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
13389         * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
13391 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
13393         * doc/invoke.texi (Warning Options): Remove duplicated
13394         -Wmaybe-uninitialized.
13396 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
13398         PR tree-optimization/57742
13399         * tree-ssa-strlen.c (get_string_length): Ignore malloc.
13400         (handle_builtin_malloc, handle_builtin_memset): New functions.
13401         (strlen_optimize_stmt): Call them.
13402         * passes.def: Move strlen after loop+dom but before vrp.
13404 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
13406         PR target/61570
13407         * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
13408         model family 6 CPU with has_longmode never use a CPU without
13409         64-bit support.
13411 2014-06-24  H.J. Lu  <hongjiu.lu@intel.com>
13413         PR target/61570
13414         * config/i386/driver-i386.c (host_detect_local_cpu): Revert
13415         the last change.
13417 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
13419         * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
13420         * dominance.c (iterate_fix_dominators): Use hash_map instead of
13421         pointer_map.
13422         * hash-map.h: New file.
13423         * ipa-comdats.c: Use hash_map instead of pointer_map.
13424         * ipa.c: Likewise.
13425         * lto-section-out.c: Adjust.
13426         * lto-streamer.h: Replace pointer_map with hash_map.
13427         * symtab.c (verify_symtab): Likewise.
13428         * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
13429         * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
13430         * tree-streamer.h: Likewise.
13431         * tree-streamer.c: Adjust.
13432         * pointer-set.h: Remove pointer_map.
13434 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
13436         * hash-table.h: Add a template arg to choose between storing values
13437         and storing pointers to values, and then provide partial
13438         specializations for both.
13439         * tree-browser.c (tree_upper_hasher): Provide the type the hash table
13440         should store, not the type values should point to.
13441         * tree-into-ssa.c (var_info_hasher): Likewise.
13442         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
13443         * tree-complex.c: Adjust.
13444         * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
13445         table instead of int_tree_map *.
13446         * tree-parloops.c: Adjust.
13447         * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
13448         type is being stored.
13449         * tree-vectorizer.c: Adjust.
13451 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
13453         * hash-table.h: Remove a layer of indirection from hash_table so that
13454         it contains the hash table's data instead of a pointer to the data.
13455         * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
13456         config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
13457         config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
13458         data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
13459         fold-const.c, gcse.c, ggc-common.c,
13460         gimple-ssa-strength-reduction.c, gimplify.c,
13461         graphite-clast-to-gimple.c, graphite-dependences.c,
13462         graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
13463         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
13464         loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
13465         lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
13466         postreload-gcse.c, sese.c, statistics.c, store-motion.c,
13467         trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
13468         tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
13469         tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
13470         tree-ssa-live.c, tree-ssa-loop-im.c,
13471         tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
13472         tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
13473         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
13474         tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
13475         tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
13476         tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
13477         vtable-verify.c, vtable-verify.h: Adjust.
13479 2014-06-24  Richard Biener  <rguenther@suse.de>
13481         PR tree-optimization/61572
13482         * tree-ssa-sink.c (statement_sink_location): Do not sink
13483         loads from hard registers.
13485 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
13487         * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
13488         not mentioned in clauses use private clause if the iterator is
13489         declared in #pragma omp for simd, and when adding lastprivate
13490         instead, add it to the outer #pragma omp for too.  Diagnose
13491         if the variable is private in outer context.  For simd collapse > 1
13492         loops, replace all iterators with temporaries.
13493         * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
13494         same even in collapse > 1 loops.
13496         * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
13497         OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
13498         non-NULL.
13499         <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
13500         (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
13501         non-NULL.
13502         (gimplify_adjust_omp_clauses): Likewise.
13503         * omp-low.c (lower_rec_simd_input_clauses,
13504         lower_rec_input_clauses, expand_omp_simd): Handle non-constant
13505         safelen the same as safelen(1).
13506         * tree-nested.c (convert_nonlocal_omp_clauses,
13507         convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED.  For
13508         OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
13509         (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
13510         Fixup handling of GIMPLE_OMP_TARGET.
13511         (convert_tramp_reference_stmt, convert_gimple_call): Handle
13512         GIMPLE_OMP_TARGET.
13514 2014-06-24  Chung-Lin Tang  <cltang@codesourcery.com>
13516         PR tree-optimization/61554
13517         * tree-ssa-propagate.c: Include "bitmap.h".
13518         (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
13519         properly update constructor/destructor.
13520         (substitute_and_fold_dom_walker::before_dom_children):
13521         Remove call to gimple_purge_dead_eh_edges, add bb->index to
13522         need_eh_cleaup instead.
13523         (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
13524         need_eh_cleanup.
13526 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
13528         * varpool.c (dump_varpool_node): Dump used_by_single_function.
13529         * tree-pass.h (make_pass_ipa_single_use): New pass.
13530         * cgraph.h (used_by_single_function): New flag.
13531         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
13532         Stream it.
13533         * passes.def (pass_ipa_single_use): Scedule.
13534         * ipa.c (BOTTOM): New macro.
13535         (meet): New function
13536         (propagate_single_user): New function.
13537         (ipa_single_use): New function.
13538         (pass_data_ipa_single_use): New pass.
13539         (pass_ipa_single_use): New pass.
13540         (pass_ipa_single_use::gate): New gate.
13541         (make_pass_ipa_single_use): New function.
13543 2014-06-23  Kai Tietz  <ktietz@redhat.com>
13545         PR target/39284
13546         * passes.def (peephole2): Move peephole2 pass before sched2 pass.
13547         * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
13549 2014-06-23  Richard Biener  <rguenther@suse.de>
13551         * tree-ssa-loop.c (gate_loop): New function.
13552         (pass_tree_loop::gate): Call it.
13553         (pass_data_tree_no_loop, pass_tree_no_loop,
13554         make_pass_tree_no_loop): New.
13555         * tree-vectorizer.c: Include tree-scalar-evolution.c
13556         (pass_slp_vectorize::execute): Initialize loops and SCEV if
13557         required.
13558         (pass_slp_vectorize::clone): New method.
13559         * timevar.def (TV_TREE_NOLOOP): New.
13560         * tree-pass.h (make_pass_tree_no_loop): Declare.
13561         * passes.def (pass_tree_no_loop): New pass group with
13562         SLP vectorizer.
13564 2014-06-23  H.J. Lu  <hongjiu.lu@intel.com>
13566         PR target/61570
13567         * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
13568         to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
13570 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
13572         * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
13573         "yes" where needed.
13575 2014-06-23  Alan Modra  <amodra@gmail.com>
13577         PR bootstrap/61583
13578         * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
13579         to zero on debug statements.
13581 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
13583         PR target/60825
13584         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
13585         Ignore third operand if present by marking qualifier_internal.
13587         * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
13589         * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
13590         vector extension.
13591         (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
13592         arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
13593         (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
13594         vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
13595         vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
13596         vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
13597         vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
13598         vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
13599         vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
13600         vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
13601         vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
13602         vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
13603         vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
13604         vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
13605         vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
13606         vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
13607         logic in GCC vector extensions
13609         (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
13610         vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
13611         vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
13612         vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
13613         vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
13614         vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
13615         vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
13616         vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
13617         vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
13618         vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
13620         (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
13622         (vget_high_s64, vget_high_u64): Reimplement with GCC vector
13623         extensions.
13625         (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
13626         (vget_low_s64): Use __GET_LOW macro.
13627         (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
13628         gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
13629         (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
13630         (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
13631         __builtin_aarch64_lane_boundsi, use GCC vector extensions.
13633         (vcombine_s64): Use GCC vector extensions; remove cast.
13634         (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
13635         vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
13636         vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
13637         Fix type signature; remove cast.
13639 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
13641         PR target/60825
13642         * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
13643         V1DFmode.
13644         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
13645         add V1DFmode
13646         (BUILTIN_VD1): New.
13647         (BUILTIN_VD_RE): Remove.
13648         (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
13649         (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
13650         * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
13651         variant but not df.
13652         (vreinterpretv1df*, vreinterpret*v1df): New.
13653         (vreinterpretdf*, vreinterpret*df): Remove.
13654         * config/aarch64/aarch64-simd.md (aarch64_create,
13655         aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
13656         * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
13657         (VD1): New.
13658         * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
13659         (vcreate_f64): Remove cast, use v1df builtin.
13660         (vcombine_f64): Remove cast, get elements with gcc vector extensions.
13661         (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
13662         vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
13663         vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
13664         vmov_n_f64, vst1_f64): Use gcc vector extensions.
13665         (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
13666         add range check using __builtin_aarch64_im_lane_boundsi.
13667         (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
13668         vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
13669         type signature, use gcc vector extensions.
13670         (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
13671         vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
13672         vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
13673         vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
13674         vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
13675         vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
13676         vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
13677         vreinterpret_u64_f64): Use v1df builtin not df.
13679 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
13681         * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
13682         vector registers.
13684 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
13686         * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
13687         priority directly.
13689 2014-06-23  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
13691         * loop-invariant.c (pre_check_invariant_p): New function.
13692         (find_invariant_insn): Call pre_check_invariant_p.
13694 2014-06-22  Richard Henderson  <rth@redhat.com>
13696         PR target/61565
13697         * compare-elim.c (struct comparison): Add eh_note.
13698         (find_comparison_dom_walker::before_dom_children): Don't eliminate
13699         a redundant comparison in a different EH region.  Purge EH edges if
13700         necessary.
13702 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
13704         * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
13705         (var_shift): Use it.
13706         (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
13707         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
13708         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
13709         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
13710         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
13711         *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
13712         *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
13713         *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
13714         *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
13715         *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
13716         *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
13717         *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
13718         *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
13719         *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
13720         *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
13721         *rotldi3_internal15be): Use the new attribute.  Merge register and
13722         integer alternatives.
13724 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
13726         * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
13727         define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
13728         split, *ashrdi3_internal3 and split): Delete, merge into...
13729         (ashr<mode>3): New expander.
13730         (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
13731         (*ashrsi3_64): Fix formatting.  Replace "i" by "n".
13733 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
13735         * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
13736         *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
13737         *rotldi3_internal3 and split): Delete, merge into...
13738         (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
13739         (*rotlsi3_64): Fix formatting.  Fix condition.  Replace "i" by "n".
13740         Use "rotlw" extended mnemonic.
13742 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
13744         * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
13745         and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
13746         and split, *ashldi3_internal3 and split): Delete, merge into...
13747         (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
13748         (*ashlsi3_64): Fix formatting.  Replace "i" by "n".
13750 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
13752         * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
13753         (lshrsi3, two anonymous define_insns and define_splits,
13754         lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
13755         *lshrdi3_internal3 and split): Delete, merge into...
13756         (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
13757         (*lshrsi3_64): Fix formatting.  Replace "i" by "n".
13759 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
13761         * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
13762         Remove "O" alternative.
13764 2014-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
13766         * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
13767         (mips_move_from_gpr_cost): Likewise.
13768         (mips_register_move_cost): Update accordingly.
13769         (mips_secondary_reload_class): Remove name of in_p.
13771 2014-06-22  Marc Glisse  <marc.glisse@inria.fr>
13773         PR target/61503
13774         * config/i386/i386.md (x86_64_shrd, x86_shrd,
13775         ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
13777 2014-06-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
13779         * config/nios2/nios2.c: Include "builtins.h".
13781 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
13783         * cgraph.h (tls_model_names): New variable.
13784         * print-tree.c (print_node): Simplify.
13785         * varpool.c (tls_model_names): New variable.
13786         (dump_varpool_node): Output tls model.
13788 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
13790         * ipa-visibility.c (function_and_variable_visibility): Disable
13791         temporarily local aliases for some targets.
13793 2014-06-20  Marek Polacek  <polacek@redhat.com>
13795         * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
13796         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
13797         into SANITIZE_UNDEFINED.
13798         * doc/invoke.texi: Describe -fsanitize=bounds.
13799         * gimplify.c (gimplify_call_expr): Add gimplification of internal
13800         functions created in the FEs.
13801         * internal-fn.c: Move "internal-fn.h" after "tree.h".
13802         (expand_UBSAN_BOUNDS): New function.
13803         * internal-fn.def (UBSAN_BOUNDS): New internal function.
13804         * internal-fn.h: Don't define internal functions here.
13805         * opts.c (common_handle_option): Add -fsanitize=bounds.
13806         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
13807         BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
13808         * tree-core.h: Define internal functions here.
13809         (struct tree_base): Add ifn field.
13810         * tree-pretty-print.c: Include "internal-fn.h".
13811         (dump_generic_node): Handle functions without CALL_EXPR_FN.
13812         * tree.c (get_callee_fndecl): Likewise.
13813         (build_call_expr_internal_loc): New function.
13814         * tree.def (CALL_EXPR): Update description.
13815         * tree.h (CALL_EXPR_IFN): Define.
13816         (build_call_expr_internal_loc): Declare.
13817         * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
13818         types.
13819         (ubsan_type_descriptor): Change bool parameter to enum
13820         ubsan_print_style.  Adjust the code.  Add handling of
13821         UBSAN_PRINT_ARRAY.
13822         (ubsan_expand_bounds_ifn): New function.
13823         (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
13824         (ubsan_build_overflow_builtin): Likewise.
13825         (instrument_bool_enum_load): Likewise.
13826         (ubsan_instrument_float_cast): Likewise.
13827         * ubsan.h (enum ubsan_print_style): New enum.
13828         (ubsan_expand_bounds_ifn): Declare.
13829         (ubsan_type_descriptor): Adjust declaration.  Use a default parameter.
13831 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
13833         * config/rs6000/rs6000.md: Append `DONE' to preparation
13834         statements of `bswap' pattern splitters.
13836 2014-06-20  Tom de Vries  <tom@codesourcery.com>
13838         * target.def (call_fusage_contains_non_callee_clobbers): Update
13839         definition.
13840         * doc/tm.texi: Regenerate.
13842 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
13843             Max Ostapenko  <m.ostapenko@partner.samsung.com>
13845         PR sanitizer/61547
13846         * asan.c (instrument_strlen_call): Fixed instrumentation of
13847         trailing byte.
13849 2014-06-20  Martin Jambor  <mjambor@suse.cz>
13851         PR ipa/61540
13852         * ipa-prop.c (impossible_devirt_target): New function.
13853         (try_make_edge_direct_virtual_call): Use it, also instead of
13854         asserting.
13856 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
13857             Max Ostapenko  <m.ostapenko@partner.samsung.com>
13859         PR sanitizer/61530
13860         * asan.c (build_check_stmt): Add condition.
13862 2014-06-20  Martin Jambor  <mjambor@suse.cz>
13864         PR ipa/61211
13865         * cgraph.c (clone_of_p): Allow skipped_branch to deal with
13866         expanded clones.
13868 2014-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13870         * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
13871         Update comments.
13872         (VCONQ): Make comment more helpful.
13873         (VCON): Delete.
13874         * config/aarch64/aarch64-simd.md
13875         (aarch64_sqdmulh_lane<mode>):
13876         Use VCOND for operands 2.  Update lane checking and flipping logic.
13877         (aarch64_sqrdmulh_lane<mode>): Likewise.
13878         (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
13879         (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
13880         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
13881         attribute of operand 3 to VCOND.
13882         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
13883         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
13884         (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
13885         (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
13886         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
13887         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
13888         define_insn.
13889         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
13890         (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
13891         (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
13892         (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
13893         (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
13894         (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
13895         operand to VCOND.  Update lane flipping and bounds checking logic.
13896         (aarch64_sqdmlal2_lane<mode>): Likewise.
13897         (aarch64_sqdmlsl_lane<mode>): Likewise.
13898         (aarch64_sqdmull_lane<mode>): Likewise.
13899         (aarch64_sqdmull2_lane<mode>): Likewise.
13900         (aarch64_sqdmlal_laneq<mode>):
13901         Replace VCON usage with VCONQ.
13902         Emit aarch64_sqdmlal_laneq<mode>_internal insn.
13903         (aarch64_sqdmlal2_laneq<mode>): Emit
13904         aarch64_sqdmlal2_laneq<mode>_internal insn.
13905         Replace VCON with VCONQ.
13906         (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
13907         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
13908         (aarch64_sqdmull_laneq<mode>): Emit
13909         aarch64_sqdmull_laneq<mode>_internal insn.
13910         Replace VCON with VCONQ.
13911         (aarch64_sqdmull2_laneq<mode>): Emit
13912         aarch64_sqdmull2_laneq<mode>_internal insn.
13913         (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
13914         * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
13915         of 3rd argument to int16x4_t.
13916         (vqdmlalh_lane_s16): Likewise.
13917         (vqdmlslh_lane_s16): Likewise.
13918         (vqdmull_high_lane_s16): Likewise.
13919         (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
13920         (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
13921         (vqdmlsl_lane_s16): Likewise.
13922         (vqdmull_lane_s16): Don't create temporary int16x8_t value.
13923         (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
13924         (vqdmlals_lane_s32): Likewise.
13925         (vqdmlsls_lane_s32): Likewise.
13926         (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
13927         (vqdmulls_lane_s32): Likewise.
13928         (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
13929         (vqdmlsl_lane_s32): Likewise.
13930         (vqdmull_lane_s32): Don't create temporary int32x4_t value.
13931         (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
13932         (vqrdmulhh_lane_s16): Likewise.
13933         (vqdmlsl_high_lane_s16): Likewise.
13934         (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
13935         (vqdmlsl_high_lane_s32): Likewise.
13936         (vqrdmulhs_lane_s32): Likewise.
13938 2014-06-20  Tom de Vries  <tom@codesourcery.com>
13940         * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
13941         get_call_reg_set_usage.
13943 2014-06-20  Tom de Vries  <tom@codesourcery.com>
13945         * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
13946         it contains all call_used_regs.
13948 2014-06-20  Tom de Vries  <tom@codesourcery.com>
13950         * final.c (collect_fn_hard_reg_usage): Add and use variable
13951         function_used_regs.
13953 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
13955         * cgraph.h (struct symtab_node): Add field in_init_priority_hash
13956         (set_init_priority, get_init_priority, set_fini_priority,
13957         get_fini_priority): New methods.
13958         * tree.c (init_priority_for_decl): Remove.
13959         (init_ttree): Do not initialize init priority.
13960         (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
13961         (decl_priority_info): Remove.
13962         (decl_init_priority_insert): Rewrite.
13963         (decl_fini_priority_insert): Rewrite.
13964         * tree.h (tree_priority_map_eq, tree_priority_map_hash,
13965         tree_priority_map_marked_p): Remove.
13966         * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
13967         * lto-streamer-out.c (hash_tree): Do not hash priorities.
13968         * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
13969         not output priorities.
13970         (pack_ts_function_decl_value_fields): Likewise.
13971         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
13972         not input priorities.
13973         (unpack_ts_function_decl_value_fields): Likewise.
13974         * symtab.c (symbol_priority_map): Declare.
13975         (init_priority_hash): Declare.
13976         (symtab_unregister_node): Unregister from priority hash, too.
13977         (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
13978         New methods.
13979         (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
13980         (symbol_priority_info): New function.
13981         (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
13982         New methods.
13983         * tree-core.h (tree_priority_map): Remove.
13985 2014-06-20  Jakub Jelinek  <jakub@redhat.com>
13987         * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
13988         0xff to uint64_t before shifting it up.
13990 2014-06-20  Julian Brown  <julian@codesourcery.com>
13991             Chung-Lin Tang  <cltang@codesourcery.com>
13993         * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
13994         TARGET_THUMB1_ONLY. Add comments.
13996 2014-06-19  Tom de Vries  <tom@codesourcery.com>
13998         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
13999         return type to void.
14000         * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
14002 2014-06-19  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
14004         * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
14005         as "move", from depends_on.
14007 2014-06-19  Terry Guo  <terry.guo@arm.com>
14009         * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
14010         stage.
14012 2014-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
14014         * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
14015         Remove cr5.
14016         (REG_ALLOC_ORDER): Update comment.  Move cr5 earlier.
14018 2014-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
14020         PR target/61550
14021         * config/sh/sh.c (prepare_move_operands): Don't process TLS
14022         addresses here if reload in progress or completed.
14024 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
14026         * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
14027         "TARGET_MIPS16 ? M16_REGS : GR_REGS".
14028         * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
14029         (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
14030         (mips_register_priority): New function that implements the target
14031         hook TARGET_REGISTER_PRIORITY.
14032         (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
14033         (mips_lra_p): Likewise for TARGET_LRA_P.
14034         (TARGET_REGISTER_PRIORITY): Define macro.
14035         (TARGET_SPILL_CLASS): Likewise.
14036         (TARGET_LRA_P): Likewise.
14037         * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
14038         classes.
14039         (REG_CLASS_NAMES): Likewise.
14040         (REG_CLASS_CONTENTS): Likewise.
14041         (BASE_REG_CLASS): Use M16_SP_REGS.
14042         * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
14043         New set attribute to enable alternatives depending on the register
14044         allocator used.
14045         (*mul_acc_si_r3900, *mul_sub_si): Likewise.
14046         (*lea64): Disable pattern for MIPS16.
14047         * config/mips/mips.opt (mlra): New option.
14049 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
14051         * lra-constraints.c (base_to_reg): New function.
14052         (process_address): Use new function.
14054 2014-06-18  Tom de Vries  <tom@codesourcery.com>
14056         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
14057         * config/aarch64/aarch64.c
14058         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
14059         (aarch64_emit_call_insn): New function.
14060         (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
14061         of emit_call_insn.
14062         * config/aarch64/aarch64.md (define_expand "call_internal")
14063         (define_expand "call_value_internal", define_expand "sibcall_internal")
14064         (define_expand "sibcall_value_internal"): New.
14065         (define_expand "call", define_expand "call_value")
14066         (define_expand "sibcall", define_expand "sibcall_value"): Use internal
14067         expand variant and aarch64_emit_call_insn.
14069 2014-06-18  Radovan Obradovic  <robradovic@mips.com>
14070             Tom de Vries  <tom@codesourcery.com>
14072         * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
14073         * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
14074         Redefine to true.
14075         (arm_emit_call_insn): Add and use sibcall parameter.  Add IP and CC
14076         clobbers to CALL_INSN_FUNCTION_USAGE.
14077         (define_expand "sibcall_internal")
14078         (define_expand "sibcall_value_internal"): New.
14079         (define_expand "call", define_expand "call_value"): Add argument to
14080         arm_emit_call_insn.
14081         (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
14082         (define_expand "sibcall_value"): Use sibcall_value_internal and
14083         arm_emit_call_insn.
14085 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14087         * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
14089 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14091         * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
14092         __udivmoddi4.
14094 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14096         * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
14097         push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
14098         annotations. Fix DWARF information.
14100 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14102         * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
14103         __udivmoddi4, and fixups for negative operands.
14105 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14107         * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
14109 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14111         * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
14112         to __udivmoddi4.
14114 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14116         * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
14117         manipulation.
14119 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14121         * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
14122         describing register usage on function entry and exit.
14124 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14126         * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
14127         (__aeabi_ldivmod): Fix whitespace.
14129 2014-06-18  Andreas Schwab  <schwab@suse.de>
14131         * doc/md.texi (Standard Names): Use @itemx for grouped items.
14132         Remove blank line after @item.
14134 2014-06-18  Richard Henderson  <rth@redhat.com>
14136         PR target/61545
14137         * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
14139 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
14141         * config/arm/arm.c (neon_vector_mem_operand): Allow register
14142         POST_MODIFY for neon loads and stores.
14143         (arm_print_operand): Output post-index register for neon loads and
14144         stores.
14146 2014-06-18  Richard Biener  <rguenther@suse.de>
14148         * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
14150 2014-06-18  Richard Biener  <rguenther@suse.de>
14152         * tree-pass.h (make_pass_dce_loop): Remove.
14153         * passes.def: Replace pass_dce_loop with pass_dce.
14154         * tree-ssa-dce.c (perform_tree_ssa_dce): If something
14155         changed free niter estimates and reset the scev cache.
14156         (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
14157         make_pass_dce_loop): Remove.
14158         * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
14159         (fini_copy_prop): Return whether something changed.  Always
14160         let substitute_and_fold perform DCE and free niter estimates
14161         and reset the scev cache if so.
14162         (execute_copy_prop): If sth changed schedule cleanup-cfg.
14163         (pass_data_copy_prop): Do not unconditionally schedule
14164         cleanup-cfg or update-ssa.
14166 2014-06-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
14168         PR tree-optimization/61518
14169         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
14170         reduction var is used in reduction stmt or phi-function only.
14172 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14174         * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
14176 2014-06-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14178         PR tree-optimization/61517
14179         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
14180         whose rhs's first tree is the source expression instead of the
14181         expression itself.
14182         (find_bswap_or_nop): Likewise.
14183         (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
14184         gimple stmt whose rhs's first tree is the source. In the memory source
14185         case, move the stmt to be replaced close to one of the original load to
14186         avoid the problem of a store between the load and the stmt's original
14187         location.
14188         (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
14189         signature.
14191 2014-06-18  Andreas Schwab  <schwab@suse.de>
14193         PR rtl-optimization/54555
14194         * postreload.c (move2add_use_add2_insn): Substitute
14195         STRICT_LOW_PART only if it is cheaper.
14197 2014-06-18  Uros Bizjak  <ubizjak@gmail.com>
14199         * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
14200         Do not use unspec as call operand.  Use memory_operand instead of
14201         memory_nox32_operand and add "m" operand constraint.  Disable
14202         pattern for TARGET_X32.
14203         (*sibcall_pop_memory): Ditto.
14204         (*sibcall_value_memory): Ditto.
14205         (*sibcall_value_pop_memory): Ditto.
14206         (sibcall peepholes): Merge SImode and DImode patterns using
14207         W mode iterator.  Use memory_operand instead of memory_nox32_operand.
14208         Disable pattern for TARGET_X32.  Check if eliminated register is
14209         really dead after call insn.  Generate call RTX without unspec operand.
14210         (sibcall_value peepholes): Ditto.
14211         (sibcall_pop peepholes): Fix call insn RTXes.  Use memory_operand
14212         instead of memory_nox32_operand.  Check if eliminated register is
14213         really dead after call insn. Generate call RTX without unspec operand.
14214         (sibcall_value_pop peepholes): Ditto.
14215         * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
14217 2014-06-18  Terry Guo  <terry.guo@arm.com>
14219         PR target/61544
14220         * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
14221         reach the head.
14223 2014-06-18  Olivier Hainque  <hainque@adacore.com>
14225         * tree-core.h (tree_block): Add an "end_locus" field, allowing
14226         memorization of the end of block source location.
14227         * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
14228         * gimplify.c (gimplify_bind_expr): Propagate the block start and
14229         end source location info we have on the block entry/exit code we
14230         generate.
14232 2014-06-18  Richard Biener  <rguenther@suse.de>
14234         * common.opt (fssa-phiopt): New option.
14235         * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
14236         but not with -Og.
14237         * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
14238         * doc/invoke.texi (-fssa-phiopt): Document.
14240 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14242         * genattrtab.c (n_bypassed): New variable.
14243         (process_bypasses): Initialise n_bypassed.
14244         Count number of bypassed reservations.
14245         (make_automaton_attrs): Allocate space for bypassed reservations
14246         rather than number of bypasses.
14248 2014-06-18  Richard Biener  <rguenther@suse.de>
14250         * tree-ssa-propagate.c (replace_phi_args_in): Return whether
14251         we propagated anything.
14252         (substitute_and_fold_dom_walker::before_dom_children): Something
14253         changed if we propagated into PHI arguments.
14254         * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
14255         we removed a stmt.
14257 2014-06-18  Evgeny Stupachenko  <evstupac@gmail.com>
14259         * config/i386/i386.c (ix86_reassociation_width): Add alternative for
14260         vector case.
14261         * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
14262         * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
14263         * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
14264         Introduces alternative way of loads group permutaions.
14265         (vect_transform_grouped_load): Try alternative way of permutations.
14267 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
14269         * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
14270         changed in ORT_TARGET region, don't jump to do_outer.
14271         (struct gimplify_adjust_omp_clauses_data): New type.
14272         (gimplify_adjust_omp_clauses_1): Adjust for data being
14273         a struct gimplify_adjust_omp_clauses_data pointer instead
14274         of tree *.  Pass pre_p as a new argument to
14275         lang_hooks.decls.omp_finish_clause hook.
14276         (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
14277         splay_tree_foreach to pass both list_p and pre_p.
14278         (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
14279         gimplify_omp_workshare, gimplify_omp_target_update): Adjust
14280         gimplify_adjust_omp_clauses callers.
14281         * langhooks.c (lhd_omp_finish_clause): New function.
14282         * langhooks-def.h (lhd_omp_finish_clause): New prototype.
14283         (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
14284         * langhooks.h (struct lang_hooks_for_decls): Add a new
14285         gimple_seq * argument to omp_finish_clause hook.
14286         * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
14287         non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
14288         (scan_omp_parallel, lower_omp_for): When adding
14289         _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
14290         * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
14291         * tree-nested.c (convert_nonlocal_omp_clauses,
14292         convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
14293         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
14295 2014-06-17  Andrew MacLeod  <amacleod@redhat.com>
14297         * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
14298         * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
14300 2014-06-17  Xinliang David Li  <davidxl@google.com>
14302         * tree-pretty-print.c (dump_function_header): Print cgraph uid.
14303         * passes.c (pass_init_dump_file): Do not set initialize
14304         flag to false unconditionally.
14306 2014-06-17  Richard Biener  <rguenther@suse.de>
14308         * genopinit.c (main): Use vec<>::qsort method.
14309         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
14310         Likewise.
14311         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
14313 2014-06-17  Matthew Fortune  <matthew.fortune@imgtec.com>
14315         * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
14316         * config/mips/mips.c (mips_expand_fcc_reload): Remove.
14317         (mips_move_to_gpr_cost): Remove ST_REGS case.
14318         (mips_move_from_gpr_cost): Likewise.
14319         (mips_register_move_cost): Likewise.
14320         (mips_secondary_reload_class): Likewise.
14322 2014-06-17  Richard Biener  <rguenther@suse.de>
14324         * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
14325         (pass_all_optimizations): Move 3rd copy-prop pass from after
14326         fre to before ifcombine/phiopt.
14328 2014-06-17  Richard Biener  <rguenther@suse.de>
14330         * tree-switch-conversion.c (collect_switch_conv_info): Simplify
14331         and allow all blocks to be forwarders.
14333 2014-06-17  Yufeng Zhang  <yufeng.zhang@arm.com>
14335         PR target/61483
14336         * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
14337         variable 'size'; calculate 'size' right in the front; use
14338         'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
14339         pcum->aapcs_stack_words.
14341 2014-06-17  Nick Clifton  <nickc@redhat.com>
14343         * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
14344         (umulhi3, mulsidi3, umulsidi3): Likewise.
14346 2014-06-17  Thomas Schwinge  <thomas@codesourcery.com>
14348         PR middle-end/61508
14349         * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
14350         check for section name.
14352 2014-06-17  Richard Biener  <rguenther@suse.de>
14354         * tree-ssa-propagate.c: Include domwalk.h.
14355         (substitute_and_fold): Outline main worker into a domwalker ...
14356         (substitute_and_fold_dom_walker::before_dom_children): ... here.
14357         Schedule stmts we can fully propagate for removal.  Remove
14358         poor-mans DCE.
14359         (substitute_and_fold): Apply a dominator walk to perform
14360         substitution.  Process stmts scheduled for removal here.
14362 2014-06-17  Richard Biener  <rguenther@suse.de>
14364         * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
14365         of PHI node moving.
14367 2014-06-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
14369         * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
14370         default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
14371         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
14372         __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
14373         * config/arm/vfp.md (set_fpscr): Make pattern conditional on
14374         TARGET_HARD_FLOAT.
14375         (get_fpscr) : Likewise.
14377 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
14379         PR rtl-optimization/61325
14380         * lra-constraints.c (valid_address_p): Add forward declaration.
14381         (simplify_operand_subreg): Check address validity before and after
14382         alter_reg of memory subreg.
14384 2014-06-16  Uros Bizjak  <ubizjak@gmail.com>
14386         * config/i386/i386.c (decide_alg): Correctly handle
14387         maximum size of stringop algorithm.
14389 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
14391         * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
14393 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
14395         PR rtl-optimization/61522
14396         * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
14398 2014-06-16  Jan Hubicka  <hubicka@ucw.cz>
14400         Revert:
14401         * symtab.c (symtab_node::reset_section): New method.
14402         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
14403         for localization.
14404         * cgraph.h (reset_section): Declare.
14405         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
14406         do not consider comdat locals.
14407         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
14408         for new symbol.
14409         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
14410         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
14411         reset sections of symbols dragged out of the comdats.
14412         (function_and_variable_visibility): Reset sections of
14413         localized symbols.
14415 2014-06-16  Richard Biener  <rguenther@suse.de>
14417         PR tree-optimization/61482
14418         * tree-vrp.c (adjust_range_with_scev): Avoid setting of
14419         [-INF(OVF), +INF(OVF)] range.
14421 2014-06-16  Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
14423         * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
14424         instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
14425         handling 32-bit multiplication.
14427 2014-06-16  Chung-Lin Tang  <cltang@codesourcery.com>
14429         PR middle-end/61430
14430         * lra-lives.c (process_bb_lives): Skip creating copy during
14431         insn scan when src/dest has constrained to same regno.
14433 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
14435         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
14436         DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
14438 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
14440         * asan.c (check_func): New function.
14441         (maybe_create_ssa_name): Likewise.
14442         (build_check_stmt_with_calls): Likewise.
14443         (use_calls_p): Likewise.
14444         (report_error_func): Change interface.
14445         (build_check_stmt): Allow non-integer lengths; add support
14446         for new parameter.
14447         (asan_instrument): Likewise.
14448         (instrument_mem_region_access): Moved code to build_check_stmt.
14449         (instrument_derefs): Likewise.
14450         (instrument_strlen_call): Likewise.
14451         * cfgcleanup.c (old_insns_match_p): Add support for new functions.
14452         * doc/invoke.texi: Describe new parameter.
14453         * params.def: Define new parameter.
14454         * params.h: Likewise.
14455         * sanitizer.def: Describe new builtins.
14457 2014-06-16  Richard Biener  <rguenther@suse.de>
14459         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
14460         Make all defs available at the end.
14461         (eliminate): If we remove a PHI node schedule cfg-cleanup.
14463 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
14465         PR plugins/45078
14466         * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
14468 2014-06-16  Richard Sandiford  <rdsandiford@googlemail.com>
14470         PR bootstrap/61516
14471         * auto-inc-dec.c (merge_in_block): Fix location of insn_info
14472         initialization.  Replace remaining use of uid.
14474 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
14476         * c-family/c-common.c (handle_tls_model_attribute): Use
14477         set_decl_tls_model.
14478         * c-family/c-common.c (handle_tls_model_attribute): Use
14479         set_decl_tls_model.
14480         * cgraph.h (struct varpool_node): Add tls_model.
14481         * tree.c (decl_tls_model, set_decl_tls_model): New functions.
14482         * tree.h (DECL_TLS_MODEL): Update.
14483         (DECL_THREAD_LOCAL_P): Check that variable is static.
14484         (decl_tls_model): Declare.
14485         (set_decl_tls_model): Declare.
14486         * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
14487         set symbol prorperties.
14488         (get_emutls_init_templ_addr): Cleanup.
14489         (new_emutls_decl): Update.
14490         * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
14491         (lto_input_varpool_node): Likewise.
14492         * lto-streamer-out.c (hash_tree): Likewise.
14493         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
14494         not stream DECL_TLS_MODEL.
14495         * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
14496         * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
14498 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
14500         * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
14502 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
14504         * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
14505         (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
14506         lists.
14507         (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
14508         (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
14509         (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
14510         (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
14511         (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
14512         (df_get_artificial_defs, df_get_artificial_uses)
14513         (df_single_def, df_single_use): Update accordingly.
14514         (df_refs_chain_dump): Take the first element in a linked list as
14515         parameter, rather than a pointer to an array of pointers.
14516         * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
14517         * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
14518         (df_chain_create_bb_process_use): Likewise.
14519         (df_md_bb_local_compute_process_def): Likewise.
14520         * fwprop.c (process_defs, process_uses): Likewise.
14521         (register_active_defs, update_uses): Likewise.
14522         (forward_propagate_asm): Update for new df_ref linking.
14523         * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
14524         (df_null_ref_rec, df_null_mw_rec): Likewise.
14525         (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
14526         explicitly.
14527         (df_scan_free_bb_info): Remove check for null artificial_defs.
14528         (df_install_ref_incremental): Adjust for new df_ref linking.
14529         Use a single-element insertion rather than a full sort.
14530         (df_ref_chain_delete_du_chain): Take the first element
14531         in a linked list as parameter, rather than a pointer to an array of
14532         pointers.
14533         (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
14534         (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
14535         (df_insn_info_delete): Remove check for null defs and call to
14536         df_scan_free_mws_vec.
14537         (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
14538         null rather than df_null_*_rec.
14539         (df_insn_rescan_debug_internal): Likewise, and update null
14540         checks in the same way.  Remove check for null defs.
14541         (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
14542         Move a single element rather doing a full sort.
14543         (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
14544         linking.
14545         (df_notes_rescan): Likewise.  Use a merge rather than a full sort.
14546         Initialize df_ref and df_mw_hardreg lists to null rather than
14547         df_null_*_rec.
14548         (df_ref_compare): Take df_refs as parameter, transferring the
14549         old interface to...
14550         (df_ref_ptr_compare): ...this new function.
14551         (df_sort_and_compress_refs): Update accordingly.
14552         (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
14553         old interface to...
14554         (df_mw_ptr_compare): ...this new function.
14555         (df_sort_and_compress_mws): Update accordingly.
14556         (df_install_refs, df_install_mws): Return a linked list rather than
14557         an array of pointers.
14558         (df_refs_add_to_chains): Assert that old lists are empty rather
14559         than freeing them.
14560         (df_insn_refs_verify): Don't handle null defs speciailly.
14561         * web.c (union_match_dups): Update for new df_ref linking.
14563 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
14565         * df.h (df_ref_create, df_ref_remove): Delete.
14566         * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
14567         (df_ref_remove): Likewise.
14569 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
14571         * df.h (df_single_def, df_single_use): New functions.
14572         * ira.c (find_moveable_pseudos): Use them.
14574 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
14576         * df.h (FOR_EACH_INSN_INFO_MW): New macro.
14577         * df-problems.c (df_note_bb_compute): Use it.
14578         * regstat.c (regstat_bb_compute_ri): Likewise.
14580 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
14582         * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
14583         * cse.c (cse_extended_basic_block): Use them.
14584         * dce.c (mark_artificial_use): Likewise.
14585         * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
14586         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
14587         (df_chain_remove_problem, df_chain_bb_dump): Likewise.
14588         (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
14589         (df_simulate_initialize_backwards): Likewise.
14590         (df_simulate_finalize_backwards): Likewise.
14591         (df_simulate_initialize_forwards): Likewise.
14592         (df_md_simulate_artificial_defs_at_top): Likewise.
14593         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
14594         * regrename.c (init_rename_info): Likewise.
14595         * regstat.c (regstat_bb_compute_ri): Likewise.
14596         (regstat_bb_compute_calls_crossed): Likewise.
14598 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
14600         * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
14601         (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
14602         (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
14603         * auto-inc-dec.c (find_inc, merge_in_block): Use them.
14604         * combine.c (create_log_links): Likewise.
14605         * compare-elim.c (find_flags_uses_in_insn): Likewise.
14606         (try_eliminate_compare): Likewise.
14607         * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
14608         * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
14609         (remove_reg_equal_equiv_notes_for_defs): Likewise.
14610         (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
14611         (word_dce_process_block, dce_process_block): Likewise.
14612         * ddg.c (def_has_ccmode_p): Likewise.
14613         * df-core.c (df_bb_regno_first_def_find): Likewise.
14614         (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
14615         * df-problems.c (df_rd_simulate_one_insn): Likewise.
14616         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
14617         (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
14618         (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
14619         (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
14620         (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
14621         (df_simulate_find_defs, df_simulate_find_uses): Likewise.
14622         (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
14623         (df_simulate_uses, df_md_simulate_one_insn): Likewise.
14624         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
14625         * fwprop.c (local_ref_killed_between_p): Likewise.
14626         (all_uses_available_at, free_load_extend): Likewise.
14627         * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
14628         * hw-doloop.c (scan_loop): Likewise.
14629         * ifcvt.c (dead_or_predicable): Likewise.
14630         * init-regs.c (initialize_uninitialized_regs): Likewise.
14631         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
14632         (process_bb_node_lives): Likewise.
14633         * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
14634         (find_moveable_pseudos): Likewise.
14635         * loop-invariant.c (check_dependencies, record_uses): Likewise.
14636         * recog.c (peep2_find_free_register): Likewise.
14637         * ree.c (get_defs): Likewise.
14638         * regstat.c (regstat_bb_compute_ri): Likewise.
14639         (regstat_bb_compute_calls_crossed): Likewise.
14640         * sched-deps.c (find_inc, find_mem): Likewise.
14641         * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
14642         (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
14643         * shrink-wrap.c (requires_stack_frame_p): Likewise.
14644         (prepare_shrink_wrap): Likewise.
14645         * store-motion.c (compute_store_table, build_store_vectors): Likewise.
14646         * web.c (union_defs, pass_web::execute): Likewise.
14647         * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
14648         (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
14650 2014-06-13  Vladimir Makarov  <vmakarov@redhat.com>
14652         * lra-assign.c (assign_by_spills): Add code to assign vector regs
14653         to inheritance pseudos.
14654         * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
14656 2014-06-13  Peter Bergner  <bergner@vnet.ibm.com>
14658         PR target/61415
14659         * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
14660         (BU_MISC_2): Rename to ...
14661         (BU_LDBL128_2): ... this.
14662         * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
14663         (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
14664         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
14665         RS6000_BTM_LDBL128.
14666         (rs6000_invalid_builtin): Add long double 128-bit builtin support.
14667         (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
14668         * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
14669         (unpacktf_1): Likewise.
14670         * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
14671         (__builtin_longdouble_dw1): Likewise.
14672         * doc/sourcebuild.texi (longdouble128): Document.
14674 2014-06-13  Jeff Law  <law@redhat.com>
14676         PR rtl-optimization/61094
14677         PR rtl-optimization/61446
14678         * ree.c (combine_reaching_defs): Get the mode for the copy from
14679         the extension insn rather than the defining insn.
14681 2014-06-13  Dehao Chen  <dehao@google.com>
14683         * dwarf2out.c (add_linkage_name): Emit more linkage name.
14685 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
14687         * doc/install.texi (--enable-linker-plugin-configure-flags)
14688         (--enable-linker-plugin-flags): Document new flags.
14690 2014-06-13  Martin Jambor  <mjambor@suse.cz>
14692         PR ipa/61186
14693         * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
14694         cache_token if returning early.
14696 2014-06-13  Nick Clifton  <nickc@redhat.com>
14698         * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
14699         requested alignment is active.
14700         (LABEL_ALIGN): Likewise.
14701         (LOOP_ALIGN): Likewise.
14703 2014-06-13  Richard Biener  <rguenther@suse.de>
14705         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
14706         Rewrite to propagate the VN result into all uses where
14707         possible and to remove stmts becoming dead because of that.
14708         (eliminate): Generalize stmt removal handling, remove in
14709         reverse dominator order to support proper debug stmt
14710         generation.  Update stmts before removing stmts.
14711         * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
14713 2014-06-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14715         PR tree-optimization/61375
14716         * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
14717         symbolic number cannot be represented in an uint64_t.
14718         (find_bswap_or_nop_1): Likewise.
14720 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
14722         * symtab.c (symtab_node::reset_section): New method.
14723         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
14724         for localization.
14725         * cgraph.h (reset_section): Declare.
14726         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
14727         do not consider comdat locals.
14728         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
14729         for new symbol.
14730         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
14731         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
14732         reset sections of symbols dragged out of the comdats.
14733         (function_and_variable_visibility): Reset sections of
14734         localized symbols.
14736 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
14738         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
14739         to use symtab and decl_binds_to_current_def_p
14740         * tree-vectorizer.c (increase_alignment): Increase alignment
14741         of alias target, too.
14743 2014-06-12  Jakub Jelinek  <jakub@redhat.com>
14745         PR middle-end/61486
14746         * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
14747         (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
14748         if outer combined construct is distribute.
14749         (gimplify_omp_for): For OMP_DISTRIBUTE set
14750         gimplify_omp_ctxp->distribute.
14751         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
14752         GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
14753         mapping into decl map.
14755 2014-06-12  Jason Merrill  <jason@redhat.com>
14757         * common.opt (fabi-version): Change default to 0.
14759 2014-06-12  Jason Merrill  <jason@redhat.com>
14761         * toplev.c (process_options): Reject -fabi-version=1.
14763 2014-06-12  Jeff Law  <law@redhat.com>
14765         PR tree-optimization/61009
14766         * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
14767         value when we stop processing a block due to problematic PHIs.
14769 2014-06-12  Alan Lawrence  <alan.lawrence@arm.com>
14771         * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
14772         vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
14773         vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
14774         vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
14775         vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
14776         vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
14777         vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
14778         are not in the spec.
14780 2014-06-10  Alan Lawrence  <alan.lawrence@arm.com>
14782         PR target/59843
14783         * config/aarch64/aarch64-modes.def: Add V1DFmode.
14784         * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
14785         Support V1DFmode.
14787 2014-06-12  Eric Botcazou  <ebotcazou@adacore.com>
14789         * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
14791 2014-06-12  Georg-Johann Lay  <avr@gjlay.de>
14793         PR target/61443
14794         * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
14795         loading from address spaces.
14797 2014-06-12  Martin Liska  <mliska@suse.cz>
14799         PR ipa/61462
14800         * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
14801         statement is reachable.
14803 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
14805         * symtab.c (section_hash): New hash.
14806         (symtab_unregister_node): Clear section before freeing.
14807         (hash_section_hash_entry): New haser.
14808         (eq_sections): New function.
14809         (symtab_node::set_section_for_node): New method.
14810         (set_section_1): Update.
14811         (symtab_node::set_section): Take string instead of tree as parameter.
14812         (symtab_resolve_alias): Update.
14813         * cgraph.h (section_hash_entry_d): New structure.
14814         (section_hash_entry): New typedef.
14815         (cgraph_node): Change comdat_group_ to x_comdat_group,
14816         change section_ to x_section and turn into section_hash_entry;
14817         update accestors; put set_section_for_node offline.
14818         * tree.c (decl_section_name): Turn into string.
14819         (set_decl_section_name): Change parameter to be string.
14820         * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
14821         * sdbout.c (sdbout_one_type): Update.
14822         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
14823         * varasm.c (IN_NAMED_SECTION, get_named_section,
14824         resolve_unique_section, hot_function_section, get_named_text_section,
14825         USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
14826         make_decl_rtl, default_unique_section): Update.
14827         * config/c6x/c6x.c (c6x_in_small_data_p): Update.
14828         (c6x_elf_unique_section): Update.
14829         * config/nios2/nios2.c (nios2_in_small_data_p): Update.
14830         * config/pa/pa.c (pa_function_section): Update.
14831         * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
14832         * config/ia64/ia64.c (ia64_in_small_data_p): Update.
14833         * config/arc/arc.c (arc_in_small_data_p): Update.
14834         * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
14835         * config/mcore/mcore.c (mcore_unique_section): Update.
14836         * config/mips/mips.c (mips16_build_function_stub): Update.
14837         (mips16_build_call_stub): Update.
14838         (mips_function_rodata_section): Update.
14839         (mips_in_small_data_p): Update.
14840         * config/score/score.c (score_in_small_data_p): Update.
14841         * config/rx/rx.c (rx_in_small_data): Update.
14842         * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
14843         (rs6000_xcoff_asm_named_section): Update.
14844         (rs6000_xcoff_unique_section): Update.
14845         * config/frv/frv.c (frv_string_begins_with): Update.
14846         (frv_in_small_data_p): Update.
14847         * config/v850/v850.c (v850_encode_data_area): Update.
14848         * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
14849         (bfin_handle_l1_data_attribute): Update.
14850         (bfin_handle_l2_attribute): Update.
14851         * config/mep/mep.c (mep_unique_section): Update.
14852         * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
14853         Update.
14854         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
14855         (h8300_handle_tiny_data_attribute): Update.
14856         * config/m32r/m32r.c (m32r_in_small_data_p): Update.
14857         (m32r_in_small_data_p): Update.
14858         * config/alpha/alpha.c (alpha_in_small_data_p): Update.
14859         * config/i386/i386.c (ix86_in_large_data_p): Update.
14860         * config/i386/winnt.c (i386_pe_unique_section): Update.
14861         * config/darwin.c (darwin_function_section): Update.
14862         * config/lm32/lm32.c (lm32_in_small_data_p): Update.
14863         * tree-emutls.c (get_emutls_init_templ_addr): Update.
14864         (new_emutls_decl): Update.
14865         * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
14866         input_varpool_node): Update.
14867         (ead_string_cst): Turn to ...
14868         (read_string): ... this one.
14869         * dwarf2out.c (secname_for_decl): Update.
14870         * asan.c (asan_protect_global): Update.
14872 2014-06-11  DJ Delorie  <dj@redhat.com>
14874         * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
14875         cache lines.
14876         * config/rx/rx.c (rx_option_override): Likewise.
14877         (rx_align_for_label): Likewise.
14879         * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
14881 2014-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
14883         * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
14884         prototype.
14886 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
14888         * common.md: New file.
14889         * doc/md.texi: Update description of generic, machine-independent
14890         constraints.
14891         * config/s390/constraints.md (e): Delete.
14892         * Makefile.in (md_file): Include common.md.
14893         * config/m32c/t-m32c (md_file): Likewise.
14894         * genpreds.c (general_mem): New array.
14895         (generic_constraint_letters): Remove constraints now defined by
14896         common.md.
14897         (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
14898         Allow the first character to be '<' or '>' as well.
14899         * genoutput.c (general_mem): New array.
14900         (indep_constraints): Remove constraints now defined by common.md.
14901         (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
14902         Remove special handling of 'm'.
14903         * ira-costs.c (record_reg_classes): Remove special handling of
14904         constraints now defined by common.md.
14905         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
14906         * ira-lives.c (single_reg_class): Likewise.
14907         (ira_implicitly_set_insn_hard_regs): Likewise.
14908         * lra-constraints.c (reg_class_from_constraints): Likewise.
14909         (process_alt_operands, process_address, curr_insn_transform): Likewise.
14910         * postreload.c (reload_cse_simplify_operands): Likewise.
14911         * reload.c (push_secondary_reload, scratch_reload_class)
14912         (find_reloads, alternative_allows_const_pool_ref): Likewise.
14913         * reload1.c (maybe_fix_stack_asms): Likewise.
14914         * targhooks.c (default_secondary_reload): Likewise.
14915         * stmt.c (parse_output_constraint): Likewise.
14916         * recog.c (preprocess_constraints): Likewise.
14917         (constrain_operands, peep2_find_free_register): Likewise.
14918         (asm_operand_ok): Likewise, but add a comment saying why 'o'
14919         must be handled specially.
14921 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
14923         * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
14924         * genpreds.c (have_const_dbl_constraints): Delete.
14925         (add_constraint): Don't set it.
14926         (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
14927         * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
14928         constraints using the lookup_constraint logic.
14929         * ira-lives.c (single_reg_class): Likewise.
14930         * ira.c (ira_setup_alts): Likewise.
14931         * lra-constraints.c (process_alt_operands): Likewise.
14932         * recog.c (asm_operand_ok, constrain_operands): Likewise.
14933         * reload.c (find_reloads): Likewise.
14935 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
14937         * genpreds.c (const_int_start, const_int_end): New variables.
14938         (choose_enum_order): Output CONST_INT constraints before memory
14939         constraints.
14940         (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
14941         Add CT_CONST_INT.
14942         * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
14943         * ira.c (ira_setup_alts): Likewise.
14944         * lra-constraints.c (process_alt_operands): Likewise.
14945         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
14946         * reload.c (find_reloads): Likewise.
14948 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
14950         * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
14951         decmem_ok and incmem_ok.  Reformat other bitfields for consistency.
14952         * recog.c (preprocess_constraints): Update accordingly.
14954 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
14956         * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
14957         (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
14958         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
14959         * genpreds.c (print_type_tree): New function.
14960         (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
14961         REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
14962         EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
14963         Write out enum constraint_type and get_constraint_type.
14964         * lra-constraints.c (satisfies_memory_constraint_p): Take a
14965         constraint_num rather than a constraint string.
14966         (satisfies_address_constraint_p): Likewise.
14967         (reg_class_from_constraints): Avoid old constraint macros.
14968         (process_alt_operands, process_address_1): Likewise.
14969         (curr_insn_transform): Likewise.
14970         * ira-costs.c (record_reg_classes): Likewise.
14971         (record_operand_costs): Likewise.
14972         * ira-lives.c (single_reg_class): Likewise.
14973         (ira_implicitly_set_insn_hard_regs): Likewise.
14974         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
14975         * postreload.c (reload_cse_simplify_operands): Likewise.
14976         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
14977         (constrain_operands, peep2_find_free_register): Likewise.
14978         * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
14979         (find_reloads, alternative_allows_const_pool_ref): Likewise.
14980         * reload1.c (maybe_fix_stack_asms): Likewise.
14981         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
14982         * targhooks.c (default_secondary_reload): Likewise.
14983         * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
14984         to EXTRA_CONSTRAINT_STR.
14985         * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
14987 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
14989         * genpreds.c (write_constraint_satisfied_p_1): Replace with...
14990         (write_constraint_satisfied_p_array): ...this new function.
14991         (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
14992         an array.
14993         (write_insn_preds_c): Update accordingly.
14995 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
14997         * genpreds.c (write_lookup_constraint): Rename to...
14998         (write_lookup_constraint_1): ...this.
14999         (write_lookup_constraint_array): New function.
15000         (write_tm_preds_h): Define lookup_constraint as an inline function
15001         that uses write_lookup_constraint_array where possible.
15002         (write_insn_preds_c): Update for the changes above.
15004 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
15006         * doc/md.texi (regclass_for_constraint): Rename to...
15007         (reg_class_for_constraint): ...this.
15008         * genpreds.c (num_constraints, enum_order, register_start)
15009         (register_end, satisfied_start, memory_start, memory_end)
15010         (address_start, address_end): New variables.
15011         (add_constraint): Count the number of constraints.
15012         (choose_enum_order): New function.
15013         (write_enum_constraint_num): Iterate over enum_order.
15014         (write_regclass_for_constraint): Rename to...
15015         (write_reg_class_for_constraint_1): ...this and update output
15016         accordingly.
15017         (write_constraint_satisfied_p): Rename to...
15018         (write_constraint_satisfied_p_1): ...this and update output
15019         accordingly.  Do nothing if all extra constraints are register
15020         constraints.
15021         (write_insn_extra_memory_constraint): Delete.
15022         (write_insn_extra_address_constraint): Delete.
15023         (write_range_function): New function.
15024         (write_tm_preds_h): Define constraint_satisfied_p and
15025         reg_class_for_constraint as inline functions that do a range check
15026         before calling the out-of-line function.  Use write_range_function
15027         to implement insn_extra_{register,memory,address}_constraint,
15028         the first of which is new.
15029         (write_insn_preds_c): Update after above changes to write_* functions.
15030         (main): Call choose_enum_order.
15032 2014-06-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15034         PR tree-optimization/61306
15035         * tree-ssa-math-opts.c (struct symbolic_number): Store type of
15036         expression instead of its size.
15037         (do_shift_rotate): Adapt to change in struct symbolic_number. Return
15038         false to prevent optimization when the result is unpredictable due to
15039         arithmetic right shift of signed type with highest byte is set.
15040         (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
15041         (init_symbolic_number): Likewise.
15042         (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
15043         when the result is unpredictable due to sign extension.
15045 2014-06-11  Terry Guo  <terry.guo@arm.com>
15047         * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
15048         (*thumb1_addsi3): Ditto.
15049         (*thumb_subdi3): Ditto.
15050         (thumb1_subsi3_insn): Ditto.
15051         (*thumb_mulsi3): Ditto.
15052         (*thumb_mulsi3_v6): Ditto.
15053         (*thumb1_andsi3_insn): Ditto.
15054         (thumb1_bicsi3): Ditto.
15055         (*thumb1_iorsi3_insn): Ditto.
15056         (*thumb1_xorsi3_insn): Ditto.
15057         (*thumb1_ashlsi3): Ditto.
15058         (*thumb1_ashrsi3): Ditto.
15059         (*thumb1_lshrsi3): Ditto.
15060         (*thumb1_rotrsi3): Ditto.
15061         (*thumb1_negdi2): Ditto.
15062         (*thumb1_negsi2): Ditto.
15063         (*thumb1_abssi2): Ditto.
15064         (*thumb1_neg_abssi2): Ditto.
15065         (*thumb1_one_cmplsi2): Ditto.
15066         (*thumb1_zero_extendhisi2): Ditto.
15067         (*thumb1_zero_extendqisi2): Ditto.
15068         (*thumb1_zero_extendqisi2_v6): Ditto.
15069         (thumb1_extendhisi2): Ditto.
15070         (thumb1_extendqisi2): Ditto.
15071         (*thumb1_movdi_insn): Ditto.
15072         (*thumb1_movsi_insn): Ditto.
15073         (*thumb1_movhi_insn): Ditto.
15074         (thumb_movhi_clobber): Ditto.
15075         (*thumb1_movqi_insn): Ditto.
15076         (*thumb1_movhf): Ditto.
15077         (*thumb1_movsf_insn): Ditto.
15078         (*thumb_movdf_insn): Ditto.
15079         (movmem12b): Ditto.
15080         (movmem8b): Ditto.
15081         (cbranchqi4): Ditto.
15082         (cbranchsi4_insn): Ditto.
15083         (cbranchsi4_scratch): Ditto.
15084         (*negated_cbranchsi4): Ditto.
15085         (*tbit_cbranch): Ditto.
15086         (*tlobits_cbranch): Ditto.
15087         (*tstsi3_cbranch): Ditto.
15088         (*cbranchne_decr1): Ditto.
15089         (*addsi3_cbranch): Ditto.
15090         (*addsi3_cbranch_scratch): Ditto.
15091         (*thumb_cmpdi_zero): Ditto.
15092         (cstoresi_eq0_thumb1): Ditto.
15093         (cstoresi_ne0_thumb1): Ditto.
15094         (*cstoresi_eq0_thumb1_insn): Ditto.
15095         (*cstoresi_ne0_thumb1_insn): Ditto.
15096         (cstoresi_nltu_thumb1): Ditto.
15097         (cstoresi_ltu_thumb1): Ditto.
15098         (thumb1_addsi3_addgeu): Ditto.
15099         (*thumb_jump): Ditto.
15100         (*call_reg_thumb1_v5): Ditto.
15101         (*call_reg_thumb1): Ditto.
15102         (*call_value_reg_thumb1_v5): Ditto.
15103         (*call_value_reg_thumb1): Ditto.
15104         (*call_insn): Ditto.
15105         (*call_value_insn): Ditto.
15106         (thumb1_casesi_internal_pic): Ditto.
15107         (thumb1_casesi_dispatch): Ditto.
15108         (*thumb1_indirect_jump): Ditto.
15109         (prologue_thumb1_interwork): Ditto.
15110         (*epilogue_insns): Ditto.
15111         (consttable_1): Ditto.
15112         (consttable_2): Ditto.
15113         (tablejump): Ditto.
15114         (*thumb1_tablejump): Ditto.
15115         (thumb_eh_return): Ditto.
15116         (define_peephole2): Two of them are thumb1 only and got moved into
15117         new file thumb1.md.
15118         (define_split): Six of them are thumb1 only and got moved into new
15119         file thumb1.md.
15120         * config/arm/thumb1.md: New file comprised of above thumb1 only
15121         patterns.
15123 2014-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15125         * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
15126         * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
15127         dependencies.
15128         * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
15129         (aarch64_crc_builtin_datum): New struct.
15130         (aarch64_crc_builtin_data): New.
15131         (aarch64_init_crc32_builtins): New function.
15132         (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
15133         (aarch64_crc32_expand_builtin): New.
15134         (aarch64_expand_builtin): Add CRC32 builtin expansion case.
15135         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
15136         __ARM_FEATURE_CRC32 when appropriate.
15137         (TARGET_CRC32): Define.
15138         * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
15139         UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
15140         UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
15141         (aarch64_<crc_variant>): New pattern.
15142         * config/aarch64/arm_acle.h: New file.
15143         * config/aarch64/iterators.md (CRC): New int iterator.
15144         (crc_variant, crc_mode): New int attributes.
15145         * doc/aarch64-acle-intrinsics.texi: New file.
15146         * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
15147         Include aarch64-acle-intrinsics.texi.
15149 2014-06-11  Evgeny Stupachenko  <evstupac@gmail.com>
15151         * tree-vect-data-refs.c (vect_grouped_store_supported): New
15152         check for stores group of length 3.
15153         (vect_permute_store_chain): New permutations for stores group of
15154         length 3.
15155         * tree-vect-stmts.c (vect_model_store_cost): Change cost
15156         of vec_perm_shuffle for the new permutations.
15158 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
15160         * ipa-visibility.c (function_and_variable_visibility): Disable virtual
15161         table rewriting temporarily on targets not supporting ONE_ONLY.
15163 2014-06-11  Richard Biener  <rguenther@suse.de>
15165         PR middle-end/61437
15166         Revert
15167         2014-06-04  Richard Biener  <rguenther@suse.de>
15169         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
15170         TREE_PUBLIC and DECL_EXTERNAL decls.
15172 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
15174         * varasm.c (set_implicit_section): New function.
15175         (resolve_unique_section): Use it to set implicit section
15176         for aliases, too.
15177         (get_named_text_section): Use symtab_get_node (decl)->implicit_section
15178         (default_function_section): Likewise.
15179         (decl_binds_to_current_def_p): Constify argument.
15180         * varasm.h (decl_binds_to_current_def_p): Update prototype.
15181         * asan.c (asan_protect_global): Use
15182         symtab_get_node (decl)->implicit_section.
15183         * symtab.c (dump_symtab_base): Dump implicit sections.
15184         (verify_symtab_base): Verify sanity of sectoins and comdats.
15185         (symtab_resolve_alias): Alias share the section of its target.
15186         (set_section_1): New function.
15187         (symtab_node::set_section): Move here, recurse to aliases.
15188         (verify_symtab): Check for duplicated symtab lists.
15189         * tree-core.h (implicit_section_name_p): Remove.
15190         * tree-vect-data-refs.c: Include varasm.h.
15191         (vect_can_force_dr_alignment_p): Fix conditional on when
15192         decl bints to current definition; use
15193         symtab_get_node (decl)->implicit_section.
15194         * cgraph.c (cgraph_make_node_local_1): Fix section set.
15195         * cgraph.h (struct symtab_node): Add implicit_section.
15196         (set_section): Rename to ...
15197         (set_section_for_node): ... this one.
15198         (set_section): Declare.
15199         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
15200         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
15201         input_overwrite_node, input_varpool_node): Stream implicit_section.
15202         * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
15203         removal; it will fail in LTO.
15205 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15207         * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
15208         Change second alternative type to f_mcr.
15209         * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
15210         and 12th alternatives' types to f_mcr and f_mrc.
15211         (*movdi_aarch64): Same for 12th and 13th alternatives.
15212         (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
15213         (aarch64_movtilow_tilow): Change type to fmov.
15215 2014-06-10  Jiong Wang  <jiong.wang@arm.com>
15217         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
15218         (aarch64_save_or_restore_callee_save_registers): Fix layout.
15220 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15222         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
15223         New expander.
15224         (aarch64_sqrdmulh_lane<mode>): Likewise.
15225         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
15226         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
15227         (aarch64_sqdmulh_laneq<mode>): New expander.
15228         (aarch64_sqrdmulh_laneq<mode>): Likewise.
15229         (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
15230         (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
15231         (aarch64_sqdmulh_lane<mode>): New expander.
15232         (aarch64_sqrdmulh_lane<mode>): Likewise.
15233         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
15234         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
15235         (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
15236         (aarch64_sqdmlal_laneq<mode>): Likewise.
15237         (aarch64_sqdmlsl_lane<mode>): Likewise.
15238         (aarch64_sqdmlsl_laneq<mode>): Likewise.
15239         (aarch64_sqdmlal2_lane<mode>): Likewise.
15240         (aarch64_sqdmlal2_laneq<mode>): Likewise.
15241         (aarch64_sqdmlsl2_lane<mode>): Likewise.
15242         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
15243         (aarch64_sqdmull_lane<mode>): Likewise.
15244         (aarch64_sqdmull_laneq<mode>): Likewise.
15245         (aarch64_sqdmull2_lane<mode>): Likewise.
15246         (aarch64_sqdmull2_laneq<mode>): Likewise.
15248 2014-06-10  Richard Biener  <rguenther@suse.de>
15250         PR tree-optimization/61438
15251         * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
15252         (eliminate_dom_walker::before_dom_children): Only try to inhibit
15253         insertion of IVs if running PRE.
15254         (eliminate): Adjust.
15255         (pass_pre::execute): Likewise.
15256         (pass_fre::execute): Likewise.
15258 2014-06-10  Richard Biener  <rguenther@suse.de>
15260         PR middle-end/61456
15261         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
15262         Do not use the main variant for the type comparison.
15263         (ncr_compar): Likewise.
15264         (nonoverlapping_component_refs_p): Likewise.
15266 2014-06-10  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15268         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
15269         REG_CFA_RESTORE mode.
15271 2014-06-10  Evgeny Stupachenko  <evstupac@gmail.com>
15273         * config/i386/i386.c (expand_vec_perm_pblendv): New.
15274         * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
15275         expand_vec_perm_pblendv.
15277 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15279         * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
15280         available.
15281         Simplify description of __crc32d and __crc32cd intrinsics.
15282         * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
15283         availability.
15285 2014-06-10  Thomas Schwinge  <thomas@codesourcery.com>
15287         PR lto/61334
15288         * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
15289         * config.in: Regenerate.
15290         * configure: Likewise.
15292 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
15294         * ipa-reference.c (is_proper_for_analysis): Exclude addressable
15295         and public vars.
15296         (intersect_static_var_sets): Remove.
15297         (propagate): Do not prune local statics.
15299 2014-06-10  Jakub Jelinek  <jakub@redhat.com>
15301         PR fortran/60928
15302         * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
15303         Set lastprivate_firstprivate even if omp_private_outer_ref
15304         langhook returns true.
15305         <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
15306         langhook, call unshare_expr on new_var and call
15307         build_outer_var_ref to get the last argument.
15309 2014-06-10  Marek Polacek  <polacek@redhat.com>
15311         PR c/60988
15312         * doc/extend.texi: Add cindex for transparent_union.
15314 2014-06-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15316         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
15317         init_symbolic_number ().
15319 2014-05-18  John David Anglin  <danglin@gcc.gnu.org>
15321         PR middle-end/61141
15322         * emit-rtl.c (reset_all_used_flags): In a sequence, check that
15323         XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
15324         (verify_rtl_sharing): Likewise.
15326 2014-06-09  Marc Glisse  <marc.glisse@inria.fr>
15328         PR c++/54442
15329         * tree.c (build_qualified_type): Use a canonical type for
15330         TYPE_CANONICAL.
15332 2014-06-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15334         * config/arm/arm-modes.def: Remove XFmode.
15336 2014-06-09  Alan Lawrence  <alan.lawrence@arm.com>
15338         PR target/61062
15339         * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
15340         vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
15341         vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
15342         vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
15343         vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
15344         vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
15345         vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
15346         vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
15347         vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
15349 2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
15351         * tree-core.h (tree_decl_with_vis): Remove section_name.
15353 2014-06-09  Kito Cheng  <kito@0xlab.org>
15355         * ira.c (ira): Don't call init_caller_save if LRA enabled
15356         since LRA use its own infrastructure to handle that.
15358 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
15360         * symtab.c (dump_symtab_base): Update dumping.
15361         (symtab_make_decl_local): Clear only DECL_COMDAT.
15362         * tree-vect-data-refs.c (Check that variable is static before
15363         tampering with sections.
15364         * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
15365         (cgraph_create_virtual_clone): Likewise.
15366         * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
15367         (decl_section_name, set_decl_section_name): New accessors.
15368         (find_decls_types_r): Do not walk section name
15369         * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
15370         (decl_comdat_group, decl_comdat_group_id): Constify.
15371         (decl_section_name, set_decl_section_name): Update.
15372         * varpool.c (varpool_finalize_named_section_flags): Use get_section.
15373         * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
15374         (cgraph_make_node_local_1): Clear section and comdat group.
15375         * cgraph.h (set_comdat_group): Sanity check.
15376         (get_section, set_section): New.
15377         * ipa-comdats.c (ipa_comdats): Use get_section.
15378         * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
15379         * lto-streamer-out.c: Do not follow section names.
15380         * c-family/c-common.c (handle_section_attribute): Update.
15381         * lto-cgraph.c (lto_output_node): Output section.
15382         (lto_output_varpool_node): Likewise.
15383         (read_comdat_group): Rename to ...
15384         (read_identifier): ... this one.
15385         (read_string_cst): New function.
15386         (input_node, input_varpool_node): Input section names.
15387         * tree-emutls.c (get_emutls_init_templ_addr): Update.
15388         (new_emutls_decl): Update.
15389         (secname_for_decl): Check section names only of static vars.
15390         * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
15391         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
15392         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
15393         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
15394         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
15395         * config/mcore/mcore.c (mcore_unique_section): Likewise.
15396         * config/mips/mips.c (mips16_build_function_stub): Likewise.
15397         * config/v850/v850.c (v850_insert_attributes): Likewise.
15398         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
15399         Likewise.
15400         (h8300_handle_tiny_data_attribute): Likewise.
15401         * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
15402         (bfin_handle_l2_attribute): Likewise.
15404 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
15406         * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
15407         remove static initializer.
15409 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
15411         * varasm.c (use_blocks_for_decl_p): Check symbol table
15412         instead of alias attribute.
15413         (place_block_symbol): Recurse on aliases.
15415 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
15417         * ipa-visibility.c: Include varasm.h
15418         (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
15420 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
15422         * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
15423         outputting aliases.
15425 2014-06-07  Steven Bosscher  <steven@gcc.gnu.org>
15427         * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
15428         from test_insn into GGC space escape via SET_SRC.
15430 2014-06-07  Eric Botcazou  <ebotcazou@adacore.com>
15432         * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
15433         call statement, if any.
15434         (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
15435         statements, if any.  Tidy up.
15437 2014-06-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
15439         PR target/61431
15440         * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
15441         iterators, VSX_D that handles 64-bit types, and VSX_LE that
15442         handles swapping the two 64-bit double words on little endian
15443         systems.  Include V1TImode and optionally TImode in VSX_LE so that
15444         these types are properly swapped.  Change all of the insns and
15445         splits that do the 64-bit swaps to use VSX_LE.
15446         (vsx_le_perm_load_<mode>): Likewise.
15447         (vsx_le_perm_store_<mode>): Likewise.
15448         (splitters for little endian memory operations): Likewise.
15449         (vsx_xxpermdi2_le_<mode>): Likewise.
15450         (vsx_lxvd2x2_le_<mode>): Likewise.
15451         (vsx_stxvd2x2_le_<mode>): Likewise.
15453 2014-06-06  Uros Bizjak  <ubizjak@gmail.com>
15455         PR target/61423
15456         * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
15457         define_insn_and_split pattern, merged from *floatunssi<mode>2_1
15458         and corresponding splitters.  Zero extend general register
15459         or memory input operand to XMM temporary.  Enable for
15460         TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
15461         (floatunssi<mode>2): Update expander predicate.
15463 2014-06-06  Vladimir Makarov  <vmakarov@redhat.com>
15465         PR rtl-optimization/61325
15466         * lra-constraints.c (process_address_1): Check scale equal to one
15467         to prevent transformation: base + scale * index => base + new_reg.
15469 2014-06-06  Richard Biener  <rguenther@suse.de>
15471         PR tree-optimization/59299
15472         * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
15473         a def operand.
15474         (nearest_common_dominator_of_uses): Likewise.
15475         (statement_sink_location): Adjust.  Support sinking loads.
15477 2014-06-06  Martin Jambor  <mjambor@suse.cz>
15479         * ipa-prop.c (get_place_in_agg_contents_list): New function.
15480         (build_agg_jump_func_from_list): Likewise.
15481         (determine_known_aggregate_parts): Renamed to
15482         determine_locally_known_aggregate_parts.  Moved some functionality
15483         to the two functions above, removed bound checks.
15485 2014-06-06  James Greenhalgh  <james.greenhalgh@arm.com>
15487         * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
15488         * config/aarch64/aarch64.c (aarch64_move_pointer): New.
15489         (aarch64_progress_pointer): Likewise.
15490         (aarch64_copy_one_part_and_move_pointers): Likewise.
15491         (aarch64_expand_movmen): Likewise.
15492         * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
15493         * config/aarch64/aarch64.md (movmem<mode>): New.
15495 2014-06-06  Bingfeng Mei  <bmei@broadcom.com>
15497         * targhooks.c (default_add_stmt_cost): Call target specific
15498         hook instead of default one.
15500 2014-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15502         * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
15503         endianness instead of host endianness.
15504         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
15505         comments.
15507 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
15509         PR debug/53927
15510         * function.c (instantiate_decls): Process the saved static chain.
15511         (expand_function_start): If not optimizing, save the static chain
15512         onto the stack.
15513         * tree-nested.c (convert_all_function_calls): Always create the static
15514         chain for nested functions if not optimizing.
15516 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
15518         * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
15520 2014-06-06  Richard Biener  <rguenther@suse.de>
15522         * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
15523         (construct_init_block): Likewise.
15524         (construct_exit_block): Likewise.
15525         (pass_expand::execute): Likewise.
15526         * graphite.c (graphite_transforms): Replace check for current_loops
15527         with a check for > 1 loops.
15528         (pass_graphite_transforms::execute): Adjust.
15529         * ipa-split.c (split_function): Remove check for current_loops.
15530         * omp-low.c (expand_parallel_call): Likewise.
15531         (expand_omp_for_init_counts): Likewise.
15532         (extract_omp_for_update_vars): Likewise.
15533         (expand_omp_for_generic): Likewise.
15534         (expand_omp_sections): Likewise.
15535         (expand_omp_target): Likewise.
15536         * tracer.c (tail_duplicate): Likewise.
15537         (pass_tracer::execute): Likewise.
15538         * trans-mem.c (expand_transaction): Likewise.
15539         * tree-complex.c (expand_complex_div_wide): Likewise.
15540         * tree-eh.c (lower_resx): Likewise.
15541         (cleanup_empty_eh_merge_phis): Likewise.
15542         * tree-predcom.c (run_tree_predictive_commoning): Replace check for
15543         current_loops with a check for > 1 loops.
15544         (pass_predcom::execute): Adjust.
15545         * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
15546         * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
15547         * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
15548         * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
15549         * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
15550         * tree-switch-conversion.c (process_switch): Likewise.
15551         * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
15552         * tree-vrp.c (vrp_visit_phi_node): Likewise.
15553         (execute_vrp): Likewise.
15554         * ubsan.c (ubsan_expand_null_ifn): Likewise.
15556 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
15558         * rtl.h (insn_location): Declare.
15559         * cfgcleanup.c (try_forward_edges): Compare the locus of locations
15560         with UNKNOWN_LOCATION.
15561         * emit-rtl.c (insn_location): New function.
15562         * final.c (notice_source_line): Check that the instruction has a
15563         location before retrieving it and use insn_location.
15564         * modulo-sched.c (loop_single_full_bb_p): Likewise.
15565         * print-rtl.c (print_rtx): Likewise.
15567 2014-06-06  Richard Biener  <rguenther@suse.de>
15569         * passes.def: Move 2nd VRP pass before phi-only-cprop.
15571 2014-06-06  Christian Bruel  <christian.bruel@st.com>
15573         PR tree-optimization/43934
15574         * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
15575         cost.
15577 2014-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
15579         * ira-lives.c (single_reg_class): Add missing break.  Explicitly
15580         return NO_REGS for extra address and memory constraints.  Handle
15581         operands that match (or are equivalent to something that matches)
15582         extra constant constraints.  Ignore other non-register operands.
15584 2014-06-06  Alan Modra  <amodra@gmail.com>
15586         PR target/61300
15587         * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
15588         * doc/tm.texi: Regenerate.
15589         * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
15590         Use throughout in place of REG_PARM_STACK_SPACE.
15591         * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
15592         "incoming" param.  Pass to rs6000_function_parms_need_stack.
15593         (rs6000_function_parms_need_stack): Add "incoming" param, ignore
15594         prototype_p when incoming.  Use function decl when incoming
15595         to handle K&R style functions.
15596         * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
15597         (INCOMING_REG_PARM_STACK_SPACE): Define.
15599 2014-06-05  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
15601         PR target/52472
15602         * cfgexpand.c (expand_debug_expr): Use address space of nested
15603         TREE_TYPE for ADDR_EXPR and MEM_REF.
15605 2014-06-05  Jeff Law  <law@redhat.com>
15607         PR tree-optimization/61289
15608         * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
15609         DST_MAP parameters.   Invalidate by walking all the SSA_NAME_VALUES
15610         looking for those which match LHS.  All callers changed.
15611         (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
15612         parameters and code which manipulated them.  All callers changed.
15613         (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
15614         and DST_MAP parameters.  Simplify invalidation code by just calling
15615         invalidate_equivalences.  All callers changed.
15616         (thread_across_edge): Simplify now that we don't need to maintain
15617         the map of equivalences to invalidate.
15619 2014-06-05  Kai Tietz  <ktietz@redhat.com>
15620             Richard Henderson  <rth@redhat.com>
15622         PR target/46219
15623         * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
15624         checking for !TARGET_X32.
15625         * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
15626         (sibcall_intern): New define_insn, plus required peepholes.
15627         (sibcall_pop_intern): Likewise.
15628         (sibcall_value_intern): Likewise.
15629         (sibcall_value_pop_intern): Likewise.
15631 2014-06-05  Ilya Enkovich  <ilya.enkovich@intel.com>
15633         * tree-inline.c (tree_function_versioning): Check DF info existence
15634         before accessing it.
15636 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15638         * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
15639         frame_size.
15640         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
15641         aarch64_frame hard_fp_offset and frame_size.
15642         (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
15643         frame_size; remove original_frame_size.
15644         (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
15645         (aarch64_initial_elimination_offset): Remove frame_size and
15646         offset.  Use aarch64_frame frame_size.
15648 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15649             Jiong Wang  <jiong.wang@arm.com>
15650             Renlin  <renlin.li@arm.com>
15652         * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
15653         initialization of R30 offset.  Update offset.  Iterate core
15654         regisers upto X30.  Remove X29, X30 specific code.
15656 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15657             Jiong Wang  <jiong.wang@arm.com>
15659         * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
15660         (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
15661         (aarch64_register_saved_on_entry): Adjust test.
15663 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15665         * config/aarch64/aarch64.h (machine_function): Move
15666         saved_varargs_size from here...
15667         (aarch64_frame): ... to here.
15669         * config/aarch64/aarch64.c (aarch64_expand_prologue)
15670         (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
15671         (aarch64_initial_elimination_offset)
15672         (aarch64_setup_incoming_varargs): Adjust location of
15673         saved_varargs_size.
15675 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15677         * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
15678         layout comment.
15680 2014-06-05  Jaydeep Patil  <Jaydeep.Patil@imgtec.com>
15681             Prachi Godbole  <Prachi.Godbole@imgtec.com>
15683         * config/mips/mips-cpus.def: Add definition for p5600.  Updated
15684         mips32r5 entry to use PROCESSOR_P5600.
15685         * config/mips/mips-tables.opt: Regenerate.
15686         * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
15687         * config/mips/mips.c (mips_fmadd_bypass): New function.
15688         (mips_rtx_cost_data): Add costs for p5600.
15689         (mips_issue_rate): Add support for p5600.
15690         (mips_multipass_dfa_lookahead): Likewise.
15691         * config/mips/mips.h (TUNE_P5600): New define.
15692         (TUNE_MACC_CHAINS): Add TUNE_P5600.
15693         (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
15694         * config/mips/mips.md: Include p5600.md.
15695         (processor): Add p5600.
15696         * config/mips/p5600.md: New file.
15698 2014-06-05  Evgeny Stupachenko  <evstupac@gmail.com>
15700         * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
15701         * config/i386/predicates.md (palignr_operand): New.
15702         Indicates if permutation is suitable for palignr instruction.
15704 2014-06-05  Yuri Rumyantsev  <ysrumyan@gmail.com>
15706         PR tree-optimization/61319
15707         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
15708         stmt belongs to loop.
15710 2014-06-05  Richard Biener  <rguenther@suse.de>
15712         * gimplify.c (create_tmp_from_val): Remove is_formal parameter
15713         and set DECL_GIMPLE_REG_P unconditionally if appropriate.
15714         (lookup_tmp_var): Adjust.
15715         (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
15717 2014-06-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15719         * config/arm/arm.md (enabled): Disable opt_enabled attribute.
15721 2014-06-05  Marek Polacek  <polacek@redhat.com>
15723         PR c/49706
15724         * doc/invoke.texi: Document -Wlogical-not-parentheses.
15726 2014-06-04  Tom de Vries  <tom@codesourcery.com>
15728         * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
15729         CONST_INT.
15731 2014-06-04  Marc Glisse  <marc.glisse@inria.fr>
15733         PR tree-optimization/61385
15734         * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
15736 2014-06-04  Bernd Schmidt  <bernds@codesourcery.com>
15738         * lto-wrapper.c (fatal, fatal_perror): Remove functions.  All callers
15739         changed to use fatal_error.
15740         (main): Ensure lto_wrapper_cleanup is run atexit.
15742 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
15744         * lra-constraints.c (valid_address_p): Move earlier in file.
15745         (address_eliminator): New structure.
15746         (satisfies_memory_constraint_p): New function.
15747         (satisfies_address_constraint_p): Likewise.
15748         (process_alt_operands, process_address, curr_insn_transform): Use them.
15750 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
15752         * lra-int.h (lra_static_insn_data): Make operand_alternative a
15753         const pointer.
15754         (target_lra_int, default_target_lra_int, this_target_lra_int)
15755         (op_alt_data): Delete.
15756         * lra.h (lra_init): Delete.
15757         * lra.c (default_target_lra_int, this_target_lra_int): Delete.
15758         (init_insn_code_data_once): Remove op_alt_data handling.
15759         (finish_insn_code_data_once): Likewise.
15760         (init_op_alt_data): Delete.
15761         (get_static_insn_data): Initialize operand_alternative to null.
15762         (free_insn_recog_data): Cast operand_alternative before freeing it.
15763         (setup_operand_alternative): Take the operand_alternative as
15764         parameter and assume it isn't already cached in the static
15765         insn data.
15766         (lra_set_insn_recog_data): Update accordingly.
15767         (lra_init): Delete.
15768         * ira.c (ira_init): Don't call lra_init.
15769         * target-globals.h (this_target_lra_int): Declare.
15770         (target_globals): Remove lra_int.
15771         (restore_target_globals): Update accordingly.
15772         * target-globals.c: Don't include lra-int.h.
15773         (default_target_globals, save_target_globals): Remove lra_int.
15775 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
15777         * recog.h (operand_alternative): Convert reg_class, reject,
15778         matched and matches into bitfields.
15779         (preprocess_constraints): New overload.
15780         (preprocess_insn_constraints): New function.
15781         (preprocess_constraints): Take the insn as parameter.
15782         (recog_op_alt): Change into a pointer.
15783         (target_recog): Add x_op_alt.
15784         * recog.c (asm_op_alt): New variable.
15785         (recog_op_alt): Change into a pointer.
15786         (preprocess_constraints): New overload, replacing the old function
15787         definition with one that doesn't use global state.
15788         (preprocess_insn_constraints): New function.
15789         (preprocess_constraints): Use them.  Take the insn as parameter.
15790         Use asm_op_alt for asms.
15791         (recog_init): Free existing x_op_alt entries.
15792         * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
15793         pointer const.
15794         (make_early_clobber_and_input_conflicts): Likewise.
15795         (process_bb_node_lives): Pass the insn to process_constraints.
15796         * reg-stack.c (check_asm_stack_operands): Likewise.
15797         (subst_asm_stack_regs): Likewise.
15798         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
15799         * regrename.c (build_def_use): Likewise.
15800         * sched-deps.c (sched_analyze_insn): Likewise.
15801         * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
15802         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
15803         (note_invalid_constants): Likewise.
15804         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
15805         (ix86_legitimate_combined_insn): Make operand_alternative pointer
15806         const.
15808 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
15810         * recog.c (preprocess_constraints): Don't skip disabled alternatives.
15811         * ira-lives.c (check_and_make_def_conflict): Check for disabled
15812         alternatives.
15813         (make_early_clobber_and_input_conflicts): Likewise.
15814         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
15816 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
15818         * recog.h (alternative_class): New function.
15819         (which_op_alt): Return a const recog_op_alt.
15820         * reg-stack.c (check_asm_stack_operands): Update type accordingly.
15821         (subst_asm_stack_regs): Likewise.
15822         * config/arm/arm.c (note_invalid_constants): Likewise.
15823         * regcprop.c (copyprop_hardreg_forward_1): Likewise.  Don't modify
15824         the operand_alternative; use alternative class instead.
15825         * sel-sched.c (get_reg_class): Likewise.
15826         * regrename.c (build_def_use): Likewise.
15827         (hide_operands, restore_operands, record_out_operands): Update type
15828         accordingly.
15830 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
15832         * recog.h (recog_op_alt): Convert to a flat array.
15833         (which_op_alt): New function.
15834         * recog.c (recog_op_alt): Convert to a flat array.
15835         (preprocess_constraints): Update accordingly, grouping all
15836         operands of the same alternative together, rather than the
15837         other way around.
15838         * ira-lives.c (check_and_make_def_conflict): Likewise.
15839         (make_early_clobber_and_input_conflicts): Likewise.
15840         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
15841         * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
15842         (subst_asm_stack_regs): Likewise.
15843         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
15844         * regrename.c (hide_operands, record_out_operands): Likewise.
15845         (build_def_use): Likewise.
15846         * sel-sched.c (get_reg_class): Likewise.
15847         * config/arm/arm.c (note_invalid_constants): Likewise.
15849 2014-06-04  Jason Merrill  <jason@redhat.com>
15851         PR c++/51253
15852         PR c++/61382
15853         * gimplify.c (gimplify_arg): Non-static.
15854         * gimplify.h: Declare it.
15856 2014-06-04  Richard Biener  <rguenther@suse.de>
15858         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
15859         TREE_PUBLIC and DECL_EXTERNAL decls.
15861 2014-06-04  Matthew Fortune  <matthew.fortune@imgtec.com>
15863         * regcprop.c (copyprop_hardreg_forward_1): Account for
15864         HARD_REGNO_CALL_PART_CLOBBERED.
15866 2014-06-04  Richard Biener  <rguenther@suse.de>
15868         * configure.ac: Check whether the underlying type of int64_t
15869         is long or long long.
15870         * configure: Regenerate.
15871         * config.in: Likewise.
15872         * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
15873         (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
15875 2014-06-04  Richard Biener  <rguenther@suse.de>
15877         PR tree-optimization/60098
15878         * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
15879         we hit a kill.
15880         (dse_optimize_stmt): Simplify, now that we found a kill
15881         earlier.
15883 2014-06-04  Richard Biener  <rguenther@suse.de>
15885         * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
15886         of accesses with non-invariant address.
15888 2014-06-04  Martin Liska  <mliska@suse.cz>
15890         * cgraph.h (cgraph_make_wrapper): New function introduced.
15891         * cgraphunit.c (cgraph_make_wrapper): The function implementation.
15892         * ipa-inline.h (inline_analyze_function): The function is global.
15893         * ipa-inline-analysis.c (inline_analyze_function): Likewise.
15895 2014-06-04  Martin Liska  <mliska@suse.cz>
15897         * tree.h (private_lookup_attribute_starting): New function.
15898         (lookup_attribute_starting): Likewise.
15899         * tree.c (private_lookup_attribute_starting): Likewise.
15901 2014-06-04  Martin Liska  <mliska@suse.cz>
15903         * cgraph.h (expand_thunk): New argument added.
15904         (address_taken_from_non_vtable_p): New global function.
15905         * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
15906         * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
15907         * cgraphunit.c (analyze_function): Likewise.
15908         (assemble_thunks_and_aliases): Argument added to call.
15909         (expand_thunk): New argument forces to produce GIMPLE thunk.
15911 2014-06-04  Martin Liska  <mliska@suse.cz>
15913         * coverage.h (coverage_compute_cfg_checksum): Argument added.
15914         * coverage.c (coverage_compute_cfg_checksum): Likewise.
15915         * profile.c (branch_prob): Likewise.
15917 2014-06-04  Martin Jambor  <mjambor@suse.cz>
15919         PR ipa/61340
15920         * ipa-pure-const.c (propagate_pure_const): Add unreachable default
15921         handler for switch on an ipa_ref_use enum.
15922         * ipa-reference.c (analyze_function): Likewise.
15924 2014-06-04  Kai Tietz  <ktietz@redhat.com>
15926         * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
15927         from old call-instruction.
15929 2014-06-04  Bin Cheng  <bin.cheng@arm.com>
15931         * config/aarch64/aarch64.c (aarch64_classify_address)
15932         (aarch64_legitimize_reload_address): Support full addressing modes
15933         for vector modes.
15934         * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
15935         (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
15937 2014-06-03  Andrew Pinski  <apinski@cavium.com>
15939         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
15940         for OP0.
15942 2014-06-03  Andrew Pinski  <apinski@cavium.com>
15944         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
15945         (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
15947 2014-06-03  Kai Tietz  <ktietz@redhat.com>
15949         * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
15950         for 64-bit ms-abi.
15952 2014-06-03  Dehao Chen  <dehao@google.com>
15954         * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
15955         the same loop.
15957 2014-06-03  Marek Polacek  <polacek@redhat.com>
15959         PR c/60439
15960         * doc/invoke.texi: Document -Wswitch-bool.
15961         * function.c (stack_protect_epilogue): Cast controlling expression of
15962         the switch to int.
15963         * gengtype.c (walk_type): Generate switch expression with its
15964         controlling expression cast to int.
15966 2014-06-03  Vishnu K S  <Vishnu.k_s@atmel.com>
15968         * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
15969         and attiny841.
15970         * config/avr/avr-tables.opt: Regenerate.
15971         * config/avr/t-multilib: Regenerate.
15972         * doc/avr-mmcu.texi: Regenerate.
15974 2014-06-03  Vishnu K S  <vishnu.k_s@atmel.com>
15975             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
15977         * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
15978         (ata6617c, ata664251): Add new avr35 devices.
15979         (ata6612c): Add new avr4 device.
15980         (ata6613c, ata6614q): Add new avr5 devices.
15981         * config/avr/avr-tables.opt: Regenerate.
15982         * config/avr/t-multilib: Regenerate.
15983         * doc/avr-mmcu.texi: Regenerate.
15985 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
15987         * gcc/config/aarch64/aarch64-builtins.c
15988         (aarch64_types_binop_ssu_qualifiers): New static data.
15989         (TYPES_BINOP_SSU): Define.
15990         * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
15991         urshr_n, ushll_n): Use appropriate unsigned qualifiers.
15992         * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
15993         vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
15994         vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
15995         vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
15996         vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
15997         vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
15998         vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
15999         suffix to builtin function name, remove cast.
16000         (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
16001         vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
16002         vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
16004 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
16006         * gcc/config/aarch64/aarch64-builtins.c
16007         (aarch64_types_binop_uus_qualifiers,
16008         aarch64_types_shift_to_unsigned_qualifiers,
16009         aarch64_types_unsigned_shiftacc_qualifiers): Define.
16010         * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
16011         uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
16012         sqshlu_n, uqshl_n): Update qualifiers.
16013         * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
16014         vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
16015         vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
16016         vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
16017         vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
16018         vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
16019         vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
16020         vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
16021         vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
16022         vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
16023         vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
16024         vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
16025         vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
16026         vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
16027         vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
16028         vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
16029         vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
16030         vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
16031         vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
16032         vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
16033         vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
16034         vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
16035         vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
16036         vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
16037         vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
16038         vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
16039         vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
16041 2014-06-03  Teresa Johnson  <tejohnson@google.com>
16043         * tree-sra.c (modify_function): Record caller nodes after rebuild.
16045 2014-06-02  Jason Merrill  <jason@redhat.com>
16047         PR c++/61020
16048         * varpool.c (ctor_for_folding): Handle uninitialized vtables.
16050 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
16052         * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
16053         location == 0.
16055 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
16057         * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
16058         New pattern.
16059         * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
16060         (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
16061         * config/aarch64/iterators.md (REVERSE): New iterator.
16062         (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
16063         (rev_op): New int_attribute.
16064         * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
16065         vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
16066         vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
16067         vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
16068         vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
16069         vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
16070         vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
16071         Replace temporary __asm__ with __builtin_shuffle.
16073 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
16075         * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
16076         mips64r5.
16077         * config/mips/mips-tables.opt: Regenerate.
16078         * config/mips/mips.c (mips_compute_frame_info): Changed if statement
16079         to use mips_isa_rev rather than ISA_MIPS32R2.
16080         * config/mips/mips.h (ISA_MIPS32R3): New define.
16081         (ISA_MIPS32R5): New define.
16082         (ISA_MIPS64R3): New define.
16083         (ISA_MIPS64R5): New define.
16084         (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
16085         ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
16086         (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
16087         and mips64r5.
16088         (MIPS_ISA_SYNCI_SPEC): Likewise.
16089         (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
16090         (LINK_SPEC): Added mips32r3 and mips32r5.
16091         * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
16092         to mips32r2; and mips64r3 and mips64r5 to mips64r2.
16093         * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
16094         * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
16095         * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
16096         * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
16097         * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
16099 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
16101         * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
16102         options.
16103         * config/mips/mips.opt (mxpa): New option.
16104         * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
16105         assembler.
16107 2014-06-03  Martin Jambor  <mjambor@suse.cz>
16109         PR ipa/61160
16110         * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
16111         thunks.
16113 2014-06-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16115         PR tree-optimization/61328
16116         * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
16117         initialization from find_bswap_or_nop_1.
16118         (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
16119         in source_expr2 before using the size value the function sets. Also
16120         make use of init_symbolic_number () in both the old place and
16121         find_bswap_or_nop_load () to avoid reading uninitialized memory when
16122         doing recursion in the GIMPLE_BINARY_RHS case.
16124 2014-06-03  Richard Biener  <rguenther@suse.de>
16126         PR tree-optimization/61383
16127         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
16128         stmts can't trap.
16130 2014-06-03  Richard Sandiford  <rdsandiford@googlemail.com>
16132         * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
16133         (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
16134         (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
16135         (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
16136         in this file.
16137         (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
16138         (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
16139         * system.h: ...here and make it unconditional.
16140         * target.def (conditional_register_usage): Mention
16141         define_register_constraint instead of old-style constraint macros.
16142         * doc/tm.texi.in: Remove documentation for old-style constraint macros.
16143         * doc/tm.texi: Regenerate.
16144         * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
16145         protected by !USE_MD_CONSTRAINTS.
16146         * config/frv/frv.md: Remove quote from old version of documentation.
16147         * config/frv/frv.c (frv_conditional_register_usage): Likewise.
16148         * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
16149         CONST_DOUBLE_OK_FOR_LETTER.
16150         * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
16152 2014-06-02  Andrew Pinski  <apinski@cavium.com>
16154         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
16155         /lib/ld-linux32-aarch64.so.1 is used for ILP32.
16156         (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
16157         file whose name depends on -mabi= and -mbig-endian.
16158         * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
16159         Handle LP64 better and handle ilp32 too.
16160         (MULTILIB_OPTIONS): Delete.
16161         (MULTILIB_DIRNAMES): Delete.
16163 2014-06-02  Andrew MacLeod  <amacleod@redhat.com>
16165         * expr.h: Remove prototypes of functions defined in builtins.c.
16166         * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
16167         Remove prototypes of functions defined in builtins.c.
16168         * builtins.h: Update prototype list to include all exported functions.
16169         * builtins.c: (default_libc_has_function, gnu_libc_has_function,
16170         no_c99_libc_has_function): Move to targhooks.c
16171         (build_string_literal, build_call_expr_loc_array,
16172         build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
16173         to tree.c.
16174         (expand_builtin_object_size, fold_builtin_object_size): Make static.
16175         * targhooks.c (default_libc_has_function, gnu_libc_has_function,
16176         no_c99_libc_has_function): Relocate from builtins.c.
16177         * tree.c: Include builtins.h.
16178         (build_call_expr_loc_array, build_call_expr_loc_vec,
16179         build_call_expr_loc, build_call_expr, build_string_literal): Relocate
16180         from builtins.c.
16181         * fold-const.h (fold_fma): Move prototype to builtins.h.
16182         * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
16183         * asan.c: Include builtins.h.
16184         * cfgexpand.c: Likewise.
16185         * convert.c: Likewise.
16186         * emit-rtl.c: Likewise.
16187         * except.c: Likewise.
16188         * expr.c: Likewise.
16189         * fold-const.c: Likewise.
16190         * gimple-fold.c: Likewise.
16191         * gimple-ssa-strength-reduction.c: Likewise.
16192         * gimplify.c: Likewise.
16193         * ipa-inline.c: Likewise.
16194         * ipa-prop.c: Likewise.
16195         * lto-streamer-out.c: Likewise.
16196         * stmt.c: Likewise.
16197         * tree-inline.c: Likewise.
16198         * tree-object-size.c: Likewise.
16199         * tree-sra.c: Likewise.
16200         * tree-ssa-ccp.c: Likewise.
16201         * tree-ssa-forwprop.c: Likewise.
16202         * tree-ssa-loop-ivcanon.c: Likewise.
16203         * tree-ssa-loop-ivopts.c: Likewise.
16204         * tree-ssa-math-opts.c: Likewise.
16205         * tree-ssa-reassoc.c: Likewise.
16206         * tree-ssa-threadedge.c: Likewise.
16207         * tree-streamer-in.c: Likewise.
16208         * tree-vect-data-refs.c: Likewise.
16209         * tree-vect-patterns.c: Likewise.
16210         * tree-vect-stmts.c: Likewise.
16211         * config/aarch64/aarch64.c: Likewise.
16212         * config/alpha/alpha.c: Likewise.
16213         * config/arc/arc.c: Likewise.
16214         * config/arm/arm.c: Likewise.
16215         * config/avr/avr.c: Likewise.
16216         * config/bfin/bfin.c: Likewise.
16217         * config/c6x/c6x.c: Likewise.
16218         * config/cr16/cr16.c: Likewise.
16219         * config/cris/cris.c: Likewise.
16220         * config/epiphany/epiphany.c: Likewise.
16221         * config/fr30/fr30.c: Likewise.
16222         * config/frv/frv.c: Likewise.
16223         * config/h8300/h8300.c: Likewise.
16224         * config/i386/i386.c: Likewise.
16225         * config/i386/winnt.c: Likewise.
16226         * config/ia64/ia64.c: Likewise.
16227         * config/iq2000/iq2000.c: Likewise.
16228         * config/lm32/lm32.c: Likewise.
16229         * config/m32c/m32c.c: Likewise.
16230         * config/m32r/m32r.c: Likewise.
16231         * config/m68k/m68k.c: Likewise.
16232         * config/mcore/mcore.c: Likewise.
16233         * config/mep/mep.c: Likewise.
16234         * config/microblaze/microblaze.c: Likewise.
16235         * config/mips/mips.c: Likewise.
16236         * config/mmix/mmix.c: Likewise.
16237         * config/mn10300/mn10300.c: Likewise.
16238         * config/moxie/moxie.c: Likewise.
16239         * config/msp430/msp430.c: Likewise.
16240         * config/nds32/nds32.c: Likewise.
16241         * config/pa/pa.c: Likewise.
16242         * config/pdp11/pdp11.c: Likewise.
16243         * config/picochip/picochip.c: Likewise.
16244         * config/rl78/rl78.c: Likewise.
16245         * config/rs6000/rs6000.c: Likewise.
16246         * config/rx/rx.c: Likewise.
16247         * config/s390/s390.c: Likewise.
16248         * config/score/score.c: Likewise.
16249         * config/sh/sh.c: Likewise.
16250         * config/sparc/sparc.c: Likewise.
16251         * config/spu/spu.c: Likewise.
16252         * config/stormy16/stormy16.c: Likewise.
16253         * config/tilegx/tilegx.c: Likewise.
16254         * config/tilepro/tilepro.c: Likewise.
16255         * config/v850/v850.c: Likewise.
16256         * config/vax/vax.c: Likewise.
16257         * config/xtensa/xtensa.c: Likewise.
16259 2014-06-02  Jeff Law  <law@redhat.com>
16261         PR rtl-optimization/61094
16262         * ree.c (combine_reaching_defs): Do not reextend an insn if it
16263         was marked as do_no_reextend.  If a copy is needed to eliminate
16264         an extension, then mark it as do_not_reextend.
16266 2014-06-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16268         * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
16270 2014-06-02  Richard Henderson  <rth@redhat.com>
16272         PR target/61336
16273         * config/alpha/alpha.c (print_operand_address): Allow symbolic
16274         addresses inside asms.  Use output_operand_lossage instead of
16275         gcc_unreachable.
16277 2014-06-02  Uros Bizjak  <ubizjak@gmail.com>
16279         PR target/61239
16280         * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
16281         GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
16283 2014-06-02  Tom de Vries  <tom@codesourcery.com>
16285         * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
16286         case that x has VOIDmode.
16288 2014-06-02  Bernd Schmidt  <bernds@codesourcery.com>
16290         * varasm.c (copy_constant): Delete function.
16291         (build_constant_desc): Don't call it.
16293 2014-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16295         PR target/61154
16296         * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
16297         * config/arm/arm.md (mov64 splitter): Replace const_double_operand
16298         with immediate_operand.
16300 2014-06-02  Andreas Schwab  <schwab@suse.de>
16302         * config/ia64/ia64.c
16303         (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
16304         pending_data_specs first.
16306 2014-06-02  Richard Biener  <rguenther@suse.de>
16308         PR tree-optimization/61378
16309         * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
16310         valueized_anything.
16312 2014-06-01  Uros Bizjak  <ubizjak@gmail.com>
16314         * config/i386/constraints.md (Bw): Rename from 'w'.
16315         (Bz): Rename from 'z'.
16316         * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
16318 2014-06-01  Kai Tietz  <ktietz@redhat.com>
16320         PR target/61377
16321         * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
16322         * config/i386/i386.md (sibcall_insn_operand): Use Bs
16323         instead of m constraint.
16325 2014-05-31  Andreas Schwab  <schwab@linux-m68k.org>
16327         * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
16328         a separate alternative where the scratch operand 2 is marked as
16329         early clobber.
16331 2014-05-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
16333         * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
16334         (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
16335         (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
16336         and __builtins_arm_get_fpscr.
16337         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
16338         __builtins_arm_get_fpscr.
16339         (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
16340         __builtins_arm_ldfpscr.
16341         (arm_atomic_assign_expand_fenv): New function.
16342         * config/arm/vfp.md (set_fpscr): New pattern.
16343         (get_fpscr) : Likewise.
16344         * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
16345         VUNSPEC_SET_FPSCR.
16346         * doc/extend.texi (AARCH64 Built-in Functions) : Document
16347         __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
16349 2014-05-30  Jakub Jelinek  <jakub@redhat.com>
16351         * asan.c (report_error_func): Add SLOW_P argument, use
16352         BUILT_IN_ASAN_*_N if set.
16353         (build_check_stmt): Likewise.
16354         (instrument_derefs): If T has insufficient alignment,
16355         force same handling as for odd sizes.
16357         * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
16358         BUILT_IN_ASAN_REPORT_STORE_N): New.
16359         * asan.c (struct asan_mem_ref): Change access_size type to
16360         HOST_WIDE_INT.
16361         (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
16362         update_mem_ref_hash_table): Likewise.
16363         (asan_mem_ref_hasher::hash): Hash in a HWI.
16364         (report_error_func): Change size_in_bytes argument to HWI.
16365         Use *_N builtins if size_in_bytes is larger than 16 or not power of
16366         two.
16367         (build_shadow_mem_access): New function.
16368         (build_check_stmt): Use it.  Change size_in_bytes argument to HWI.
16369         Handle size_in_bytes not power of two or larger than 16.
16370         (instrument_derefs): Don't give up if size_in_bytes is not
16371         power of two or is larger than 16.
16373 2014-05-30  Kai Tietz  <ktietz@redhat.com>
16375         PR target/60104
16376         * config/i386/i386.c (x86_output_mi_thunk): Add memory case
16377         for sibling-tail-calls.
16378         * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
16379         to its use.
16380         * config/i386/predicates.md (sibcall_memory_operand): New predicate.
16381         (sibcall_insn_operand): Add check for sibcall_memory_operand.
16383 2014-05-30  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
16385         * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
16386         * config/avr/avr-tables.opt: Regenerate.
16387         * config/avr/t-multilib: Regenerate.
16388         * doc/avr-mmcu.texi: Regenerate.
16390 2014-05-30  Ian Lance Taylor  <iant@google.com>
16392         * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
16393         target("sse").
16395 2014-05-30  Tom de Vries  <tom@codesourcery.com>
16397         * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
16398         Redefine as true.
16400 2014-05-30  Tom de Vries  <tom@codesourcery.com>
16402         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
16403         * lra.c (initialize_lra_reg_info_element): Add init of
16404         actual_call_used_reg_set field.
16405         (lra): Call lra_create_live_ranges before lra_inheritance for
16406         -fuse-caller-save.
16407         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
16408         -fuse-caller-save.
16409         * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
16410         instead of call_used_reg_set for -fuse-caller-save.
16411         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
16413 2014-05-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16415         * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
16416         to mov_imm.
16417         * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
16419 2014-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
16421         * ira.c (ira_get_dup_out_num): Check for output operands at
16422         the start of the loop.  Handle cases where an included alternative
16423         follows an excluded one.
16425 2014-05-29  Mike Stump  <mikestump@comcast.net>
16427         PR debug/61352
16428         * collect2.c (maybe_run_lto_and_relink): Be sure to always run
16429         post ld passes when lto is used.
16431 2014-05-29  Vladimir Makarov  <vmakarov@redhat.com>
16433         PR rtl-optimization/61325
16434         * lra-constraints.c (process_address): Rename to process_address_1.
16435         (process_address): New function.
16437 2014-05-29  Alan Lawrence  <alan.lawrence@arm.com>
16439         * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
16440         TYPES_BINOPV): New static data.
16441         * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
16442         New builtin.
16443         * config/aarch64/aarch64-simd.md (aarch64_ext,
16444         aarch64_im_lane_boundsi): New patterns.
16445         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
16446         patterns for EXT.
16447         (aarch64_evpc_ext): New function.
16449         * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
16451         * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
16452         vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
16453         vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
16454         vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
16455         vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
16457 2014-05-29  Tom de Vries  <tom@codesourcery.com>
16459         * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
16461 2014-05-29  Richard Earnshaw <rearnsha@arm.com>
16462             Richard Sandiford  <rdsandiford@googlemail.com>
16464         * arm/iterators.md (shiftable_ops): New code iterator.
16465         (t2_binop0, arith_shift_insn): New code attributes.
16466         * arm/predicates.md (shift_nomul_operator): New predicate.
16467         * arm/arm.md (insn_enabled): Delete.
16468         (enabled): Remove insn_enabled test.
16469         (*arith_shiftsi): Delete.  Replace with ...
16470         (*<arith_shift_insn>_multsi): ... new pattern.
16471         (*<arith_shift_insn>_shiftsi): ... new pattern.
16472         * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
16474 2014-05-29  Radovan Obradovic  <robradovic@mips.com>
16475             Tom de Vries  <tom@codesourcery.com>
16477         * config/mips/mips.h (POST_CALL_TMP_REG): Define.
16478         * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
16479         clobber.
16480         (mips_split_call): Use POST_CALL_TMP_REG.
16481         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
16483 2014-05-29  Tom de Vries  <tom@codesourcery.com>
16485         * final.c (collect_fn_hard_reg_usage): Guard variable declaration
16486         with #ifdef STACK_REGS.
16488 2014-05-28  Jan Hubicka  <hubicka@ucw.cz>
16490         * varasm.c (get_variable_section): Walk aliases.
16491         (place_block_symbol): Walk aliases.
16493 2014-05-28  Tom de Vries  <tom@codesourcery.com>
16495         Revert:
16496         2014-05-28  Tom de Vries  <tom@codesourcery.com>
16498         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
16499         * lra.c (initialize_lra_reg_info_element): Add init of
16500         actual_call_used_reg_set field.
16501         (lra): Call lra_create_live_ranges before lra_inheritance for
16502         -fuse-caller-save.
16503         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
16504         -fuse-caller-save.
16505         * lra-constraints.c (need_for_call_save_p): Use
16506         actual_call_used_reg_set instead of call_used_reg_set for
16507         -fuse-caller-save.
16508         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
16510 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
16512         * doc/md.texi: Document that the % constraint character must
16513         be at the beginning of the string.
16514         * genoutput.c (validate_insn_alternatives): Check that '=',
16515         '+' and '%' only appear at the beginning of a constraint.
16516         * ira.c (commutative_constraint_p): Delete.
16517         (ira_get_dup_out_num): Expect the '%' commutativity marker to be
16518         at the start of the string.
16519         * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
16520         duplicate '='s.
16521         * config/arm/neon.md (bicdi3_neon): Likewise.
16522         * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
16523         (slt_si, sltu_si): Likewise.
16524         * config/vax/vax.md (sbcdi3): Likewise.
16525         * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
16526         * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
16527         (mul64): Move '%' to beginning of constraint.
16528         * config/arm/arm.md (*xordi3_insn): Likewise.
16529         * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
16530         (xorsi3): Likewise.
16532 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
16534         * doc/md.texi: Document the restrictions on the "enabled" attribute.
16536 2014-05-28  Jason Merrill  <jason@redhat.com>
16538         PR c++/47202
16539         * cgraph.h (symtab_node::get_comdat_group_id): New.
16540         * cgraphunit.c (analyze_functions): Call it.
16541         * symtab.c (dump_symtab_node): Likewise.
16542         * tree.c (decl_comdat_group_id): New.
16543         * tree.h: Declare it.
16544         * lto-streamer-out.c (write_symbol): Use it.
16545         * trans-mem.c (ipa_tm_create_version_alias): Likewise.
16547 2014-05-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
16549         PR bootstrap/PR61146
16550         * wide-int.cc: Do not include longlong.h when compiling with clang.
16552 2014-05-28  Richard Biener  <rguenther@suse.de>
16554         * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
16555         * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
16556         (vrp_visit_assignment_or_call): Print less vertical space.
16557         (vrp_visit_stmt): Likewise.
16558         (vrp_visit_phi_node): Likewise.  For a PHI argument with
16559         VR_VARYING range consider recording it as copy.
16561 2014-05-28  Richard Biener  <rguenther@suse.de>
16563         Revert
16564         2014-05-28  Richard Biener  <rguenther@suse.de>
16566         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
16568 2014-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16570         * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
16571         sufficiently aligned and an offset is used at the same time.
16572         (expand_expr_real_1): Likewise.
16574 2014-05-28  Richard Biener  <rguenther@suse.de>
16576         PR middle-end/61045
16577         * fold-const.c (fold_comparison): When folding
16578         X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
16579         the sign of the remaining constant operand stays the same.
16581 2014-05-28  Kaushik Phatak  <kaushik.phatak@kpit.com>
16583         * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
16584         __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
16585         (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
16586         to the assembler.
16587         (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
16588         * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
16589         (m32bit-doubles) Likewise.
16590         * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
16591         * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
16592         option for RL78.
16594 2014-05-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16596         * configure.ac ($gcc_cv_ld_clearcap): New test.
16597         * configure: Regenerate.
16598         * config.in: Regenerate.
16599         * config/sol2.opt (mclear-hwcap): New option.
16600         * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
16601         * config/sol2-clearcap.map: Moved here from
16602         testsuite/gcc.target/i386/clearcap.map.
16603         * config/sol2-clearcapv2.map: Move here from
16604         gcc.target/i386/clearcapv2.map.
16605         * config/t-sol2 (install): Depend on install-clearcap-map.
16606         (install-clearcap-map): New target.
16607         * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
16608         -mclear-hwcap.
16610 2014-05-28  Richard Biener  <rguenther@suse.de>
16612         * hwint.h (*_HALF_WIDE_INT*): Move to ...
16613         * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
16614         ... here and remove the rest.
16615         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
16617 2014-05-28  Richard Biener  <rguenther@suse.de>
16619         PR tree-optimization/61335
16620         * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
16621         new range fails, drop to varying.
16623 2014-05-28  Olivier Hainque  <hainque@adacore.com>
16625         * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
16626         (CPP_SPEC): Add entry for -mcpu=8548.
16627         * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
16628         * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
16630 2014-05-28  Tom de Vries  <tom@codesourcery.com>
16632         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
16633         * lra.c (initialize_lra_reg_info_element): Add init of
16634         actual_call_used_reg_set field.
16635         (lra): Call lra_create_live_ranges before lra_inheritance for
16636         -fuse-caller-save.
16637         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
16638         -fuse-caller-save.
16639         * lra-constraints.c (need_for_call_save_p): Use
16640         actual_call_used_reg_set instead of call_used_reg_set for
16641         -fuse-caller-save.
16642         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
16644 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
16645             Tom de Vries  <tom@codesourcery.com>
16647         * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
16648         to gccoptlist.
16649         (@item -fuse-caller-save): New item.
16651 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
16652             Tom de Vries  <tom@codesourcery.com>
16654         * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
16655         OPT_fuse_caller_save.
16657 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
16658             Tom de Vries  <tom@codesourcery.com>
16660         * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
16661         * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
16662         get_call_reg_set_usage.
16663         * resource.c (mark_set_resources, mark_target_live_regs): Use
16664         get_call_reg_set_usage.
16665         * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
16666         field.
16667         (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
16668         * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
16669         Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
16670         * ira-build.c (ira_create_allocno): Init
16671         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
16672         (create_cap_allocno, propagate_allocno_info)
16673         (propagate_some_info_from_allocno)
16674         (copy_info_to_removed_store_destinations): Handle
16675         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
16676         * ira-costs.c (ira_tune_allocno_costs): Use
16677         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
16679 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
16680             Tom de Vries  <tom@codesourcery.com>
16682         * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
16683         and function_used_regs_valid fields.
16684         * final.c: Move include of hard-reg-set.h to before rtl.h to declare
16685         find_all_hard_reg_sets.
16686         (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
16687         (get_call_reg_set_usage): New function.
16688         (rest_of_handle_final): Use collect_fn_hard_reg_usage.
16689         * regs.h (get_call_reg_set_usage): Declare.
16691 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
16693         PR libgcc/61152
16694         * config/dbx.h (License): Add Runtime Library Exception.
16695         * config/newlib-stdint.h (License): Same.
16696         * config/rtems.h (License): Same
16697         * config/initfini-array.h (License): Same
16698         * config/v850/v850.h (License): Same.
16699         * config/v850/v850-opts.h (License): Same
16700         * config/v850/rtems.h (License): Same.
16702 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
16704         PR target/61044
16705         * doc/extend.texi (Local Labels): Note that label differences are
16706         not supported for AVR.
16708 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
16709             Olivier Hainque  <hainque@adacore.com>
16711         * rtl.h (set_for_reg_notes): Declare.
16712         * emit-rtl.c (set_for_reg_notes): New function.
16713         (set_unique_reg_note): Use it.
16714         * optabs.c (add_equal_note): Likewise
16716 2014-05-27  Andrew Pinski  <apinski@cavium.com>
16718         * config/aarch64/aarch64.md (stack_protect_set_<mode>):
16719         Use <w> for the register in assembly template.
16720         (stack_protect_test): Use the mode of operands[0] for the result.
16721         (stack_protect_test_<mode>): Use <w> for the register
16722         in assembly template.
16724 2014-05-27  DJ Delorie  <dj@redhat.com>
16726         * config/rx/rx.c (add_vector_labels): New.
16727         (rx_output_function_prologue): Call it.
16728         (rx_handle_func_attribute): Don't require empty arguments.
16729         (rx_handle_vector_attribute): New.
16730         (rx_attribute_table): Add "vector" attribute.
16731         * doc/extend.texi (interrupt, vector): Document new/changed
16732         RX-specific attributes.
16734         * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
16736 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
16738         * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
16739         predicate to detect a negative quotient.
16741 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
16743         * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
16744         to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
16745         Add X - Y CMP 0 to X CMP Y transformation.
16746         (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
16748 2014-05-27  Segher Boessenkool  <segher@kernel.crashing.org>
16750         * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
16751         before printing.
16753 2014-05-27  Steve Ellcey  <sellcey@mips.com>
16755         * config/mips/mips.c: Add include of cgraph.h.
16757 2014-05-27  Richard Biener  <rguenther@suse.de>
16759         * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
16761 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
16763         PR libgcc/61152
16764         * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
16765         * config/arm/arm-cores.def (License): Same.
16766         * config/arm/arm-opts.h (License): Same.
16767         * config/arm/aout.h (License): Same.
16768         * config/arm/bpabi.h (License): Same.
16769         * config/arm/elf.h (License): Same.
16770         * config/arm/linux-elf.h (License): Same.
16771         * config/arm/linux-gas.h (License): Same.
16772         * config/arm/netbsd-elf.h (License): Same.
16773         * config/arm/uclinux-eabi.h (License): Same.
16774         * config/arm/uclinux-elf.h (License): Same.
16775         * config/arm/vxworks.h (License): Same.
16777 2014-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16779         * config/arm/neon.md (neon_bswap<mode>): New pattern.
16780         * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
16781         (arm_init_neon_builtins): Handle NEON_BSWAP.
16782         Define required type nodes.
16783         (arm_expand_neon_builtin): Handle NEON_BSWAP.
16784         (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
16785         * config/arm/arm_neon_builtins.def (bswap): Define builtins.
16786         * config/arm/iterators.md (VDQHSD): New mode iterator.
16788 2014-05-27  Richard Biener  <rguenther@suse.de>
16790         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
16791         Try using literal operands when comparing value-ranges failed.
16793 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
16795         * ira.c (commutative_operand): Adjust for change to recog_data.
16796         [Missing from previous commit.]
16798 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
16800         * system.h (TEST_BIT): New macro.
16801         * recog.h (alternative_mask): New type.
16802         (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
16803         (recog_data_d): Replace alternative_enabled_p array with
16804         enabled_alternatives.
16805         (target_recog): New structure.
16806         (default_target_recog, this_target_recog): Declare.
16807         (get_enabled_alternatives, recog_init): Likewise.
16808         * recog.c (default_target_recog, this_target_recog): New variables.
16809         (get_enabled_alternatives): New function.
16810         (extract_insn): Use it.
16811         (recog_init): New function.
16812         (preprocess_constraints, constrain_operands): Adjust for change to
16813         recog_data.
16814         * postreload.c (reload_cse_simplify_operands): Likewise.
16815         * reload.c (find_reloads): Likewise.
16816         * ira-costs.c (record_reg_classes): Likewise.
16817         * ira-lives.c (single_reg_class): Likewise.  Fix bug in which
16818         all alternatives after a disabled one would be skipped.
16819         (ira_implicitly_set_insn_hard_regs): Likewise.
16820         * ira.c (ira_setup_alts): Adjust for change to recog_data.
16821         * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
16822         with enabled_alternatives.
16823         * lra.c (free_insn_recog_data): Update accordingly.
16824         (lra_update_insn_recog_data): Likewise.
16825         (lra_set_insn_recog_data): Likewise.  Use get_enabled_alternatives.
16826         * lra-constraints.c (process_alt_operands): Likewise.  Handle
16827         only_alternative as part of the enabled mask.
16828         * target-globals.h (this_target_recog): Declare.
16829         (target_globals): Add a recog field.
16830         (restore_target_globals): Restore this_target_recog.
16831         * target-globals.c: Include recog.h.
16832         (default_target_globals): Initialize recog field.
16833         (save_target_globals): Likewise.
16834         * reginfo.c (reinit_regs): Call recog_init.
16835         * toplev.c (backend_init_target): Likewise.
16837 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
16839         * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
16840         rather than any named insn's code.
16842 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
16844         PR libgcc/61152
16845         * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
16846         * config/arm/arm-cores.def (License): Same.
16848 2014-05-26  Jan Hubicka  <hubicka@ucw.cz>
16850         * tree.h (decl_comdat_group): Declare.
16851         * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
16852         * tree.c (decl_comdat_group): Here.
16854 2014-05-26  Richard Sandiford  <r.sandiford@uk.ibm.com>
16856         PR rtl-optimization/61222
16857         * combine.c (simplify_shift_const_1): When moving a PLUS outside
16858         the shift, truncate the PLUS operand to the result mode.
16860 2014-05-26  Uros Bizjak  <ubizjak@gmail.com>
16862         PR target/61271
16863         * config/i386/i386.c (ix86_rtx_costs)
16864         <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
16865         Fix condition.
16867 2014-05-26  Martin Jambor  <mjambor@suse.cz>
16869         * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
16870         subreg uses.
16872 2014-05-26  Richard Biener  <rguenther@suse.de>
16874         * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
16875         wi::int_traits <long long>, wi::int_traits <unsigned long long>):
16876         Provide specializations.
16877         (wi::int_traits <HOST_WIDE_INT>,
16878         wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
16880 2014-05-26  Alan Modra  <amodra@gmail.com>
16882         PR target/61098
16883         * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
16884         params and return a bool.  Remove dead code.  Update comment.
16885         Assert we have a const_int source.  Remove bogus code from
16886         32-bit HWI days.  Move !TARGET_POWERPC64 handling, and correct
16887         handling of constants > 2G and reg_equal note, from..
16888         (rs6000_emit_set_long_const): ..here.  Remove unneeded param and
16889         return value.  Update comment.  If we can, use a new pseudo
16890         for intermediate calculations.
16891         * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
16892         prototype.
16893         * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
16894         call to rs6000_emit_set_const in splitter.
16895         (movdi_internal64+2, +3): Likewise.
16897 2014-05-26  Richard Biener  <rguenther@suse.de>
16899         * system.h: Define __STDC_FORMAT_MACROS before
16900         including inttypes.h.
16901         * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
16902         HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
16903         HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
16904         HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
16905         HOST_WIDEST_INT_C): Remove.
16906         (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
16907         if C99 inttypes.h is not available.
16908         * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
16909         * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
16910         * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
16911         * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
16912         * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
16913         (struct output_info): Likewise.
16914         (print_statistics): Adjust.
16915         (dump_bitmap_statistics): Likewise.
16916         * bt-load.c (migrate_btr_defs): Print with PRId64.
16917         * cfg.c (dump_edge_info, dump_bb_info): Likewise.
16918         (MAX_SAFE_MULTIPLIER): Adjust.
16919         * cfghooks.c (dump_bb_for_graph): Print with PRId64.
16920         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
16921         dump_cgraph_node): Likewise.
16922         * final.c (dump_basic_block_info): Likewise.
16923         * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
16924         * gcov.c (format_gcov): Likewise.
16925         * ipa-cp.c (good_cloning_opportunity_p): Likewise.  Use int64_t
16926         for calculation.
16927         (get_clone_agg_value): Use HOST_WIDE_INT for offset.
16928         * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
16929         (inline_small_functions, dump_overall_stats, dump_inline_stats):
16930         Use PRId64 for dumping.
16931         * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
16932         * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
16933         (add_allocno_hard_regs): Adjust.
16934         * loop-doloop.c (doloop_modify): Print using PRId64.
16935         * loop-iv.c (inverse): Compute in uint64_t.
16936         (determine_max_iter, iv_number_of_iterations): Likewise.
16937         * loop-unroll.c (decide_peel_completely, decide_peel_simple):
16938         Print using PRId64.
16939         * lto-streamer-out.c (write_symbol): Use uint64_t.
16940         * mcf.c (CAP_INFINITY): Use int64_t maximum.
16941         (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
16942         find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
16943         * modulo-sched.c (const_iteration_count): Use int64_t.
16944         (sms_schedule): Dump using PRId64.
16945         * predict.c (dump_prediction): Likewise.
16946         * pretty-print.h (pp_widest_integer): Remove.
16947         * profile.c (get_working_sets, is_edge_inconsistent,
16948         is_inconsistent, read_profile_edge_counts): Dump using PRId64.
16949         * tree-pretty-print.c (pp_double_int): Remove case handling
16950         HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
16951         * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
16952         and adjust users.
16953         (pass_optimize_bswap::execute): Remove restriction on hosts.
16954         * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
16955         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
16956         * tree.c (widest_int_cst_value): Remove.
16957         * tree.h (widest_int_cst_value): Likewise.
16958         * value-prof.c (dump_histogram_value): Print using PRId64.
16959         * gengtype.c (main): Also inject int64_t.
16960         * ggc-page.c (struct max_alignment): Use int64_t.
16961         * alloc-pool.c (struct allocation_object_def): Likewise.
16962         * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
16963         for computation.
16964         * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
16965         * doc/tm.texi: Regenerated.
16966         * gengtype-lex.l (IWORD): Handle [u]int64_t.
16967         * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
16968         * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
16969         mmix_output_register_setting): Use [u]int64_t in prototypes.
16970         * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
16971         mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
16972         mmix_output_octa, mmix_output_shifted_value): Adjust.
16973         (mmix_intval): Adjust.  Remove unreachable case.
16974         * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
16976 2014-05-26  Richard Biener  <rguenther@suse.de>
16978         * configure.ac: Drop __int64 type check.  Insist that we
16979         found uint64_t and int64_t.
16980         * hwint.h (HOST_BITS_PER___INT64): Remove.
16981         (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
16982         (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
16983         (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
16984         (HOST_WIDEST_FAST_INT): Remove __int64 case.
16985         * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
16986         for dst_q_src_df_rms_cdt.
16987         * configure: Regenerate.
16988         * config.in: Likewise.
16990 2014-05-26  Michael Tautschnig  <mt@debian.org>
16992         PR target/61249
16993         * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
16994         __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
16996 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
16998         PR rtl-optimization/61278
16999         * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
17001 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
17003         PR rtl-optimization/61220
17004         Part of PR rtl-optimization/61225
17005         * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
17006         insn; skip split_edge for a block with only one successor.
17008 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
17010         * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
17011         for variables.
17013 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
17015         * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
17016         (update_vtable_references): New function.
17017         (function_and_variable_visibility): Rewrite also vtable initializers.
17018         * varpool.c (cgraph_variable_initializer_availability): Remove assert.
17020 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
17022         * ggc.h (ggc_grow): New function.
17023         * ggc-none.c (ggc_grow): New function.
17024         * ggc-page.c (ggc_grow): Likewise.
17026 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
17028         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
17029         address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
17030         comdat_can_be_unshared_p, cgraph_externally_visible_p,
17031         varpool_externally_visible_p, can_replace_by_local_alias,
17032         update_visibility_by_resolution_info, function_and_variable_visibility,
17033         pass_data_ipa_function_and_variable_visibility,
17034         make_pass_ipa_function_and_variable_visibility,
17035         whole_program_function_and_variable_visibility,
17036         pass_data_ipa_whole_program_visibility,
17037         make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
17038         * cgraph.h (cgraph_local_node_p): Declare.
17039         * ipa-visibility.c: New file.
17040         * Makefile.in (OBJS): Add ipa-visiblity.o
17042 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
17044         * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
17045         that var decl is available.
17047 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
17049         * tree-core.h (tree_decl_with_vis): Replace comdat_group by
17050         symtab_node pointer.
17051         * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
17052         (find_decls_types_r): Do not walk COMDAT_GROUP.
17053         * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
17054         * varasm.c (make_decl_one_only): Use set_comdat_group;
17055         create node if needed.
17056         * ipa-inline-transform.c (save_inline_function_body): Update
17057         way we decl->symtab mapping.
17058         * symtab.c (symtab_hash, hash_node, eq_node
17059         symtab_insert_node_to_hashtable): Remove.
17060         (symtab_register_node): Update.
17061         (symtab_unregister_node): Update.
17062         (symtab_get_node): Reimplement as inline function.
17063         (symtab_add_to_same_comdat_group): Update.
17064         (symtab_dissolve_same_comdat_group_list): Update.
17065         (dump_symtab_base): Update.
17066         (verify_symtab_base): Update.
17067         (symtab_make_decl_local): Update.
17068         (fixup_same_cpp_alias_visibility): Update.
17069         (symtab_nonoverwritable_alias): Update.
17070         * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
17071         * ipa.c (update_visibility_by_resolution_info): UPdate.
17072         * bb-reorder.c: Include cgraph.h
17073         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
17074         with comdat groups.
17075         * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
17076         * cgraph.c (cgraph_get_create_node): Update.
17077         * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
17078         and comdat_group_.
17079         (symtab_get_node): Make inline.
17080         (symtab_insert_node_to_hashtable): Remove.
17081         (symtab_can_be_discarded): Update.
17082         (decl_comdat_group): New function.
17083         * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
17084         Update.
17085         * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
17086         comdat group name.
17087         (read_comdat_group): New function.
17088         (input_node, input_varpool_node): Use it.
17089         * trans-mem.c (ipa_tm_create_version_alias): Update code creating
17090         comdat groups.
17091         * mips.c (mips_start_unique_function): Likewise.
17092         (ix86_code_end): Likewise.
17093         (rs6000_code_end): Likweise.
17094         * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
17096 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
17098         * gengtype-state.c (fatal_reading_state): Bring offline.
17099         * optabs.c (widening_optab_handler): Bring offline.
17100         * optabs.h (widening_optab_handler): Likewise.
17101         * final.c (get_attr_length_1): Likewise.
17103 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
17105         * sched-int.h (sd_iterator_cond): Manually tail recurse.
17107 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17109         * config/rs6000/440.md (ppc440-integer): Include shift without dot.
17110         (ppc440-compare): Include shift with dot.
17111         * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
17112         * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
17113         without dot.
17114         * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
17115         without dot.
17116         (e6500_sfx2): Include it.
17117         * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
17118         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
17119         *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
17120         andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
17121         *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
17122         *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
17123         *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
17124         *lshiftrt_internal1le, *lshiftrt_internal1be,
17125         *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
17126         *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
17127         *rotldi3_internal10le, *rotldi3_internal10be,
17128         *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
17129         ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
17130         ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
17131         *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
17132         define_insns): Use type "shift" in the appropriate alternatives.
17134 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17136         * config/rs6000/rs6000.md (type): Add "logical".  Delete
17137         "fast_compare".
17138         (dot): Adjust comment.
17139         (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
17140         *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
17141         *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
17142         anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
17143         *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
17144         *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
17145         *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
17146         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
17148         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
17149         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
17150         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
17151         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
17152         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
17153         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
17154         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
17155         * config/rs6000/8540.md (ppc8540_su): Adjust.
17156         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
17157         cell-cmp-microcoded): Adjust.
17158         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
17159         * config/rs6000/e500mc.md (e500mc_su): Adjust.
17160         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
17161         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
17162         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
17163         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
17164         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
17165         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
17166         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
17167         Adjust.
17168         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
17169         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
17170         Adjust.  Adjust comment.
17171         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
17172         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
17174 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17176         * config/rs6000/rs6000.md (type): Add "add".
17177         (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
17178         *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
17179         define_insns): Use it.
17180         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
17182         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
17183         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
17184         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
17185         * config/rs6000/601.md (ppc601-integer): Adjust.
17186         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
17187         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
17188         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
17189         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
17190         * config/rs6000/8540.md (ppc8540_su): Adjust.
17191         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
17192         cell-cmp-microcoded): Adjust.
17193         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
17194         * config/rs6000/e500mc.md (e500mc_su): Adjust.
17195         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
17196         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
17197         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
17198         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
17199         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
17200         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
17201         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
17202         Adjust.
17203         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
17204         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
17205         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
17206         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
17208 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17210         * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
17211         "delayed_compare", "var_delayed_compare".
17212         (var_shift): New attribute.
17213         (cell_micro): Adjust.
17214         (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
17215         *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
17216         rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
17217         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
17218         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
17219         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
17220         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
17221         *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
17222         *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
17223         *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
17224         *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
17225         rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
17226         *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
17227         *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
17228         *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
17229         *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
17230         *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
17231         *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
17232         *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
17233         *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
17234         *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
17235         *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
17236         *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
17237         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
17238         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
17240         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
17241         * config/rs6000/440.md (ppc440-integer): Adjust.
17242         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
17243         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
17244         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
17245         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
17246         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
17247         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
17248         * config/rs6000/8540.md (ppc8540_su): Adjust.
17249         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
17250         cell-cmp-microcoded): Adjust.
17251         * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
17252         * config/rs6000/e500mc.md (e500mc_su): Adjust.
17253         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
17254         e500mc64_delayed): Adjust.
17255         * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
17256         * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
17257         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
17258         * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
17259         * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
17260         * config/rs6000/power6.md (power6-shift, power6-var-rotate,
17261         power6-delayed-compare, power6-var-delayed-compare): Adjust.
17262         * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
17263         * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
17264         Adjust comment.
17265         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
17266         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
17268 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17270         * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv".  Add "div".
17271         (bits): New mode_attr.
17272         (idiv_ldiv): Delete mode_attr.
17273         (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
17274         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
17275         rs6000_adjust_priority, is_nonpipeline_insn,
17276         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
17278         * config/rs6000/40x.md (ppc403-idiv): Adjust.
17279         * config/rs6000/440.md (ppc440-idiv): Adjust.
17280         * config/rs6000/476.md (ppc476-idiv): Adjust.
17281         * config/rs6000/601.md (ppc601-idiv): Adjust.
17282         * config/rs6000/603.md (ppc603-idiv): Adjust.
17283         * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
17284         ppc620-ldiv): Adjust.
17285         * config/rs6000/7450.md (ppc7450-idiv): Adjust.
17286         * config/rs6000/7xx.md (ppc750-idiv): Adjust.
17287         * config/rs6000/8540.md (ppc8540_divide): Adjust.
17288         * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
17289         * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
17290         * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
17291         * config/rs6000/e500mc.md (e500mc_divide): Adjust.
17292         * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
17293         * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
17294         * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
17295         * config/rs6000/mpc.md (mpccore-idiv): Adjust.
17296         * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
17297         * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
17298         * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
17299         * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
17300         * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
17301         * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
17302         * config/rs6000/titan.md (titan_fxu_div): Adjust.
17304 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17306         * config/rs6000/rs6000.md (type): Delete "insert_word",
17307         "insert_dword".  Add "insert".
17308         (size): Update comment.
17309         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
17310         insn_must_be_first_in_group): Adjust.
17311         (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
17312         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
17313         *insvsi_internal6, insvdi_internal): Adjust.
17315         * config/rs6000/40x.md (ppc403-integer): Adjust.
17316         * config/rs6000/440.md (ppc440-integer): Adjust.
17317         * config/rs6000/476.md (ppc476-simple-integer): Adjust.
17318         * config/rs6000/601.md (ppc601-integer): Adjust.
17319         * config/rs6000/603.md (ppc603-integer): Adjust.
17320         * config/rs6000/6xx.md (ppc604-integer): Adjust.
17321         * config/rs6000/7450.md (ppc7450-integer): Adjust.
17322         * config/rs6000/7xx.md (ppc750-integer): Adjust.
17323         * config/rs6000/8540.md (ppc8540_su): Adjust.
17324         * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
17325         * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
17326         * config/rs6000/e500mc.md (e500mc_su): Adjust.
17327         * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
17328         * config/rs6000/e5500.md (e5500_sfx): Adjust.
17329         * config/rs6000/e6500.md (e6500_sfx): Adjust.
17330         * config/rs6000/mpc.md (mpccore-integer): Adjust.
17331         * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
17332         * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
17333         * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
17334         * config/rs6000/power7.md (power7-integer): Adjust.
17335         * config/rs6000/power8.md (power8-1cyc): Adjust.
17336         * config/rs6000/rs64.md (rs64a-integer): Adjust.
17337         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
17339 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17341         * config/rs6000/rs6000.md (type): Add "mul".  Delete "imul",
17342         "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
17343         (size): New attribute.
17344         (dot): New attribute.
17345         (cell_micro): Adjust.
17346         (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
17347         umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
17348         *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
17349         umuldi3_highpart): Adjust.
17350         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
17351         rs6000_adjust_priority, is_nonpipeline_insn,
17352         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
17354         * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
17355         ppc405-imul3): Adjust.
17356         * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
17357         * config/rs6000/476.md (ppc476-imul): Adjust.
17358         * config/rs6000/601.md (ppc601-imul): Adjust.
17359         * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
17360         * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
17361         ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
17362         * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
17363         * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
17364         Adjust.
17365         * config/rs6000/8540.md (ppc8540_multiply): Adjust.
17366         * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
17367         * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
17368         cell-imul): Adjust.
17369         * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
17370         * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
17371         * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
17372         * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
17373         * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
17374         * config/rs6000/mpc.md (mpccore-imul): Adjust.
17375         * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
17376         power4-lmul, power4-imul, power4-imul3): Adjust.
17377         * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
17378         power5-lmul, power5-imul, power5-imul3): Adjust.
17379         * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
17380         power6-lmul, power6-imul, power6-imul3): Adjust.
17381         * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
17382         * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
17384         * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
17385         rs64a-lmul): Adjust.
17386         * config/rs6000/titan.md (titan_imul): Adjust.
17388 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17390         * config/rs6000/rs6000.md (type): Add new value "halfmul".
17391         (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
17392         *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
17393         *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
17394         *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
17395         *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
17396         * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
17397         * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
17398         * config/rs6000/476.md (ppc476-imul): Add type halfmul.
17399         * config/rs6000/titan.md: Delete nonsensical comment.
17400         (titan_imul): Add type imul3.
17401         (titan_mulhw): Remove type imul3; add type halfmul.
17403 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
17405         * config/rs6000/rs6000.md (type): Reorder, reformat.
17407 2014-05-23  Martin Jambor  <mjambor@suse.cz>
17409         PR tree-optimization/53787
17410         * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
17411         * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
17412         analysis_done, update all uses.
17413         * ipa-prop.c: Include domwalk.h
17414         (param_analysis_info): Removed.
17415         (param_aa_status): New type.
17416         (ipa_bb_info): Likewise.
17417         (func_body_info): Likewise.
17418         (ipa_get_bb_info): New function.
17419         (aa_overwalked): Likewise.
17420         (find_dominating_aa_status): Likewise.
17421         (parm_bb_aa_status_for_bb): Likewise.
17422         (parm_preserved_before_stmt_p): Changed to use new param AA info.
17423         (load_from_unmodified_param): Accept func_body_info as a parameter
17424         instead of parms_ainfo.
17425         (parm_ref_data_preserved_p): Changed to use new param AA info.
17426         (parm_ref_data_pass_through_p): Likewise.
17427         (ipa_load_from_parm_agg_1): Likewise.  Update callers.
17428         (compute_complex_assign_jump_func): Changed to use new param AA info.
17429         (compute_complex_ancestor_jump_func): Likewise.
17430         (ipa_compute_jump_functions_for_edge): Likewise.
17431         (ipa_compute_jump_functions): Removed.
17432         (ipa_compute_jump_functions_for_bb): New function.
17433         (ipa_analyze_indirect_call_uses): Likewise, moved variable
17434         declarations down.
17435         (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
17436         and info, moved variable declarations down.
17437         (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
17438         node and info.
17439         (ipa_analyze_stmt_uses): Likewise.
17440         (ipa_analyze_params_uses): Removed.
17441         (ipa_analyze_params_uses_in_bb): New function.
17442         (ipa_analyze_controlled_uses): Likewise.
17443         (free_ipa_bb_info): Likewise.
17444         (analysis_dom_walker): New class.
17445         (ipa_analyze_node): Handle node-specific forbidden analysis,
17446         initialize and free func_body_info, use dominator walker.
17447         (ipcp_modif_dom_walker): New class.
17448         (ipcp_transform_function): Create and free func_body_info, use
17449         ipcp_modif_dom_walker, moved a lot of functionality there.
17451 2014-05-23  Marek Polacek  <polacek@redhat.com>
17452             Jakub Jelinek  <jakub@redhat.com>
17454         * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
17455         * gcc.c (sanitize_spec_function): Likewise.
17456         * convert.c (convert_to_integer): Include "ubsan.h".  Add
17457         floating-point to integer instrumentation.
17458         * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
17459         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
17460         SANITIZE_NONDEFAULT.
17461         * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
17462         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
17463         BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
17464         * ubsan.c: Include "realmpfr.h" and "dfp.h".
17465         (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
17466         (ubsan_type_descriptor): Set tkind to 0xffff for types other than
17467         float/double/long double.
17468         (ubsan_instrument_float_cast): New function.
17469         * ubsan.h (ubsan_instrument_float_cast): Declare.
17471 2014-05-23 Jiong Wang  <jiong.wang@arm.com>
17473         * config/aarch64/predicates.md (aarch64_call_insn_operand): New
17474         predicate.
17475         * config/aarch64/constraints.md ("Ucs", "Usf"):  New constraints.
17476         * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
17477         Adjust for tailcalling through registers.
17478         * config/aarch64/aarch64.h (enum reg_class): New caller save
17479         register class.
17480         (REG_CLASS_NAMES): Likewise.
17481         (REG_CLASS_CONTENTS): Likewise.
17482         * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
17483         Allow tailcalling without decls.
17485 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
17487         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
17488         Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
17490         * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
17491         gsi, and variables v_* to v*.
17493 2014-05-23  Eric Botcazou  <ebotcazou@adacore.com>
17495         * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
17497 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
17499         * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
17500         * omp-low.c: Update accordingly.
17502         * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
17503         for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
17504         GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
17505         GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
17506         GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
17507         GF_OMP_TARGET_KIND_UPDATE.
17509         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
17510         Explicitly enumerate the expected region types.
17512 2014-05-23  Paul Eggert  <eggert@cs.ucla.edu>
17514         PR other/56955
17515         * doc/extend.texi (Function Attributes): Fix  __attribute__ ((malloc))
17516         documentation; the old documentation didn't clearly state the
17517         constraints on the contents of the pointed-to storage.
17519 2014-05-23  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17521         Fix bootstrap error on ia64
17522         * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
17523         Return default value.
17525 2014-05-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17527         PR tree-optimization/54733
17528         * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
17529         (CMPNOP): Define.
17530         (find_bswap_or_nop_load): New.
17531         (find_bswap_1): Renamed to ...
17532         (find_bswap_or_nop_1): This. Also add support for memory source.
17533         (find_bswap): Renamed to ...
17534         (find_bswap_or_nop): This. Also add support for memory source and
17535         detection of bitwise operations equivalent to load in target
17536         endianness.
17537         (execute_optimize_bswap): Likewise. Also move its leading comment back
17538         in place and split statement transformation into ...
17539         (bswap_replace): This.
17541 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
17543         PR rtl-optimization/61215
17544         * lra-elelimination.c (lra_eliminate_regs_1): Don't use
17545         simplify_gen_subreg until final substitution.
17547 2014-05-23  Alan Modra  <amodra@gmail.com>
17549         PR target/61231
17550         * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
17551         * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
17552         Use "Y" constraint rather than "m".
17554 2014-05-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
17556         * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
17557         define.
17558         * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
17559         New function declaration.
17560         * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
17561         AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
17562         AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
17563         (aarch64_init_builtins) : Initialize builtins
17564         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
17565         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
17566         (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
17567         __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
17568         and __builtins_aarch64_set_fpsr.
17569         (aarch64_atomic_assign_expand_fenv): New function.
17570         * config/aarch64/aarch64.md (set_fpcr): New pattern.
17571         (get_fpcr) : Likewise.
17572         (set_fpsr) : Likewise.
17573         (get_fpsr) : Likewise.
17574         (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
17575          and UNSPECV_SET_FPSR.
17576         * doc/extend.texi (AARCH64 Built-in Functions) : Document
17577         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
17578         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
17580 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
17582         PR rtl-optimization/60969
17583         * ira-costs.c (record_reg_classes): Process NO_REGS for matching
17584         constraints.  Set up mem cost for NO_REGS case.
17586 2014-05-22  Thomas Schwinge  <thomas@codesourcery.com>
17588         * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
17590 2012-05-22  Bernd Schmidt  <bernds@codesourcery.com>
17592         * config/darwin.c: Include "lto-section-names.h".
17593         (LTO_SEGMENT_NAME): Don't define.
17594         * config/i386/winnt.c: Include "lto-section-names.h".
17595         * lto-streamer.c: Include "lto-section-names.h".
17596         * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
17597         * lto-wrapper.c: Include "lto-section-names.h".
17598         (LTO_SECTION_NAME_PREFIX): Don't define.
17599         * lto-section-names.h: New file.
17600         * cgraphunit.c: Include "lto-section-names.h".
17602 2014-05-22  Peter Bergner  <bergner@vnet.ibm.com>
17604         * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
17606 2014-05-22  Richard Earnshaw  <rearnsha@arm.com>
17608         PR target/61208
17609         * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
17611 2014-05-22  Nick Clifton  <nickc@redhat.com>
17613         * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
17615 2014-05-22  Eric Botcazou  <ebotcazou@adacore.com>
17617         * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
17618         -> (T)A transformation to integer types.
17620 2014-05-22  Teresa Johnson  <tejohnson@google.com>
17622         * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
17623         (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
17624         (gcov_rewrite): Use gcov_nonruntime_assert.
17625         (gcov_open): Ditto.
17626         (gcov_write_words): Ditto.
17627         (gcov_write_length): Ditto.
17628         (gcov_read_words): Use gcov_nonruntime_assert, and remove
17629         gcc_assert from IN_LIBGCOV code.
17630         (gcov_read_summary): Use gcov_error to flag profile corruption.
17631         (gcov_sync): Use gcov_nonruntime_assert.
17632         (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
17633         (gcov_histo_index): Use gcov_nonruntime_assert.
17634         (static void gcov_histogram_merge): Ditto.
17635         (compute_working_sets): Ditto.
17636         * gcov-io.h (gcov_nonruntime_assert): Define.
17637         (gcov_error): Define for !IN_LIBGCOV
17639 2014-05-22  Richard Biener  <rguenther@suse.de>
17641         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
17642         BUILT_IN_REALLOC like BUILT_IN_STRDUP.
17643         (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
17644         and deallocation site.
17645         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
17646         Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
17647         passing through the incoming points-to set.
17648         (handle_lhs_call): Use flags argument instead of recomputing it.
17649         (find_func_aliases_for_call): Call handle_lhs_call with proper
17650         call return flags.
17652 2014-05-22  Jakub Jelinek  <jakub@redhat.com>
17654         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
17655         all padding bits in REAL_VALUE_TYPE are cleared.
17657 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17659         Cleanup and improve multipass_dfa_lookahead_guard
17660         * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
17661         (core2i7_first_cycle_multipass_begin,)
17662         (core2i7_first_cycle_multipass_issue,)
17663         (core2i7_first_cycle_multipass_backtrack): Update signature.
17664         * config/ia64/ia64.c
17665         (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
17666         (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
17667         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
17668         hook definition.
17669         (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
17670         ia64_first_cycle_multipass_dfa_lookahead_guard_spec.  Update return
17671         values.
17672         * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
17673         return values.
17674         * doc/tm.texi: Regenerate.
17675         * doc/tm.texi.in
17676         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
17677         * haifa-sched.c (ready_try): Make signed to allow negative values.
17678         (rebug_ready_list_1): Update.
17679         (choose_ready): Simplify.
17680         (sched_extend_ready_list): Update.
17682 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17684         Remove IA64 speculation tweaking flags
17685         * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
17686         speculation tuning flags.
17687         (msched-prefer-non-data-spec-insns,)
17688         (msched-prefer-non-control-spec-insns): Obsolete options.
17689         * haifa-sched.c (choose_ready): Remove handling of
17690         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
17691         * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
17692         and PREFER_NON_DATA_SPEC.
17693         * sel-sched.c (process_spec_exprs): Remove handling of
17694         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
17696 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17698         Improve scheduling debug output
17699         * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
17700         (advance_one_cycle): Update.
17701         (schedule_insn, queue_to_ready): Add debug printouts.
17702         (debug_ready_list_1): New static function.
17703         (debug_ready_list): Update.
17704         (max_issue): Add debug printouts.
17705         (dump_insn_stream): New static function.
17706         (schedule_block): Use it.  Also better indent printouts.
17708 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17710         Fix sched_insn debug counter
17711         * haifa-sched.c (schedule_insn): Update.
17712         (struct haifa_saved_data): Add nonscheduled_insns_begin.
17713         (save_backtrack_point, restore_backtrack_point): Update.
17714         (first_nonscheduled_insn): New static function.
17715         (queue_to_ready, choose_ready): Use it.
17716         (schedule_block): Init nonscheduled_insns_begin.
17717         (sched_emit_insn): Update.
17720 2014-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
17722         * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
17723         to GENERAL_REGS.
17724         (aarch64_secondary_reload) : LikeWise.
17725         (aarch64_class_max_nregs) : Remove CORE_REGS.
17726         * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
17727         (REG_CLASS_NAMES) : Likewise.
17728         (REG_CLASS_CONTENTS) : LikeWise.
17729         (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
17731 2014-05-21  Guozhi Wei  <carrot@google.com>
17733         PR target/61202
17734         * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
17735         constraint.
17736         (vqdmulhq_n_s16): Likewise.
17738 2014-05-21  Segher Boessenkool  <segher@kernel.crashing.org>
17740         * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
17742 2014-05-21  Marek Polacek  <polacek@redhat.com>
17744         PR sanitizer/61272
17745         * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
17747 2014-05-21  Martin Jambor  <mjambor@suse.cz>
17749         * doc/invoke.texi (Optimize Options): Document parameters
17750         ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
17751         ipa-cp-array-index-hint-bonus.
17753 2014-05-21  Mark Wielaard  <mjw@redhat.com>
17755         PR debug/16063
17756         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
17757         version >= 3 or not strict DWARF.
17758         * langhooks.h (struct lang_hooks_for_types): Add
17759         enum_underlying_base_type.
17760         * langhooks.c (lhd_enum_underlying_base_type): New function.
17761         * gcc/langhooks.h (struct lang_hooks_for_types): Add
17762         enum_underlying_base_type.
17763         * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
17764         (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
17765         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
17767 2014-05-21  Richard Biener  <rguenther@suse.de>
17769         * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
17771 2014-05-21  John Marino  <gnugcc@marino.st>
17773         * config.gcc (*-*-dragonfly*): New target.
17774         * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
17775         * configure: Regenerate.
17776         * config/dragonfly-stdint.h: New.
17777         * config/dragonfly.h: New.
17778         * config/dragonfly.opt: New.
17779         * config/i386/dragonfly.h: New.
17780         * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
17782 2014-05-21  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
17784         * tree.def (VOID_CST): New.
17785         * tree-core.h (TI_VOID): New.
17786         * tree.h (void_node): New.
17787         * tree.c (tree_node_structure_for_code, tree_code_size)
17788         (iterative_hash_expr): Handle VOID_CST.
17789         (build_common_tree_nodes): Initialize void_node.
17791 2014-05-21  Bernd Schmidt  <bernds@codesourcery.com>
17793         * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
17794         functions.
17795         (reload, calculate_needs_all_insns, reload_as_needed): Use them.
17797         * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
17798         more places.
17800         * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
17801         flag_reorder_blocks_and_partition.
17802         * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
17804 2014-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
17806         PR target/54236
17807         * config/sh/sh.md (*addc_r_1): Rename to addc_t_r.  Remove empty
17808         constraints.
17809         (*addc_r_t): Add new insn_and_split.
17811 2014-05-21  Jakub Jelinek  <jakub@redhat.com>
17813         PR middle-end/61252
17814         * omp-low.c (handle_simd_reference): New function.
17815         (lower_rec_input_clauses): Use it.  Defer adding reference
17816         initialization even for reduction without placeholder if in simd,
17817         handle it properly later on.
17819 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
17821         PR tree-optimization/60899
17822         * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
17823         assume all static symbols will have definition wile parsing and
17824         check the do have definition later in compilation; check that
17825         variable referring symbol will be output before concluding that
17826         reference is safe; be conservative for referring local statics;
17827         be more precise about when comdat is output in other partition.
17829 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
17831         PR bootstrap/60984
17832         * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
17833         parameter.
17834         * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
17835         (ipa_inline): Loop inline_to_all_callers until no more aliases
17836         are removed.
17838 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
17840         * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
17841         set writeonly flag only for vars actually written to.
17843 2014-05-20  Dehao Chen  <dehao@google.com>
17845         * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
17846         and callee count to get clone count.
17847         * tree-inline.c (expand_call_inline): Use callee count instead of bb
17848         count in copy_body.
17850 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
17852         PR rtl-optimization/61243
17853         * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
17855 2014-05-20  Xinliang David Li  <davidxl@google.com>
17857         * cgraphunit.c (walk_polymorphic_call_targets): Add
17858         dbgcnt and fopt-info support.
17859         * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
17860         * ipa-devirt.c (ipa_devirt): Ditto.
17861         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
17862         * ipa.c (walk_polymorphic_call_targets): Ditto.
17863         * gimple-fold.c (fold_gimple_assign): Ditto.
17864         (gimple_fold_call): Ditto.
17865         * dbgcnt.def: New counter.
17867 2014-05-20  DJ Delorie  <dj@redhat.com>
17869         * config/msp430/msp430.md (split): Don't allow subregs when
17870         splitting SImode adds.
17871         (andneghi): Fix subtraction logic.
17872         * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
17874 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
17876         * tree.h (DECL_ONE_ONLY): Return true only for externally visible
17877         symbols.
17878         * except.c (switch_to_exception_section, resolve_unique_section,
17879         get_named_text_section, default_function_rodata_section,
17880         align_variable, get_block_for_decl, default_section_type_flags):
17881         Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
17882         * symtab.c (symtab_add_to_same_comdat_group,
17883         symtab_make_decl_local, fixup_same_cpp_alias_visibility,
17884         symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
17885         Likewise.
17886         * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
17887         * bb-reorder.c (pass_partition_blocks::gate): Likewise.
17888         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
17889         (c6x_function_in_section_p): Likewise.
17890         * config/darwin.c (machopic_select_section): Likewise.
17891         * config/arm/arm.c (arm_function_in_section_p): Likewise.
17892         * config/mips/mips.c (mips_function_rodata_section): Likewise.
17893         * config/mep/mep.c (mep_select_section): LIkewise.
17894         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
17896 2014-05-20  Eric Botcazou  <ebotcazou@adacore.com>
17898         * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
17899         EH region of calls to pure functions that can throw an exception.
17900         * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
17901         (copy_reference_ops_from_call): Also copy the EH region of the call if
17902         it can throw an exception.
17904 2014-05-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17906         * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
17907         nested VEC_SELECTs that are inverses of each other.
17909 2014-05-20  Richard Biener  <rguenther@suse.de>
17911         * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
17912         (extract_and_process_scc_for_name): not here.
17913         (cond_dom_walker::before_dom_children): Only process
17914         stmts that end the BB in interesting ways.
17915         (run_scc_vn): Mark param uses as visited.
17917 2014-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17919         * config/arm/arm.md (arith_shiftsi): Do not predicate for
17920         arm_restrict_it.
17922 2014-05-20  Nick Clifton  <nickc@redhat.com>
17924         * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
17925         (msp430_gimplify_va_arg_expr): New function.
17926         (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
17928         * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
17929         operand 0 in order to prevent confusion about the number of
17930         registers involved.
17932 2014-05-20  Richard Biener  <rguenther@suse.de>
17934         PR tree-optimization/61221
17935         * tree-ssa-pre.c (el_to_update): Remove.
17936         (eliminate_dom_walker::before_dom_children): Handle released
17937         VDEFs by value-numbering them to the associated VUSE.  Update
17938         stmt immediately for substituted call address.
17939         (eliminate): Remove delayed stmt updating code.
17940         * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
17941         possibly late re-numbered vuses.
17942         (vn_reference_lookup_2): Adjust.
17943         (vn_reference_lookup_pieces): Likewise.
17944         (vn_reference_lookup): Likewise.
17946 2014-05-20  Richard Biener  <rguenther@suse.de>
17948         * config.gcc: Remove need_64bit_hwint.
17949         * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
17950         * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
17951         it to be true.
17952         * config.in: Regenerate.
17953         * configure: Likewise.
17955 2014-05-19  David Wohlferd <dw@LimeGreenSocks.com>
17957         * doc/extend.texi: Create Label Attributes section,
17958         move all label attributes into it and reference it.
17960 2014-05-19  Richard Earnshaw  <rearnsha@arm.com>
17962         * arm.c (thumb1_reorg): When scanning backwards skip anything
17963         that's not a proper insn.
17965 2014-05-19  Richard Biener  <rguenther@suse.de>
17967         PR tree-optimization/61221
17968         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
17969         Do nothing for unreachable blocks.
17970         * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
17971         Improve unreachability detection.
17973 2014-05-19  Richard Biener  <rguenther@suse.de>
17975         PR tree-optimization/61209
17976         * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
17978 2014-05-19  Nick Clifton  <nickc@redhat.com>
17980         * except.c (init_eh): Fix computation of builtin setjmp buffer
17981         size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
17983 2014-05-19  Richard Biener  <rguenther@suse.de>
17985         PR tree-optimization/61184
17986         * tree-vrp.c (is_negative_overflow_infinity): Use
17987         TREE_OVERFLOW_P and do that check first.
17988         (is_positive_overflow_infinity): Likewise.
17989         (is_overflow_infinity): Likewise.
17990         (vrp_operand_equal_p): Properly treat operands with
17991         differing overflow as not equal.
17993 2014-05-19  Bernd Schmidt  <bernds@codesourcery.com>
17995         * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
17996         shift simplification where it was intended.
17998 2014-05-19  Christian Bruel  <christian.bruel@st.com>
18000         PR target/61195
18001         * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
18003 2014-05-19  Richard Sandiford  <r.sandiford@uk.ibm.com>
18005         PR target/61084
18006         * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
18007         than wide_int.
18009 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
18011         * reg-notes.def (CROSSING_JUMP): Likewise.
18012         * rtl.h (rtx_def): Update comment for jump flag.
18013         (CROSSING_JUMP_P): Define.
18014         * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
18015         of a REG_CROSSING_JUMP note.
18016         * cfghooks.c (tidy_fallthru_edges): Likewise.
18017         * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
18018         * emit-rtl.c (try_split): Likewise.
18019         * haifa-sched.c (sched_create_recovery_edges): Likewise.
18020         * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
18021         * jump.c (redirect_jump_2): Likewise.
18022         * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
18023         (relax_delay_slots): Likewise.
18024         * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
18025         (bbit_di): Likewise.
18026         * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
18027         * config/sh/sh.md (jump_compact): Likewise.
18028         * bb-reorder.c (rotate_loop): Likewise.
18029         (pass_duplicate_computed_gotos::execute): Likewise.
18030         (add_reg_crossing_jump_notes): Rename to...
18031         (update_crossing_jump_flags): ...this.
18032         (pass_partition_blocks::execute): Update accordingly.
18034 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
18036         * tree.h: Remove extraneous template <>.
18038 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
18040         * ipa.c (symtab_remove_unreachable_nodes): Remove
18041         symbol from comdat group if its body was eliminated.
18042         (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
18043         * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
18044         (symtab_unregister_node): ... this one.
18045         (verify_symtab_base): More strict checking of comdats.
18046         * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
18048 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
18050         * tree-pass.h (make_pass_ipa_comdats): New pass.
18051         * timevar.def (TV_IPA_COMDATS): New timevar.
18052         * passes.def (pass_ipa_comdats): Add.
18053         * Makefile.in (OBJS): Add ipa-comdats.o
18054         * ipa-comdats.c: New file.
18056 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
18058         * ipa.c (update_visibility_by_resolution_info): New function.
18059         (function_and_variable_visibility): Use it.
18061 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
18063         * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
18064         New functions.
18065         (FOR_EACH_DEFINED_SYMBOL): New macro.
18066         (varpool_first_static_initializer, varpool_next_static_initializer,
18067         varpool_first_defined_variable, varpool_next_defined_variable):
18068         Fix comments.
18069         (symtab_in_same_comdat_p): Correctly deal with inline functions.
18071 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
18073         * ggc-page.c (ggc_handle_finalizers): Add comment.
18075 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
18077         * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
18078         * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
18079         (ggc_internal_cleared_alloc): Likewise.
18080         * ggc-page.c (finalizer): New class.
18081         (vec_finalizer): Likewise.
18082         (globals::finalizers): New member.
18083         (globals::vec_finalizers): Likewise.
18084         (ggc_internal_alloc): Record the finalizer if any for the block being
18085         allocated.
18086         (ggc_handle_finalizers): New function.
18087         (ggc_collect): Call ggc_handle_finalizers.
18088         * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
18089         finalizer.
18090         (ggc_internal_cleared_alloc): Likewise.
18091         (finalize): New function.
18092         (need_finalization_p): Likewise.
18093         (ggc_alloc): Install the type's destructor as the finalizer if it
18094         might do something.
18095         (ggc_cleared_alloc): Likewise.
18096         (ggc_vec_alloc): Likewise.
18097         (ggc_cleared_vec_alloc): Likewise.
18099 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
18101         * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
18103 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
18105         * alias.c (record_alias_subset): Adjust.
18106         * bitmap.c (bitmap_element_allocate): Likewise.
18107         (bitmap_gc_alloc_stat): Likewise.
18108         * cfg.c (init_flow): Likewise.
18109         (alloc_block): Likewise.
18110         (unchecked_make_edge): Likewise.
18111         * cfgloop.c (alloc_loop): Likewise.
18112         (flow_loops_find): Likewise.
18113         (rescan_loop_exit): Likewise.
18114         * cfgrtl.c (init_rtl_bb_info): Likewise.
18115         * cgraph.c (insert_new_cgraph_node_version): Likewise.
18116         (cgraph_allocate_node): Likewise.
18117         (cgraph_create_edge_1): Likewise.
18118         (cgraph_allocate_init_indirect_info): Likewise.
18119         * cgraphclones.c (cgraph_clone_edge): Likewise.
18120         * cgraphunit.c (add_asm_node): Likewise.
18121         (init_lowered_empty_function): Likewise.
18122         * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
18123         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
18124         (alpha_use_linkage): Likewise.
18125         * config/arc/arc.c (arc_init_machine_status): Likewise.
18126         * config/arm/arm.c (arm_init_machine_status): Likewise.
18127         * config/avr/avr.c (avr_init_machine_status): Likewise.
18128         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
18129         * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
18130         * config/cris/cris.c (cris_init_machine_status): Likewise.
18131         * config/darwin.c (machopic_indirection_name): Likewise.
18132         (darwin_build_constant_cfstring): Likewise.
18133         (darwin_enter_string_into_cfstring_table): Likewise.
18134         * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
18135         * config/frv/frv.c (frv_init_machine_status): Likewise.
18136         * config/i386/i386.c (get_dllimport_decl): Likewise.
18137         (ix86_init_machine_status): Likewise.
18138         (assign_386_stack_local): Likewise.
18139         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
18140         (i386_pe_maybe_record_exported_symbol): Likewise.
18141         (i386_pe_record_stub): Likewise.
18142         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
18143         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
18144         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
18145         (m32c_note_pragma_address): Likewise.
18146         * config/mep/mep.c (mep_init_machine_status): Likewise.
18147         (mep_note_pragma_flag): Likewise.
18148         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
18149         (mips16_local_alias): Likewise.
18150         (mips_init_machine_status): Likewise.
18151         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
18152         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
18153         * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
18154         * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
18155         * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
18156         * config/pa/pa.c (pa_init_machine_status): Likewise.
18157         (pa_get_deferred_plabel): Likewise.
18158         * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
18159         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
18160         (rs6000_init_machine_status): Likewise.
18161         (output_toc): Likewise.
18162         * config/s390/s390.c (s390_init_machine_status): Likewise.
18163         * config/score/score.c (score_output_external): Likewise.
18164         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
18165         * config/spu/spu.c (spu_init_machine_status): Likewise.
18166         * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
18167         * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
18168         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
18169         * coverage.c (coverage_end_function): Likewise.
18170         * dbxout.c (dbxout_init): Likewise.
18171         * doc/gty.texi: Don't mention variable_size attribute.
18172         * dwarf2cfi.c (new_cfi): Adjust.
18173         (new_cfi_row): Likewise.
18174         (copy_cfi_row): Likewise.
18175         (create_cie_data): Likewise.
18176         * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
18177         (new_loc_descr): Likewise.
18178         (find_AT_string_in_table): Likewise.
18179         (add_addr_table_entry): Likewise.
18180         (new_die): Likewise.
18181         (add_var_loc_to_decl): Likewise.
18182         (clone_die): Likewise.
18183         (clone_as_declaration): Likewise.
18184         (break_out_comdat_types): Likewise.
18185         (new_loc_list): Likewise.
18186         (add_loc_descr_to_each): Likewise.
18187         (add_location_or_const_value_attribute): Likewise.
18188         (add_linkage_name): Likewise.
18189         (lookup_filename): Likewise.
18190         (dwarf2out_var_location): Likewise.
18191         (new_line_info_table): Likewise.
18192         (dwarf2out_init): Likewise.
18193         (mem_loc_descriptor): Likewise.
18194         (loc_descriptor): Likewise.
18195         (add_const_value_attribute): Likewise.
18196         (tree_add_const_value_attribute): Likewise.
18197         (comp_dir_string): Likewise.
18198         (dwarf2out_vms_debug_main_pointer): Likewise.
18199         (string_cst_pool_decl): Likewise.
18200         * emit-rtl.c (set_mem_attrs): Likewise.
18201         (get_reg_attrs): Likewise.
18202         (start_sequence): Likewise.
18203         (init_emit): Likewise.
18204         (init_emit_regs): Likewise.
18205         * except.c (init_eh_for_function): Likewise.
18206         (gen_eh_region): Likewise.
18207         (gen_eh_region_catch): Likewise.
18208         (gen_eh_landing_pad): Likewise.
18209         (add_call_site): Likewise.
18210         * function.c (add_frame_space): Likewise.
18211         (insert_temp_slot_address): Likewise.
18212         (assign_stack_temp_for_type): Likewise.
18213         (get_hard_reg_initial_val): Likewise.
18214         (allocate_struct_function): Likewise.
18215         (prepare_function_start): Likewise.
18216         (types_used_by_var_decl_insert): Likewise.
18217         * gengtype.c (variable_size_p): Remove function.
18218         (enum alloc_quantity): Remove enum.
18219         (write_typed_alloc_def): Remove function.
18220         (write_typed_struct_alloc_def): Likewise.
18221         (write_typed_typedef_alloc_def): Likewise.
18222         (write_typed_alloc_defns): Likewise.
18223         (main): Adjust.
18224         * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
18225         (ggc_cleared_alloc_ptr_array_two_args): Likewise.
18226         * ggc.h (ggc_alloc): new function.
18227         (ggc_cleared_alloc): Likewise.
18228         (ggc_vec_alloc): Template on type of vector element, and remove
18229         element size argument.
18230         (ggc_cleared_vec_alloc): Likewise.
18231         * gimple.c (gimple_build_omp_for): Adjust.
18232         (gimple_copy): Likewise.
18233         * ipa-cp.c (get_replacement_map): Likewise.
18234         (find_aggregate_values_for_callers_subset): Likewise.
18235         (known_aggs_to_agg_replacement_list): Likewise.
18236         * ipa-devirt.c (get_odr_type): Likewise.
18237         * ipa-prop.c (ipa_node_duplication_hook): Likewise.
18238         (read_agg_replacement_chain): Likewise.
18239         * loop-iv.c (get_simple_loop_desc): Likewise.
18240         * lto-cgraph.c (input_node_opt_summary): Likewise.
18241         * lto-section-in.c (lto_new_in_decl_state): Likewise.
18242         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
18243         (input_eh_region): Likewise.
18244         (input_eh_lp): Likewise.
18245         (input_cfg): Likewise.
18246         * optabs.c (set_optab_libfunc): Likewise.
18247         (init_tree_optimization_optabs): Likewise.
18248         (set_conv_libfunc): Likewise.
18249         * passes.c (do_per_function_toporder): Likewise.
18250         * rtl.h: Don't use variable_size gty attribute.
18251         * sese.c (if_region_set_false_region): Adjust.
18252         * stringpool.c (gt_pch_save_stringpool): Likewise.
18253         * target-globals.c (save_target_globals): Likewise.
18254         * toplev.c (general_init): Likewise.
18255         * trans-mem.c (record_tm_replacement): Likewise.
18256         (split_bb_make_tm_edge): Likewise.
18257         * tree-cfg.c (move_sese_region_to_fn): Likewise.
18258         * tree-data-ref.h (lambda_vector_new): Likewise.
18259         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
18260         * tree-iterator.c (tsi_link_before): Likewise.
18261         (tsi_link_after): Likewise.
18262         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
18263         * tree-ssa-loop-niter.c (record_estimate): Likewise.
18264         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
18265         * tree-ssa-operands.h: Don't use variable_size gty attribute.
18266         * tree-ssa.c (init_tree_ssa): Adjust.
18267         * tree-ssanames.c (set_range_info): Likewise.
18268         (get_ptr_info): Likewise.
18269         (duplicate_ssa_name_ptr_info): Likewise.
18270         (duplicate_ssa_name_range_info): Likewise.
18271         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
18272         (unpack_ts_fixed_cst_value_fields): Likewise.
18273         * tree.c (build_fixed): Likewise.
18274         (build_real): Likewise.
18275         (build_string): Likewise.
18276         (decl_priority_info): Likewise.
18277         (decl_debug_expr_insert): Likewise.
18278         (decl_value_expr_insert): Likewise.
18279         (decl_debug_args_insert): Likewise.
18280         (type_hash_add): Likewise.
18281         (build_omp_clause): Likewise.
18282         * ubsan.c (decl_for_type_insert): Likewise.
18283         * varasm.c (get_unnamed_section): Likewise.
18284         (get_noswitch_section): Likewise.
18285         (get_section): Likewise.
18286         (get_block_for_section): Likewise.
18287         (create_block_symbol): Likewise.
18288         (build_constant_desc): Likewise.
18289         (create_constant_pool): Likewise.
18290         (force_const_mem): Likewise.
18291         (record_tm_clone_pair): Likewise.
18292         * varpool.c (varpool_create_empty_node): Likewise.
18294 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
18296         * dwarf2out.c (tree_add_const_value_attribute): Call
18297         ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
18298         * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
18299         instead of ggc_internal_<x>alloc_stat.
18300         * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
18301         (ggc_realloc): Likewise.
18302         * ggc-none.c (ggc_internal_alloc): Likewise.
18303         (ggc_internal_cleared_alloc): Likewise.
18304         * ggc-page.c: Likewise.
18305         * ggc.h (ggc_internal_alloc_stat): Likewise.
18306         (ggc_internal_alloc): Remove macro.
18307         (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
18308         (ggc_internal_cleared_alloc): Remove macro.
18309         (GGC_RESIZEVEC): Adjust.
18310         (ggc_resizevar): Remove macro.
18311         (ggc_internal_vec_alloc_stat): Drop _stat suffix.
18312         (ggc_internal_cleared_vec_alloc_stat): Likewise.
18313         (ggc_internal_vec_cleared_alloc): Remove macro.
18314         (ggc_alloc_atomic_stat): Drop _stat suffix.
18315         (ggc_alloc_atomic): Remove macro.
18316         (ggc_alloc_cleared_atomic): Remove macro.
18317         (ggc_alloc_string_stat): Drop _stat suffix.
18318         (ggc_alloc_string): Remove macro.
18319         (ggc_alloc_rtx_def_stat): Adjust.
18320         (ggc_alloc_tree_node_stat): Likewise.
18321         (ggc_alloc_cleared_tree_node_stat): Likewise.
18322         (ggc_alloc_cleared_gimple_statement_stat): Likewise.
18323         (ggc_alloc_cleared_simd_clone_stat): Likewise.
18324         * gimple.c (gimple_build_omp_for): Likewise.
18325         (gimple_copy): Likewise.
18326         * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
18327         * toplev.c (realloc_for_line_map): Adjust.
18328         * tree-data-ref.h (lambda_vector_new): Likewise.
18329         * tree-phinodes.c (allocate_phi_node): Likewise.
18330         * tree.c (grow_tree_vec_stat): Likewise.
18331         * vec.h (va_gc::reserve): Adjust.
18333 2014-05-17  Ajit Agarwal  <ajitkum@xilinx.com>
18335         * config/microblaze/microblaze.c (break_handler): New Declaration.
18336         (microblaze_break_function_p,microblaze_is_break_handler): New.
18337         (compute_frame_size): Use microblaze_break_function_p.
18338         Add the test of break_handler.
18339         (microblaze_function_prologue) : Add the test of variable
18340         break_handler.  Check the fnname by BREAK_HANDLER_NAME.
18341         (microblaze_function_epilogue) : Add the test of break_handler.
18342         (microblaze_globalize_label) : Add the test of break_handler.
18343         Check the name by BREAK_HANDLER_NAME.
18345         * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
18347         * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
18348         microblaze_is_break_handler test.
18349         (call_internal1,call_value_intern): Use microblaze_break_function_p.
18350         Use SYMBOL_REF_DECL.
18352         * config/microblaze/microblaze-protos.h
18353         (microblaze_break_function_p,microblaze_is_break_handler):
18354         New Declaration.
18356         * doc/extend.texi (MicroBlaze break_handler Functions): Document
18357         new MicroBlaze break_handler functions.
18359 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
18361         * doc/extend.texi (Size of an asm): Move node text according
18362         to its @menu entry position.
18364 2014-05-17  Marc Glisse  <marc.glisse@inria.fr>
18366         PR tree-optimization/61140
18367         PR tree-optimization/61150
18368         PR tree-optimization/61197
18369         * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
18371 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
18373         * doc/invoke.texi (free): Mention Alpha.  Also enabled at -Os.
18375 2014-05-17  Richard Sandiford  <r.sandiford@uk.ibm.com>
18377         * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
18378         __SIZEOF_INT128__ is defined.
18380 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
18382         * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
18383         (rs6000_delegitimize_address): Use it.
18385 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
18387         * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
18388         inplace argument.  Store the new address in the original MEM when true.
18389         * emit-rtl.c (change_address_1): Likewise.
18390         (adjust_address_1, adjust_automodify_address_1, offset_address):
18391         Update accordingly.
18392         * rtl.h (plus_constant): Add an inplace argument.
18393         * explow.c (plus_constant): Likewise.  Try to reuse the original PLUS
18394         when true.  Avoid generating (plus X (const_int 0)).
18395         * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
18396         in-place.  Pass true to plus_constant.
18397         (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
18399 2014-05-16  Dehao Chen  <dehao@google.com>
18401         * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
18403 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
18405         PR target/54089
18406         * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
18407         patterns.
18408         * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
18410 2014-05-16  Dehao Chen  <dehao@google.com>
18412         * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
18413         optimize_function_for_size_p.
18414         * regs.h (REG_FREQ_FROM_BB): Likewise.
18416 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
18418         PR target/51244
18419         * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
18420         negt_reg_operand cases.
18421         * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
18422         predicate.
18423         * config/sh/predicates.md (cbranch_treg_value): Simplify.
18425 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
18427         * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
18428         target variants.
18430 2014-05-16  David Malcolm  <dmalcolm@redhat.com>
18432         Revert:
18433         2014-04-29  David Malcolm  <dmalcolm@redhat.com>
18435         * tree-cfg.c (dump_function_to_file): Dump the return type of
18436         functions, in a line to itself before the function body, mimicking
18437         the layout of a C function.
18439 2014-05-16  Dehao Chen  <dehao@google.com>
18441         * cfghooks.c (make_forwarder_block): Use direct computation to
18442         get fall-through edge's count and frequency.
18444 2014-05-16  Benno Schulenberg  <bensberg@justemail.net>
18446         * config/arc/arc.c (arc_init): Fix typo in error message.
18447         * config/i386/i386.c (ix86_expand_builtin): Likewise.
18448         (split_stack_prologue_scratch_regno): Likewise.
18449         * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
18450         word from error message.
18452 2014-05-16  Zhouyi Zhou <yizhouzhou@ict.ac.cn>
18454         * ira-costs.c: Fix typo in comment.
18456 2014-05-16  David Wohlferd <dw@LimeGreenSocks.com>
18458         * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
18460 2014-05-16  Jan Hubicka  <hubicka@ucw.cz>
18462         * varpool.c (dump_varpool_node): Dump write-only flag.
18463         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
18464         write-only flag.
18465         * tree-cfg.c (execute_fixup_cfg): Remove statements setting
18466         write-only variables.
18467         * ipa.c (process_references): New function.
18468         (set_readonly_bit): New function.
18469         (set_writeonly_bit): New function.
18470         (clear_addressable_bit): New function.
18471         (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
18472         fix handling of aliases.
18473         * cgraph.h (struct varpool_node): Add writeonly flag.
18475 2014-05-16  Vladimir Makarov  <vmakarov@redhat.com>
18477         PR rtl-optimization/60969
18478         * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
18479         Calculate costs for this case.
18481 2014-05-16  Eric Botcazou  <ebotcazou@adacore.com>
18483         * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
18484         <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
18486 2014-05-16  Richard Biener  <rguenther@suse.de>
18488         PR tree-optimization/61194
18489         * tree-vect-patterns.c (adjust_bool_pattern): Also handle
18490         bool patterns ending in a COND_EXPR.
18492 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18494         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
18496 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18498         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
18499         where we were unable to cost an RTX.
18501 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18503         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
18504         HIGH, LO_SUM.
18506 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18507             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18509         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
18511 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18512             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18514         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
18515         FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
18517 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18518             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18520         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
18521         operators.
18523 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18524             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18526         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
18527         DIV/MOD.
18529 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18530             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18532         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
18533         (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
18535 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18536             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18538         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
18539         rotates and shifts.
18541 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18542             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18544         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
18545         ZERO_EXTEND and SIGN_EXTEND better.
18547 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18548             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18550         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
18551         logical operations.
18553 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18554             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18556         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
18557         costs when costing loads and stores to memory.
18559 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18560             Philip Tomsich  <philipp.tomsich@theobroma-systems.com>
18562         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
18563         for SET RTX.
18565 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18567         * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
18569 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18570             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18572         * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
18573         to...
18574         (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
18575         well formed.
18576         (aarch64_rtx_mult_cost): New.
18577         (aarch64_rtx_costs): Use it, refactor as appropriate.
18579 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18580             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
18582         * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
18583         emit instructions, return number of instructions which would
18584         be emitted.
18585         (aarch64_add_constant): Update call to aarch64_build_constant.
18586         (aarch64_output_mi_thunk): Likewise.
18587         (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
18588         a CONST_DOUBLE.
18590 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18592         * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
18593         (TARGET_RTX_COSTS): Call it.
18595 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18597         * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
18598         (cortexa57_vector_cost): Likewise.
18599         (cortexa57_tunings): Use them.
18601 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
18603         * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
18604         (cpu_addrcost_table): Use it.
18605         * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
18606         (aarch64_address_cost): Rewrite using aarch64_classify_address,
18607         move it.
18609 2014-05-16  Richard Biener  <rguenther@suse.de>
18611         * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
18612         (set_ssa_val_to): Handle unexpected sets to VN_TOP.
18613         (visit_phi): Ignore edges marked as not executable.
18614         (class cond_dom_walker): New.
18615         (cond_dom_walker::before_dom_children): Value-number
18616         control statements and mark successor edges as not
18617         executable if possible.
18618         (run_scc_vn): First walk all control statements in
18619         dominator order, marking edges as not executable.
18620         * tree-inline.c (copy_edges_for_bb): Be not confused
18621         about random edge flags.
18623 2014-05-16  Richard Biener  <rguenther@suse.de>
18625         * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
18627 2014-05-15  Peter Bergner  <bergner@vnet.ibm.com>
18629         PR target/61193
18630         * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
18631         (__TM_simple_begin): Use it.
18632         (__TM_begin): Likewise.
18634 2014-05-15  Martin Jambor  <mjambor@suse.cz>
18636         PR ipa/61085
18637         * ipa-prop.c (update_indirect_edges_after_inlining): Check
18638         type_preserved flag when the indirect edge is polymorphic.
18640 2014-05-15  Martin Jambor  <mjambor@suse.cz>
18642         PR tree-optimization/61090
18643         * tree-sra.c (sra_modify_expr): Pass the current gsi to
18644         build_ref_for_model.
18646 2014-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18648         * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
18649         enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
18651 2014-05-15  Jakub Jelinek  <jakub@redhat.com>
18653         PR tree-optimization/61158
18654         * fold-const.c (fold_binary_loc): If X is zero-extended and
18655         shiftc >= prec, make sure zerobits is all ones instead of
18656         invoking undefined behavior.
18658 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
18660         * regcprop.h: New file.
18661         * regcprop.c (skip_debug_insn_p): New decl.
18662         (replace_oldest_value_reg): Check skip_debug_insn_p.
18663         (copyprop_hardreg_forward_bb_without_debug_insn): New function.
18664         * shrink-wrap.c: Include regcprop.h.
18665         (prepare_shrink_wrap): Call
18666         copyprop_hardreg_forward_bb_without_debug_insn.
18668 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
18670         * shrink-wrap.h: Update comment.
18671         * shrink-wrap.c: Update comment.
18672         (next_block_for_reg): Rename to live_edge_for_reg.
18673         (live_edge_for_reg): Allow live_edge->dest has two predecessors.
18674         (move_insn_for_shrink_wrap): Split live_edge.
18675         (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
18677 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
18679         * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
18680         Delete.
18681         * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
18682         * config/sparc/sparc.md (fptype_ut699): New attribute.
18683         (in_branch_delay): Return false if -mfix-ut699 is specified and
18684         fptype_ut699 is set to single.
18685         (truncdfsf2): Add fptype_ut699 attribute.
18686         (fix_truncdfsi2): Likewise.
18687         (floatsisf2): Change fptype attribute.
18688         (fix_truncsfsi2): Likewise.
18689         (negtf2_notv9): Delete.
18690         (negtf2_v9): Likewise.
18691         (negtf2_hq): New instruction.
18692         (negtf2): New instruction and splitter.
18693         (negdf2_notv9): Rewrite.
18694         (abstf2_notv9): Delete.
18695         (abstf2_hq_v9): Likewise.
18696         (abstf2_v9): Likewise.
18697         (abstf2_hq): New instruction.
18698         (abstf2): New instruction and splitter.
18699         (absdf2_notv9): Rewrite.
18701 2014-05-14  Cary Coutant  <ccoutant@google.com>
18703         PR debug/61013
18704         * opts.c (common_handle_option): Don't special-case "-g".
18705         (set_debug_level): Default to at least level 2 with "-g".
18707 2014-05-14  DJ Delorie  <dj@redhat.com>
18709         * config/msp430/msp430.c (msp430_builtin): Add
18710         MSP430_BUILTIN_DELAY_CYCLES.
18711         (msp430_init_builtins): Register void __delay_cycles(long long).
18712         (msp430_builtin_decl): Add it.
18713         (cg_magic_constant): New.
18714         (msp430_expand_delay_cycles): New.
18715         (msp430_expand_builtin): Call it.
18716         (msp430_print_operand_raw): Change integer printing from "int" to
18717         HOST_WIDE_INT.
18718         * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
18719         (delay_cycles_start): New.
18720         (delay_cycles_end): New.
18721         (delay_cycles_32): New.
18722         (delay_cycles_32x): New.
18723         (delay_cycles_16): New.
18724         (delay_cycles_16x): New.
18725         (delay_cycles_2): New.
18726         (delay_cycles_1): New.
18727         * doc/extend.texi: Document __delay_cycles().
18729 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
18731         * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
18732         length attribute computation.
18734 2014-05-14  Richard Sandiford  <rdsandiford@googlemail.com>
18736         PR debug/61188
18737         * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
18739 2014-05-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
18741         PR target/61084
18742         * config/sparc/sparc.md: Fix types of low and high in DI constant
18743         splitter.  Use gen_int_mode in some other splitters.
18745 2014-05-14  Martin Jambor  <mjambor@suse.cz>
18747         PR ipa/60897
18748         * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
18750 2014-05-14  James Norris  <jnorris@codesourcery.com>
18752         * omp-low.c (expand_parallel_call): Remove shadow variable.
18753         (expand_omp_taskreg): Likewise.
18755 2014-05-14  Ilya Tocar  <ilya.tocar@intel.com>
18757         * common/config/i386/i386-common.c
18758         (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
18759         (OPTION_MASK_ISA_XSAVES_SET): Ditto.
18760         (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
18761         (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
18762         (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
18763         (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
18764         (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
18765         * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
18766         xsavecintrin.h, xsavesintrin.h.
18767         (x86_64-*-*): Ditto.
18768         * config/i386/clflushoptintrin.h: New.
18769         * config/i386/xsavecintrin.h: Ditto.
18770         * config/i386/xsavesintrin.h: Ditto.
18771         * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
18772         (bit_XSAVES): Ditto.
18773         (bit_XSAVES): Ditto.
18774         * config/i386/driver-i386.c (host_detect_local_cpu): Handle
18775         -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
18776         -mno-clflushopt.
18777         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
18778         OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
18779         OPTION_MASK_ISA_XSAVES.
18780         * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
18781         -mxsavec, -mxsaves.
18782         (PTA_CLFLUSHOPT) Define.
18783         (PTA_XSAVEC): Ditto.
18784         (PTA_XSAVES): Ditto.
18785         (ix86_option_override_internal): Handle new options.
18786         (ix86_valid_target_attribute_inner_p): Ditto.
18787         (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
18788         IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
18789         IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
18790         (bdesc_special_args): Add __builtin_ia32_xsaves,
18791         __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
18792         __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
18793         (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
18794         (ix86_expand_builtin): Handle new builtins.
18795         * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
18796         (TARGET_CLFLUSHOPT_P): Ditto.
18797         (TARGET_XSAVEC): Ditto.
18798         (TARGET_XSAVEC_P): Ditto.
18799         (TARGET_XSAVES): Ditto.
18800         (TARGET_XSAVES_P): Ditto.
18801         * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
18802         (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
18803         (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
18804         (ANY_XRSTOR): New.
18805         (ANY_XRSTOR64): Ditto.
18806         (xrstor): Ditto.
18807         (xrstor): Change into <xrstor>.
18808         (xrstor_rex64): Change into <xrstor>_rex64.
18809         (xrstor64): Change into <xrstor>64
18810         (clflushopt): New.
18811         * config/i386/i386.opt (mclflushopt): New.
18812         (mxsavec): Ditto.
18813         (mxsaves): Ditto.
18814         * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
18815         xsavecintrin.h.
18816         * doc/invoke.texi: Document new options.
18818 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
18820         PR rtl-optimization/60866
18821         * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
18822         Default it to -1.  Pass it down to init_simplejump_data.
18823         (init_simplejump_data): New parameter old_seqno.  Pass it down
18824         to get_seqno_for_a_jump.
18825         (get_seqno_for_a_jump): New parameter old_seqno.  Use it for
18826         initializing new jump seqno as a last resort.  Add comment.
18827         (sel_redirect_edge_and_branch): Save old seqno of the conditional
18828         jump and pass it down to sel_init_new_insn.
18829         (sel_redirect_edge_and_branch_force): Likewise.
18831 2014-05-14  Georg-Johann Lay  <avr@gjlay.de>
18833         * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
18834         shifted values to avoid build warning.
18836 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
18838         * cfgcleanup.c (try_forward_edges): Use location_t for locations.
18839         * cfgrtl.c (rtl_merge_blocks): Fix comment.
18840         (cfg_layout_merge_blocks): Likewise.
18841         * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
18843 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
18845         PR rtl-optimization/60901
18846         * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
18847         bb predecessor belongs to the same scheduling region.  Adjust comment.
18849 2014-05-13  Peter Bergner  <bergner@vnet.ibm.com>
18851         * doc/sourcebuild.texi: (dfp_hw): Document.
18852         (p8vector_hw): Likewise.
18853         (powerpc_eabi_ok): Likewise.
18854         (powerpc_elfv2): Likewise.
18855         (powerpc_htm_ok): Likewise.
18856         (ppc_recip_hw): Likewise.
18857         (vsx_hw): Likewise.
18859 2014-05-13  Cary Coutant  <ccoutant@google.com>
18861         * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
18863 2014-05-13  David Malcolm  <dmalcolm@redhat.com>
18865         * gengtype-parse.c (require3): Eliminate in favor of...
18866         (require4): New.
18867         (require_template_declaration): Update to support optional single *
18868         on a type.
18870         * gengtype.c (get_ultimate_base_class): Add a non-const overload.
18871         (create_user_defined_type): Handle a single level of explicit
18872         pointerness within template arguments.
18873         (struct write_types_data): Add field "kind".
18874         (filter_type_name): Handle "*" character.
18875         (write_user_func_for_structure_ptr): Require a write_types_data
18876         rather than just a prefix string, so that we can look up the kind
18877         of the wtd and use it as an index into wrote_user_func_for_ptr,
18878         ensuring that such functions are written at most once.  Support
18879         subclasses by invoking the marking function of the ultimate base class.
18880         (write_user_func_for_structure_body): Require a write_types_data
18881         rather than just a prefix string, so that we can pass this to
18882         write_user_func_for_structure_ptr.
18883         (write_func_for_structure): Likewise.
18884         (ggc_wtd): Add initializer of new "kind" field.
18885         (pch_wtd): Likewise.
18887         * gengtype.h (enum write_types_kinds): New.
18888         (struct type): Add field wrote_user_func_for_ptr to the "s"
18889         union member.
18891 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
18893         * fold-const.c (optimize_bit_field_compare): Use wi:: operations
18894         instead of const_binop.
18895         (fold_binary_loc): Likewise.
18897 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
18899         * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
18900         calculation to match get_ref_base_and_extent.
18902 2014-05-13  Catherine Moore  <clm@codesourcery.com>
18903             Sandra Loosemore  <sandra@codesourcery.com>
18905         * configure.ac: Fix assembly for explicit JALR relocation check.
18906         * configure: Regenerate.
18908 2014-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18910         * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
18911         (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
18912         Remove associated type declarations and initialisations.
18913         (arm_expand_neon_builtin): Likewise.
18914         (neon_emit_pair_result_insn): Delete.
18915         * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
18916         * config/arm/neon.md (neon_vtrn<mode>): Delete.
18917         (neon_vzip<mode>): Likewise.
18918         (neon_vuzp<mode>): Likewise.
18920 2014-05-13  Richard Biener  <rguenther@suse.de>
18922         PR ipa/60973
18923         * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
18924         it needs revisiting whether the call still may be tail-called.
18926 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
18928         * rtl.def (SYMBOL_REF): Remove middle "0" field.
18929         * rtl.h (block_symbol): Reduce number of fields to 2.
18930         (rtx_def): Add u2.symbol_ref_flags.
18931         (SYMBOL_REF_FLAGS): Use it.
18932         (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
18933         (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
18934         * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
18935         Lower index of SYMBOL_REF_DATA.
18936         * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
18937         Print SYMBOL_REF_FLAGS at the same time.
18938         * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
18940 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
18942         * rtl.def (VAR_LOCATION): Remove "i" field.
18943         * rtl.h (rtx_def): Add u2.var_location_status.
18944         (PAT_VAR_LOCATION_STATUS): Use it.
18945         (gen_rtx_VAR_LOCATION): Declare.
18946         * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
18947         * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
18948         * var-tracking.c (emit_note_insn_var_location): Remove casts.
18950 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
18952         * rtl.def (scratch): Fix outdated comment and remove "0" field.
18953         * gengtype.c (adjust_field_rtx_def): Update accordingly.
18955 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
18957         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
18958         (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
18959         * rtl.h (rtx_def): Add insn_uid to u2 field.
18960         (RTX_FLAG_CHECK8): Delete in favor of...
18961         (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
18962         (INSN_DELETED_P): Update accordingly.
18963         (INSN_UID): Use u2.insn_uid.
18964         (INSN_CHAIN_CODE_P): Define.
18965         (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
18966         (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
18967         (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
18968         (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
18969         (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
18970         indices accordingly.
18971         * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
18972         Update indices for insn-chain rtxes.
18973         * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
18974         (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
18975         * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
18976         * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
18977         * combine.c (try_combine): Likewise.
18978         * ira.c (setup_prohibited_mode_move_regs): Likewise.
18980 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
18982         * rtl.def (REG): Remove middle field.
18983         * rtl.h (rtx_def): Add orignal_regno to u2.
18984         (ORIGINAL_REGNO): Use it instead of field 1.
18985         (REG_ATTRS): Lower field index accordingly.
18986         * gengtype.c (adjust_field_rtx_def): Remove handling of
18987         ORIGINAL_REGNO.  Move REG_ATTRS index down.
18988         * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
18989         code that prints the REGNO.
18991 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
18993         * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
18994         GENERATOR_FILE.
18996 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
18998         * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
19000 2014-05-13  Bin Cheng  <bin.cheng@arm.com>
19002         * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
19003         (alloc_iv): Lower base expressions containing ADDR_EXPR.
19005 2014-05-13  Ian Bolton  <ian.bolton@arm.com>
19007         * config/aarch64/aarch64-protos.h
19008         (aarch64_hard_regno_caller_save_mode): New prototype.
19009         * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
19010         New function.
19011         * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
19013 2014-05-13  Christian Bruel  <christian.bruel@st.com>
19015         * target.def (mode_switching): New hook vector.
19016         (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
19017         (mode_exit, modepriority_to_mode): Likewise.
19018         * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
19019         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
19020         * target.h: Include tm.h and hard-reg-set.h.
19021         * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
19022         (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
19023         * doc/tm.texi Regenerate.
19024         * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
19025         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
19026         * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
19027         (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
19028         * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
19029         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
19030         * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
19031         (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
19032         * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
19033         (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
19034         (ix86_emit_mode_set): Hookify.
19035         * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
19036         Delete.
19037         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
19038         * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
19039         (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
19040         (epiphany_mode_priority_to_mode): Remove declaration.
19041         * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
19042         (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
19043         (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
19044         Likewise.
19045         (epiphany_mode_priority_to_mode): Change priority type.  Hookify.
19046         (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
19047         (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
19049 2014-05-13  Jakub Jelinek  <jakub@redhat.com>
19051         PR target/61060
19052         * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
19053         is const0_rtx, return immediately.  Don't test count == 0 when
19054         it is always true.
19056 2014-05-13  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
19058         * Makefile.in: add shrink-wrap.o.
19059         * config/i386/i386.c: include "shrink-wrap.h"
19060         * function.c: Likewise.
19061         (requires_stack_frame_p, next_block_for_reg,
19062         move_insn_for_shrink_wrap, prepare_shrink_wrap,
19063         dup_block_and_redirect): Move to shrink-wrap.c
19064         (thread_prologue_and_epilogue_insns): Extract three code segments
19065         as functions in shrink-wrap.c
19066         * function.h: Move #ifdef HAVE_simple_return ... #endif block to
19067         shrink-wrap.h
19068         * shrink-wrap.c: New file.
19069         * shrink-wrap.h: New file.
19071 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
19073         * doc/extend.texi: Reflect current numbers of pragmas.  Remove
19074         reference to Solaris.
19076 2014-05-12  Mike Stump  <mikestump@comcast.net>
19078         PR other/31778
19079         * genattrtab.c (filename): Add.
19080         (convert_set_attr_alternative): Improve error message.
19081         (check_defs): Restore read_md_filename for error messages.
19082         (gen_insn): Save filename.
19084 2014-05-12  Dimitris Papavasiliou  <dpapavas@gmail.com>
19086         * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
19087         -fno-local-ivars and -fivar-visibility.
19088         * c-family/c.opt: Make -Wshadow also implicitly enable
19089         -Wshadow-ivar.
19091 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
19093         * doc/tm.texi: Remove reference to deleted macro.
19094         * doc/tm.texi.in: Likewise.
19096 2014-05-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
19098         PR target/60991
19099         * config/avr/avr.c (avr_out_store_psi): Use correct constant
19100         to restore Y.
19102 2014-05-12  Georg-Johann Lay  <avr@gjlay.de>
19104         PR libgcc/61152
19105         * config/arm/arm.h (License): Add GCC Runtime Library Exception.
19106         * config/arm/aout.h (License): Same.
19107         * config/arm/bpabi.h (License): Same.
19108         * config/arm/elf.h (License): Same.
19109         * config/arm/linux-elf.h (License): Same.
19110         * config/arm/linux-gas.h (License): Same.
19111         * config/arm/netbsd-elf.h (License): Same.
19112         * config/arm/uclinux-eabi.h (License): Same.
19113         * config/arm/uclinux-elf.h (License): Same.
19114         * config/arm/vxworks.h (License): Same.
19116 2014-05-11  Jakub Jelinek  <jakub@redhat.com>
19118         * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
19119         * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
19120         number of operands to 3.
19121         (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
19122         * tree-nested.c (convert_nonlocal_omp_clauses,
19123         convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
19124         * gimplify.c (gimplify_scan_omp_clauses): Handle
19125         OMP_CLAUSE_LINEAR_STMT.
19126         * omp-low.c (lower_rec_input_clauses): Fix typo.
19127         (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
19128         cast between Fortran boolean_type_node and C _Bool if
19129         needed.
19131 2014-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
19133         PR tree-optimization/61136
19134         * wide-int.h (multiple_of_p): Define a version that doesn't return
19135         the quotient.
19136         * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
19137         integer_zerop/const_binop pair.
19138         (multiple_of_p): Likewise, converting both operands to widest_int
19139         precision.
19141 2014-05-09  Teresa Johnson  <tejohnson@google.com>
19143         * cgraphunit.c (analyze_functions): Use correct dump file.
19145 2014-05-09  Florian Weimer  <fweimer@redhat.com>
19147         * cfgexpand.c (stack_protect_decl_p): New function, extracted from
19148         expand_used_vars.
19149         (stack_protect_return_slot_p): New function.
19150         (expand_used_vars): Call stack_protect_decl_p and
19151         stack_protect_return_slot_p for -fstack-protector-strong.
19153 2014-05-09  David Wohlferd <LimeGreenSocks@yahoo.com>
19154         Andrew Haley <aph@redhat.com>
19155         Richard Sandiford <rdsandiford@googlemail.com>
19157         * doc/extend.texi: Rewrite inline asm page / re-org asm-related
19158         pages.
19160 2014-05-09  Kenneth Zadeck  <zadeck@naturalbridge.com>
19162         PR middle-end/61111
19163         * fold-const.c (fold_binary_loc): Changed width of mask.
19165 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
19167         * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
19168         unsigned int initializers for regno_in, regno_out.
19170 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
19172         PR target/61055
19173         * config/avr/avr.md (cc): Add new attribute set_vzn.
19174         (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
19175         Set cc insn attribute to set_vzn instead of set_zn for alternatives
19176         with INC, DEC or NEG.
19177         * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
19178         (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
19179         INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
19181 2014-05-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19183         Revert:
19184         2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19186         * wide-int.cc (UTItype): Define.
19187         (UDWtype): Define for appropriate W_TYPE_SIZE.
19189 2014-05-09  Richard Biener  <rguenther@suse.de>
19191         * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
19192         * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
19193         (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
19194         (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
19195         ssa_propagate): Adjust.
19197 2014-05-08  Jeff Law  <law@redhat.com>
19199         PR tree-optimization/61009
19200         * tree-ssa-threadedge.c (thread_through_normal_block): Return a
19201         tri-state rather than a boolean.  When a block is too big to
19202         thread through, inform caller via negative return value.
19203         (thread_across_edge): If a block was too big for normal threading,
19204         then it's too big for a joiner too, so remove temporary equivalences
19205         and return immediately.
19207 2014-05-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19208             Matthias Klose  <doko@ubuntu.com>
19210         PR driver/61106
19211         * optc-gen.awk: Fix option handling for -Wunused-parameter.
19213 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
19215         PR target/59952
19216         * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
19218 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
19220         PR target/61092
19221         * config/alpha/alpha.c: Include gimple-iterator.h.
19222         (alpha_gimple_fold_builtin): New function.  Move
19223         ALPHA_BUILTIN_UMULH folding from ...
19224         (alpha_fold_builtin): ... here.
19225         (TARGET_GIMPLE_FOLD_BUILTIN): New define.
19227 2014-05-08  Wei Mi  <wmi@google.com>
19229         PR target/58066
19230         * config/i386/i386.c (ix86_compute_frame_layout): Update
19231         preferred_stack_boundary for call, expanded from tls descriptor.
19232         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
19233         to depend on SP register.
19234         (*tls_local_dynamic_base_32_gnu): Ditto.
19235         (*tls_local_dynamic_32_once): Ditto.
19236         (tls_global_dynamic_64_<mode>): Set
19237         ix86_tls_descriptor_calls_expanded_in_cfun.
19238         (tls_local_dynamic_base_64_<mode>): Ditto.
19239         (tls_global_dynamic_32): Set
19240         ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
19241         to depend on SP register.
19242         (tls_local_dynamic_base_32): Ditto.
19244 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19246         * config/arm/arm_neon.h: Update comment.
19247         * config/arm/neon-docgen.ml: Delete.
19248         * config/arm/neon-gen.ml: Delete.
19249         * doc/arm-neon-intrinsics.texi: Update comment.
19251 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19253         * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
19254         and v4sf versions.
19255         (vand, vorr, veor, vorn, vbic): Remove.
19256         * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
19257         iterator.
19258         (neon_vsub_unspec): Likewise.
19259         (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
19261 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19263         * config/arm/arm_neon.h (vadd_s8): GNU C implementation
19264         (vadd_s16): Likewise.
19265         (vadd_s32): Likewise.
19266         (vadd_f32): Likewise.
19267         (vadd_u8): Likewise.
19268         (vadd_u16): Likewise.
19269         (vadd_u32): Likewise.
19270         (vadd_s64): Likewise.
19271         (vadd_u64): Likewise.
19272         (vaddq_s8): Likewise.
19273         (vaddq_s16): Likewise.
19274         (vaddq_s32): Likewise.
19275         (vaddq_s64): Likewise.
19276         (vaddq_f32): Likewise.
19277         (vaddq_u8): Likewise.
19278         (vaddq_u16): Likewise.
19279         (vaddq_u32): Likewise.
19280         (vaddq_u64): Likewise.
19281         (vmul_s8): Likewise.
19282         (vmul_s16): Likewise.
19283         (vmul_s32): Likewise.
19284         (vmul_f32): Likewise.
19285         (vmul_u8): Likewise.
19286         (vmul_u16): Likewise.
19287         (vmul_u32): Likewise.
19288         (vmul_p8): Likewise.
19289         (vmulq_s8): Likewise.
19290         (vmulq_s16): Likewise.
19291         (vmulq_s32): Likewise.
19292         (vmulq_f32): Likewise.
19293         (vmulq_u8): Likewise.
19294         (vmulq_u16): Likewise.
19295         (vmulq_u32): Likewise.
19296         (vsub_s8): Likewise.
19297         (vsub_s16): Likewise.
19298         (vsub_s32): Likewise.
19299         (vsub_f32): Likewise.
19300         (vsub_u8): Likewise.
19301         (vsub_u16): Likewise.
19302         (vsub_u32): Likewise.
19303         (vsub_s64): Likewise.
19304         (vsub_u64): Likewise.
19305         (vsubq_s8): Likewise.
19306         (vsubq_s16): Likewise.
19307         (vsubq_s32): Likewise.
19308         (vsubq_s64): Likewise.
19309         (vsubq_f32): Likewise.
19310         (vsubq_u8): Likewise.
19311         (vsubq_u16): Likewise.
19312         (vsubq_u32): Likewise.
19313         (vsubq_u64): Likewise.
19314         (vand_s8): Likewise.
19315         (vand_s16): Likewise.
19316         (vand_s32): Likewise.
19317         (vand_u8): Likewise.
19318         (vand_u16): Likewise.
19319         (vand_u32): Likewise.
19320         (vand_s64): Likewise.
19321         (vand_u64): Likewise.
19322         (vandq_s8): Likewise.
19323         (vandq_s16): Likewise.
19324         (vandq_s32): Likewise.
19325         (vandq_s64): Likewise.
19326         (vandq_u8): Likewise.
19327         (vandq_u16): Likewise.
19328         (vandq_u32): Likewise.
19329         (vandq_u64): Likewise.
19330         (vorr_s8): Likewise.
19331         (vorr_s16): Likewise.
19332         (vorr_s32): Likewise.
19333         (vorr_u8): Likewise.
19334         (vorr_u16): Likewise.
19335         (vorr_u32): Likewise.
19336         (vorr_s64): Likewise.
19337         (vorr_u64): Likewise.
19338         (vorrq_s8): Likewise.
19339         (vorrq_s16): Likewise.
19340         (vorrq_s32): Likewise.
19341         (vorrq_s64): Likewise.
19342         (vorrq_u8): Likewise.
19343         (vorrq_u16): Likewise.
19344         (vorrq_u32): Likewise.
19345         (vorrq_u64): Likewise.
19346         (veor_s8): Likewise.
19347         (veor_s16): Likewise.
19348         (veor_s32): Likewise.
19349         (veor_u8): Likewise.
19350         (veor_u16): Likewise.
19351         (veor_u32): Likewise.
19352         (veor_s64): Likewise.
19353         (veor_u64): Likewise.
19354         (veorq_s8): Likewise.
19355         (veorq_s16): Likewise.
19356         (veorq_s32): Likewise.
19357         (veorq_s64): Likewise.
19358         (veorq_u8): Likewise.
19359         (veorq_u16): Likewise.
19360         (veorq_u32): Likewise.
19361         (veorq_u64): Likewise.
19362         (vbic_s8): Likewise.
19363         (vbic_s16): Likewise.
19364         (vbic_s32): Likewise.
19365         (vbic_u8): Likewise.
19366         (vbic_u16): Likewise.
19367         (vbic_u32): Likewise.
19368         (vbic_s64): Likewise.
19369         (vbic_u64): Likewise.
19370         (vbicq_s8): Likewise.
19371         (vbicq_s16): Likewise.
19372         (vbicq_s32): Likewise.
19373         (vbicq_s64): Likewise.
19374         (vbicq_u8): Likewise.
19375         (vbicq_u16): Likewise.
19376         (vbicq_u32): Likewise.
19377         (vbicq_u64): Likewise.
19378         (vorn_s8): Likewise.
19379         (vorn_s16): Likewise.
19380         (vorn_s32): Likewise.
19381         (vorn_u8): Likewise.
19382         (vorn_u16): Likewise.
19383         (vorn_u32): Likewise.
19384         (vorn_s64): Likewise.
19385         (vorn_u64): Likewise.
19386         (vornq_s8): Likewise.
19387         (vornq_s16): Likewise.
19388         (vornq_s32): Likewise.
19389         (vornq_s64): Likewise.
19390         (vornq_u8): Likewise.
19391         (vornq_u16): Likewise.
19392         (vornq_u32): Likewise.
19393         (vornq_u64): Likewise.
19395 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19397         * wide-int.cc (UTItype): Define.
19398         (UDWtype): Define for appropriate W_TYPE_SIZE.
19400 2014-05-08  Marc Glisse  <marc.glisse@inria.fr>
19402         PR tree-optimization/59100
19403         * tree-ssa-phiopt.c: Include tree-inline.h.
19404         (neutral_element_p, absorbing_element_p): New functions.
19405         (value_replacement): Handle conditional binary operations with a
19406         neutral or absorbing element.
19408 2014-05-08  Richard Biener  <rguenther@suse.de>
19410         * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
19411         folding the expression.
19412         (valueize_expr): Remove.
19413         (visit_reference_op_load): Do not valueize the result of
19414         vn_get_expr_for.
19415         (simplify_binary_expression): Likewise.
19416         (simplify_unary_expression): Likewise.
19418 2014-05-08  Richard Biener  <rguenther@suse.de>
19420         * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
19421         looking at TYPE_ARG_TYPES.
19423 2014-05-08  Richard Biener  <rguenther@suse.de>
19425         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
19426         pointer propagation special-case.
19428 2014-05-08  Bin Cheng  <bin.cheng@arm.com>
19430         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
19431         core part of address expressions.
19433 2014-05-08  Alan Modra  <amodra@gmail.com>
19435         PR target/60737
19436         * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
19437         loads and stores when -mno-strict-align at any alignment.
19438         (expand_block_clear): Similarly.  Also correct calculation of
19439         instruction count.
19441 2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19443         PR middle-end/39246
19444         * tree-complex.c (expand_complex_move): Keep line info when expanding
19445         complex move.
19446         * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
19447         of complex expression. Use new argument to display correct location
19448         for values coming from phi statement.
19449         (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
19450         (warn_uninitialized_phi): Pass location of phi argument to
19451         warn_uninit.
19452         * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
19453         COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
19455 2014-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
19457         * config/rs6000/predicates.md (indexed_address_mem): New.
19458         * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
19459         load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
19460         fpstore_ux, fpstore_u.
19461         (sign_extend, indexed, update): New.
19462         (cell_micro): Adjust.
19463         (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
19464         *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
19465         *movsi_internal1, *movsi_internal1_single, *movhi_internal,
19466         *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
19467         *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
19468         *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
19469         *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
19470         *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
19471         *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
19472         *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
19473         *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
19474         *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
19475         *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
19476         *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
19477         *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
19479         * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
19480         * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
19481         *vsx_extract_<mode>_store): Adjust.
19482         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
19483         is_cracked_insn, insn_must_be_first_in_group,
19484         insn_must_be_last_in_group): Adjust.
19486         * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
19487         Adjust.
19488         * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
19489         ppc440-fpstore): Adjust.
19490         * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
19491         ppc476-fpstore): Adjust.
19492         * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
19493         ppc601-fpstore): Adjust.
19494         * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
19495         Adjust.
19496         * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
19497         Adjust.
19498         * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
19499         ppc7450-fpstore): Adjust.
19500         * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
19501         * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
19502         * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
19503         Adjust.
19504         * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
19505         cell-fpload, cell-fpload-update, cell-store, cell-store-update,
19506         cell-fpstore, cell-fpstore-update): Adjust.
19507         * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
19508         ppce300c3_store, ppce300c3_fpstore): Adjust.
19509         * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
19510         e500mc_fpstore): Adjust.
19511         * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
19512         e500mc64_store, e500mc64_fpstore): Adjust.
19513         * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
19514         e5500_fpstore): Adjust.
19515         * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
19516         e6500_fpstore): Adjust.
19517         * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
19518         Adjust.
19519         * config/rs6000/power4.md (power4-load, power4-load-ext,
19520         power4-load-ext-update, power4-load-ext-update-indexed,
19521         power4-load-update-indexed, power4-load-update, power4-fpload,
19522         power4-fpload-update, power4-store, power4-store-update,
19523         power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
19524         Adjust.
19525         * config/rs6000/power5.md (power5-load, power5-load-ext,
19526         power5-load-ext-update, power5-load-ext-update-indexed,
19527         power5-load-update-indexed, power5-load-update, power5-fpload,
19528         power5-fpload-update, power5-store, power5-store-update,
19529         power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
19530         Adjust.
19531         * config/rs6000/power6.md (power6-load, power6-load-ext,
19532         power6-load-update, power6-load-update-indexed,
19533         power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
19534         power6-fpload-update, power6-store, power6-store-update,
19535         power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
19536         Adjust.
19537         * config/rs6000/power7.md (power7-load, power7-load-ext,
19538         power7-load-update, power7-load-update-indexed,
19539         power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
19540         power7-fpload-update, power7-store, power7-store-update,
19541         power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
19542         Adjust.
19543         * config/rs6000/power8.md (power8-load, power8-load-update,
19544         power8-load-ext, power8-load-ext-update, power8-fpload,
19545         power8-fpload-update, power8-store, power8-store-update-indexed,
19546         power8-fpstore, power8-fpstore-update): Adjust.
19547         * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
19548         Adjust.
19549         * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
19550         titan_lsu_store, titan_lsu_fpstore): Adjust.
19551         * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
19553 2014-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
19555         PR target/60884
19556         * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
19557         unrolled byte insns.  Emit address increments after move insns.
19559 2014-05-07  David Malcolm  <dmalcolm@redhat.com>
19561         * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
19562         const_gimple, rather than a gimple.
19563         (gimple_call_builtin_p): Likewise, for the three variants.
19565         * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
19566         (gimple_call_builtin_p): Likewise, for the three variants.
19568 2014-05-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
19570         PR tree-optimization/61095
19571         * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
19573 2014-05-07  Richard Biener  <rguenther@suse.de>
19575         PR tree-optimization/61034
19576         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
19577         (maybe_skip_until): Use translate to take into account
19578         lattices when trying to do disambiguations.
19579         (get_continuation_for_phi_1): Likewise.
19580         (get_continuation_for_phi): Adjust for added translate arguments.
19581         (walk_non_aliased_vuses): Likewise.
19582         * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
19583         (walk_non_aliased_vuses): Likewise.
19584         (call_may_clobber_ref_p_1): Declare.
19585         * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
19586         calls.  Stop early if we are only supposed to disambiguate.
19587         * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
19589 2014-05-07  Joern Rennecke  <joern.rennecke@embecosm.com>
19591         * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
19592         Emit an error when the function has arguments.
19594 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
19596         * cfgloop.h (unswitch_loops): Remove.
19597         * doc/passes.texi: Remove references to loop-unswitch.c
19598         * timevar.def (TV_LOOP_UNSWITCH): Remove.
19600 2014-05-07  Evgeny Stupachenko  <evstupac@gmail.com>
19602         * tree-vect-data-refs.c (vect_grouped_load_supported): New
19603         check for loads group of length 3.
19604         (vect_permute_load_chain): New permutations for loads group of
19605         length 3.
19606         * tree-vect-stmts.c (vect_model_load_cost): Change cost
19607         of vec_perm_shuffle for the new permutations.
19609 2014-05-07  Alan Lawrence  <alan.lawrence@arm.com>
19611         * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
19612         vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
19613         vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
19614         vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
19615         vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
19616         vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
19617         vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
19618         vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
19620 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
19622         * loop-unswitch.c: Delete.
19624 2014-05-07  Richard Biener  <rguenther@suse.de>
19626         * config.gcc: Always set need_64bit_hwint to yes.
19628 2014-05-07  Chung-Ju Wu  <jasonwucj@gmail.com>
19630         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
19631         of using optimize_size.
19633 2014-05-06  Mike Stump  <mikestump@comcast.net>
19635         * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
19637 2014-05-06  Joseph Myers  <joseph@codesourcery.com>
19639         * config/i386/sse.md (*mov<mode>_internal)
19640         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
19641         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
19642         (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
19643         (*<code><mode>3, *andnot<mode>3<mask_name>)
19644         (<mask_codefor><code><mode>3<mask_name>): Only consider
19645         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
19647 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
19649         Revert:
19650         2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
19652         * lra-constraints.c (valid_address_p): Move earlier in file.
19653         Add a constraint argument to the address_info version.
19654         (satisfies_memory_constraint_p): New function.
19655         (satisfies_address_constraint_p): Likewise.
19656         (process_alt_operands, curr_insn_transform): Use them.
19657         (process_address): Pass the constraint to valid_address_p when
19658         checking address operands.
19660 2014-05-06  Richard Sandiford  <r.sandiford@uk.ibm.com>
19662         * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
19663         to their respective blocks.  Fix inadvertent use of "node".
19665 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
19667         * emit-rtl.c (init_derived_machine_modes): New functionm, split
19668         out from...
19669         (init_emit_once): ...here.
19670         * rtl.h (init_derived_machine_modes): Declare.
19671         * toplev.c (do_compile): Call it even if no_backend.
19673 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
19674             Mike Stump  <mikestump@comcast.net>
19675             Richard Sandiford  <rdsandiford@googlemail.com>
19676             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19678         * alias.c (ao_ref_from_mem): Use wide-int interfaces.
19679         (rtx_equal_for_memref_p): Update comment.
19680         (adjust_offset_for_component_ref): Use wide-int interfaces.
19681         * builtins.c (get_object_alignment_2): Likewise.
19682         (c_readstr): Likewise.
19683         (target_char_cast): Add comment.
19684         (determine_block_size): Use wide-int interfaces.
19685         (expand_builtin_signbit): Likewise.
19686         (fold_builtin_int_roundingfn): Likewise.
19687         (fold_builtin_bitop): Likewise.
19688         (fold_builtin_bswap): Likewise.
19689         (fold_builtin_logarithm): Use signop.
19690         (fold_builtin_pow): Likewise.
19691         (fold_builtin_memory_op): Use wide-int interfaces.
19692         (fold_builtin_object_size): Likewise.
19693         * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
19694         nb_iterations_estimate.
19695         (record_niter_bound): Use wide-int interfaces.
19696         (get_estimated_loop_iterations_int): Likewise.
19697         (get_estimated_loop_iterations): Likewise.
19698         (get_max_loop_iterations): Likewise.
19699         * cfgloop.h: Include wide-int.h.
19700         (struct nb_iter_bound): Change bound to widest_int.
19701         (struct loop): Change nb_iterations_upper_bound and
19702         nb_iterations_estimate to widest_int.
19703         (record_niter_bound): Switch to use widest_int.
19704         (get_estimated_loop_iterations): Likewise.
19705         (get_max_loop_iterations): Likewise.
19706         (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
19707         update for wide-int.
19708         * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
19709         * combine.c (try_combine): Likewise.
19710         (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
19711         * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
19712         interfaces.
19713         (aarch64_float_const_representable_p): Likewise.
19714         * config/arc/arc.c: Include wide-int.h.
19715         (arc_can_use_doloop_p): Use wide-int interfaces.
19716         * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
19717         (vfp3_const_double_index): Likewise.
19718         * config/avr/avr.c (avr_out_round): Likewise.
19719         (avr_fold_builtin): Likewise.
19720         * config/bfin/bfin.c (bfin_local_alignment): Likewise.
19721         (bfin_can_use_doloop_p): Likewise.
19722         * config/darwin.c (darwin_mergeable_constant_section): Likewise.
19723         (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
19724         * config/i386/i386.c: Include wide-int.h.
19725         (ix86_data_alignment): Use wide-int interfaces.
19726         (ix86_local_alignment): Likewise.
19727         (ix86_emit_swsqrtsf): Update real_from_integer.
19728         * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
19729         * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
19730         * config/rs6000/predicates.md (any_operand): Add const_wide_int.
19731         (zero_constant): Likewise.
19732         (input_operand): Likewise.
19733         (splat_input_operand): Likewise.
19734         (non_logical_cint_operand): Change const_double to const_wide_int.
19735         * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
19736         (easy_altivec_constant): Remove comment.
19737         (paired_expand_vector_init): Use CONSTANT_P.
19738         (rs6000_legitimize_address): Handle CONST_WIDE_INT.
19739         (rs6000_emit_move): Update checks.
19740         (rs6000_aggregate_candidate): Use wide-int interfaces.
19741         (rs6000_expand_ternop_builtin): Likewise.
19742         (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
19743         (rs6000_assemble_integer): Likewise.
19744         (rs6000_hash_constant): Likewise.
19745         (output_toc): Likewise.
19746         (rs6000_rtx_costs): Likewise.
19747         (rs6000_emit_swrsqrt); Update call to real_from_integer.
19748         * config/rs6000/rs6000-c.c: Include wide-int.h.
19749         (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
19750         * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
19751         * config/rs6000/rs6000.md: Use const_scalar_int_operand.
19752         Handle CONST_WIDE_INT.
19753         * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
19754         Use tree_fits_uhwi_p.
19755         * config/sparc/sparc.c: Include wide-int.h.
19756         (sparc_fold_builtin): Use wide-int interfaces.
19757         * config/vax/vax.c: Include wide-int.h.
19758         (vax_float_literal): Use real_from_integer.
19759         * coretypes.h (struct hwivec_def): New.
19760         (hwivec): New.
19761         (const_hwivec): New.
19762         * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
19763         (equiv_constant): Handle CONST_WIDE_INT.
19764         * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
19765         (cselib_hash_rtx): Handle CONST_WIDE_INT.
19766         * dbxout.c (stabstr_U): Use wide-int interfaces.
19767         (dbxout_type): Update to use cst_fits_shwi_p.
19768         * defaults.h (LOG2_BITS_PER_UNIT): Define.
19769         (TARGET_SUPPORTS_WIDE_INT): Add default.
19770         * dfp.c: Include wide-int.h.
19771         (decimal_real_to_integer2): Use wide-int interfaces and rename to
19772         decimal_real_to_integer.
19773         * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
19774         decimal_real_to_integer.
19775         * doc/generic.texi (Constant expressions): Update for wide_int.
19776         * doc/rtl.texi (const_double): Likewise.
19777         (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
19778         (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
19779         * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
19780         (REAL_VALUE_FROM_INT): Remove.
19781         (TARGET_SUPPORTS_WIDE_INT): New.
19782         * doc/tm.texi: Regenerate.
19783         * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
19784         * double-int.h: Include wide-int.h.
19785         (struct wi::int_traits): New.
19786         * dwarf2out.c (get_full_len): New.
19787         (dw_val_equal_p): Add case dw_val_class_wide_int.
19788         (size_of_loc_descr): Likewise.
19789         (output_loc_operands): Likewise.
19790         (insert_double): Remove.
19791         (insert_wide_int): New.
19792         (add_AT_wide): New.
19793         (print_die): Add case dw_val_class_wide_int.
19794         (attr_checksum): Likewise.
19795         (attr_checksum_ordered): Likewise.
19796         (same_dw_val_p): Likewise.
19797         (size_of_die): Likewise.
19798         (value_format): Likewise.
19799         (output_die): Likewise.
19800         (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
19801         Use wide-int.
19802         (clz_loc_descriptor): Use wide-int interfaces.
19803         (mem_loc_descriptor): Likewise.  Handle CONST_WIDE_INT.
19804         (loc_descriptor): Use wide-int interfaces.  Handle CONST_WIDE_INT.
19805         (round_up_to_align): Use wide-int interfaces.
19806         (field_byte_offset): Likewise.
19807         (insert_double): Rename to insert_wide_int.  Use wide-int interfaces.
19808         (add_const_value_attribute): Handle CONST_WIDE_INT.  Update
19809         CONST_DOUBLE handling.  Use wide-int interfaces.
19810         (add_bound_info): Use tree_fits_uhwi_p.  Use wide-int interfaces.
19811         (gen_enumeration_type_die): Use add_AT_wide.
19812         (hash_loc_operands): Add case dw_val_class_wide_int.
19813         (compare_loc_operands): Likewise.
19814         * dwarf2out.h: Include wide-int.h.
19815         (wide_int_ptr): New.
19816         (enum dw_val_class): Add dw_val_class_wide_int.
19817         (struct dw_val_struct): Add val_wide.
19818         * emit-rtl.c (const_wide_int_htab): New.
19819         (const_wide_int_htab_hash): New.
19820         (const_wide_int_htab_eq): New.
19821         (lookup_const_wide_int): New.
19822         (const_double_htab_hash): Use wide-int interfaces.
19823         (const_double_htab_eq): Likewise.
19824         (rtx_to_double_int): Conditionally compile for wide-int.
19825         (immed_double_int_const): Rename to immed_wide_int_const and
19826         update for wide-int.
19827         (immed_double_const): Conditionally compile for wide-int.
19828         (init_emit_once): Use wide-int interfaces.
19829         * explow.c (plus_constant): Likewise.
19830         * expmed.c (mask_rtx): Move further up file.  Use wide-int interfaces.
19831         (lshift_value): Use wide-int interfaces.
19832         (expand_mult): Likewise.
19833         (choose_multiplier): Likewise.
19834         (expand_smod_pow2): Likewise.
19835         (make_tree): Likewise.
19836         * expr.c (convert_modes): Consolidate handling of constants.
19837         Use wide-int interfaces.
19838         (emit_group_load_1): Add note.
19839         (store_expr): Update comment.
19840         (get_inner_reference): Use wide-int interfaces.
19841         (expand_constructor): Update comment.
19842         (expand_expr_real_2): Use wide-int interfaces.
19843         (expand_expr_real_1): Likewise.
19844         (reduce_to_bit_field_precision): Likewise.
19845         (const_vector_from_tree): Likewise.
19846         * final.c: Include wide-int-print.h.
19847         (output_addr_const): Handle CONST_WIDE_INT.  Use CONST_DOUBLE_AS_INT_P.
19848         * fixed-value.c: Include wide-int.h.
19849         (fixed_from_string): Use wide-int interfaces.
19850         (fixed_to_decimal): Likewise.
19851         (fixed_convert_from_real): Likewise.
19852         (real_convert_from_fixed): Likewise.
19853         * fold-const.h (mem_ref_offset): Return an offset_int.
19854         (div_if_zero_remainder): Remove code parameter.
19855         * fold-const.c (div_if_zero_remainder): Remove code parameter.
19856         Use wide-int interfaces.
19857         (may_negate_without_overflow_p): Use wide-int interfaces.
19858         (negate_expr_p): Likewise.
19859         (fold_negate_expr): Likewise.
19860         (int_const_binop_1): Likewise.
19861         (const_binop): Likewise.
19862         (fold_convert_const_int_from_int): Likewise.
19863         (fold_convert_const_int_from_real): Likewise.
19864         (fold_convert_const_int_from_fixed): Likewise.
19865         (fold_convert_const_fixed_from_int): Likewise.
19866         (all_ones_mask_p): Take an unsigned size.  Use wide-int interfaces.
19867         (sign_bit_p): Use wide-int interfaces.
19868         (make_range_step): Likewise.
19869         (build_range_check): Likewise.  Pass an integer of the correct type
19870         instead of using integer_one_node.
19871         (range_predecessor): Pass an integer of the correct type instead
19872         of using integer_one_node.
19873         (range_successor): Likewise.
19874         (merge_ranges): Likewise.
19875         (unextend): Use wide-int interfaces.
19876         (extract_muldiv_1): Likewise.
19877         (fold_div_compare): Likewise.
19878         (fold_single_bit_test): Likewise.
19879         (fold_sign_changed_comparison): Likewise.
19880         (try_move_mult_to_index): Update calls to div_if_zero_remainder.
19881         (fold_plusminus_mult_expr): Use wide-int interfaces.
19882         (native_encode_int): Likewise.
19883         (native_interpret_int): Likewise.
19884         (fold_unary_loc): Likewise.
19885         (pointer_may_wrap_p): Likewise.
19886         (size_low_cst): Likewise.
19887         (mask_with_tz): Likewise.
19888         (fold_binary_loc): Likewise.
19889         (fold_ternary_loc): Likewise.
19890         (multiple_of_p): Likewise.
19891         (tree_call_nonnegative_warnv_p): Update calls to
19892         tree_int_cst_min_precision and real_from_integer.
19893         (fold_negate_const): Use wide-int interfaces.
19894         (fold_abs_const): Likewise.
19895         (fold_relational_const): Use tree_int_cst_lt.
19896         (round_up_loc): Use wide-int interfaces.
19897         * genemit.c (gen_exp): Add CONST_WIDE_INT case.
19898         * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
19899         * gengtype.c: Remove include of double-int.h.
19900         (do_typedef): Use wide-int interfaces.
19901         (open_base_files): Add wide-int.h.
19902         (main): Add offset_int and widest_int typedefs.
19903         * gengtype-lex.l: Handle "^".
19904         (CXX_KEYWORD): Add "static".
19905         * gengtype-parse.c (require3): New.
19906         (require_template_declaration): Handle constant template arguments
19907         and nested templates.
19908         * gengtype-state.c: Don't include "double-int.h".
19909         * genpreds.c (write_one_predicate_function): Update comment.
19910         (write_tm_constrs_h): Add check for hval and lval use in
19911         CONST_WIDE_INT.
19912         * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
19913         (add_to_sequence): Likewise.
19914         * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
19915         and const_double_operand.
19916         * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
19917         interfaces.
19918         * gimple-fold.c (get_base_constructor): Likewise.
19919         (fold_array_ctor_reference): Likewise.
19920         (fold_nonarray_ctor_reference): Likewise.
19921         (fold_const_aggregate_ref_1): Likewise.
19922         (gimple_val_nonnegative_real_p): Likewise.
19923         (gimple_fold_indirect_ref): Likewise.
19924         * gimple-pretty-print.c (dump_ssaname_info): Likewise.
19925         * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
19926         (struct slsr_cand_d): Change index to be widest_int.
19927         (struct incr_info_d): Change incr to be widest_int.
19928         (alloc_cand_and_find_basis): Use wide-int interfaces.
19929         (slsr_process_phi): Likewise.
19930         (backtrace_base_for_ref): Likewise.  Return a widest_int.
19931         (restructure_reference): Take a widest_int instead of a double_int.
19932         (slsr_process_ref): Use wide-int interfaces.
19933         (create_mul_ssa_cand): Likewise.
19934         (create_mul_imm_cand): Likewise.
19935         (create_add_ssa_cand): Likewise.
19936         (create_add_imm_cand): Take a widest_int instead of a double_int.
19937         (slsr_process_add): Use wide-int interfaces.
19938         (slsr_process_cast): Likewise.
19939         (slsr_process_copy): Likewise.
19940         (dump_candidate): Likewise.
19941         (dump_incr_vec): Likewise.
19942         (replace_ref): Likewise.
19943         (cand_increment): Likewise.  Return a widest_int.
19944         (cand_abs_increment): Likewise.
19945         (replace_mult_candidate): Take a widest_int instead of a double_int.
19946         (replace_unconditional_candidate): Use wide-int interfaces.
19947         (incr_vec_index): Take a widest_int instead of a double_int.
19948         (create_add_on_incoming_edge): Likewise.
19949         (create_phi_basis): Use wide-int interfaces.
19950         (replace_conditional_candidate): Likewise.
19951         (record_increment): Take a widest_int instead of a double_int.
19952         (record_phi_increments): Use wide-int interfaces.
19953         (phi_incr_cost): Take a widest_int instead of a double_int.
19954         (lowest_cost_path): Likewise.
19955         (total_savings): Likewise.
19956         (analyze_increments): Use wide-int interfaces.
19957         (ncd_with_phi): Take a widest_int instead of a double_int.
19958         (ncd_of_cand_and_phis): Likewise.
19959         (nearest_common_dominator_for_cands): Likewise.
19960         (insert_initializers): Use wide-int interfaces.
19961         (all_phi_incrs_profitable): Likewise.
19962         (replace_one_candidate): Likewise.
19963         (replace_profitable_candidates): Likewise.
19964         * godump.c: Include wide-int-print.h.
19965         (go_output_typedef): Use wide-int interfaces.
19966         * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
19967         * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
19968         (build_loop_iteration_domains): Likewise.
19969         * hooks.h: Include wide-int.h rather than double-int.h.
19970         (hook_bool_dint_dint_uint_bool_true): Delete.
19971         (hook_bool_wint_wint_uint_bool_true): Declare.
19972         * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
19973         (hook_bool_wint_wint_uint_bool_true): New.
19974         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
19975         interfaces.
19976         (ubsan_expand_si_overflow_mul_check): Likewise.
19977         * ipa-devirt.c (get_polymorphic_call_info): Likewise.
19978         * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
19979         (get_ancestor_addr_info): Likewise.
19980         (ipa_modify_call_arguments): Likewise.
19981         * loop-doloop.c (doloop_modify): Likewise.
19982         (doloop_optimize): Likewise.
19983         * loop-iv.c (iv_number_of_iterations): Likewise.
19984         * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
19985         (unroll_loop_constant_iterations): Likewise.
19986         (decide_unroll_runtime_iterations): Likewise.
19987         (unroll_loop_runtime_iterations): Likewise.
19988         (decide_peel_simple): Likewise.
19989         (decide_unroll_stupid): Likewise.
19990         * lto-streamer-in.c (streamer_read_wi): Add.
19991         (input_cfg): Use wide-int interfaces.
19992         (lto_input_tree_1): Likewise.
19993         * lto-streamer-out.c (streamer_write_wi): Add.
19994         (hash_tree): Use wide-int interfaces.
19995         (output_cfg): Likewise.
19996         * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
19997         (GTFILES): Add wide-int.h and signop.h.
19998         (TAGS): Look for .cc files too.
19999         * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
20000         * optabs.c (expand_subword_shift): Likewise.
20001         (expand_doubleword_shift): Likewise.
20002         (expand_absneg_bit): Likewise.
20003         (expand_copysign_absneg): Likewise.
20004         (expand_copysign_bit): Likewise.
20005         * postreload.c (reload_cse_simplify_set): Likewise.
20006         * predict.c (predict_iv_comparison): Likewise.
20007         * pretty-print.h: Include wide-int-print.h.
20008         (pp_wide_int) New.
20009         * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
20010         * print-tree.c: Include wide-int-print.h.
20011         (print_node_brief): Use wide-int interfaces.
20012         (print_node): Likewise.
20013         * read-rtl.c (validate_const_wide_int): New.
20014         (read_rtx_code): Add CONST_WIDE_INT case.
20015         * real.c: Include wide-int.h.
20016         (real_to_integer2): Delete.
20017         (real_to_integer): New function, returning a wide_int.
20018         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
20019         (ten_to_ptwo): Update call to real_from_integer.
20020         (real_digit): Likewise.
20021         * real.h: Include signop.h, wide-int.h and insn-modes.h.
20022         (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
20023         (REAL_VALUE_TO_INT): Delete.
20024         (real_to_integer): Declare a wide-int form.
20025         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
20026         * recog.c (const_int_operand): Improve comment.
20027         (const_scalar_int_operand): New.
20028         (const_double_operand): Add a separate definition for CONST_WIDE_INT.
20029         * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
20030         (split_double): Likewise.
20031         * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
20032         (rtx_size): Likewise.
20033         (rtx_alloc_stat_v): New.
20034         (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
20035         (cwi_output_hex): New.
20036         (iterative_hash_rtx): Handle CONST_WIDE_INT.
20037         (cwi_check_failed_bounds): New.
20038         * rtl.def (CONST_WIDE_INT): New.
20039         * rtl.h: Include <utility> and wide-int.h.
20040         (struct hwivec_def): New.
20041         (CWI_GET_NUM_ELEM): New.
20042         (CWI_PUT_NUM_ELEM): New.
20043         (struct rtx_def): Add num_elem and hwiv.
20044         (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
20045         (CASE_CONST_UNIQUE): Likewise.
20046         (CASE_CONST_ANY): Likewise.
20047         (CONST_SCALAR_INT_P): Likewise.
20048         (CONST_WIDE_INT_P): New.
20049         (CWI_ELT): New.
20050         (HWIVEC_CHECK): New.
20051         (cwi_check_failed_bounds): New.
20052         (CWI_ELT): New.
20053         (HWIVEC_CHECK): New.
20054         (CONST_WIDE_INT_VEC) New.
20055         (CONST_WIDE_INT_NUNITS) New.
20056         (CONST_WIDE_INT_ELT) New.
20057         (rtx_mode_t): New type.
20058         (wi::int_traits <rtx_mode_t>): New.
20059         (wi::shwi): New.
20060         (wi::min_value): New.
20061         (wi::max_value): New.
20062         (rtx_alloc_v) New.
20063         (const_wide_int_alloc): New.
20064         (immed_wide_int_const): New.
20065         * sched-vis.c (print_value): Handle CONST_WIDE_INT.
20066         * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
20067         * signop.h: New file.
20068         * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
20069         (simplify_const_unary_operation): Use wide-int interfaces.
20070         (simplify_binary_operation_1): Likewise.
20071         (simplify_const_binary_operation): Likewise.
20072         (simplify_const_relational_operation): Likewise.
20073         (simplify_immed_subreg): Likewise.
20074         * stmt.c (expand_case): Likewise.
20075         * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
20076         signop rather than a bool.
20077         * stor-layout.c (layout_type): Use wide-int interfaces.
20078         (initialize_sizetypes): Update calls to
20079         set_min_and_max_values_for_integral_type.
20080         (set_min_and_max_values_for_integral_type): Take a signop rather
20081         than a bool.  Use wide-int interfaces.
20082         (fixup_signed_type): Update accordingly.  Remove
20083         HOST_BITS_PER_DOUBLE_INT limit.
20084         (fixup_unsigned_type): Likewise.
20085         * system.h (STATIC_CONSTANT_P): New.
20086         (STATIC_ASSERT): New.
20087         * target.def (can_use_doloop_p): Take widest_ints rather than
20088         double_ints.
20089         * target.h: Include wide-int.h rather than double-int.h.
20090         * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
20091         than double_ints.
20092         * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
20093         rather than INT_CST_LT_UNSIGNED.
20094         (can_use_doloop_if_innermost): Take widest_ints rather than
20095         double_ints.
20096         * tree-affine.c: Include wide-int-print.h.
20097         (double_int_ext_for_comb): Delete.
20098         (wide_int_ext_for_comb): New.
20099         (aff_combination_zero): Use wide-int interfaces.
20100         (aff_combination_const): Take a widest_int instead of a double_int.
20101         (aff_combination_elt): Use wide-int interfaces.
20102         (aff_combination_scale): Take a widest_int instead of a double_int.
20103         (aff_combination_add_elt): Likewise.
20104         (aff_combination_add_cst): Likewise.
20105         (aff_combination_add): Use wide-int interfaces.
20106         (aff_combination_convert): Likewise.
20107         (tree_to_aff_combination): Likewise.
20108         (add_elt_to_tree): Take a widest_int instead of a double_int.
20109         (aff_combination_to_tree): Use wide-int interfaces.
20110         (aff_combination_remove_elt): Likewise.
20111         (aff_combination_add_product): Take a widest_int instead of
20112         a double_int.
20113         (aff_combination_mult): Use wide-int interfaces.
20114         (aff_combination_expand): Likewise.
20115         (double_int_constant_multiple_p): Delete.
20116         (wide_int_constant_multiple_p): New.
20117         (aff_combination_constant_multiple_p): Take a widest_int pointer
20118         instead of a double_int pointer.
20119         (print_aff): Use wide-int interfaces.
20120         (get_inner_reference_aff): Take a widest_int pointer
20121         instead of a double_int pointer.
20122         (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
20123         * tree-affine.h: Include wide-int.h.
20124         (struct aff_comb_elt): Change type of coef to widest_int.
20125         (struct affine_tree_combination): Change type of offset to widest_int.
20126         (double_int_ext_for_comb): Delete.
20127         (wide_int_ext_for_comb): New.
20128         (aff_combination_const): Use widest_int instead of double_int.
20129         (aff_combination_scale): Likewise.
20130         (aff_combination_add_elt): Likewise.
20131         (aff_combination_constant_multiple_p): Likewise.
20132         (get_inner_reference_aff): Likewise.
20133         (aff_comb_cannot_overlap_p): Likewise.
20134         (aff_combination_zero_p): Use wide-int interfaces.
20135         * tree.c: Include tree.h.
20136         (init_ttree): Use make_int_cst.
20137         (tree_code_size): Removed code for INTEGER_CST case.
20138         (tree_size): Add INTEGER_CST case.
20139         (make_node_stat): Update comment.
20140         (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
20141         (build_int_cst_type): Use wide-int interfaces.
20142         (double_int_to_tree): Likewise.
20143         (double_int_fits_to_tree_p): Delete.
20144         (force_fit_type_double): Delete.
20145         (force_fit_type): New.
20146         (int_cst_hash_hash): Use wide-int interfaces.
20147         (int_cst_hash_eq): Likewise.
20148         (build_int_cst_wide): Delete.
20149         (wide_int_to_tree): New.
20150         (cache_integer_cst): Use wide-int interfaces.
20151         (build_low_bits_mask): Likewise.
20152         (cst_and_fits_in_hwi): Likewise.
20153         (real_value_from_int_cst): Likewise.
20154         (make_int_cst_stat): New.
20155         (integer_zerop): Use wide_int interfaces.
20156         (integer_onep): Likewise.
20157         (integer_all_onesp): Likewise.
20158         (integer_pow2p): Likewise.
20159         (integer_nonzerop): Likewise.
20160         (tree_log2): Likewise.
20161         (tree_floor_log2): Likewise.
20162         (tree_ctz): Likewise.
20163         (int_size_in_bytes): Likewise.
20164         (mem_ref_offset): Return an offset_int rather than a double_int.
20165         (build_type_attribute_qual_variant): Use wide_int interfaces.
20166         (type_hash_eq): Likewise
20167         (tree_int_cst_equal): Likewise.
20168         (tree_int_cst_lt): Delete.
20169         (tree_int_cst_compare): Likewise.
20170         (tree_fits_shwi_p): Use wide_int interfaces.
20171         (tree_fits_uhwi_p): Likewise.
20172         (tree_int_cst_sign_bit): Likewise.
20173         (tree_int_cst_sgn): Likewise.
20174         (tree_int_cst_min_precision): Take a signop rather than a bool.
20175         (simple_cst_equal): Use wide_int interfaces.
20176         (compare_tree_int): Likewise.
20177         (iterative_hash_expr): Likewise.
20178         (int_fits_type_p): Likewise.  Use tree_int_cst_lt rather than
20179         INT_CST_LT.
20180         (get_type_static_bounds): Use wide_int interfaces.
20181         (tree_int_cst_elt_check_failed): New.
20182         (build_common_tree_nodes): Reordered to set prec before filling in
20183         value.
20184         (int_cst_value): Check cst_and_fits_in_hwi.
20185         (widest_int_cst_value): Use wide_int interfaces.
20186         (upper_bound_in_type): Likewise.
20187         (lower_bound_in_type): Likewise.
20188         (num_ending_zeros): Likewise.
20189         (drop_tree_overflow): Likewise.
20190         * tree-call-cdce.c (check_pow): Update call to real_from_integer.
20191         (gen_conditions_for_pow_cst_base): Likewise.
20192         * tree-cfg.c: Include wide-int.h and wide-int-print.h.
20193         (group_case_labels_stmt): Use wide-int interfaces.
20194         (verify_gimple_assign_binary): Likewise.
20195         (print_loop): Likewise.
20196         * tree-chrec.c (tree_fold_binomial): Likewise.
20197         * tree-core.h (struct tree_base): Add int_length.
20198         (struct tree_int_cst): Change rep of value.
20199         * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
20200         (dr_may_alias_p): Likewise.
20201         (max_stmt_executions_tree): Likewise.
20202         * tree.def (INTEGER_CST): Update comment.
20203         * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
20204         * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
20205         * tree-dump.c: Include wide-int.h and wide-int-print.h.
20206         (dequeue_and_dump): Use wide-int interfaces.
20207         * tree.h: Include wide-int.h.
20208         (NULL_TREE): Moved to earlier loc in file.
20209         (TREE_INT_CST_ELT_CHECK): New.
20210         (tree_int_cst_elt_check_failed): New.
20211         (TYPE_SIGN): New.
20212         (TREE_INT_CST): Delete.
20213         (TREE_INT_CST_LOW): Use wide-int interfaces.
20214         (TREE_INT_CST_HIGH): Delete.
20215         (TREE_INT_CST_NUNITS): New.
20216         (TREE_INT_CST_EXT_NUNITS): Likewise.
20217         (TREE_INT_CST_OFFSET_NUNITS): Likewise.
20218         (TREE_INT_CST_ELT): Likewise.
20219         (INT_CST_LT): Delete.
20220         (tree_int_cst_elt_check): New (two forms).
20221         (type_code_size): Update comment.
20222         (make_int_cst_stat, make_int_cst): New.
20223         (tree_to_double_int): Delete.
20224         (double_int_fits_to_tree_p): Delete.
20225         (force_fit_type_double): Delete.
20226         (build_int_cstu): Replace with out-of-line function.
20227         (build_int_cst_wide): Delete.
20228         (tree_int_cst_lt): Define inline.
20229         (tree_int_cst_le): New.
20230         (tree_int_cst_compare): Define inline.
20231         (tree_int_cst_min_precision): Take a signop rather than a bool.
20232         (wi::int_traits <const_tree>): New.
20233         (wi::int_traits <tree>): New.
20234         (wi::extended_tree): New.
20235         (wi::int_traits <wi::extended_tree>): New.
20236         (wi::to_widest): New.
20237         (wi::to_offset): New.
20238         (wi::fits_to_tree_p): New.
20239         (wi::min_value): New.
20240         (wi::max_value): New.
20241         * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
20242         (copy_tree_body_r): Likewise.
20243         * tree-object-size.c (compute_object_offset): Likewise.
20244         (addr_object_size): Likewise.
20245         * tree-predcom.c: Include wide-int-print.h.
20246         (struct dref_d): Change type of offset to widest_int.
20247         (dump_dref): Call wide-int printer.
20248         (aff_combination_dr_offset): Use wide-int interfaces.
20249         (determine_offset): Take a widest_int pointer rather than a
20250         double_int pointer.
20251         (split_data_refs_to_components): Use wide-int interfaces.
20252         (suitable_component_p): Likewise.
20253         (order_drefs): Likewise.
20254         (add_ref_to_chain): Likewise.
20255         (valid_initializer_p): Likewise.
20256         (determine_roots_comp): Likewise.
20257         * tree-pretty-print.c: Include wide-int-print.h.
20258         (dump_generic_node): Use wide-int interfaces.
20259         * tree-sra.c (sra_ipa_modify_expr): Likewise.
20260         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
20261         (move_fixed_address_to_symbol): Likewise.
20262         (move_hint_to_base): Likewise.
20263         (move_pointer_to_base): Likewise.
20264         (move_variant_to_index): Likewise.
20265         (most_expensive_mult_to_index): Likewise.
20266         (addr_to_parts): Likewise.
20267         (copy_ref_info): Likewise.
20268         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
20269         (indirect_refs_may_alias_p): Likewise.
20270         (stmt_kills_ref_p_1): Likewise.
20271         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
20272         * tree-ssa-ccp.c: Update comment at top of file.  Include
20273         wide-int-print.h.
20274         (struct prop_value_d): Change type of mask to widest_int.
20275         (extend_mask): New function.
20276         (dump_lattice_value): Use wide-int interfaces.
20277         (get_default_value): Likewise.
20278         (set_constant_value): Likewise.
20279         (set_value_varying): Likewise.
20280         (valid_lattice_transition): Likewise.
20281         (set_lattice_value): Likewise.
20282         (value_to_double_int): Delete.
20283         (value_to_wide_int): New.
20284         (get_value_from_alignment): Use wide-int interfaces.
20285         (get_value_for_expr): Likewise.
20286         (do_dbg_cnt): Likewise.
20287         (ccp_finalize): Likewise.
20288         (ccp_lattice_meet): Likewise.
20289         (bit_value_unop_1): Use widest_ints rather than double_ints.
20290         (bit_value_binop_1): Likewise.
20291         (bit_value_unop): Use wide-int interfaces.
20292         (bit_value_binop): Likewise.
20293         (bit_value_assume_aligned): Likewise.
20294         (evaluate_stmt): Likewise.
20295         (ccp_fold_stmt): Likewise.
20296         (visit_cond_stmt): Likewise.
20297         (ccp_visit_stmt): Likewise.
20298         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
20299         (constant_pointer_difference): Likewise.
20300         (associate_pointerplus): Likewise.
20301         (combine_conversions): Likewise.
20302         * tree-ssa-loop.h: Include wide-int.h.
20303         (struct tree_niter_desc): Change type of max to widest_int.
20304         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
20305         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
20306         (remove_redundant_iv_tests): Likewise.
20307         (canonicalize_loop_induction_variables): Likewise.
20308         * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
20309         (constant_multiple_of): Take a widest_int pointer instead of
20310         a double_int pointer.
20311         (get_computation_aff): Use wide-int interfaces.
20312         (ptr_difference_cost): Likewise.
20313         (difference_cost): Likewise.
20314         (get_loop_invariant_expr_id): Likewise.
20315         (get_computation_cost_at): Likewise.
20316         (iv_elimination_compare_lt): Likewise.
20317         (may_eliminate_iv): Likewise.
20318         * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
20319         instead of double_int.
20320         (max_loop_iterations): Likewise.
20321         (max_stmt_executions): Likewise.
20322         (estimated_stmt_executions): Likewise.
20323         * tree-ssa-loop-niter.c: Include wide-int-print.h.
20324         (split_to_var_and_offset): Use wide-int interfaces.
20325         (determine_value_range): Likewise.
20326         (bound_difference_of_offsetted_base): Likewise.
20327         (bounds_add): Take a widest_int instead of a double_int.
20328         (number_of_iterations_ne_max): Use wide-int interfaces.
20329         (number_of_iterations_ne): Likewise.
20330         (number_of_iterations_lt_to_ne): Likewise.
20331         (assert_loop_rolls_lt): Likewise.
20332         (number_of_iterations_lt): Likewise.
20333         (number_of_iterations_le): Likewise.
20334         (number_of_iterations_cond): Likewise.
20335         (number_of_iterations_exit): Likewise.
20336         (finite_loop_p): Likewise.
20337         (derive_constant_upper_bound_assign): Likewise.
20338         (derive_constant_upper_bound): Return a widest_int.
20339         (derive_constant_upper_bound_ops): Likewise.
20340         (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
20341         (record_estimate): Take a widest_int rather than a double_int.
20342         (record_nonwrapping_iv): Use wide-int interfaces.
20343         (double_int_cmp): Delete.
20344         (wide_int_cmp): New.
20345         (bound_index): Take a widest_int rather than a double_int.
20346         (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
20347         (maybe_lower_iteration_bound): Likewise.
20348         (estimate_numbers_of_iterations_loop): Likewise.
20349         (estimated_loop_iterations): Take a widest_int pointer than than
20350         a double_int pointer.
20351         (estimated_loop_iterations_int): Use wide-int interfaces.
20352         (max_loop_iterations): Take a widest_int pointer than than
20353         a double_int pointer.
20354         (max_loop_iterations_int): Use wide-int interfaces.
20355         (max_stmt_executions): Take a widest_int pointer than than
20356         a double_int pointer.
20357         (estimated_stmt_executions): Likewise.
20358         (n_of_executions_at_most): Use wide-int interfaces.
20359         (scev_probably_wraps_p): Likewise.
20360         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
20361         to real_to_integer.
20362         * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
20363         interfaces.
20364         * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
20365         double_ints.  Adjust for trailing_wide_ints <3> representation.
20366         (set_nonzero_bits): Likewise.
20367         (get_range_info): Return wide_ints rather than double_ints.
20368         Adjust for trailing_wide_ints <3> representation.
20369         (get_nonzero_bits): Likewise.
20370         (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
20371         representation.
20372         * tree-ssanames.h (struct range_info_def): Replace min, max and
20373         nonzero_bits with a trailing_wide_ints <3>.
20374         (set_range_info): Use wide_int_refs rather than double_ints.
20375         (set_nonzero_bits): Likewise.
20376         (get_range_info): Return wide_ints rather than double_ints.
20377         (get_nonzero_bits): Likewise.
20378         * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
20379         * tree-ssa-pre.c (phi_translate_1): Likewise.
20380         * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
20381         (acceptable_pow_call): Likewise.
20382         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
20383         interfaces.
20384         (vn_reference_fold_indirect): Likewise.
20385         (vn_reference_maybe_forwprop_address): Likewise.
20386         (valueize_refs_1): Likewise.
20387         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
20388         * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
20389         tree_int_cst_lt and tree_int_cst_le.
20390         * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
20391         interfaces.
20392         (streamer_alloc_tree): Likewise.
20393         * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
20394         (streamer_write_tree_header): Likewise.
20395         (streamer_write_integer_cst): Likewise.
20396         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
20397         (build_constructors): Likewise.
20398         (array_value_type): Likewise.
20399         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
20400         (vect_check_gather): Likewise.
20401         * tree-vect-generic.c (build_replicated_const): Likewise.
20402         (expand_vector_divmod): Likewise.
20403         * tree-vect-loop.c (vect_transform_loop): Likewise.
20404         * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
20405         (vect_do_peeling_for_alignment): Likewise.
20406         * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
20407         * tree-vrp.c: Include wide-int.h.
20408         (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
20409         (extract_range_from_assert): Use wide-int interfaces.
20410         (vrp_int_const_binop): Likewise.
20411         (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
20412         double_int pointers.
20413         (ranges_from_anti_range): Use wide-int interfaces.
20414         (quad_int_cmp): Delete.
20415         (quad_int_pair_sort): Likewise.
20416         (extract_range_from_binary_expr_1): Use wide-int interfaces.
20417         (extract_range_from_unary_expr_1): Likewise.
20418         (adjust_range_with_scev): Likewise.
20419         (masked_increment): Take and return wide_ints rather than double_ints.
20420         (register_edge_assert_for_2): Use wide-int interfaces.
20421         (check_array_ref): Likewise.
20422         (search_for_addr_array): Likewise.
20423         (maybe_set_nonzero_bits): Likewise.
20424         (union_ranges): Pass an integer of the correct type instead of
20425         using integer_one_node.
20426         (intersect_ranges): Likewise.
20427         (simplify_truth_ops_using_ranges): Likewise.
20428         (simplify_bit_ops_using_ranges): Use wide-int interfaces.
20429         (range_fits_type_p): Likewise.
20430         (simplify_cond_using_ranges): Likewise.  Take a signop rather than
20431         a bool.
20432         (simplify_conversion_using_ranges): Use wide-int interfaces.
20433         (simplify_float_conversion_using_ranges): Likewise.
20434         (vrp_finalize): Likewise.
20435         * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
20436         (gimple_stringops_transform): Likewise.
20437         * varasm.c (decode_addr_const): Likewise.
20438         (const_hash_1): Likewise.
20439         (const_rtx_hash_1): Likewise
20440         (output_constant): Likewise.
20441         (array_size_for_constructor): Likewise.
20442         (output_constructor_regular_field): Likewise.
20443         (output_constructor_bitfield): Likewise.
20444         * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
20445         * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
20446         GENERATOR_FILEs.
20447         * gencheck.c: Define BITS_PER_UNIT.
20448         * wide-int.cc: New.
20449         * wide-int.h: New.
20450         * wide-int-print.cc: New.
20451         * wide-int-print.h: New.
20453 2014-05-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
20455         * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
20457 2014-05-06  Richard Biener  <rguenther@suse.de>
20459         * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
20460         TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
20461         (TODO_verify_all): Adjust.
20462         * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
20463         TODO_verify_stmts and TODO_verify_rtl_sharing.
20464         * bb-reorder.c: Likewise.
20465         * cfgexpand.c: Likewise.
20466         * cprop.c: Likewise.
20467         * cse.c: Likewise.
20468         * function.c: Likewise.
20469         * fwprop.c: Likewise.
20470         * gcse.c: Likewise.
20471         * gimple-ssa-isolate-paths.c: Likewise.
20472         * gimple-ssa-strength-reduction.c: Likewise.
20473         * ipa-split.c: Likewise.
20474         * loop-init.c: Likewise.
20475         * loop-unroll.c: Likewise.
20476         * lower-subreg.c: Likewise.
20477         * modulo-sched.c: Likewise.
20478         * postreload-gcse.c: Likewise.
20479         * predict.c: Likewise.
20480         * recog.c: Likewise.
20481         * sched-rgn.c: Likewise.
20482         * store-motion.c: Likewise.
20483         * tracer.c: Likewise.
20484         * trans-mem.c: Likewise.
20485         * tree-call-cdce.c: Likewise.
20486         * tree-cfg.c: Likewise.
20487         * tree-cfgcleanup.c: Likewise.
20488         * tree-complex.c: Likewise.
20489         * tree-eh.c: Likewise.
20490         * tree-emutls.c: Likewise.
20491         * tree-if-conv.c: Likewise.
20492         * tree-into-ssa.c: Likewise.
20493         * tree-loop-distribution.c: Likewise.
20494         * tree-object-size.c: Likewise.
20495         * tree-parloops.c: Likewise.
20496         * tree-pass.h: Likewise.
20497         * tree-sra.c: Likewise.
20498         * tree-ssa-ccp.c: Likewise.
20499         * tree-ssa-copy.c: Likewise.
20500         * tree-ssa-copyrename.c: Likewise.
20501         * tree-ssa-dce.c: Likewise.
20502         * tree-ssa-dom.c: Likewise.
20503         * tree-ssa-dse.c: Likewise.
20504         * tree-ssa-forwprop.c: Likewise.
20505         * tree-ssa-ifcombine.c: Likewise.
20506         * tree-ssa-loop-ch.c: Likewise.
20507         * tree-ssa-loop-ivcanon.c: Likewise.
20508         * tree-ssa-loop.c: Likewise.
20509         * tree-ssa-math-opts.c: Likewise.
20510         * tree-ssa-phiopt.c: Likewise.
20511         * tree-ssa-phiprop.c: Likewise.
20512         * tree-ssa-pre.c: Likewise.
20513         * tree-ssa-reassoc.c: Likewise.
20514         * tree-ssa-sink.c: Likewise.
20515         * tree-ssa-strlen.c: Likewise.
20516         * tree-ssa-tail-merge.c: Likewise.
20517         * tree-ssa-uncprop.c: Likewise.
20518         * tree-switch-conversion.c: Likewise.
20519         * tree-tailcall.c: Likewise.
20520         * tree-vect-generic.c: Likewise.
20521         * tree-vectorizer.c: Likewise.
20522         * tree-vrp.c: Likewise.
20523         * tsan.c: Likewise.
20524         * var-tracking.c: Likewise.
20525         * bt-load.c: Likewise.
20526         * cfgcleanup.c: Likewise.
20527         * combine-stack-adj.c: Likewise.
20528         * combine.c: Likewise.
20529         * compare-elim.c: Likewise.
20530         * config/epiphany/resolve-sw-modes.c: Likewise.
20531         * config/i386/i386.c: Likewise.
20532         * config/mips/mips.c: Likewise.
20533         * config/s390/s390.c: Likewise.
20534         * config/sh/sh_treg_combine.cc: Likewise.
20535         * config/sparc/sparc.c: Likewise.
20536         * dce.c: Likewise.
20537         * dse.c: Likewise.
20538         * final.c: Likewise.
20539         * ifcvt.c: Likewise.
20540         * mode-switching.c: Likewise.
20541         * passes.c: Likewise.
20542         * postreload.c: Likewise.
20543         * ree.c: Likewise.
20544         * reg-stack.c: Likewise.
20545         * regcprop.c: Likewise.
20546         * regrename.c: Likewise.
20547         * web.c: Likewise.
20549 2014-05-06  Richard Biener  <rguenther@suse.de>
20551         PR middle-end/61070
20552         * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
20553         * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
20555 2014-05-05  Jan Hubicka  <hubicka@ucw.cz>
20557         PR ipa/60965
20558         * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
20560 2014-05-05  Radovan Obradovic  <robradovic@mips.com>
20561             Tom de Vries  <tom@codesourcery.com>
20563         * target.def (call_fusage_contains_non_callee_clobbers): New
20564         DEFHOOKPOD.
20565         * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
20566         Hooks to @menu.
20567         (@node Miscellaneous Register Hooks): New node.
20568         (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
20569         * doc/tm.texi: Regenerate.
20571 2014-05-05  Marek Polacek  <polacek@redhat.com>
20573         PR driver/61065
20574         * opts.c (common_handle_option): Call error_at instead of warning_at.
20576 2014-05-05  Richard Biener  <rguenther@suse.de>
20578         * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
20579         from last_verified if update_ssa ran.  Move TODO_verify_rtl_sharing
20580         under the TODO_verify_il umbrella.
20582 2014-05-05  Richard Biener  <rguenther@suse.de>
20584         * passes.c (execute_function_todo): Move TODO_verify_flow under
20585         the TODO_verify_ul umbrella.
20587 2014-05-05  Richard Biener  <rguenther@suse.de>
20589         PR middle-end/61010
20590         * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
20591         X & CST away from a CST that is the mask of a mode.
20593 2014-05-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
20595         * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
20596         int argument to enum machine_mode.
20597         (picochip_class_max_nregs): Ditto.
20598         * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
20599         (picochip_class_max_nregs): Ditto.
20601 2014-05-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20603         * target.def: Add new target hook.
20604         * doc/tm.texi: Regenerate.
20605         * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
20606         * targhooks.c (default_keep_leaf_when_profiled): New function.
20608         * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
20609         (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
20611 2014-05-05  Bin Cheng  <bin.cheng@arm.com>
20613         PR tree-optimization/60363
20614         * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
20615         (copy_phi_args): New parameters.  Call get_value_locus_in_path.
20616         (update_destination_phis): New parameter.
20617         (create_edge_and_update_destination_phis): Ditto.
20618         (ssa_fix_duplicate_block_edges): Pass new arguments.
20619         (thread_single_edge): Ditto.
20621 2014-05-04  Peter Bergner  <bergner@vnet.ibm.com>
20623         * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
20624         (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
20625         (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
20626         * config/rs6000/rs6000-builtin.def (BU_MISC_1):
20627         Use RS6000_BTM_HARD_FLOAT.
20628         (BU_MISC_2): Likewise.
20629         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
20630         RS6000_BTM_HARD_FLOAT.
20631         (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
20632         is explicitly used.
20633         (rs6000_invalid_builtin): Add hard floating builtin support.
20634         (rs6000_expand_builtin): Relax the gcc_assert to allow the new
20635         hard float builtins.
20636         (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
20638 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
20640         * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
20641         Add missing function* argument.
20643 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
20645         * lra-constraints.c (valid_address_p): Move earlier in file.
20646         Add a constraint argument to the address_info version.
20647         (satisfies_memory_constraint_p): New function.
20648         (satisfies_address_constraint_p): Likewise.
20649         (process_alt_operands, curr_insn_transform): Use them.
20650         (process_address): Pass the constraint to valid_address_p when
20651         checking address operands.
20653 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
20655         * config/mips/mips.c (mips_isa_rev): New variable.
20656         (mips_set_architecture): Set it.
20657         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
20658         from mips_isa_rev.
20659         (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
20660         (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
20661         (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
20662         (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
20663         (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
20664         conditions in terms of mips_isa_rev.
20665         (mips_isa_rev): Declare.
20667 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
20669         * config/sh/sh-mem.cc: Use tabs instead of spaces.
20670         (prob_unlikely, prob_likely): Make variables const.
20672 2014-05-03  Denis Chertykov  <chertykov@gmail.com>
20674         * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
20676 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
20678         * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
20680 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
20682         * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
20683         (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
20684         * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
20685         functions.
20686         (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
20687         sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
20688         sh_pass_in_reg_p.
20689         Replace usage of ROUND_REG with sh_round_reg.
20690         Use CEIL instead of ROUND_ADVANCE.
20692 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
20694         PR target/61026
20695         * config/sh/sh.c: Include stdlib headers before everything else.
20697 2014-05-02  Jakub Jelinek  <jakub@redhat.com>
20699         * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
20700         GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
20701         (gimplify_adjust_omp_clauses): Simd region is never
20702         directly nested in combined parallel.  Instead, for linear
20703         with copyin/copyout, if in combined for simd loop, make decl
20704         firstprivate/lastprivate on OMP_FOR.
20705         * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
20706         expand_omp_for_static_chunk): When setting endvar, also set
20707         fd->loop.v to the same value.
20709 2014-05-02  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
20711         * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
20713 2014-05-02  Alan Lawrence  <alan.lawrence@arm.com>
20715         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
20716         expression.
20718 2014-05-02  Marek Polacek  <polacek@redhat.com>
20720         * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
20722 2014-05-02  Kito Cheng  <kito@0xlab.org>
20724         * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
20725         to a C expression marco.
20726         * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
20727         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
20728         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
20729         * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
20730         HONOR_REG_ALLOC_ORDER.
20731         * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
20733 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
20735         * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
20737 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
20739         * config/arc/arc.c (arc_select_cc_mode): Fix typo.
20741 2014-05-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
20743         * tree-if-conv.c (is_cond_scalar_reduction): New function.
20744         (convert_scalar_cond_reduction): Likewise.
20745         (predicate_scalar_phi): Add recognition and transformation
20746         of simple conditioanl reduction to be vectorizable.
20748 2014-05-01  Marek Polacek  <polacek@redhat.com>
20750         PR c/43245
20751         * doc/invoke.texi: Document -Wdiscarded-qualifiers.
20753 2014-04-30  Alan Lawrence  <alan.lawrence@arm.com>
20755         * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
20756         vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
20757         vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
20758         vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
20759         vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
20760         vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
20761         vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
20762         vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
20764 2014-04-30  Joern Rennecke  <joern.rennecke@embecosm.com>
20766         * config/arc/arc.opt (mlra): Move comment above option name
20767         to avoid mis-parsing as language options.
20769 2014-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20771         * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
20772         * config/sol2.h: ... here.
20773         * config/sol2-10.h: Remove.
20775         * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
20776         (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
20777         (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
20778         (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
20779         (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
20780         * config/sol2.h: ... here.
20781         (SECTION_NAME_FORMAT): Don't redefine.
20782         (STARTFILE_ARCH32_SPEC): Rename to ...
20783         (STARTFILE_ARCH_SPEC): ... this.
20784         (ASM_OUTPUT_ALIGNED_COMMON): Move ...
20785         * config/sparc/sol2.h: ... here.
20786         (SECTION_NAME_FORMAT): Don't undef.
20787         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
20788         (SUBTARGET_EXTRA_SPECS): Remove.
20789         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
20791         * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
20792         (MD_STARTFILE_PREFIX): Remove.
20793         (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
20794         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
20795         (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
20796         (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
20797         (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
20798         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
20799         * config/i386/sol2.h: ... here.
20800         (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
20801         * config/i386/sol2-bi.h: Remove.
20802         * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
20803         (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
20805         * config/i386/t-sol2-64: Rename to ...
20806         * config/i386/t-sol2: ... this.
20807         * config/sparc/t-sol2-64: Rename to ...
20808         * config/sparc/t-sol2: ... this.
20810         * config.gcc (*-*-solaris2*): Split sol2_tm_file into
20811         sol2_tm_file_head, sol2_tm_file_tail.
20812         Include ${cpu_type}/sol2.h before sol2.h.
20813         Remove sol2-10.h.
20814         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
20815         i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
20816         Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
20817         Reflect i386/t-sol2-64 renaming.
20818         (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
20819         Reflect sparc/t-sol2-64 renaming.
20821 2014-04-30  Richard Biener  <rguenther@suse.de>
20823         * passes.c (execute_function_todo): Move TODO_verify_stmts
20824         and TODO_verify_ssa under the TODO_verify_il umbrella.
20825         * tree-ssa.h (verify_ssa): Adjust prototype.
20826         * tree-ssa.c (verify_ssa): Add parameter to tell whether
20827         we should verify SSA operands.
20828         * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
20829         * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
20830         whether we should verify whether not throwing stmts have EH info.
20831         * graphite-scop-detection.c (create_sese_edges): Adjust.
20832         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
20833         * tree-eh.c (lower_try_finally_switch): Do not add the
20834         default case label twice.
20836 2014-04-30  Marek Polacek  <polacek@redhat.com>
20838         * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
20839         * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
20840         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
20841         * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
20843 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
20845         * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
20846         vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
20847         vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
20848         vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
20849         vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
20850         vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
20851         vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
20852         vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
20854 2014-04-29  David Malcolm  <dmalcolm@redhat.com>
20856         * tree-cfg.c (dump_function_to_file): Dump the return type of
20857         functions, in a line to itself before the function body, mimicking
20858         the layout of a C function.
20860 2014-04-29  Jakub Jelinek  <jakub@redhat.com>
20862         PR tree-optimization/60971
20863         * tree-tailcall.c (process_assignment): Reject conversions which
20864         reduce precision.
20866 2014-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
20868         * calls.c (initialize_argument_information): Always treat
20869         PUSH_ARGS_REVERSED as 1, simplify code accordingly.
20870         (expand_call): Likewise.
20871         (emit_library_call_calue_1): Likewise.
20872         * expr.c (PUSH_ARGS_REVERSED): Do not define.
20873         (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
20874         code accordingly.
20876 2014-04-29  Nick Clifton  <nickc@redhat.com>
20878         * config/msp430/msp430.md (umulsidi): Fix typo.
20879         (mulhisi3): Enable even inside interrupt handlers.
20880         * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
20881         bigger return address pushed in large mode.
20883 2014-04-29  Nick Clifton  <nickc@redhat.com>
20885         * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
20886         (arc_init_reg_tables): Use a machine_mode enum to iterate over
20887         available modes.
20888         * config/m32r/m32r.c (init_reg_tables): Likewise.
20889         * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
20890         enum to hold the modes.
20892 2014-04-29  Richard Biener  <rguenther@suse.de>
20894         * dominance.c (free_dominance_info): Add overload with
20895         function parameter.
20896         (dom_info_state): Likewise.
20897         (dom_info_available_p): Likewise.
20898         * basic-block.h (free_dominance_info, dom_info_state,
20899         dom_info_available_p): Declare overloads.
20900         * passes.c (execute_function_todo): Verify that verifiers
20901         don't change dominator info state.  Drop dominator info
20902         for IPA pass invocations.
20903         * cgraph.c (release_function_body): Restore asserts that
20904         dominator information is released.
20906 2014-04-29  Patrick Palka  <patrick@parcs.ath.cx>
20908         * doc/invoke.texi: Fix typo.
20909         * tree-vrp.c: Fix typos.
20910         * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
20912 2014-04-29  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
20914         * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
20916 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
20918         * config/aarch64/aarch64-builtins.c
20919         (aarch64_types_storestruct_lane_qualifiers): New.
20920         (TYPES_STORESTRUCT_LANE): Likewise.
20921         * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
20922         (st3_lane): Likewise.
20923         (st4_lane): Likewise.
20924         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
20925         (vec_store_lanesci_lane<mode>): Likewise.
20926         (vec_store_lanesxi_lane<mode>): Likewise.
20927         (aarch64_st2_lane<VQ:mode>): Likewise.
20928         (aarch64_st3_lane<VQ:mode>): Likewise.
20929         (aarch64_st4_lane<VQ:mode>): Likewise.
20930         * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
20931         * config/aarch64/arm_neon.h
20932         (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
20933         use new macro arguments.
20934         (__ST3_LANE_FUNC): Likewise.
20935         (__ST4_LANE_FUNC): Likewise.
20936         * config/aarch64/iterators.md (V_TWO_ELEM): New.
20937         (V_THREE_ELEM): Likewise.
20938         (V_FOUR_ELEM): Likewise.
20940 2014-04-28  David Malcolm  <dmalcolm@redhat.com>
20942         * doc/gimple.texi: Replace the description of the now-defunct
20943         union gimple_statement_d with a diagram showing the
20944         gimple_statement_base class hierarchy and its relationships to
20945         the GSS_ and GIMPLE_ enums.
20947 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
20949         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
20950         * config/aarch64/aarch64.c
20951         (aarch64_cannot_change_mode_class): Weaken conditions.
20952         (aarch64_modes_tieable_p): New.
20953         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
20955 2014-04-28  Pat Haugen  <pthaugen@us.ibm.com>
20957         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
20958         (loadsync_<mode>): Change mode.
20959         (load_quadpti, store_quadpti): New.
20960         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
20961         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
20963 2014-04-28  Martin Jambor  <mjambor@suse.cz>
20965         * tree-sra.c (sra_modify_expr): Generate new memory accesses with
20966         same alias type as the original statement.
20967         (subreplacement_assignment_data): New type.
20968         (handle_unscalarized_data_in_subtree): New type of parameter,
20969         generate new memory accesses with same alias type as the original
20970         statement.
20971         (load_assign_lhs_subreplacements): Likewise.
20972         (sra_modify_constructor_assign): Generate new memory accesses with
20973         same alias type as the original statement.
20975 2014-04-28  Richard Biener  <rguenther@suse.de>
20977         * tree-pass.h (TODO_verify_il): Define.
20978         (TODO_verify_all): Complete properly.
20979         * passes.c (execute_function_todo): Move existing loop-closed
20980         SSA verification under TODO_verify_il.
20981         (execute_one_pass): Trigger TODO_verify_il at todo-after time.
20982         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
20983         Fix tree sharing issue.
20985 2014-04-28  Richard Biener  <rguenther@suse.de>
20987         PR middle-end/60092
20988         * builtins.def (DEF_C11_BUILTIN): Add.
20989         (BUILT_IN_ALIGNED_ALLOC): Likewise.
20990         * coretypes.h (enum function_class): Add function_c11_misc.
20991         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
20992         BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
20993         (call_may_clobber_ref_p_1): Likewise.
20994         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
20995         (mark_all_reaching_defs_necessary_1): Likewise.
20996         (propagate_necessity): Likewise.
20997         (eliminate_unnecessary_stmts): Likewise.
20998         * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
21000 2014-04-28  Richard Biener  <rguenther@suse.de>
21002         * tree-vrp.c (vrp_var_may_overflow): Remove.
21003         (vrp_visit_phi_node): Rather than bumping to +-INF possibly
21004         with overflow immediately bump to one before that value and
21005         let iteration figure out overflow status.
21007 2014-04-28  Richard Biener  <rguenther@suse.de>
21009         * configure.ac: Do valgrind header checks unconditionally.
21010         Add --enable-valgrind-annotations.
21011         * system.h: Guard valgrind header inclusion with
21012         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
21013         * alloc-pool.c (pool_alloc, pool_free): Use
21014         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
21015         to guard possibly dead code.
21016         * config.in: Regenerated.
21017         * configure: Likewise.
21019 2014-04-28  Jeff Law  <law@redhat.com>
21021         PR tree-optimization/60902
21022         * tree-ssa-threadedge.c
21023         (record_temporary_equivalences_from_stmts_at_dest): Only iterate
21024         over real defs when invalidating outputs from statements that do not
21025         produce useful outputs for threading.
21027 2014-04-28  Richard Biener  <rguenther@suse.de>
21029         PR tree-optimization/60979
21030         * graphite-scop-detection.c (scopdet_basic_block_info): Reject
21031         SCOPs that end in a block with a successor with abnormal
21032         predecessors.
21034 2014-04-28  Richard Biener  <rguenther@suse.de>
21036         * tree-pass.h (execute_pass_list): Adjust prototype.
21037         * passes.c (pass_manager::execute_early_local_passes): Adjust.
21038         (do_per_function): Change callback signature, push all actual
21039         work to the callbals.
21040         (do_per_function_toporder): Likewise.
21041         (execute_function_dump): Adjust.
21042         (execute_function_todo): Likewise.
21043         (clear_last_verified): Likewise.
21044         (verify_curr_properties): Likewise.
21045         (update_properties_after_pass): Likewise.
21046         (execute_pass_list_1): Split out from ...
21047         (execute_pass_list): ... here.  Adjust.
21048         (execute_ipa_pass_list): Likewise.
21049         * cgraphunit.c (cgraph_add_new_function): Adjust.
21050         (analyze_function): Likewise.
21051         (expand_function): Likewise.
21052         * cgraph.c (release_function_body): Free dominance info
21053         here instead of asserting it was magically freed elsewhere.
21055 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
21057         * configure.ac: Tweak GAS check for LEON instructions on SPARC.
21058         * configure: Regenerate.
21059         * config/sparc/sparc.opt (muser-mode): New option.
21060         * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
21061         for LEON3.
21062         (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
21063         * doc/invoke.texi (SPARC options): Document -muser-mode.
21065 2014-04-27  Richard Sandiford  <rdsandiford@googlemail.com>
21067         * cselib.c (find_slot_memmode): Delete.
21068         (cselib_hasher): Change compare_type to a struct.
21069         (cselib_hasher::equal): Update accordingly.  Don't expect wrapped
21070         constants.
21071         (preserve_constants_and_equivs): Adjust for new compare_type.
21072         (cselib_find_slot): Likewise.  Take the mode of the rtx as argument.
21073         (wrap_constant): Delete.
21074         (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
21076 2014-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21078         * doc/install.texi (Building with profile feedback): Remove
21079         outdated sentence.
21081 2014-04-26  Tom de Vries  <tom@codesourcery.com>
21083         * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
21084         array accesses.
21086 2014-04-25  Cary Coutant  <ccoutant@google.com>
21088         PR debug/60929
21089         * dwarf2out.c (should_move_die_to_comdat): A type definition
21090         can contain a subprogram definition, but don't move it to a
21091         comdat unit.
21092         (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
21093         (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
21094         from original DIE.
21095         (clone_tree_hash): Rename to...
21096         (clone_tree_partial): ...this; change callers.  Copy
21097         DW_TAG_subprogram DIEs as declarations.
21098         (copy_decls_walk): Don't copy children of a declaration into a
21099         type unit.
21101 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
21103         PR target/60969
21104         * config/i386/i386.md (*movsf_internal): Set MODE to SI for
21105         alternative 12.
21107 2014-04-25  Jiong Wang  <jiong.wang@arm.com>
21109         * config/arm/predicates.md (call_insn_operand): Add long_call check.
21110         * config/arm/arm.md (sibcall, sibcall_value): Force the address to
21111         reg for long_call.
21112         * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
21113         restriction.
21115 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21117         * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
21119 2014-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21121         PR tree-optimization/60930
21122         * gimple-ssa-strength-reduction.c (create_mul_imm_cand):  Reject
21123         creating a multiply candidate by folding two constant
21124         multiplicands when the result overflows.
21126 2014-04-25  Jakub Jelinek  <jakub@redhat.com>
21128         PR tree-optimization/60960
21129         * tree-vect-generic.c (expand_vector_operation): Only call
21130         expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
21132 2014-04-25  Tom de Vries  <tom@codesourcery.com>
21134         * expr.c (clobber_reg_mode): New function.
21135         * expr.h (clobber_reg): New function.
21137 2014-04-25  Tom de Vries  <tom@codesourcery.com>
21139         * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
21140         clobbers.
21142 2014-04-25  Radovan Obradovic  <robradovic@mips.com>
21143             Tom de Vries  <tom@codesourcery.com>
21145         * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
21146         handle.
21147         * rtl.h (find_all_hard_reg_sets): Add bool parameter.
21148         * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
21149         new argument to find_all_hard_reg_sets call.
21151 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21153         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
21154         Use HOST_WIDE_INT_C for mask literal.
21155         (aarch_rev16_shleft_mask_imm_p): Likewise.
21157 2014-04-25  Eric Botcazou  <ebotcazou@adacore.com>
21159         PR target/60941
21160         * config/sparc/sparc.md (ashlsi3_extend): Delete.
21162 2014-04-25  Marc Glisse  <marc.glisse@inria.fr>
21164         PR preprocessor/56540
21165         * config/i386/i386-c.c (ix86_target_macros): Define
21166         __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
21168 2014-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21170         * configure.ac (tga_func): Remove.
21171         (LIB_TLS_SPEC): Remove.
21172         * configure: Regenerate.
21173         * config.in: Regenerate.
21174         * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
21176 2014-04-25  Richard Biener  <rguenther@suse.de>
21178         PR ipa/60912
21179         * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
21180         call stmt use/clobber sets during stmt walk instead of
21181         walking the possibly incomplete set of caller edges.
21183 2014-04-25  Richard Biener  <rguenther@suse.de>
21185         PR ipa/60911
21186         * passes.c (apply_ipa_transforms): Inline into only caller ...
21187         (execute_one_pass): ... here.  Properly bring in function
21188         bodies for nodes we want to apply IPA transforms to.
21190 2014-04-24  Cong Hou  <congh@google.com>
21192         PR tree-optimization/60896
21193         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
21194         all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
21195         (vect_mark_pattern_stmts): Set the def type of all statements in
21196         PATTERN_DEF_SEQ as vect_internal_def.
21198 2014-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
21200         * doc/extend.texi (PowerPC Built-in Functions): Document new
21201         powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
21202         (PowerPC AltiVec/VSX Built-in Functions): Likewise.
21204         * config/rs6000/predicates.md (const_0_to_3_operand): New
21205         predicate to match 0..3 integer constants.
21207         * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
21208         to support adding miscellaneous builtin functions.
21209         (BU_DFP_MISC_2): Likewise.
21210         (BU_P7_MISC_1): Likewise.
21211         (BU_P7_MISC_2): Likewise.
21212         (BU_P8V_MISC_3): Likewise.
21213         (BU_MISC_1): Likewise.
21214         (BU_MISC_2): Likewise.
21215         (DIVWE): Add extended divide builtin functions.
21216         (DIVWEO): Likewise.
21217         (DIVWEU): Likewise.
21218         (DIVWEUO): Likewise.
21219         (DIVDE): Likewise.
21220         (DIVDEO): Likewise.
21221         (DIVDEU): Likewise.
21222         (DIVDEUO): Likewise.
21223         (DXEX): Add decimal floating-point builtin functions.
21224         (DXEXQ): Likewise.
21225         (DDEDPD): Likewise.
21226         (DDEDPDQ): Likewise.
21227         (DENBCD): Likewise.
21228         (DENBCDQ): Likewise.
21229         (DIEX): Likewise.
21230         (DIEXQ): Likewise.
21231         (DSCLI): Likewise.
21232         (DSCLIQ): Likewise.
21233         (DSCRI): Likewise.
21234         (DSCRIQ): Likewise.
21235         (CDTBCD): Add new BCD builtin functions.
21236         (CBCDTD): Likewise.
21237         (ADDG6S): Likewise.
21238         (BCDADD): Likewise.
21239         (BCDADD_LT): Likewise.
21240         (BCDADD_EQ): Likewise.
21241         (BCDADD_GT): Likewise.
21242         (BCDADD_OV): Likewise.
21243         (BCDSUB): Likewise.
21244         (BCDSUB_LT): Likewise.
21245         (BCDSUB_EQ): Likewise.
21246         (BCDSUB_GT): Likewise.
21247         (BCDSUB_OV): Likewise.
21248         (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
21249         (UNPACK_TD): Likewise.
21250         (PACK_TF): Likewise.
21251         (UNPACK_TF): Likewise.
21252         (UNPACK_TF_0): Likewise.
21253         (UNPACK_TF_1): Likewise.
21254         (PACK_V1TI): Likewise.
21255         (UNPACK_V1TI): Likewise.
21257         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
21258         support for decimal floating point builtin functions.
21259         (rs6000_expand_ternop_builtin): Add checks for the new builtin
21260         functions that take constant arguments.
21261         (rs6000_invalid_builtin): Add decimal floating point builtin support.
21262         (rs6000_init_builtins): Setup long double, _Decimal64, and
21263         _Decimal128 types for new builtin functions.
21264         (builtin_function_type): Set the unsigned flags appropriately for
21265         the new builtin functions.
21266         (rs6000_opt_masks): Add support for decimal floating point builtin
21267         functions.
21269         * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
21270         floating point builtin functions.
21271         (RS6000_BTM_COMMON): Likewise.
21272         (RS6000_BTI_long_double): Likewise.
21273         (RS6000_BTI_dfloat64): Likewise.
21274         (RS6000_BTI_dfloat128): Likewise.
21275         (long_double_type_internal_node): Likewise.
21276         (dfloat64_type_internal_node): Likewise.
21277         (dfloat128_type_internal_node): Likewise.
21279         * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
21280         2.07 bcd arithmetic instructions.
21281         (UNSPEC_BCDSUB): Likewise.
21282         (UNSPEC_BCD_OVERFLOW): Likewise.
21283         (UNSPEC_BCD_ADD_SUB): Likewise.
21284         (bcd_add_sub): Likewise.
21285         (BCD_TEST): Likewise.
21286         (bcd<bcd_add_sub>): Likewise.
21287         (bcd<bcd_add_sub>_test): Likewise.
21288         (bcd<bcd_add_sub>_test2): Likewise.
21289         (bcd<bcd_add_sub>_<code>): Likewise.
21290         (peephole2 for combined bcd ops): Likewise.
21292         * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
21293         decimal floating point builtin functions.
21294         (UNSPEC_DENBCD): Likewise.
21295         (UNSPEC_DXEX): Likewise.
21296         (UNSPEC_DIEX): Likewise.
21297         (UNSPEC_DSCLI): Likewise.
21298         (UNSPEC_DSCRI): Likewise.
21299         (D64_D128): Likewise.
21300         (dfp_suffix): Likewise.
21301         (dfp_ddedpd_<mode>): Likewise.
21302         (dfp_denbcd_<mode>): Likewise.
21303         (dfp_dxex_<mode>): Likewise.
21304         (dfp_diex_<mode>): Likewise.
21305         (dfp_dscli_<mode>): Likewise.
21306         (dfp_dscri_<mode>): Likewise.
21308         * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
21309         builtin functions.
21310         (UNSPEC_CDTBCD): Likewise.
21311         (UNSPEC_CBCDTD): Likewise.
21312         (UNSPEC_DIVE): Add support for new extended divide builtin functions.
21313         (UNSPEC_DIVEO): Likewise.
21314         (UNSPEC_DIVEU): Likewise.
21315         (UNSPEC_DIVEUO): Likewise.
21316         (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
21317         pack/unpack 128-bit types.
21318         (UNSPEC_PACK_128BIT): Likewise.
21319         (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
21320         (udiv<mode>3): Use idiv_ldiv mode attribute.
21321         (div<mode>3): Likewise.
21322         (addg6s): Add new BCD builtin functions.
21323         (cdtbcd): Likewise.
21324         (cbcdtd): Likewise.
21325         (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
21326         (div_extend): Likewise.
21327         (div<div_extend>_<mode>"): Likewise.
21328         (FP128_64): Add support for new builtin functions to pack/unpack
21329         128-bit types.
21330         (unpack<mode>): Likewise.
21331         (unpacktf_0): Likewise.
21332         (unpacktf_1): Likewise.
21333         (unpack<mode>_dm): Likewise.
21334         (unpack<mode>_nodm): Likewise.
21335         (pack<mode>): Likewise.
21336         (unpackv1ti): Likewise.
21337         (packv1ti): Likewise.
21339 2014-04-24  Vishnu K S  <Vishnu.k_s@atmel.com>
21341         * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
21342         is disabled.
21344 2014-04-24  Jakub Jelinek  <jakub@redhat.com>
21346         * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
21347         * gimplify.c (omp_is_private): Change last argument's type to int.
21348         Only diagnose lastprivate if the simd argument is 1, only diagnose
21349         linear if the simd argument is 2.
21350         (gimplify_omp_for): Adjust omp_is_private callers.  When adding
21351         lastprivate or private, add the clause to OMP_FOR_CLAUSES.  Pass
21352         GOVD_EXPLICIT to omp_add_variable.  For simd with collapse == 1
21353         create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
21354         If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
21355         increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
21356         * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
21357         OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
21358         * tree-nested.c (convert_nonlocal_omp_clauses,
21359         convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
21361 2014-04-24  Segher Boessenkool  <segher@kernel.crashing.org>
21363         PR target/60822
21364         * config/m68k/m68k.md (extendplussidi): Don't allow memory for
21365         operand 1.
21367 2014-04-24  Dimitris Papavasiliou  <dpapavas@gmail.com>
21369         * flag-types.h (enum ivar_visibility): Add.
21371 2014-04-24  Trevor Saunders  <tsaunders@mozilla.com>
21373         * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
21374         function * argument.
21376 2014-04-24  Alan Lawrence  <alan.lawrence@arm.com>
21378         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
21380 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
21381             Tom de Vries  <tom@codesourcery.com>
21383         * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
21384         * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
21385         reg-note.
21386         * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
21387         * emit-rtl.c (try_split): Same.
21389 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
21390             Tom de Vries  <tom@codesourcery.com>
21392         * common.opt (fuse-caller-save): New option.
21394 2014-04-24  Tejas Belagod  <tejas.belagod@arm.com>
21396         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
21397         elements for big-endian.
21399 2014-04-24  Richard Biener  <rguenther@suse.de>
21401         * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
21402         during TER and instead use the sepops interface for expanding
21403         non-GIMPLE_SINGLE_RHS.
21405 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21407         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
21408         if not HAVE_AS_IX86_DIFF_SECT_DELTA.
21410 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21412         * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
21413         assembler 64-bit option.
21414         * configure: Regenerate.
21416 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21418         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
21419         TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
21420         (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
21421         (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
21422         (TARGET_CRYPTO): Take TARGET_SIMD into account.
21424 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21426         * config/aarch64/aarch64-builtins.c
21427         (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
21428         BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
21429         * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
21430         * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
21431         builtins.
21432         * config/aarch64/iterator.md (VDQHSD): New mode iterator.
21433         (Vrevsuff): New mode attribute.
21435 2014-04-24  Terry Guo  <terry.guo@arm.com>
21437         * config/arm/arm.h (machine_function): Define variable
21438         after_arm_reorg here.
21439         * config/arm/arm.c (after_arm_reorg): Remove the definition.
21440         (arm_split_constant): Update the way to access variable
21441         after_arm_reorg.
21442         (arm_reorg): Ditto.
21443         (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
21445 2014-04-23  Tom de Vries  <tom@codesourcery.com>
21447         * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
21449 2014-04-23  David Malcolm  <dmalcolm@redhat.com>
21451         * is-a.h: Update comments to reflect the following changes to the
21452         "pointerness" of the API, making the template parameter match the
21453         return type, allowing use of is-a.h with typedefs of pointers.
21454         (is_a_helper::cast): Return a T rather then a pointer to a T, so
21455         that the return type matches the parameter to the is_a_helper.
21456         (as_a): Likewise.
21457         (dyn_cast): Likewise.
21459         * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
21460         pointer from the is-a.h API.
21462         * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
21463         (is_a_helper <cgraph_node *>::test): ...this, matching change to
21464         is-a.h API.
21465         (is_a_helper <varpool_node>::test): Likewise, convert to...
21466         (is_a_helper <varpool_node *>::test): ...this.
21468         (varpool_first_variable): Update for removal of implicit pointer
21469         from the is-a.h API.
21470         (varpool_next_variable): Likewise.
21471         (varpool_first_static_initializer): Likewise.
21472         (varpool_next_static_initializer): Likewise.
21473         (varpool_first_defined_variable): Likewise.
21474         (varpool_next_defined_variable): Likewise.
21475         (cgraph_first_defined_function): Likewise.
21476         (cgraph_next_defined_function): Likewise.
21477         (cgraph_first_function): Likewise.
21478         (cgraph_next_function): Likewise.
21479         (cgraph_first_function_with_gimple_body): Likewise.
21480         (cgraph_next_function_with_gimple_body): Likewise.
21481         (cgraph_alias_target): Likewise.
21482         (varpool_alias_target): Likewise.
21483         (cgraph_function_or_thunk_node): Likewise.
21484         (varpool_variable_node): Likewise.
21485         (symtab_real_symbol_p): Likewise.
21486         * cgraphunit.c (referred_to_p): Likewise.
21487         (analyze_functions): Likewise.
21488         (handle_alias_pairs): Likewise.
21489         * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
21490         * gimple-ssa.h (gimple_vuse_op): Likewise.
21491         (gimple_vdef_op): Likewise.
21492         * gimple-streamer-in.c (input_gimple_stmt): Likewise.
21493         * gimple.c (gimple_build_asm_1): Likewise.
21494         (gimple_build_try): Likewise.
21495         (gimple_build_resx): Likewise.
21496         (gimple_build_eh_dispatch): Likewise.
21497         (gimple_build_omp_for): Likewise.
21498         (gimple_omp_for_set_clauses): Likewise.
21500         * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
21501         (is_a_helper <gimple_statement_asm *>::test): ...this.
21502         (is_a_helper <gimple_statement_bind>::test): Convert to...
21503         (is_a_helper <gimple_statement_bind *>::test): ...this.
21504         (is_a_helper <gimple_statement_call>::test): Convert to...
21505         (is_a_helper <gimple_statement_call *>::test): ...this.
21506         (is_a_helper <gimple_statement_catch>::test): Convert to...
21507         (is_a_helper <gimple_statement_catch *>::test): ...this.
21508         (is_a_helper <gimple_statement_resx>::test): Convert to...
21509         (is_a_helper <gimple_statement_resx *>::test): ...this.
21510         (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
21511         (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
21512         (is_a_helper <gimple_statement_eh_else>::test): Convert to...
21513         (is_a_helper <gimple_statement_eh_else *>::test): ...this.
21514         (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
21515         (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
21516         (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
21517         (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
21518         (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
21519         (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
21520         (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
21521         (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
21522         (is_a_helper <gimple_statement_omp_return>::test): Convert to...
21523         (is_a_helper <gimple_statement_omp_return *>::test): ...this.
21524         (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
21525         (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
21526         (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
21527         (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
21528         (is_a_helper <gimple_statement_omp_for>::test): Convert to...
21529         (is_a_helper <gimple_statement_omp_for *>::test): ...this.
21530         (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
21531         (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
21532         (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
21533         (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
21534         (is_a_helper <gimple_statement_omp_target>::test): Convert to...
21535         (is_a_helper <gimple_statement_omp_target *>::test): ...this.
21536         (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
21537         (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
21538         (is_a_helper <gimple_statement_omp_single>::test): Convert to...
21539         (is_a_helper <gimple_statement_omp_single *>::test): ...this.
21540         (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
21541         (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
21542         (is_a_helper <gimple_statement_omp_task>::test): Convert to...
21543         (is_a_helper <gimple_statement_omp_task *>::test): ...this.
21544         (is_a_helper <gimple_statement_phi>::test): Convert to...
21545         (is_a_helper <gimple_statement_phi *>::test): ...this.
21546         (is_a_helper <gimple_statement_transaction>::test): Convert to...
21547         (is_a_helper <gimple_statement_transaction *>::test): ...this.
21548         (is_a_helper <gimple_statement_try>::test): Convert to...
21549         (is_a_helper <gimple_statement_try *>::test): ...this.
21550         (is_a_helper <gimple_statement_wce>::test): Convert to...
21551         (is_a_helper <gimple_statement_wce *>::test): ...this.
21552         (is_a_helper <const gimple_statement_asm>::test): Convert to...
21553         (is_a_helper <const gimple_statement_asm *>::test): ...this.
21554         (is_a_helper <const gimple_statement_bind>::test): Convert to...
21555         (is_a_helper <const gimple_statement_bind *>::test): ...this.
21556         (is_a_helper <const gimple_statement_call>::test): Convert to...
21557         (is_a_helper <const gimple_statement_call *>::test): ...this.
21558         (is_a_helper <const gimple_statement_catch>::test): Convert to...
21559         (is_a_helper <const gimple_statement_catch *>::test): ...this.
21560         (is_a_helper <const gimple_statement_resx>::test): Convert to...
21561         (is_a_helper <const gimple_statement_resx *>::test): ...this.
21562         (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
21563         (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
21564         (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
21565         (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
21566         (is_a_helper <const gimple_statement_omp_atomic_load>::test):
21567         Convert to...
21568         (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
21569         ...this.
21570         (is_a_helper <const gimple_statement_omp_atomic_store>::test):
21571         Convert to...
21572         (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
21573         ...this.
21574         (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
21575         (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
21576         (is_a_helper <const gimple_statement_omp_continue>::test): Convert
21577         to...
21578         (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
21579         (is_a_helper <const gimple_statement_omp_critical>::test): Convert
21580         to...
21581         (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
21582         (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
21583         (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
21584         (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
21585         (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
21586         (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
21587         to...
21588         (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
21589         (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
21590         (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
21591         (is_a_helper <const gimple_statement_omp_sections>::test): Convert
21592         to...
21593         (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
21594         (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
21595         (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
21596         (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
21597         (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
21598         (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
21599         (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
21600         (is_a_helper <const gimple_statement_phi>::test): Convert to...
21601         (is_a_helper <const gimple_statement_phi *>::test): ...this.
21602         (is_a_helper <const gimple_statement_transaction>::test): Convert to...
21603         (is_a_helper <const gimple_statement_transaction *>::test): ...this.
21604         (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
21605         (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
21606         (is_a_helper <gimple_statement_with_ops>::test): Convert to...
21607         (is_a_helper <gimple_statement_with_ops *>::test): ...this.
21608         (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
21609         to...
21610         (is_a_helper <const gimple_statement_with_memory_ops *>::test):
21611         ...this.
21612         (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
21613         (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
21615         (gimple_use_ops): Update for removal of implicit pointer from the
21616         is-a.h API.
21617         (gimple_set_use_ops): Likewise.
21618         (gimple_vuse): Likewise.
21619         (gimple_vdef): Likewise.
21620         (gimple_vuse_ptr): Likewise.
21621         (gimple_vdef_ptr): Likewise.
21622         (gimple_set_vuse): Likewise.
21623         (gimple_set_vdef): Likewise.
21624         (gimple_omp_return_set_lhs): Likewise.
21625         (gimple_omp_return_lhs): Likewise.
21626         (gimple_omp_return_lhs_ptr): Likewise.
21627         (gimple_call_fntype): Likewise.
21628         (gimple_call_set_fntype): Likewise.
21629         (gimple_call_set_internal_fn): Likewise.
21630         (gimple_call_use_set): Likewise.
21631         (gimple_call_clobber_set): Likewise.
21632         (gimple_bind_vars): Likewise.
21633         (gimple_bind_set_vars): Likewise.
21634         (gimple_bind_body_ptr): Likewise.
21635         (gimple_bind_set_body): Likewise.
21636         (gimple_bind_add_stmt): Likewise.
21637         (gimple_bind_block): Likewise.
21638         (gimple_bind_set_block): Likewise.
21639         (gimple_asm_ninputs): Likewise.
21640         (gimple_asm_noutputs): Likewise.
21641         (gimple_asm_nclobbers): Likewise.
21642         (gimple_asm_nlabels): Likewise.
21643         (gimple_asm_input_op): Likewise.
21644         (gimple_asm_input_op_ptr): Likewise.
21645         (gimple_asm_output_op): Likewise.
21646         (gimple_asm_output_op_ptr): Likewise.
21647         (gimple_asm_set_output_op): Likewise.
21648         (gimple_asm_clobber_op): Likewise.
21649         (gimple_asm_set_clobber_op): Likewise.
21650         (gimple_asm_label_op): Likewise.
21651         (gimple_asm_set_label_op): Likewise.
21652         (gimple_asm_string): Likewise.
21653         (gimple_catch_types): Likewise.
21654         (gimple_catch_types_ptr): Likewise.
21655         (gimple_catch_handler_ptr): Likewise.
21656         (gimple_catch_set_types): Likewise.
21657         (gimple_catch_set_handler): Likewise.
21658         (gimple_eh_filter_types): Likewise.
21659         (gimple_eh_filter_types_ptr): Likewise.
21660         (gimple_eh_filter_failure_ptr): Likewise.
21661         (gimple_eh_filter_set_types): Likewise.
21662         (gimple_eh_filter_set_failure): Likewise.
21663         (gimple_eh_must_not_throw_fndecl): Likewise.
21664         (gimple_eh_must_not_throw_set_fndecl): Likewise.
21665         (gimple_eh_else_n_body_ptr): Likewise.
21666         (gimple_eh_else_e_body_ptr): Likewise.
21667         (gimple_eh_else_set_n_body): Likewise.
21668         (gimple_eh_else_set_e_body): Likewise.
21669         (gimple_try_eval_ptr): Likewise.
21670         (gimple_try_cleanup_ptr): Likewise.
21671         (gimple_try_set_eval): Likewise.
21672         (gimple_try_set_cleanup): Likewise.
21673         (gimple_wce_cleanup_ptr): Likewise.
21674         (gimple_wce_set_cleanup): Likewise.
21675         (gimple_phi_capacity): Likewise.
21676         (gimple_phi_num_args): Likewise.
21677         (gimple_phi_result): Likewise.
21678         (gimple_phi_result_ptr): Likewise.
21679         (gimple_phi_set_result): Likewise.
21680         (gimple_phi_arg): Likewise.
21681         (gimple_phi_set_arg): Likewise.
21682         (gimple_resx_region): Likewise.
21683         (gimple_resx_set_region): Likewise.
21684         (gimple_eh_dispatch_region): Likewise.
21685         (gimple_eh_dispatch_set_region): Likewise.
21686         (gimple_omp_critical_name): Likewise.
21687         (gimple_omp_critical_name_ptr): Likewise.
21688         (gimple_omp_critical_set_name): Likewise.
21689         (gimple_omp_for_clauses): Likewise.
21690         (gimple_omp_for_clauses_ptr): Likewise.
21691         (gimple_omp_for_set_clauses): Likewise.
21692         (gimple_omp_for_collapse): Likewise.
21693         (gimple_omp_for_index): Likewise.
21694         (gimple_omp_for_index_ptr): Likewise.
21695         (gimple_omp_for_set_index): Likewise.
21696         (gimple_omp_for_initial): Likewise.
21697         (gimple_omp_for_initial_ptr): Likewise.
21698         (gimple_omp_for_set_initial): Likewise.
21699         (gimple_omp_for_final): Likewise.
21700         (gimple_omp_for_final_ptr): Likewise.
21701         (gimple_omp_for_set_final): Likewise.
21702         (gimple_omp_for_incr): Likewise.
21703         (gimple_omp_for_incr_ptr): Likewise.
21704         (gimple_omp_for_set_incr): Likewise.
21705         (gimple_omp_for_pre_body_ptr): Likewise.
21706         (gimple_omp_for_set_pre_body): Likewise.
21707         (gimple_omp_parallel_clauses): Likewise.
21708         (gimple_omp_parallel_clauses_ptr): Likewise.
21709         (gimple_omp_parallel_set_clauses): Likewise.
21710         (gimple_omp_parallel_child_fn): Likewise.
21711         (gimple_omp_parallel_child_fn_ptr): Likewise.
21712         (gimple_omp_parallel_set_child_fn): Likewise.
21713         (gimple_omp_parallel_data_arg): Likewise.
21714         (gimple_omp_parallel_data_arg_ptr): Likewise.
21715         (gimple_omp_parallel_set_data_arg): Likewise.
21716         (gimple_omp_task_clauses): Likewise.
21717         (gimple_omp_task_clauses_ptr): Likewise.
21718         (gimple_omp_task_set_clauses): Likewise.
21719         (gimple_omp_task_child_fn): Likewise.
21720         (gimple_omp_task_child_fn_ptr): Likewise.
21721         (gimple_omp_task_set_child_fn): Likewise.
21722         (gimple_omp_task_data_arg): Likewise.
21723         (gimple_omp_task_data_arg_ptr): Likewise.
21724         (gimple_omp_task_set_data_arg): Likewise.
21725         (gimple_omp_taskreg_clauses): Likewise.
21726         (gimple_omp_taskreg_clauses_ptr): Likewise.
21727         (gimple_omp_taskreg_set_clauses): Likewise.
21728         (gimple_omp_taskreg_child_fn): Likewise.
21729         (gimple_omp_taskreg_child_fn_ptr): Likewise.
21730         (gimple_omp_taskreg_set_child_fn): Likewise.
21731         (gimple_omp_taskreg_data_arg): Likewise.
21732         (gimple_omp_taskreg_data_arg_ptr): Likewise.
21733         (gimple_omp_taskreg_set_data_arg): Likewise.
21734         (gimple_omp_task_copy_fn): Likewise.
21735         (gimple_omp_task_copy_fn_ptr): Likewise.
21736         (gimple_omp_task_set_copy_fn): Likewise.
21737         (gimple_omp_task_arg_size): Likewise.
21738         (gimple_omp_task_arg_size_ptr): Likewise.
21739         (gimple_omp_task_set_arg_size): Likewise.
21740         (gimple_omp_task_arg_align): Likewise.
21741         (gimple_omp_task_arg_align_ptr): Likewise.
21742         (gimple_omp_task_set_arg_align): Likewise.
21743         (gimple_omp_single_clauses): Likewise.
21744         (gimple_omp_single_clauses_ptr): Likewise.
21745         (gimple_omp_single_set_clauses): Likewise.
21746         (gimple_omp_target_clauses): Likewise.
21747         (gimple_omp_target_clauses_ptr): Likewise.
21748         (gimple_omp_target_set_clauses): Likewise.
21749         (gimple_omp_target_child_fn): Likewise.
21750         (gimple_omp_target_child_fn_ptr): Likewise.
21751         (gimple_omp_target_set_child_fn): Likewise.
21752         (gimple_omp_target_data_arg): Likewise.
21753         (gimple_omp_target_data_arg_ptr): Likewise.
21754         (gimple_omp_target_set_data_arg): Likewise.
21755         (gimple_omp_teams_clauses): Likewise.
21756         (gimple_omp_teams_clauses_ptr): Likewise.
21757         (gimple_omp_teams_set_clauses): Likewise.
21758         (gimple_omp_sections_clauses): Likewise.
21759         (gimple_omp_sections_clauses_ptr): Likewise.
21760         (gimple_omp_sections_set_clauses): Likewise.
21761         (gimple_omp_sections_control): Likewise.
21762         (gimple_omp_sections_control_ptr): Likewise.
21763         (gimple_omp_sections_set_control): Likewise.
21764         (gimple_omp_for_set_cond): Likewise.
21765         (gimple_omp_for_cond): Likewise.
21766         (gimple_omp_atomic_store_set_val): Likewise.
21767         (gimple_omp_atomic_store_val): Likewise.
21768         (gimple_omp_atomic_store_val_ptr): Likewise.
21769         (gimple_omp_atomic_load_set_lhs): Likewise.
21770         (gimple_omp_atomic_load_lhs): Likewise.
21771         (gimple_omp_atomic_load_lhs_ptr): Likewise.
21772         (gimple_omp_atomic_load_set_rhs): Likewise.
21773         (gimple_omp_atomic_load_rhs): Likewise.
21774         (gimple_omp_atomic_load_rhs_ptr): Likewise.
21775         (gimple_omp_continue_control_def): Likewise.
21776         (gimple_omp_continue_control_def_ptr): Likewise.
21777         (gimple_omp_continue_set_control_def): Likewise.
21778         (gimple_omp_continue_control_use): Likewise.
21779         (gimple_omp_continue_control_use_ptr): Likewise.
21780         (gimple_omp_continue_set_control_use): Likewise.
21781         (gimple_transaction_body_ptr): Likewise.
21782         (gimple_transaction_label): Likewise.
21783         (gimple_transaction_label_ptr): Likewise.
21784         (gimple_transaction_set_body): Likewise.
21785         (gimple_transaction_set_label): Likewise.
21787         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
21788         * ipa-inline-analysis.c (inline_write_summary): Likewise.
21789         * ipa-ref.c (ipa_record_reference): Likewise.
21790         * ipa-reference.c (analyze_function): Likewise.
21791         (ipa_reference_write_optimization_summary): Likewise.
21792         * ipa.c (symtab_remove_unreachable_nodes): Likewise.
21793         (address_taken_from_non_vtable_p): Likewise.
21794         (comdat_can_be_unshared_p_1): Likewise.
21795         * lto-cgraph.c (lto_output_ref): Likewise.
21796         (add_references): Likewise.
21797         (compute_ltrans_boundary): Likewise.
21798         (output_symtab): Likewise.
21799         (input_ref): Likewise.
21800         (input_cgraph_1): Likewise.
21801         (output_cgraph_opt_summary): Likewise.
21802         * lto-streamer-out.c (lto_output): Likewise.
21803         (output_symbol_p): Likewise.
21804         * lto-streamer.h (lsei_next_function_in_partition): Likewise.
21805         (lsei_start_function_in_partition): Likewise.
21806         (lsei_next_variable_in_partition): Likewise.
21807         (lsei_start_variable_in_partition): Likewise.
21808         * symtab.c (insert_to_assembler_name_hash): Likewise.
21809         (unlink_from_assembler_name_hash): Likewise.
21810         (symtab_unregister_node): Likewise.
21811         (symtab_remove_node): Likewise.
21812         (dump_symtab_node): Likewise.
21813         (verify_symtab_base): Likewise.
21814         (verify_symtab_node): Likewise.
21815         (symtab_make_decl_local): Likewise.
21816         (symtab_alias_ultimate_target): Likewise.
21817         (symtab_resolve_alias): Likewise.
21818         (symtab_get_symbol_partitioning_class): Likewise.
21819         * tree-phinodes.c (allocate_phi_node): Likewise.
21820         (reserve_phi_args_for_new_edge): Likewise.
21821         (remove_phi_args): Likewise.
21822         * varpool.c (varpool_node_for_asm): Likewise.
21823         (varpool_remove_unreferenced_decls): Likewise.
21825 2014-04-23  Jeff Law  <law@redhat.com>
21827         PR tree-optimization/60902
21828         * tree-ssa-threadedge.c
21829         (record_temporary_equivalences_from_stmts_at_dest): Make sure to
21830         invalidate outputs from statements that do not produce useful
21831         outputs for threading.
21833 2014-04-23  Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
21835         * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
21836         (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
21837         machine descriptions for Stack Smashing Protector.
21839 2014-04-23  Richard Earnshaw  <rearnsha@arm.com>
21841         * aarch64.md (<optab>_rol<mode>3): New pattern.
21842         (<optab>_rolsi3_uxtw): Likewise.
21843         * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
21845 2014-04-23  James Greenhalgh  <james.greenhalgh@arm.com>
21847         * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
21848         (arm_cortex_a12_tune): Likewise.
21850 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21852         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
21854 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21856         * config/arm/arm.md (arm_rev16si2): New pattern.
21857         (arm_rev16si2_alt): Likewise.
21858         * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
21860 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21862         * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
21863         (rev16<mode>2_alt): Likewise.
21864         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
21865         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
21866         (aarch_rev16_shleft_mask_imm_p): Likewise.
21867         (aarch_rev16_p_1): Likewise.
21868         (aarch_rev16_p): Likewise.
21869         * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
21870         (aarch_rev16_shright_mask_imm_p): Likewise.
21871         (aarch_rev16_shleft_mask_imm_p): Likewise.
21873 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21875         * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
21876         * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
21877         rev cost.
21878         (cortex_a53_extra_costs): Likewise.
21879         (cortex_a57_extra_costs): Likewise.
21880         * config/arm/arm.c (cortexa9_extra_costs): Likewise.
21881         (cortexa7_extra_costs): Likewise.
21882         (cortexa8_extra_costs): Likewise.
21883         (cortexa12_extra_costs): Likewise.
21884         (cortexa15_extra_costs): Likewise.
21885         (v7m_extra_costs): Likewise.
21886         (arm_new_rtx_costs): Handle BSWAP.
21888 2013-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21890         * config/arm/arm.c (cortexa8_extra_costs): New table.
21891         (arm_cortex_a8_tune): New tuning struct.
21892         * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
21894 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21896         * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
21898 2014-04-23  Richard Biener  <rguenther@suse.de>
21900         * Makefile.in (OBJS): Remove loop-unswitch.o.
21901         * tree-pass.h (make_pass_rtl_unswitch): Remove.
21902         * passes.def (pass_rtl_unswitch): Likewise.
21903         * loop-init.c (gate_rtl_unswitch): Likewise.
21904         (rtl_unswitch): Likewise.
21905         (pass_data_rtl_unswitch): Likewise.
21906         (pass_rtl_unswitch): Likewise.
21907         (make_pass_rtl_unswitch): Likewise.
21908         * rtl.h (reversed_condition): Likewise.
21909         (compare_and_jump_seq): Likewise.
21910         * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
21911         and make static.
21912         * loop-unroll.c (compare_and_jump_seq): Likewise.
21914 2014-04-23  Richard Biener  <rguenther@suse.de>
21916         PR tree-optimization/60903
21917         * tree-ssa-loop-im.c (analyze_memory_references): Remove
21918         commented code block.
21919         (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
21920         loop flags to newly created BBs and edges.
21922 2014-04-23  Nick Clifton  <nickc@redhat.com>
21924         * config/msp430/msp430.c (msp430_handle_option): Move function
21925         to msp430-common.c
21926         (msp430_option_override): Simplify mcu and mcpu option handling.
21927         (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult.  Add
21928         support for -mhwmult command line option.
21929         (has_32bit_hwmult): Rename to use_32bit_hwmult.  Add support for
21930         -mhwmult command line option.
21931         (msp430_hwmult_enabled): Delete.
21932         (msp43o_output_labelref): Add support for -mhwmult command line option.
21933         * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
21934         (umulsidi3): Likewise.
21935         * config/msp430/msp430.opt (mmcu): Add Report attribute.
21936         (mcpu, mlarge, msmall): Likewise.
21937         (mhwmult): New option.
21938         * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
21939         prototype.
21940         (msp430_is_f5_mcu): Remove prototype.
21941         (msp430_use_f5_series_hwmult): Add prototype.
21942         * config/msp430/msp430-opts.h: New file.
21943         * common/config/msp430: New directory.
21944         * common/config/msp430/msp430-common.c: New file.
21945         * config.gcc (msp430): Remove target_has_targetm_common.
21946         * doc/invoke.texi: Document -mhwmult command line option.
21948 2014-04-23  Nick Clifton  <nickc@redhat.com>
21950         * config/i386/cygwin.h (ENDFILE_SPEC): Include
21951         default-manifest.o if it can be found in the search path.
21952         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
21954 2014-04-23  Terry Guo  <terry.guo@arm.com>
21956         * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
21958 2014-04-23  Richard Biener  <rguenther@suse.de>
21960         PR middle-end/60895
21961         * tree-inline.c (declare_return_variable): Use mark_addressable.
21963 2014-04-23  Richard Biener  <rguenther@suse.de>
21965         PR middle-end/60891
21966         * loop-init.c (loop_optimizer_init): Make sure to apply
21967         LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
21969 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
21971         PR sanitizer/60275
21972         * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
21973         New options.
21974         * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
21975         if flag_sanitize_undefined_trap_on_error.
21976         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
21977         BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
21978         BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
21979         BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
21980         BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
21981         BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
21982         BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
21983         BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
21984         BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
21985         * ubsan.c (ubsan_instrument_unreachable): Return
21986         __builtin_trap () if flag_sanitize_undefined_trap_on_error.
21987         (ubsan_expand_null_ifn): Emit __builtin_trap ()
21988         if flag_sanitize_undefined_trap_on_error and
21989         __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
21990         (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
21991         instrument_bool_enum_load): Emit __builtin_trap () if
21992         flag_sanitize_undefined_trap_on_error and
21993         __builtin_handle_*_abort () if !flag_sanitize_recover.
21994         * doc/invoke.texi (-fsanitize-recover,
21995         -fsanitize-undefined-trap-on-error): Document.
21997 2014-04-22  Christian Bruel  <christian.bruel@st.com>
21999         * config/sh/sh.md (mov<mode>): Replace movQIHI.
22000          Force immediates to SImode.
22002 2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
22004         * config/nios2/nios2.md (UNSPEC_ROUND): New.
22005         (lroundsfsi2): New.
22006         * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
22007         * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
22008         * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
22009         (nios2_fpu_insn): Add entry for round.
22010         (N2FPU_NO_ERRNO_P): Define.
22011         (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
22012         flag_errno_math.
22013         * doc/invoke.texi (Nios II Options): Document -mcustom-round.
22015 2014-04-22  Richard Henderson  <rth@redhat.com>
22017         * config/aarch64/aarch64 (addti3, subti3): New expanders.
22018         (add<GPI>3_compare0): Remove leading * from name.
22019         (add<GPI>3_carryin): Likewise.
22020         (sub<GPI>3_compare0): Likewise.
22021         (sub<GPI>3_carryin): Likewise.
22022         (<su_optab>mulditi3): New expander.
22023         (multi3): New expander.
22024         (madd<GPI>): Remove leading * from name.
22026 2014-04-22  Martin Jambor  <mjambor@suse.cz>
22028         * cgraphclones.c (cgraph_function_versioning): Copy
22029         ipa_transforms_to_apply instead of asserting it is empty.
22031 2014-04-22  H.J. Lu  <hongjiu.lu@intel.com>
22033         PR target/60868
22034         * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
22035         on count_exp to get mode.
22037 2014-04-22  Andrew Pinski  <apinski@cavium.com>
22039         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
22040         Handle TLS for ILP32.
22041         * config/aarch64/aarch64.md (tlsie_small): Rename to ...
22042         (tlsie_small_<mode>): this and handle PTR.
22043         (tlsie_small_sidi): New pattern.
22044         (tlsle_small): Change to an expand to handle ILP32.
22045         (tlsle_small_<mode>): New pattern.
22046         (tlsdesc_small): Rename to ...
22047         (tlsdesc_small_<mode>): this and handle PTR.
22049 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22051         * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
22053 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
22055         * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
22056         (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
22057         (aarch64_types_signed_poly_qualifiers): Likewise.
22058         (aarch64_types_unsigned_signed_qualifiers): Likewise.
22059         (aarch64_types_poly_signed_qualifiers): Likewise.
22060         (TYPES_REINTERP_SS): Type macro added.
22061         (TYPES_REINTERP_SU): Likewise.
22062         (TYPES_REINTERP_SP): Likewise.
22063         (TYPES_REINTERP_US): Likewise.
22064         (TYPES_REINTERP_PS): Likewise.
22065         (aarch64_fold_builtin): New expression folding added.
22066         * config/aarch64/aarch64-simd-builtins.def (REINTERP):
22067         Declarations removed.
22068         (REINTERP_SS): Declarations added.
22069         (REINTERP_US): Likewise.
22070         (REINTERP_PS): Likewise.
22071         (REINTERP_SU): Likewise.
22072         (REINTERP_SP): Likewise.
22073         * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
22074         (vreinterpretq_p8_f64): Likewise.
22075         (vreinterpret_p16_f64): Likewise.
22076         (vreinterpretq_p16_f64): Likewise.
22077         (vreinterpret_f32_f64): Likewise.
22078         (vreinterpretq_f32_f64): Likewise.
22079         (vreinterpret_f64_f32): Likewise.
22080         (vreinterpret_f64_p8): Likewise.
22081         (vreinterpret_f64_p16): Likewise.
22082         (vreinterpret_f64_s8): Likewise.
22083         (vreinterpret_f64_s16): Likewise.
22084         (vreinterpret_f64_s32): Likewise.
22085         (vreinterpret_f64_s64): Likewise.
22086         (vreinterpret_f64_u8): Likewise.
22087         (vreinterpret_f64_u16): Likewise.
22088         (vreinterpret_f64_u32): Likewise.
22089         (vreinterpret_f64_u64): Likewise.
22090         (vreinterpretq_f64_f32): Likewise.
22091         (vreinterpretq_f64_p8): Likewise.
22092         (vreinterpretq_f64_p16): Likewise.
22093         (vreinterpretq_f64_s8): Likewise.
22094         (vreinterpretq_f64_s16): Likewise.
22095         (vreinterpretq_f64_s32): Likewise.
22096         (vreinterpretq_f64_s64): Likewise.
22097         (vreinterpretq_f64_u8): Likewise.
22098         (vreinterpretq_f64_u16): Likewise.
22099         (vreinterpretq_f64_u32): Likewise.
22100         (vreinterpretq_f64_u64): Likewise.
22101         (vreinterpret_s64_f64): Likewise.
22102         (vreinterpretq_s64_f64): Likewise.
22103         (vreinterpret_u64_f64): Likewise.
22104         (vreinterpretq_u64_f64): Likewise.
22105         (vreinterpret_s8_f64): Likewise.
22106         (vreinterpretq_s8_f64): Likewise.
22107         (vreinterpret_s16_f64): Likewise.
22108         (vreinterpretq_s16_f64): Likewise.
22109         (vreinterpret_s32_f64): Likewise.
22110         (vreinterpretq_s32_f64): Likewise.
22111         (vreinterpret_u8_f64): Likewise.
22112         (vreinterpretq_u8_f64): Likewise.
22113         (vreinterpret_u16_f64): Likewise.
22114         (vreinterpretq_u16_f64): Likewise.
22115         (vreinterpret_u32_f64): Likewise.
22116         (vreinterpretq_u32_f64): Likewise.
22118 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
22120         * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
22121         * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
22122         (vreinterpret_p8_s8): Likewise.
22123         * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
22124         (vreinterpret_p8_s16): Likewise.
22125         (vreinterpret_p8_s32): Likewise.
22126         (vreinterpret_p8_s64): Likewise.
22127         (vreinterpret_p8_f32): Likewise.
22128         (vreinterpret_p8_u8): Likewise.
22129         (vreinterpret_p8_u16): Likewise.
22130         (vreinterpret_p8_u32): Likewise.
22131         (vreinterpret_p8_u64): Likewise.
22132         (vreinterpret_p8_p16): Likewise.
22133         (vreinterpretq_p8_s8): Likewise.
22134         (vreinterpretq_p8_s16): Likewise.
22135         (vreinterpretq_p8_s32): Likewise.
22136         (vreinterpretq_p8_s64): Likewise.
22137         (vreinterpretq_p8_f32): Likewise.
22138         (vreinterpretq_p8_u8): Likewise.
22139         (vreinterpretq_p8_u16): Likewise.
22140         (vreinterpretq_p8_u32): Likewise.
22141         (vreinterpretq_p8_u64): Likewise.
22142         (vreinterpretq_p8_p16): Likewise.
22143         (vreinterpret_p16_s8): Likewise.
22144         (vreinterpret_p16_s16): Likewise.
22145         (vreinterpret_p16_s32): Likewise.
22146         (vreinterpret_p16_s64): Likewise.
22147         (vreinterpret_p16_f32): Likewise.
22148         (vreinterpret_p16_u8): Likewise.
22149         (vreinterpret_p16_u16): Likewise.
22150         (vreinterpret_p16_u32): Likewise.
22151         (vreinterpret_p16_u64): Likewise.
22152         (vreinterpret_p16_p8): Likewise.
22153         (vreinterpretq_p16_s8): Likewise.
22154         (vreinterpretq_p16_s16): Likewise.
22155         (vreinterpretq_p16_s32): Likewise.
22156         (vreinterpretq_p16_s64): Likewise.
22157         (vreinterpretq_p16_f32): Likewise.
22158         (vreinterpretq_p16_u8): Likewise.
22159         (vreinterpretq_p16_u16): Likewise.
22160         (vreinterpretq_p16_u32): Likewise.
22161         (vreinterpretq_p16_u64): Likewise.
22162         (vreinterpretq_p16_p8): Likewise.
22163         (vreinterpret_f32_s8): Likewise.
22164         (vreinterpret_f32_s16): Likewise.
22165         (vreinterpret_f32_s32): Likewise.
22166         (vreinterpret_f32_s64): Likewise.
22167         (vreinterpret_f32_u8): Likewise.
22168         (vreinterpret_f32_u16): Likewise.
22169         (vreinterpret_f32_u32): Likewise.
22170         (vreinterpret_f32_u64): Likewise.
22171         (vreinterpret_f32_p8): Likewise.
22172         (vreinterpret_f32_p16): Likewise.
22173         (vreinterpretq_f32_s8): Likewise.
22174         (vreinterpretq_f32_s16): Likewise.
22175         (vreinterpretq_f32_s32): Likewise.
22176         (vreinterpretq_f32_s64): Likewise.
22177         (vreinterpretq_f32_u8): Likewise.
22178         (vreinterpretq_f32_u16): Likewise.
22179         (vreinterpretq_f32_u32): Likewise.
22180         (vreinterpretq_f32_u64): Likewise.
22181         (vreinterpretq_f32_p8): Likewise.
22182         (vreinterpretq_f32_p16): Likewise.
22183         (vreinterpret_s64_s8): Likewise.
22184         (vreinterpret_s64_s16): Likewise.
22185         (vreinterpret_s64_s32): Likewise.
22186         (vreinterpret_s64_f32): Likewise.
22187         (vreinterpret_s64_u8): Likewise.
22188         (vreinterpret_s64_u16): Likewise.
22189         (vreinterpret_s64_u32): Likewise.
22190         (vreinterpret_s64_u64): Likewise.
22191         (vreinterpret_s64_p8): Likewise.
22192         (vreinterpret_s64_p16): Likewise.
22193         (vreinterpretq_s64_s8): Likewise.
22194         (vreinterpretq_s64_s16): Likewise.
22195         (vreinterpretq_s64_s32): Likewise.
22196         (vreinterpretq_s64_f32): Likewise.
22197         (vreinterpretq_s64_u8): Likewise.
22198         (vreinterpretq_s64_u16): Likewise.
22199         (vreinterpretq_s64_u32): Likewise.
22200         (vreinterpretq_s64_u64): Likewise.
22201         (vreinterpretq_s64_p8): Likewise.
22202         (vreinterpretq_s64_p16): Likewise.
22203         (vreinterpret_u64_s8): Likewise.
22204         (vreinterpret_u64_s16): Likewise.
22205         (vreinterpret_u64_s32): Likewise.
22206         (vreinterpret_u64_s64): Likewise.
22207         (vreinterpret_u64_f32): Likewise.
22208         (vreinterpret_u64_u8): Likewise.
22209         (vreinterpret_u64_u16): Likewise.
22210         (vreinterpret_u64_u32): Likewise.
22211         (vreinterpret_u64_p8): Likewise.
22212         (vreinterpret_u64_p16): Likewise.
22213         (vreinterpretq_u64_s8): Likewise.
22214         (vreinterpretq_u64_s16): Likewise.
22215         (vreinterpretq_u64_s32): Likewise.
22216         (vreinterpretq_u64_s64): Likewise.
22217         (vreinterpretq_u64_f32): Likewise.
22218         (vreinterpretq_u64_u8): Likewise.
22219         (vreinterpretq_u64_u16): Likewise.
22220         (vreinterpretq_u64_u32): Likewise.
22221         (vreinterpretq_u64_p8): Likewise.
22222         (vreinterpretq_u64_p16): Likewise.
22223         (vreinterpret_s8_s16): Likewise.
22224         (vreinterpret_s8_s32): Likewise.
22225         (vreinterpret_s8_s64): Likewise.
22226         (vreinterpret_s8_f32): Likewise.
22227         (vreinterpret_s8_u8): Likewise.
22228         (vreinterpret_s8_u16): Likewise.
22229         (vreinterpret_s8_u32): Likewise.
22230         (vreinterpret_s8_u64): Likewise.
22231         (vreinterpret_s8_p8): Likewise.
22232         (vreinterpret_s8_p16): Likewise.
22233         (vreinterpretq_s8_s16): Likewise.
22234         (vreinterpretq_s8_s32): Likewise.
22235         (vreinterpretq_s8_s64): Likewise.
22236         (vreinterpretq_s8_f32): Likewise.
22237         (vreinterpretq_s8_u8): Likewise.
22238         (vreinterpretq_s8_u16): Likewise.
22239         (vreinterpretq_s8_u32): Likewise.
22240         (vreinterpretq_s8_u64): Likewise.
22241         (vreinterpretq_s8_p8): Likewise.
22242         (vreinterpretq_s8_p16): Likewise.
22243         (vreinterpret_s16_s8): Likewise.
22244         (vreinterpret_s16_s32): Likewise.
22245         (vreinterpret_s16_s64): Likewise.
22246         (vreinterpret_s16_f32): Likewise.
22247         (vreinterpret_s16_u8): Likewise.
22248         (vreinterpret_s16_u16): Likewise.
22249         (vreinterpret_s16_u32): Likewise.
22250         (vreinterpret_s16_u64): Likewise.
22251         (vreinterpret_s16_p8): Likewise.
22252         (vreinterpret_s16_p16): Likewise.
22253         (vreinterpretq_s16_s8): Likewise.
22254         (vreinterpretq_s16_s32): Likewise.
22255         (vreinterpretq_s16_s64): Likewise.
22256         (vreinterpretq_s16_f32): Likewise.
22257         (vreinterpretq_s16_u8): Likewise.
22258         (vreinterpretq_s16_u16): Likewise.
22259         (vreinterpretq_s16_u32): Likewise.
22260         (vreinterpretq_s16_u64): Likewise.
22261         (vreinterpretq_s16_p8): Likewise.
22262         (vreinterpretq_s16_p16): Likewise.
22263         (vreinterpret_s32_s8): Likewise.
22264         (vreinterpret_s32_s16): Likewise.
22265         (vreinterpret_s32_s64): Likewise.
22266         (vreinterpret_s32_f32): Likewise.
22267         (vreinterpret_s32_u8): Likewise.
22268         (vreinterpret_s32_u16): Likewise.
22269         (vreinterpret_s32_u32): Likewise.
22270         (vreinterpret_s32_u64): Likewise.
22271         (vreinterpret_s32_p8): Likewise.
22272         (vreinterpret_s32_p16): Likewise.
22273         (vreinterpretq_s32_s8): Likewise.
22274         (vreinterpretq_s32_s16): Likewise.
22275         (vreinterpretq_s32_s64): Likewise.
22276         (vreinterpretq_s32_f32): Likewise.
22277         (vreinterpretq_s32_u8): Likewise.
22278         (vreinterpretq_s32_u16): Likewise.
22279         (vreinterpretq_s32_u32): Likewise.
22280         (vreinterpretq_s32_u64): Likewise.
22281         (vreinterpretq_s32_p8): Likewise.
22282         (vreinterpretq_s32_p16): Likewise.
22283         (vreinterpret_u8_s8): Likewise.
22284         (vreinterpret_u8_s16): Likewise.
22285         (vreinterpret_u8_s32): Likewise.
22286         (vreinterpret_u8_s64): Likewise.
22287         (vreinterpret_u8_f32): Likewise.
22288         (vreinterpret_u8_u16): Likewise.
22289         (vreinterpret_u8_u32): Likewise.
22290         (vreinterpret_u8_u64): Likewise.
22291         (vreinterpret_u8_p8): Likewise.
22292         (vreinterpret_u8_p16): Likewise.
22293         (vreinterpretq_u8_s8): Likewise.
22294         (vreinterpretq_u8_s16): Likewise.
22295         (vreinterpretq_u8_s32): Likewise.
22296         (vreinterpretq_u8_s64): Likewise.
22297         (vreinterpretq_u8_f32): Likewise.
22298         (vreinterpretq_u8_u16): Likewise.
22299         (vreinterpretq_u8_u32): Likewise.
22300         (vreinterpretq_u8_u64): Likewise.
22301         (vreinterpretq_u8_p8): Likewise.
22302         (vreinterpretq_u8_p16): Likewise.
22303         (vreinterpret_u16_s8): Likewise.
22304         (vreinterpret_u16_s16): Likewise.
22305         (vreinterpret_u16_s32): Likewise.
22306         (vreinterpret_u16_s64): Likewise.
22307         (vreinterpret_u16_f32): Likewise.
22308         (vreinterpret_u16_u8): Likewise.
22309         (vreinterpret_u16_u32): Likewise.
22310         (vreinterpret_u16_u64): Likewise.
22311         (vreinterpret_u16_p8): Likewise.
22312         (vreinterpret_u16_p16): Likewise.
22313         (vreinterpretq_u16_s8): Likewise.
22314         (vreinterpretq_u16_s16): Likewise.
22315         (vreinterpretq_u16_s32): Likewise.
22316         (vreinterpretq_u16_s64): Likewise.
22317         (vreinterpretq_u16_f32): Likewise.
22318         (vreinterpretq_u16_u8): Likewise.
22319         (vreinterpretq_u16_u32): Likewise.
22320         (vreinterpretq_u16_u64): Likewise.
22321         (vreinterpretq_u16_p8): Likewise.
22322         (vreinterpretq_u16_p16): Likewise.
22323         (vreinterpret_u32_s8): Likewise.
22324         (vreinterpret_u32_s16): Likewise.
22325         (vreinterpret_u32_s32): Likewise.
22326         (vreinterpret_u32_s64): Likewise.
22327         (vreinterpret_u32_f32): Likewise.
22328         (vreinterpret_u32_u8): Likewise.
22329         (vreinterpret_u32_u16): Likewise.
22330         (vreinterpret_u32_u64): Likewise.
22331         (vreinterpret_u32_p8): Likewise.
22332         (vreinterpret_u32_p16): Likewise.
22333         (vreinterpretq_u32_s8): Likewise.
22334         (vreinterpretq_u32_s16): Likewise.
22335         (vreinterpretq_u32_s32): Likewise.
22336         (vreinterpretq_u32_s64): Likewise.
22337         (vreinterpretq_u32_f32): Likewise.
22338         (vreinterpretq_u32_u8): Likewise.
22339         (vreinterpretq_u32_u16): Likewise.
22340         (vreinterpretq_u32_u64): Likewise.
22341         (vreinterpretq_u32_p8): Likewise.
22342         (vreinterpretq_u32_p16): Likewise.
22344 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
22346         * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
22347         Pattern extended.
22348         * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
22349         (sqabs): Likewise.
22350         * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
22351         (vqnegd_s64): Likewise.
22352         (vqabs_s64): Likewise.
22353         (vqabsd_s64): Likewise.
22355 2014-04-22  Richard Henderson  <rth@redhat.com>
22357         * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
22358         computation to the top of the loop.
22360 2014-04-22  Renlin  <renlin.li@arm.com>
22361             Jiong Wang  <jiong.wang@arm.com>
22363         * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
22364         * config/aarch64/aarch64.c (aarch64_layout_frame)
22365         (aarch64_initial_elimination_offset): Likewise.
22367 2014-04-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>
22369         * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
22370         Fix indentation.
22372 2014-04-22  Richard Sandiford  <rdsandiford@googlemail.com>
22374         * machmode.h (bitwise_mode_for_mode): Declare.
22375         * stor-layout.h (bitwise_type_for_mode): Likewise.
22376         * stor-layout.c (bitwise_mode_for_mode): New function.
22377         (bitwise_type_for_mode): Likewise.
22378         * builtins.c (fold_builtin_memory_op): Use it instead of
22379         int_mode_for_mode and build_nonstandard_integer_type.
22381 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22383         * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
22384         (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
22385         (*-*-solaris2*): Simplify.
22386         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
22387         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
22388         *-*-solaris2.9* handling.
22390         * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
22391         as bug.
22392         (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
22393         (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
22394         handling, simplify.
22395         (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
22396         * configure: Regenerate.
22398         * config/i386/sol2-9.h: Remove.
22400         * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
22401         (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
22402         Remove Solaris 9 references.
22404 2014-04-22  Vidya Praveen  <vidyapraveen@arm.com>
22406         * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
22407         (floatuns<GPI:mode><GPF:mode>2): Remove.
22408         (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
22409         and floatuns conversions.
22410         (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
22411         and floatuns conversions.
22412         * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
22413         (w1,w2): New mode attributes for inequal width conversions.
22415 2014-04-22  Renlin Li  <Renlin.Li@arm.com>
22417         * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
22418         the output asm format.
22420 2014-04-22  James Greenhalgh  <james.greenhalgh@arm.com>
22422         * config/aarch64/aarch64-simd.md
22423         (aarch64_cm<optab>di): Always split.
22424         (*aarch64_cm<optab>di): New.
22425         (aarch64_cmtstdi): Always split.
22426         (*aarch64_cmtstdi): New.
22428 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
22430         PR tree-optimization/60823
22431         * omp-low.c (ipa_simd_modify_function_body): Go through
22432         all SSA_NAMEs and for those refering to vector arguments
22433         which are going to be replaced adjust SSA_NAME_VAR and,
22434         if it is a default definition, change it into a non-default
22435         definition assigned at the beginning of function from new_decl.
22436         (ipa_simd_modify_stmt_ops): Rewritten.
22437         * tree-dfa.c (set_ssa_default_def): When removing default def,
22438         check for NULL loc instead of NULL *loc.
22440 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22442         * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
22443         restrictions on core registers for DImode values in Thumb2.
22445 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
22447         * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
22448         * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
22450 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
22452         * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
22453         (*iordi_notzesidi_di): Likewise.
22454         (*iordi_notsesidi_di): Likewise.
22456 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
22458         * config/arm/arm-protos.h (tune_params): New struct members.
22459         * config/arm/arm.c: Initialise tune_params per processor.
22460         (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
22461         for speed, based on new tune_params.
22463 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
22465         * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
22466         * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
22467         * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
22468         * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
22469         * config/aarch64/arm_neon.h (vrnd_f64): Added.
22470         (vrnda_f64): Likewise.
22471         (vrndi_f64): Likewise.
22472         (vrndm_f64): Likewise.
22473         (vrndn_f64): Likewise.
22474         (vrndp_f64): Likewise.
22475         (vrndx_f64): Likewise.
22477 2014-04-22  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
22479         * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
22480         GET_MODE_SIZE argument is enum machine_mode.
22482 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
22484         PR target/60910
22485         * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
22486         value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
22488 2014-04-22  Lin Zuojian  <manjian2006@gmail.com>
22490         PR middle-end/60281
22491         * asan.c (asan_emit_stack_protection): Force the base to align to
22492         appropriate bits if STRICT_ALIGNMENT.  Set shadow_mem align to
22493         appropriate bits if STRICT_ALIGNMENT.
22494         * cfgexpand.c (expand_stack_vars): Set base_align appropriately
22495         when asan is on.
22496         (expand_used_vars): Leave a space in the stack frame for alignment
22497         if STRICT_ALIGNMENT.
22499 2014-04-21  David Malcolm  <dmalcolm@redhat.com>
22501         * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
22502         than a gimple.
22503         (gimple_store_p): Likewise.
22504         (gimple_assign_load_p): Likewise.
22505         (gimple_assign_cast_p): Likewise.
22506         (gimple_clobber_p): Likewise.
22508         * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
22509         rather than a gimple.
22510         (gimple_assign_cast_p): Likewise.
22512 2014-04-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
22514         PR target/60735
22515         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
22516         If mode is DDmode and TARGET_E500_DOUBLE allow move.
22518         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
22519         more debug information for E500 if -mdebug=reg.
22521 2014-04-21  Uros Bizjak  <ubizjak@gmail.com>
22523         PR target/60909
22524         * config/i386/i386.c (ix86_expand_builtin)
22525         <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
22526         register for target RTX.
22527         <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
22529 2014-04-18  Cong Hou  <congh@google.com>
22531         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
22532         the widen-mult pattern by handling two operands with different sizes,
22533         and operands whose size is smaller than half of the result type.
22535 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
22537         * ipa-inline.h (INLINE_HINT_known_hot): New hint.
22538         * ipa-inline-analysis.c (dump_inline_hints): Dump it.
22539         (do_estimate_edge_time): Compute it.
22540         * ipa-inline.c (want_inline_small_function_p): Bypass
22541         INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
22543 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
22545         * ipa-inline.c (spec_rem): New static variable.
22546         (dump_overall_stats): New function.
22547         (dump_inline_stats): New function.
22549 2014-04-18  Richard Henderson  <rth@redhat.com>
22551         * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
22552         to GET_MODE_SIZE, not a reg_class_t.
22554 2014-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22556         * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
22557         (vsx_xxmrglw_<mode>): Likewise.
22559 2014-04-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
22561         PR target/60876
22562         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
22563         GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
22564         (rs6000_init_hard_regno_mode_ok): Likewise.
22566 2014-04-17  Jan Hubicka  <hubicka@ucw.cz>
22568         * ipa-inline.c (inline_small_functions): Account only non-cold
22569         functions.
22570         * doc/invoke.texi (inline-unit-growth): Update documentation.
22572 2014-04-17  Pat Haugen  <pthaugen@us.ibm.com>
22574         * config/rs6000/rs6000.md (addti3, subti3): New.
22576 2014-04-17  H.J. Lu  <hongjiu.lu@intel.com>
22578         PR target/60863
22579         * config/i386/i386.c (ix86_expand_clear): Remove outdated
22580         comment.  Check optimize_insn_for_size_p instead of
22581         optimize_insn_for_speed_p.
22583 2014-04-17  Martin Jambor  <mjambor@suse.cz>
22585         * gimple-iterator.c (gsi_start_edge): New function.
22586         * gimple-iterator.h (gsi_start_edge): Declare.
22587         * tree-sra.c (single_non_eh_succ): New function.
22588         (disqualify_ops_if_throwing_stmt): Renamed to
22589         disqualify_if_bad_bb_terminating_stmt.  Allow throwing statements
22590         having one non-EH successor BB.
22591         (sra_modify_expr): If stmt ends bb, use single non-EH successor to
22592         generate loads into replacements.
22593         (sra_modify_assign): Likewise and and also use the simple path for
22594         such statements.
22595         (sra_modify_function_body): Commit statements on edges.
22597 2014-04-17  Richard Biener  <rguenther@suse.de>
22599         PR middle-end/60849
22600         * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
22601         comparison results and add clarifying comment.
22603 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
22605         * genmodes.c (struct mode_data): Add need_bytesize_adj field.
22606         (blank_mode): Initialize it.
22607         (emit_mode_size_inline, emit_mode_nunits_inline,
22608         emit_mode_inner_inline): New functions.
22609         (emit_insn_modes_h): Call them and surround their output with
22610         #if GCC_VERSION >= 4001 ... #endif.
22611         * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
22612         For GCC_VERSION >= 4001 use mode_*_inline routines instead of
22613         mode_* arrays if the argument is __builtin_constant_p.
22614         * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
22615         is enum machine_mode.
22617 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
22619         * passes.c (opt_pass::execute): Adjust.
22620         (pass_manager::execute_pass_mode_switching): Likewise.
22621         (early_local_passes::execute): Likewise.
22622         (execute_one_pass): Pass cfun to the pass's execute method.
22623         * tree-pass.h (opt_pass::execute): Add function * argument.
22624         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
22625         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
22626         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
22627         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
22628         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
22629         config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
22630         except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
22631         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
22632         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
22633         ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
22634         ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
22635         lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
22636         postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
22637         reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
22638         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
22639         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
22640         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
22641         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
22642         tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
22643         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
22644         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
22645         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
22646         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
22647         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
22648         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
22649         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
22650         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
22651         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
22652         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
22653         Adjust.
22655 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
22657         * passes.c (opt_pass::gate): Take function * argument.
22658         (gate_all_early_local_passes): Merge into
22659         (early_local_passes::gate): this.
22660         (gate_all_early_optimizations): Merge into
22661         (all_early_optimizations::gate): this.
22662         (gate_all_optimizations): Mege into
22663         (all_optimizations::gate): this.
22664         (gate_all_optimizations_g): Merge into
22665         (all_optimizations_g::gate): this.
22666         (gate_rest_of_compilation): Mege into
22667         (rest_of_compilation::gate): this.
22668         (gate_postreload): Merge into
22669         (postreload::gate): this.
22670         (dump_one_pass): Pass cfun to the pass's gate method.
22671         (execute_ipa_summary_passes): Likewise.
22672         (execute_one_pass): Likewise.
22673         (ipa_write_summaries_2): Likewise.
22674         (ipa_write_optimization_summaries_1): Likewise.
22675         (ipa_read_summaries_1): Likewise.
22676         (ipa_read_optimization_summaries_1): Likewise.
22677         (execute_ipa_stmt_fixups): Likewise.
22678         * tree-pass.h (opt_pass::gate): Add function * argument.
22679         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
22680         combine-stack-adj.c, combine.c, compare-elim.c,
22681         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
22682         config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
22683         config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
22684         dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c,  fwprop.c, gcse.c,
22685         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
22686         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
22687         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
22688         loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
22689         omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
22690         reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
22691         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
22692         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
22693         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
22694         tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
22695         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
22696         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
22697         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
22698         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
22699         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
22700         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
22701         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
22702         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
22703         tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
22704         tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
22705         var-tracking.c, vtable-verify.c, web.c: Adjust.
22707 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
22709         * configure.ac: Check for -Woverloaded-virtual and enable it if found.
22710         * configure: Regenerate.
22712 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
22714         * passes.c (dump_one_pass): don't check pass->has_gate.
22715         (execute_ipa_summary_passes): Likewise.
22716         (execute_one_pass): Likewise.
22717         (ipa_write_summaries_2): Likewise.
22718         (ipa_write_optimization_summaries_1): Likewise.
22719         (ipa_read_optimization_summaries_1): Likewise.
22720         (execute_ipa_stmt_fixups): Likewise.
22721         * tree-pass.h (pass_data::has_gate): Remove.
22722         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
22723         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
22724         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
22725         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
22726         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
22727         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
22728         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
22729         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
22730         gimple-low.c, gimple-ssa-isolate-paths.c,
22731         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
22732         ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
22733         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
22734         ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
22735         modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
22736         recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
22737         reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
22738         trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
22739         tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
22740         tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
22741         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
22742         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
22743         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
22744         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
22745         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
22746         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
22747         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
22748         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
22749         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
22750         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
22751         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
22752         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
22753         Adjust.
22755 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
22757         * pass_manager.h (pass_manager::register_dump_files_1): Remove
22758         declaration.
22759         * passes.c (pass_manager::register_dump_files_1): Merge into
22760         (pass_manager::register_dump_files): this, and remove its handling of
22761         properties since the pass always has the properties anyway.
22762         (pass_manager::pass_manager): Adjust.
22764 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
22766         * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
22767         * passes.c (pass_manager::register_dump_files_1): Remove dead code
22768         dealing with properties.
22769         (pass_manager::register_dump_files): Adjust.
22771 2014-03-20  Mark Wielaard  <mjw@redhat.com>
22773         * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
22774         then represent the bound as normal constant value.
22776 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
22778         PR target/60847
22779         Forward port from 4.8 branch
22780         2013-07-19  Kirill Yukhin  <kirill.yukhin@intel.com>
22782         * config/i386/bmiintrin.h (_blsi_u32): New.
22783         (_blsi_u64): Ditto.
22784         (_blsr_u32): Ditto.
22785         (_blsr_u64): Ditto.
22786         (_blsmsk_u32): Ditto.
22787         (_blsmsk_u64): Ditto.
22788         (_tzcnt_u32): Ditto.
22789         (_tzcnt_u64): Ditto.
22791 2014-04-17  Kito Cheng  <kito@0xlab.org>
22793         * gcc.c (used_arg): Prevent out of bound access for multilib_options.
22795 2014-04-17  Richard Biener  <rguenther@suse.de>
22797         PR middle-end/60849
22798         * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
22799         boolean results for comparisons.
22801 2014-04-17  Richard Biener  <rguenther@suse.de>
22803         PR tree-optimization/60836
22804         * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
22805         initial PHI args to be gimple values.
22807 2014-04-17  Richard Biener  <rguenther@suse.de>
22809         PR tree-optimization/60841
22810         * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
22811         * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
22812         of stmts to SLP build.
22813         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
22814         (vect_analyze_slp): Likewise.
22815         (vect_analyze_slp_instance): Likewise.
22816         (vect_build_slp_tree): Limit overall SLP tree growth.
22817         * tree-vectorizer.h (vect_analyze_data_refs,
22818         vect_analyze_slp): Adjust prototypes.
22820 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
22822         * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
22823         Silvermont.
22825 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
22827         * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
22828         * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
22829         * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
22830         for TARGET_SLOW_PSHUFB
22832 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
22834         * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
22835         * config/i386/i386.c (intel_cost): Ditto.
22837 2014-04-17  Joey Ye  <joey.ye@arm.com>
22839         * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
22841 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
22843         * opts.c (common_handle_option): Disable -fipa-reference coorectly
22844         with -fuse-profile.
22846 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
22848         * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
22849         (type_all_derivations_known_p): New predicate.
22850         (type_all_ctors_visible_p): New predicate.
22851         (type_possibly_instantiated_p): New predicate.
22852         (get_odr_type): Compute all_derivations_known.
22853         (dump_odr_type): Dump the flag.
22854         (maybe_record_type): Cleanup.
22855         (record_target_from_binfo): Add bases_to_consider array;
22856         record bases for types w/o instances and skip CXX destructor.
22857         (possible_polymorphic_call_targets_1): Add bases_to_consider
22858         and consider_construction parameters; check if type may have instance.
22859         (get_polymorphic_call_info): Set maybe_in_construction to true
22860         when we know nothing.
22861         (record_targets_from_bases): Skip CXX destructors; they are
22862         never called for types in construction.
22863         (possible_polymorphic_call_targets): Do not record target when
22864         type may not have instance.
22866 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
22868         PR ipa/60854
22869         * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
22870         external aliases alive, too.
22872 2014-04-16  Andrew  Pinski  <apinski@cavium.com>
22874         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
22875         definition.
22877 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
22879         * final.c (compute_alignments): Do not apply loop alignment to a block
22880         falling through to the exit.
22882 2014-04-16  Catherine Moore  <clm@codesourcery.com>
22884         * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
22885         Adjust constraints for microMIPS store patterns.
22887 2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
22889         * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
22891 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
22893         * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
22894         (append_use): Run at -O0.
22895         (append_vdef): Likewise.
22896         * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
22897         * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
22899 2014-04-16  Jakub Jelinek  <jakub@redhat.com>
22901         PR tree-optimization/60844
22902         * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
22903         (propagate_op_to_single_use, remove_visited_stmt_chain,
22904         linearize_expr, repropagate_negates, reassociate_bb): Use it
22905         instead of gsi_remove.
22907 2014-04-16  Martin Jambor  <mjambor@suse.cz>
22909         * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
22910         ipa_transforms_to_apply.
22911         (cgraph_function_versioning): Assert that old_node has empty
22912         ipa_transforms_to_apply.
22913         * trans-mem.c (ipa_tm_create_version): Likewise.
22914         * tree-inline.c (tree_function_versioning): Do not duplicate
22915         ipa_transforms_to_apply.
22917 2014-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22919         PR target/60817
22920         * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
22921         x86_64-*-* cases.
22922         Pass necessary as flags on 64-bit Solaris/x86.
22923         Use lowercase relocs for x86_64-*-*.
22924         * configure: Regenerate.
22926 2014-04-15  Jan Hubicka  <jh@suse.cz>
22928         * ipa-devirt.c (referenced_from_vtable_p): New predicate.
22929         (maybe_record_node, likely_target_p): Use it.
22931 2014-04-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22933         PR target/60839
22934         Revert following patch
22936         2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
22938         PR target/60735
22939         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
22940         software floating point or no floating point registers, do not
22941         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
22942         in GPRs that occurs after we tested for GPRs that would never be
22943         true.
22945         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
22946         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
22947         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
22948         specifically allow DDmode, since that does not use the SPE SIMD
22949         instructions.
22951 2014-03-21  Mark Wielaard  <mjw@redhat.com>
22953         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
22954         as unsigned or int depending on type and value used.
22956 2014-04-15  Richard Biener  <rguenther@suse.de>
22958         PR rtl-optimization/56965
22959         * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
22960         * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
22961         ... here.
22962         * alias.c (true_dependence_1): Do not call
22963         nonoverlapping_component_refs_p.
22964         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
22965         nonoverlapping_component_refs_p.
22966         (indirect_refs_may_alias_p): Likewise.
22968 2014-04-15  Teresa Johnson  <tejohnson@google.com>
22970         * cfg.c (dump_bb_info): Fix flags check.
22971         * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
22973 2014-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22975         PR rtl-optimization/60663
22976         * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
22977         avoid 0 cost.
22979 2014-04-15  Richard Biener  <rguenther@suse.de>
22981         * lto-streamer.h (LTO_major_version): Bump to 4.
22983 2014-04-15  Richard Biener  <rguenther@suse.de>
22985         * common.opt (lto_partition_model): New enum.
22986         (flto-partition=): Merge separate options with a single with argument,
22987         add -flto-partition=one support.
22988         * flag-types.h (enum lto_partition_model): Declare.
22989         * opts.c (finish_options): Remove duplicate -flto-partition=
22990         option check.
22991         * lto-wrapper.c (run_gcc): Adjust.
22993 2014-04-15  Richard Biener  <rguenther@suse.de>
22995         * alias.c (ncr_compar): New function.
22996         (nonoverlapping_component_refs_p): Re-implement in O (n log n).
22998 2014-04-15  Richard Biener  <rguenther@suse.de>
23000         * alias.c (record_component_aliases): Do not walk BINFOs.
23002 2014-04-15  Richard Biener  <rguenther@suse.de>
23004         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
23005         Add struct function argument and adjust.
23006         (find_func_aliases_for_call): Likewise.
23007         (find_func_aliases): Likewise.
23008         (find_func_clobbers): Likewise.
23009         (intra_create_variable_infos): Likewise.
23010         (compute_points_to_sets): Likewise.
23011         (ipa_pta_execute): Adjust.  Do not push/pop cfun.
23013 2014-04-15  Richard Biener  <rguenther@suse.de>
23015         * tree.c (iterative_hash_expr): Use enum tree_code_class
23016         to store TREE_CODE_CLASS.
23017         (tree_block): Likewise.
23018         (tree_set_block): Likewise.
23019         * tree.h (fold_build_pointer_plus_loc): Use
23020         convert_to_ptrofftype_loc.
23022 2014-04-15  Jakub Jelinek  <jakub@redhat.com>
23024         PR plugins/59335
23025         * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
23026         added in 4.9.
23028 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
23030         * cfgloop.h (struct loop): Move force_vectorize down.
23031         * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
23032         (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
23033         * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
23034         * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
23035         * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
23036         * tree-core.h (enum annot_expr_kind): Add new kind values.
23037         * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
23038         * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
23039         kinds.
23040         * tree.def (ANNOTATE_EXPR): Tweak comment.
23042 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
23044         * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
23045         cxa_pure_virtual).
23047 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
23049         * tree.h (TYPE_IDENTIFIER): Declare.
23050         * tree.c (subrange_type_for_debug_p): Use it.
23051         * godump.c (go_format_type): Likewise.
23052         * dwarf2out.c (is_cxx_auto, modified_type_die,
23053         gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
23054         * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
23056 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
23058         PR lto/60820
23059         * varpool.c (varpool_remove_node): Do not alter decls when streaming.
23061 2014-04-14  Uros Bizjak  <ubizjak@gmail.com>
23063         * config/i386/i386.c (examine_argument): Return bool.  Return true if
23064         parameter should be passed in memory.
23065         <case X86_64_COMPLEX_X87_CLASS>: Adjust.
23066         (construct_container): Update calls to examine_argument.
23067         (function_arg_advance_64): Ditto.
23068         (return_in_memory_32): Merge with ix86_return_in_memory.
23069         (return_in_memory_64): Ditto.
23070         (return_in_memory_ms_64): Ditto.
23072 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
23074         * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
23075         * coverage.c (coverage_compute_profile_id): Handle externally visible
23076         symbols.
23078 2014-04-14  Martin Jambor  <mjambor@suse.cz>
23080         * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
23081         DECL_DISREGARD_INLINE_LIMITS functions.
23083 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
23085         PR target/60827
23086         * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
23088 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
23090         PR target/60827
23091         * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
23092         optimize_insn_for_speed_p instead of
23093         optimize_function_for_speed_p.
23095 2014-04-14  Yufeng Zhang  <yufeng.zhang@arm.com>
23097         * doc/invoke.texi (free): Document AArch64.
23099 2014-04-14  Richard Biener  <rguenther@suse.de>
23101         PR tree-optimization/60042
23102         * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
23103         (insert_into_preds_of_block): Do not prevent PHI insertion
23104         for REFERENCE exprs here ...
23105         (eliminate_dom_walker::before_dom_children): ... but prevent
23106         their use here under similar conditions when applied to the
23107         IL after PRE optimizations.
23109 2014-04-14  Richard Biener  <rguenther@suse.de>
23111         * passes.def: Move early points-to after early SRA.
23113 2014-04-14  Richard Biener  <rguenther@suse.de>
23115         * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
23116         check for which sign-changes we allow when forwarding
23117         a converted value into a switch.
23119 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
23121         * stor-layout.c (place_field): Finalize non-constant offset for the
23122         field, if any.
23124 2014-04-14  Richard Biener  <rguenther@suse.de>
23126         * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
23127         as argument.
23128         (expand_switch_using_bit_tests_p): Likewise.
23129         (process_switch): Compute and pass on speed_p based on the
23130         switch stmt.
23131         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
23132         optimize_bb_for_speed_p.
23134 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
23136         * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
23137         * function.h (struct function): Rename has_force_vect_loops into
23138         has_force_vectorize_loops.
23139         * lto-streamer-in.c (input_cfg): Adjust for renaming.
23140         (input_struct_function_base): Likewise.
23141         * lto-streamer-out.c (output_cfg): Likewise.
23142         (output_struct_function_base): Likewise.
23143         * omp-low.c (expand_omp_simd): Likewise.
23144         * tree-cfg.c (move_sese_region_to_fn): Likewise.
23145         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
23146         (version_loop_for_if_conversion): Likewise.
23147         (tree_if_conversion): Likewise.
23148         (main_tree_if_conversion): Likewise.
23149         (gate_tree_if_conversion): Likewise.
23150         * tree-inline.c (copy_loops): Likewise.
23151         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
23152         * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
23153         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
23154         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
23155         * tree-vectorizer.c (vectorize_loops): Likewise.
23156         * tree-vectorizer.h (unlimited_cost_model): Likewise.
23158 2014-04-14  Richard Biener  <rguenther@suse.de>
23160         PR lto/60720
23161         * lto-streamer-out.c (wrap_refs): New function.
23162         (lto_output): Wrap symbol references in global initializes in
23163         type-preserving MEM_REFs.
23165 2014-04-14  Christian Bruel  <christian.bruel@st.com>
23167         * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
23169 2014-04-14  Christian Bruel  <christian.bruel@st.com>
23171         * config/sh/sh.md (setmemqi): New expand pattern.
23172         * config/sh/sh.h (CLEAR_RATIO): Define.
23173         * config/sh/sh-mem.cc (sh_expand_setmem): Define.
23174         * config/sh/sh-protos.h (sh_expand_setmem): Declare.
23176 2014-04-14  Richard Biener  <rguenther@suse.de>
23178         PR middle-end/55022
23179         * fold-const.c (negate_expr_p): Don't negate directional rounding
23180         division.
23181         (fold_negate_expr): Likewise.
23183 2014-04-14  Richard Biener  <rguenther@suse.de>
23185         PR tree-optimization/59817
23186         PR tree-optimization/60453
23187         * graphite-scop-detection.c (graphite_can_represent_scev): Complete
23188         recursion to catch all CHRECs in the scalar evolution and restrict
23189         the predicate for the remains appropriately.
23191 2014-04-12  Catherine Moore  <clm@codesourcery.com>
23193         * config/mips/constraints.md: Add new register constraint "kb".
23194         * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
23195         (*movhi_internal): Likewise.
23196         (*movqi_internal): Likewise.
23197         * config/mips/mips.h (M16_STORE_REGS): New register class.
23198         (REG_CLASS_NAMES): Add M16_STORE_REGS.
23199         (REG_CLASS_CONTENTS): Likewise.
23200         * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
23202 2014-04-11  Tobias Burnus  <burnus@net-b.de>
23204         PR c/60194
23205         * doc/invoke.texi (-Wformat-signedness): Document it.
23206         (Wformat=2): Mention that this enables -Wformat-signedness.
23208 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
23210         * common/config/epiphany/epiphany-common.c
23211         (epiphany_option_optimization_table): Enable section anchors by
23212         default at -O1 or higher.
23213         * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
23214         (TARGET_MIN_ANCHOR_OFFSET): Likewise.
23215         (epiphany_rtx_costs) <SET>: For binary operators, the set as such
23216         carries no extra cost.
23217         (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
23218         * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
23219         * config/epiphany/predicates.md (memclob_operand): New predicate.
23220         * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
23221         Use memclob_operand predicate and X constraint for operand 3.
23223 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
23225         * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
23226         with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
23227         its operands.
23229 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
23231         PR rtl-optimization/60651
23232         * mode-switching.c (optimize_mode_switching): Make sure to emit
23233         sets of a lower numbered entity before sets of a higher numbered
23234         entity to a mode of the same or lower priority.
23235         When creating a seginfo for a basic block that starts with a code
23236         label, move the insertion point past the code label.
23237         (new_seginfo): Document and enforce requirement that
23238         NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
23239         * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
23240         * doc/tm.texi: Regenerate.
23242 2014-01-11  Joern Rennecke  <joern.rennecke@embecosm.com>
23244         PR target/60811
23245         * config/arc/arc.c (arc_save_restore): Fix assert typo.
23247 2013-04-11  Jakub Jelinek  <jakub@redhat.com>
23249         * BASE-VER: Set to 4.10.0.
23251 2014-04-11  Tobias Burnus  <burnus@net-b.de>
23253         PR other/59055
23254         * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
23255         * doc/gcc.texi (Service): Update description in the @menu
23256         * doc/invoke.texi (Option Summary): Remove misplaced and
23257         duplicated @menu.
23259 2014-04-11  Steve Ellcey  <sellcey@mips.com>
23260             Jakub Jelinek  <jakub@redhat.com>
23262         PR middle-end/60556
23263         * expr.c (convert_move): Use emit_store_flag_force instead of
23264         emit_store_flag.  Pass lowpart_mode instead of VOIDmode as 5th
23265         argument to it.
23267 2014-04-11  Richard Biener  <rguenther@suse.de>
23269         PR middle-end/60797
23270         * varasm.c (assemble_alias): Avoid endless error reporting
23271         recursion by setting TREE_ASM_WRITTEN.
23273 2014-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23275         * config/s390/s390.md: Add a splitter for NOT rtx.
23277 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
23279         PR rtl-optimization/60663
23280         * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
23282 2014-04-10  Jan Hubicka  <hubicka@ucw.cz>
23283             Jakub Jelinek  <jakub@redhat.com>
23285         PR lto/60567
23286         * ipa.c (function_and_variable_visibility): Copy forced_by_abi
23287         flag from decl_node to node.
23289 2014-04-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23291         PR debug/60655
23292         * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
23293         (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
23294         ameliorating the cases where it can be.
23296 2014-04-09  David Edelsohn  <dje.gcc@gmail.com>
23298         Revert
23299         2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
23301         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
23302         (loadsync_<mode>): Change mode.
23303         (load_quadpti, store_quadpti): New.
23304         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
23305         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
23306         * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
23308 2014-04-09  Cong Hou  <congh@google.com>
23310         PR testsuite/60773
23311         * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
23312         documentation.
23314 2014-04-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23316         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
23317         instead of vnor to exploit possible fusion opportunity in the
23318         future.
23319         (altivec_expand_vec_perm_const_le): Likewise.
23321 2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
23323         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
23324         (loadsync_<mode>): Change mode.
23325         (load_quadpti, store_quadpti): New.
23326         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
23327         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
23329 2014-04-08  Richard Sandiford  <rdsandiford@googlemail.com>
23331         PR target/60763
23332         * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
23333         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
23334         Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
23336 2014-04-08  Richard Biener  <rguenther@suse.de>
23338         PR middle-end/60706
23339         * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
23340         a 64bit widest int print double-int similar to on HWI64 hosts.
23342 2014-04-08  Richard Biener  <rguenther@suse.de>
23344         PR tree-optimization/60785
23345         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
23346         default defs properly.
23348 2014-04-08  Nathan Sidwell  <nathan@codesourcery.com>
23350         * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
23351         (Weffc++): Likewise.
23353 2014-04-07  Jan Hubicka  <hubcika@ucw.cz>
23355         * ipa-devirt.c (maybe_record_node): When node is not recorded,
23356         set completep to false rather than true.
23358 2014-04-07  Douglas B Rupp  <rupp@adacore.com>
23360         PR target/60504
23361         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
23362         ARM_TARGET2_DWARF_FORMAT.
23364 2014-04-07  Charles Baylis  <charles.baylis@linaro.org>
23366         PR target/60609
23367         * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
23368         (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
23369         ADDR_DIFF_VEC.
23371 2014-04-07  Richard Biener  <rguenther@suse.de>
23373         PR tree-optimization/60766
23374         * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
23375         (may_eliminate_iv): Convert cand_value_at result to desired type.
23377 2014-04-07  Jason Merrill  <jason@redhat.com>
23379         PR c++/60731
23380         * common.opt (-fno-gnu-unique): Add.
23381         * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
23383 2014-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23385         * haifa-sched.c: Fix outdated function reference and minor
23386         grammar errors in introductory comment.
23388 2014-04-07  Richard Biener  <rguenther@suse.de>
23390         PR middle-end/60750
23391         * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
23392         for noreturn calls.
23393         * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
23395 2014-04-06  John David Anglin  <danglin@gcc.gnu.org>
23397         PR debug/55794
23398         * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
23399         size accounting for thunks.
23400         (pa_asm_output_mi_thunk): Use final_start_function() and
23401         final_end_function() to output function start and end directives.
23403 2014-04-05  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
23405         * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
23406         device specific ISA/ feature information. Remove short_sp and
23407         errata_skip ds.  Add avr_device_specific_features enum to have device
23408         specific info.
23409         * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
23410         errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
23411         * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
23412         updated device specific info.
23413         * config/avr/avr-mcus.def: Merge device specific details to
23414         dev_attribute field.
23415         * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
23416         errata_skip.
23417         * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
23418         * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
23419         assembler if RMW isa supported by current device.
23420         * config/avr/genmultilib.awk: Update as device info structure changed.
23421         * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
23423 2014-04-04  Cong Hou  <congh@google.com>
23425         PR tree-optimization/60656
23426         * tree-vect-stmts.c (supportable_widening_operation):
23427         Fix a bug that elements in a vector with vect_used_by_reduction
23428         property are incorrectly reordered when the operation on it is not
23429         consistant with the one in reduction operation.
23431 2014-04-04  John David Anglin  <danglin@gcc.gnu.org>
23433         PR rtl-optimization/60155
23434         * gcse.c (record_set_data): New function.
23435         (single_set_gcse): New function.
23436         (gcse_emit_move_after): Use single_set_gcse instead of single_set.
23437         (hoist_code): Likewise.
23438         (get_pressure_class_and_nregs): Likewise.
23440 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
23442         * explow.c (probe_stack_range): Emit a final optimization blockage.
23444 2014-04-04  Anthony Green  <green@moxielogic.com>
23446         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
23447         typos.
23449 2014-04-04  Jan Hubicka  <hubicka@ucw.cz>
23451         PR ipa/59626
23452         * lto-cgraph.c (input_overwrite_node): Check that partitioning
23453         flags are set only during streaming.
23454         * ipa.c (process_references, walk_polymorphic_call_targets,
23455         symtab_remove_unreachable_nodes): Drop bodies of always inline
23456         after early inlining.
23457         (symtab_remove_unreachable_nodes): Remove always_inline attribute.
23459 2014-04-04  Jakub Jelinek  <jakub@redhat.com>
23460         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23462         PR debug/60655
23463         * dwarf2out.c (const_ok_for_output_1): Reject expressions
23464         containing a NOT.
23466 2014-04-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23468         PR bootstrap/60743
23469         * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
23470         duration.
23471         (cortex_a53_fdivd): Likewise.
23473 2014-04-04  Martin Jambor  <mjambor@suse.cz>
23475         PR ipa/60640
23476         * cgraph.h (cgraph_clone_node): New parameter added to declaration.
23477         Adjust all callers.
23478         * cgraph.c (clone_of_p): Also return true if thunks match.
23479         (verify_edge_corresponds_to_fndecl): Removed extraneous call to
23480         cgraph_function_or_thunk_node and an obsolete comment.
23481         * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
23482         file.
23483         (build_function_decl_skip_args): Likewise.
23484         (set_new_clone_decl_and_node_flags): New function.
23485         (duplicate_thunk_for_node): Likewise.
23486         (redirect_edge_duplicating_thunks): Likewise.
23487         (cgraph_clone_node): New parameter args_to_skip, pass it to
23488         redirect_edge_duplicating_thunks which is called instead of
23489         cgraph_redirect_edge_callee.
23490         (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
23491         moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
23493 2014-04-04  Jeff Law  <law@redhat.com>
23495         PR target/60657
23496         * config/arm/predicates.md (const_int_I_operand): New predicate.
23497         (const_int_M_operand): Similarly.
23498         * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
23499         const_int_operand.
23500         (insv_t2, extv_reg, extzv_t2): Likewise.
23501         (load_multiple_with_writeback): Similarly for const_int_I_operand.
23502         (pop_multiple_with_writeback_and_return): Likewise.
23503         (vfp_pop_multiple_with_writeback): Likewise
23505 2014-04-04  Richard Biener  <rguenther@suse.de>
23507         PR ipa/60746
23508         * tree-ssanames.c (make_ssa_name_fn): Fix assert.
23509         * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
23510         non-GIMPLE_LABELs.
23511         * gimplify.h (gimple_add_tmp_var_fn): Declare.
23512         * gimplify.c (gimple_add_tmp_var_fn): New function.
23513         * gimple-expr.h (create_tmp_reg_fn): Declare.
23514         * gimple-expr.c (create_tmp_reg_fn): New function.
23515         * gimple-low.c (record_vars_into): Don't change cfun.
23516         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
23517         code generation without cfun.
23519 2014-04-04  Thomas Schwinge  <thomas@codesourcery.com>
23521         PR bootstrap/60719
23522         * Makefile.in (install-driver): Fix shell scripting.
23524 2014-04-03  Cong Hou  <congh@google.com>
23526         PR tree-optimization/60505
23527         * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
23528         threshold of number of iterations below which no vectorization
23529         will be done.
23530         * tree-vect-loop.c (new_loop_vec_info):
23531         Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
23532         * tree-vect-loop.c (vect_analyze_loop_operations):
23533         Set LOOP_VINFO_COST_MODEL_THRESHOLD.
23534         * tree-vect-loop.c (vect_transform_loop):
23535         Use LOOP_VINFO_COST_MODEL_THRESHOLD.
23536         * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
23537         of iterations of the loop and see if we should build the epilogue.
23539 2014-04-03  Richard Biener  <rguenther@suse.de>
23541         * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
23542         (streamer_tree_cache_create): Adjust.
23543         * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
23544         to allow optional nodes array.
23545         (streamer_tree_cache_insert_1): Use next_idx to assign idx.
23546         (streamer_tree_cache_append): Likewise.
23547         (streamer_tree_cache_create): Create nodes array optionally
23548         as specified by parameter.
23549         * lto-streamer-out.c (create_output_block): Avoid maintaining
23550         the node array in the writer cache.
23551         (DFS_write_tree): Remove assertion.
23552         (produce_asm_for_decls): Free the out decl state hash table early.
23553         * lto-streamer-in.c (lto_data_in_create): Adjust for
23554         streamer_tree_cache_create prototype change.
23556 2014-04-03  Richard Biener  <rguenther@suse.de>
23558         * tree-streamer-out.c (streamer_write_chain): Do not temporarily
23559         set TREE_CHAIN to NULL_TREE.
23561 2014-04-03  Richard Biener  <rguenther@suse.de>
23563         PR tree-optimization/60740
23564         * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
23565         over all GIMPLE_COND operands.
23567 2014-04-03  Nathan Sidwell  <nathan@codesourcery.com>
23569         * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
23570         (Weffc++): Remove Scott's numbering, merge lists and reference
23571         Wnon-virtual-dtor.
23573 2014-04-03  Nick Clifton  <nickc@redhat.com>
23575         * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
23576         properly.
23578 2014-04-03  Martin Jambor  <mjambor@suse.cz>
23580         * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
23581         mention gcc_unreachable before failing.
23582         * ipa.c (symtab_remove_unreachable_nodes): Also print order of
23583         removed symbols.
23585 2014-04-02  Jan Hubicka  <hubicka@ucw.cz>
23587         PR ipa/60659
23588         * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
23589         inconsistent code and instead mark the context inconsistent.
23590         (possible_polymorphic_call_targets): For inconsistent contexts
23591         return empty complete list.
23593 2014-04-02  Anthony Green  <green@moxielogic.com>
23595         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
23596         (extendqisi2, extendhisi2): Define.
23597         * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
23598         (WCHAR_TYPE): Change to unsigned int.
23600 2014-04-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23602         PR tree-optimization/60733
23603         * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
23604         insertion point for PHI candidates to be the end of the feeding
23605         block for the PHI argument.
23607 2014-04-02  Vladimir Makarov  <vmakarov@redhat.com>
23609         PR rtl-optimization/60650
23610         * lra-constraints.c (process_alt_operands): Decrease reject for
23611         earlyclobber matching.
23613 2014-04-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23615         * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
23617 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23619         * config/spu/spu.c (pad_bb): Do not crash when the last
23620         insn is CODE_FOR_blockage.
23622 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23624         * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
23625         lies outside the target mode.
23627 2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
23629         PR target/60735
23630         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
23631         software floating point or no floating point registers, do not
23632         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
23633         in GPRs that occurs after we tested for GPRs that would never be
23634         true.
23636         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
23637         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
23638         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
23639         specifically allow DDmode, since that does not use the SPE SIMD
23640         instructions.
23642 2014-04-02  Richard Biener  <rguenther@suse.de>
23644         PR middle-end/60729
23645         * optabs.c (expand_abs_nojump): Honor flag_trapv only for
23646         MODE_INTs.  Properly use negv_optab.
23647         (expand_abs): Likewise.
23649 2014-04-02  Richard Biener  <rguenther@suse.de>
23651         PR bootstrap/60719
23652         * Makefile.in (install-driver): Guard extra installs with special
23653         names properly.
23655 2014-04-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
23657         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
23658         Document vec_vgbbd.
23660 2014-04-01  Richard Henderson  <rth@redhat.com>
23662         PR target/60704
23663         * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
23664         alternative enabled before register allocation.
23666 2014-04-01  Chung-Lin Tang  <cltang@codesourcery.com>
23668         * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
23669         * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
23670         typo.
23671         (nios2_large_got_address): Remove unneeded 'sym' parameter.
23672         (nios2_got_address): Update nios2_large_got_address call site.
23673         (nios2_delegitimize_address): New function.
23674         (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
23675         * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
23676         (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
23678 2014-04-01  Martin Husemann  <martin@duskware.de>
23680         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
23681         for -mabi=32.
23683 2014-04-01  Richard Sandiford  <rdsandiford@googlemail.com>
23685         PR rtl-optimization/60604
23686         * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
23687         check from register_operand.
23688         (register_operand): Redefine in terms of general_operand.
23689         (nonmemory_operand): Use register_operand for the non-constant cases.
23691 2014-04-01  Richard Biener  <rguenther@suse.de>
23693         * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
23695 2014-04-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
23697         * doc/invoke.texi (mapp-regs): Clarify.
23699 2014-03-31  Ulrich Drepper  <drepper@gmail.com>
23701         * config/i386/avx512fintrin.h (__v32hi): Define type.
23702         (__v64qi): Likewise.
23703         (_mm512_set1_epi8): Define.
23704         (_mm512_set1_epi16): Define.
23705         (_mm512_set4_epi32): Define.
23706         (_mm512_set4_epi64): Define.
23707         (_mm512_set4_pd): Define.
23708         (_mm512_set4_ps): Define.
23709         (_mm512_setr4_epi64): Define.
23710         (_mm512_setr4_epi32): Define.
23711         (_mm512_setr4_pd): Define.
23712         (_mm512_setr4_ps): Define.
23713         (_mm512_setzero_epi32): Define.
23715 2014-03-31  Martin Jambor  <mjambor@suse.cz>
23717         PR middle-end/60647
23718         * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
23719         callsite_arguments_match_p.  Updated all callers.  Also check types of
23720         corresponding formal parameters and actual arguments.
23721         (not_all_callers_have_enough_arguments_p) Renamed to
23722         some_callers_have_mismatched_arguments_p.
23724 2014-03-31  Yuri Rumyantsev  <ysrumyan@gmail.com>
23726         * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
23728 2014-03-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
23730         PR target/60034
23731         * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
23732         section anchor.
23734 2014-03-30  Uros Bizjak  <ubizjak@gmail.com>
23736         * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
23737         (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
23738         Split out
23739         <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
23740         Use FMAMODE_NOVF512 mode iterator.
23741         (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
23742         (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
23743         (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
23744         (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
23745         Split out
23746         <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
23747         Use VF_128_256 mode iterator.
23748         (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
23749         Ditto.
23751 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
23753         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
23754         static chain if needed.
23756 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
23758         PR target/60697
23759         * lra-constraints.c (index_part_to_reg): New.
23760         (process_address): Use it.
23762 2014-03-27  Jeff Law  <law@redhat.com>
23763             Jakub Jelinek  <jakub@redhat.com>
23765         PR target/60648
23766         * expr.c (do_tablejump): Use simplify_gen_binary rather than
23767         gen_rtx_{PLUS,MULT} to build up the address expression.
23769         * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
23770         creating non-canonical RTL.
23772 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
23774         PR ipa/60243
23775         * ipa-inline.c (want_inline_small_function_p): Short circuit large
23776         functions; reorganize to make cheap checks first.
23777         (inline_small_functions): Do not estimate growth when dumping;
23778         it is expensive.
23779         * ipa-inline.h (inline_summary): Add min_size.
23780         (growth_likely_positive): New function.
23781         * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
23782         (set_cond_stmt_execution_predicate): Cleanup.
23783         (estimate_edge_size_and_time): Compute min_size.
23784         (estimate_calls_size_and_time): Likewise.
23785         (estimate_node_size_and_time): Likewise.
23786         (inline_update_overall_summary): Update min_size.
23787         (do_estimate_edge_time): Likewise.
23788         (do_estimate_edge_size): Update.
23789         (do_estimate_edge_hints): Update.
23790         (growth_likely_positive): New function.
23792 2014-03-28  Jakub Jelinek  <jakub@redhat.com>
23794         PR target/60693
23795         * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
23796         also if addr has VOIDmode.
23798 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23800         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
23801         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
23802         Declare extern.
23803         * config/arm/cortex-a53.md: Add reservations and bypass for crypto
23804         instructions as well as AdvancedSIMD loads.
23806 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23808         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
23809         Use crypto_aese type.
23810         (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
23811         * config/arm/arm.md (is_neon_type): Replace crypto_aes with
23812         crypto_aese, crypto_aesmc.  Move to types.md.
23813         * config/arm/types.md (crypto_aes): Split into crypto_aese,
23814         crypto_aesmc.
23815         * config/arm/iterators.md (crypto_type): Likewise.
23817 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
23819         * cgraph.c: Include expr.h and tree-dfa.h.
23820         (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
23821         remove LHS.
23823 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
23825         PR target/60675
23826         * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
23827         regs from checking multi-reg pseudos.
23829 2014-03-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23831         * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
23833 2014-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23835         * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
23836         if it would clobber the stack pointer, even temporarily.
23838 2014-03-28  Eric Botcazou  <ebotcazou@adacore.com>
23840         * mode-switching.c: Make small adjustments to the top comment.
23842 2014-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
23844         * config/rs6000/constraints.md (wD constraint): New constraint to
23845         match the constant integer to get the top DImode/DFmode out of a
23846         vector in a VSX register.
23848         * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
23849         match the constant integer to get the top DImode/DFmode out of a
23850         vector in a VSX register.
23852         * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
23853         for ISA 2.07.
23855         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
23856         vbpermq builtins.
23858         * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
23859         -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
23861         * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
23862         Optimize vec_extract of 64-bit values, where the value being
23863         extracted is in the top word, where we can use scalar
23864         instructions.  Add direct move and store support.  Combine the big
23865         endian/little endian vector select load support into a single insn.
23866         (vsx_extract_<mode>_internal1): Likewise.
23867         (vsx_extract_<mode>_internal2): Likewise.
23868         (vsx_extract_<mode>_load): Likewise.
23869         (vsx_extract_<mode>_store): Likewise.
23870         (vsx_extract_<mode>_zero): Delete, big and little endian insns are
23871         combined into vsx_extract_<mode>_load.
23872         (vsx_extract_<mode>_one_le): Likewise.
23874         * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
23875         define the top 64-bit vector element.
23877         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
23878         constraint.
23880         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
23881         Document vec_vbpermq builtin.
23883         PR target/60672
23884         * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
23885         enable use of xxsldwi and xxpermdi builtin functions.
23886         (vec_xxpermdi): Likewise.
23888         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
23889         Document use of vec_xxsldwi and vec_xxpermdi builtins.
23891 2014-03-27  Vladimir Makarov  <vmakarov@redhat.com>
23893         PR rtl-optimization/60650
23894         * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
23895         first_p.  Use it.
23896         (find_spills_for): New.
23897         (assign_by_spills): Pass the new parameter to find_hard_regno_for.
23898         Spill all pseudos on the second iteration.
23900 2014-03-27  Marek Polacek  <polacek@redhat.com>
23902         PR c/50347
23903         * doc/extend.texi (ffs Builtins): Change unsigned types to signed
23904         types.
23906 2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23908         * config/s390/s390.c (s390_can_use_return_insn): Check for
23909         call-saved FPRs on 31 bit.
23911 2014-03-27  Jakub Jelinek  <jakub@redhat.com>
23913         PR middle-end/60682
23914         * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
23915         if they need regimplification, just drop them instead of
23916         calling gimple_regimplify_operands on them.
23918 2014-03-27  Marcus Shawcroft  <marcus.shawcroft@arm.com>
23920         PR target/60580
23921         * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
23922         (aarch64_frame_pointer_required): Adjust logic.
23923         (aarch64_can_eliminate): Adjust logic.
23924         (aarch64_override_options_after_change): Adjust logic.
23926 2014-03-27  Dehao Chen  <dehao@google.com>
23928         * ipa-inline.c (early_inliner): Update node's inline info.
23930 2014-03-26  Dehao Chen  <dehao@google.com>
23932         * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
23933         compiler inserted conditional jumps for NAN float check.
23935 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
23937         * ubsan.h (ubsan_create_data): Change second argument's type
23938         to const location_t *.
23939         * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
23940         _("<unknown>").
23941         (ubsan_create_data): Change second argument to const location_t *PLOC.
23942         Create Loc field whenever PLOC is non-NULL.
23943         (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
23944         ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
23945         callers.
23947         PR other/59545
23948         * real.c (real_to_integer2): Change type of low to UHWI.
23950 2014-03-26  Tobias Burnus  <burnus@net-b.de>
23952         * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
23953         (CILK_SELF_SPECS): New define.
23954         (driver_self_specs): Use it.
23956 2014-03-26  Richard Biener  <rguenther@suse.de>
23958         * tree-pretty-print.c (percent_K_format): Implement special
23959         case for LTO and its stripped down BLOCK tree.
23961 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
23963         PR sanitizer/60636
23964         * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
23966         * tree-vrp.c (simplify_internal_call_using_ranges): If only
23967         one range is range_int_cst_p, but not both, at least optimize
23968         addition/subtraction of 0 and multiplication by 0 or 1.
23969         * gimple-fold.c (gimple_fold_call): Fold
23970         IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
23971         (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
23972         INTEGER_CSTs, try to fold at least x * 0 and y - y.
23974 2014-03-26  Eric Botcazou  <ebotcazou@adacore.com>
23976         PR rtl-optimization/60452
23977         * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
23978         <case REG>: Return 1 for invalid offsets from the frame pointer.
23980 2014-03-26  Marek Polacek  <polacek@redhat.com>
23982         PR c/37428
23983         * doc/extend.texi (C Extensions): Mention variable-length arrays in
23984         a structure/union.
23986 2014-03-26  Marek Polacek  <polacek@redhat.com>
23988         PR c/39525
23989         * doc/extend.texi (Designated Inits): Describe what happens to omitted
23990         field members.
23992 2014-03-26  Marek Polacek  <polacek@redhat.com>
23994         PR other/59545
23995         * ira-color.c (update_conflict_hard_regno_costs): Perform the
23996         multiplication in unsigned type.
23998 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
24000         * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
24002 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
24004         * doc/contrib.texi: Add myself as Andes nds32 port contributor.
24006 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
24008         PR ipa/60315
24009         * cif-code.def (UNREACHABLE) New code.
24010         * ipa-inline.c (inline_small_functions): Skip edges to
24011         __builtlin_unreachable.
24012         (estimate_edge_growth): Allow edges to __builtlin_unreachable.
24013         * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
24014         predicate to __bulitin_unreachable.
24015         (set_cond_stmt_execution_predicate): Fix issue when
24016         invert_tree_comparison returns ERROR_MARK.
24017         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
24018         propagate to inline clones.
24019         * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
24020         to unreachable.
24021         * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
24022         * cgraphclones.c (cgraph_clone_node): If call destination is already
24023         ureachable, do not redirect it back.
24024         * tree-inline.c (fold_marked_statements): Hanlde calls becoming
24025         unreachable.
24027 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
24029         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
24030         Do not modify inline clones.
24032 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
24034         * config/i386/i386.md (general_sext_operand): New mode attr.
24035         (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
24036         don't generate (sign_extend (const_int)).
24037         (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
24038         operands[2].  Use We constraint instead of <i> and
24039         <general_sext_operand> predicate instead of <general_operand>.
24040         (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
24041         * config/i386/constraints.md (We): New constraint.
24042         * config/i386/predicates.md (x86_64_sext_operand,
24043         sext_operand): New predicates.
24045 2014-03-25  Martin Jambor  <mjambor@suse.cz>
24047         PR ipa/60600
24048         * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
24049         inconsistent devirtualizations to __builtin_unreachable.
24051 2014-03-25  Marek Polacek  <polacek@redhat.com>
24053         PR c/35449
24054         * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
24056 2014-03-25  Alan Lawrence  <alan.lawrence@arm.com>
24058         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
24059         order of elements for big-endian.
24061 2014-03-25  Richard Biener  <rguenther@suse.de>
24063         PR middle-end/60635
24064         * gimplify-me.c (gimple_regimplify_operands): Update the
24065         re-gimplifed stmt.
24067 2014-03-25  Martin Jambor  <mjambor@suse.cz>
24069         PR ipa/59176
24070         * lto-cgraph.c (lto_output_node): Stream body_removed flag.
24071         (lto_output_varpool_node): Likewise.
24072         (input_overwrite_node): Likewise.
24073         (input_varpool_node): Likewise.
24075 2014-03-25  Richard Biener  <rguenther@suse.de>
24077         * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
24078         (run_gcc): Likewise.
24080 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
24082         * combine.c (simplify_compare_const): Add MODE argument.
24083         Handle mode_width 0 as very large mode_width.
24084         (try_combine, simplify_comparison): Adjust callers.
24086         * cselib.c (cselib_hash_rtx): Perform addition in unsigned
24087         type to avoid signed integer overflow.
24088         * explow.c (plus_constant): Likewise.
24090 2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
24092         * doc/generic.texi: Correct typos.
24094 2014-03-24  Tobias Burnus  <burnus@net-b.de>
24096         * doc/invoke.texi (-flto): Expand section about
24097         using static libraries with LTO.
24099 2014-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24101         PR rtl-optimization/60501
24102         * optabs.def (addptr3_optab): New optab.
24103         * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
24104         * doc/md.texi ("addptrm3"): Document new RTL standard expander.
24105         * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
24107         * lra.c (emit_add3_insn): Use the addptr pattern if available.
24109         * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
24111 2014-03-24  Ulrich Drepper  <drepper@gmail.com>
24113         * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
24114         _mm512_set1_pd.
24116         * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
24117         (_mm256_undefined_ps): Define.
24118         (_mm256_undefined_pd): Define.
24119         * config/i386/emmintrin.h (_mm_undefined_si128): Define.
24120         (_mm_undefined_pd): Define.
24121         * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
24122         * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
24123         (_mm512_undefined_ps): Define.
24124         (_mm512_undefined_pd): Define.
24125         Use _mm*_undefined_*.
24126         * config/i386/avx2intrin.h: Use _mm*_undefined_*.
24128 2014-03-24  Alex Velenko  <Alex.Velenko@arm.com>
24130         * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
24131         (lshr_simd): DI mode added.
24132         * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
24133         (aarch64_ushr_simddi): Likewise.
24134         * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
24135         * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
24136         (vshrd_n_u64): Likewise.
24138 2014-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24140         * Makefile.in (s-macro_list): Depend on cc1.
24142 2014-03-23  Teresa Johnson  <tejohnson@google.com>
24144         * ipa-utils.c (ipa_print_order): Use specified dump file.
24146 2014-03-23  Eric Botcazou  <ebotcazou@adacore.com>
24148         PR rtl-optimization/60601
24149         * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
24151         * gcc.c (eval_spec_function): Initialize save_growing_value.
24153 2014-03-22  Jakub Jelinek  <jakub@redhat.com>
24155         PR sanitizer/60613
24156         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
24157         code == MINUS_EXPR, never swap op0 with op1.
24159         * toplev.c (init_local_tick): Avoid signed integer multiplication
24160         overflow.
24161         * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
24162         shift by first operand's bitsize.
24164 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
24166         PR target/60610
24167         * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
24168         redefine to 1 or 0.
24169         * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
24170         TARGET_ISA_64BIT_P(x).
24172 2014-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24174         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
24175         pattern for vector nor instead of subtract from splat(-1).
24176         (altivec_expand_vec_perm_const_le): Likewise.
24178 2014-03-21  Richard Henderson  <rth@twiddle.net>
24180         PR target/60598
24181         * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
24182         related insns after epilogue_completed.
24184 2014-03-21  Martin Jambor  <mjambor@suse.cz>
24186         PR ipa/59176
24187         * cgraph.h (symtab_node): New flag body_removed.
24188         * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
24189         when removing bodies.
24190         * symtab.c (dump_symtab_base): Dump body_removed flag.
24191         * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
24192         had their bodies removed.
24194 2014-03-21  Martin Jambor  <mjambor@suse.cz>
24196         PR ipa/60419
24197         * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
24198         in the border.
24200 2014-03-21  Richard Biener  <rguenther@suse.de>
24202         PR tree-optimization/60577
24203         * tree-core.h (struct tree_base): Document nothrow_flag use
24204         in DECL_NONALIASED.
24205         * tree.h (DECL_NONALIASED): New.
24206         (may_be_aliased): Adjust.
24207         * coverage.c (build_var): Set DECL_NONALIASED.
24209 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
24211         * expr.c (expand_expr_real_1): Remove outdated comment.
24213 2014-03-20  Jakub Jelinek  <jakub@redhat.com>
24215         PR middle-end/60597
24216         * ira.c (adjust_cleared_regs): Call copy_rtx on
24217         *reg_equiv[REGNO (loc)].src_p before passing it to
24218         simplify_replace_fn_rtx.
24220         PR target/60568
24221         * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
24222         into CONST, put pic register as first operand of PLUS.  Use
24223         gen_const_mem for both 32-bit and 64-bit PIC got loads.
24225 2014-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24227         * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
24229 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
24231         * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
24232         around for store forwarding issue in the FPU on the UT699.
24233         * config/sparc/sparc.md (in_branch_delay): Return false for single FP
24234         loads and operations if -mfix-ut699 is specified.
24235         (divtf3_hq): Tweak attribute.
24236         (sqrttf2_hq): Likewise.
24238 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
24240         * calls.c (store_one_arg): Remove incorrect const qualification on the
24241         type of the temporary.
24242         * cfgexpand.c (expand_return): Likewise.
24243         * expr.c (expand_constructor): Likewise.
24244         (expand_expr_real_1): Likewise.
24246 2014-03-20  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
24248         * config/arm/arm.c (arm_dwarf_register_span): Update the element number
24249         of parts.
24251 2014-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
24253         PR target/60039
24254         * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
24256 2014-03-19  James Greenhalgh  <james.greenhalgh@arm.com>
24258         * config/arm/aarch-common-protos.h
24259         (alu_cost_table): Fix spelling of "extend".
24260         * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
24262 2014-03-19  Richard Biener  <rguenther@suse.de>
24264         PR middle-end/60553
24265         * tree-core.h (tree_type_common): Re-order pointer members
24266         to reduce recursion depth during GC walks.
24268 2014-03-19  Marek Polacek  <polacek@redhat.com>
24270         PR sanitizer/60569
24271         * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
24272         before accessing it.
24274 2014-03-19  Richard Biener  <rguenther@suse.de>
24276         PR lto/59543
24277         * lto-streamer-in.c (input_function): In WPA stage do not drop
24278         debug stmts.
24280 2014-03-19  Jakub Jelinek  <jakub@redhat.com>
24282         PR tree-optimization/60559
24283         * vectorizable_mask_load_store): Replace scalar MASK_LOAD
24284         with build_zero_cst assignment.
24286 2014-03-18  Kai Tietz  <ktietz@redhat.com>
24288         PR rtl-optimization/56356
24289         * sdbout.c (sdbout_parms): Verify that parms'
24290         incoming argument is valid.
24291         (sdbout_reg_parms): Likewise.
24293 2014-03-18  Richard Henderson  <rth@redhat.com>
24295         PR target/60562
24296         * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
24297         be shadowed by *float<SWI48><MODEF>2_sse.  Test X87_ENABLE_FLOAT.
24298         (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
24300 2014-03-18  Basile Starynkevitch  <basile@starynkevitch.net>
24302         * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
24303         * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
24304         Italicize plugin event names in description.  Explain that
24305         PLUGIN_PRAGMAS has no sense for lto1.  Explain PLUGIN_INCLUDE_FILE.
24306         Remind that no GCC functions should be called after PLUGIN_FINISH.
24307         Explain what pragmas with expansion are.
24309 2014-03-18  Martin Liska  <mliska@suse.cz>
24311         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
24312         gimple call statement is update.
24313         * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
24314         GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
24316 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
24318         PR sanitizer/60557
24319         * ubsan.c (ubsan_instrument_unreachable): Call
24320         initialize_sanitizer_builtins.
24321         (ubsan_pass): Likewise.
24323         PR sanitizer/60535
24324         * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
24325         varpool_finalize_decl instead of rest_of_decl_compilation.
24327 2014-03-18  Richard Biener  <rguenther@suse.de>
24329         * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
24330         by using bitmap_and_compl instead of bitmap_and_compl_into.
24331         (df_rd_transfer_function): Likewise.
24333 2014-03-18  Richard Biener  <rguenther@suse.de>
24335         * doc/lto.texi (fresolution): Fix typo.
24337 2014-03-18  Richard Biener  <rguenther@suse.de>
24339         * doc/invoke.texi (flto): Update for changes in 4.9.
24341 2014-03-18  Richard Biener  <rguenther@suse.de>
24343         * doc/loop.texi: Remove section on the removed lambda framework.
24344         Update loop docs with recent changes in preserving loop structure.
24346 2014-03-18  Richard Biener  <rguenther@suse.de>
24348         * doc/lto.texi (-fresolution): Document.
24350 2014-03-18  Richard Biener  <rguenther@suse.de>
24352         * doc/contrib.texi: Adjust my name.
24354 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
24356         PR ipa/58721
24357         * internal-fn.c: Include diagnostic-core.h.
24358         (expand_BUILTIN_EXPECT): New function.
24359         * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
24360         (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
24361         IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
24362         * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
24363         IFN_BUILTIN_EXPECT.
24364         * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
24365         Revert 3 argument __builtin_expect code.
24366         (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
24367         * gimple-fold.c (gimple_fold_call): Likewise.
24368         * tree.h (fold_builtin_expect): New prototype.
24369         * builtins.c (build_builtin_expect_predicate): Add predictor
24370         argument, if non-NULL, create 3 argument __builtin_expect.
24371         (fold_builtin_expect): No longer static.  Add ARG2 argument,
24372         pass it through to build_builtin_expect_predicate.
24373         (fold_builtin_2): Adjust caller.
24374         (fold_builtin_3): Handle BUILT_IN_EXPECT.
24375         * internal-fn.def (BUILTIN_EXPECT): New.
24377 2014-03-18  Tobias Burnus  <burnus@net-b.de>
24379         PR ipa/58721
24380         * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
24381         PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
24382         PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
24384 2014-03-18  Jan Hubicka  <hubicka@ucw.cz>
24386         PR ipa/58721
24387         * predict.c (combine_predictions_for_bb): Fix up formatting.
24388         (expr_expected_value_1, expr_expected_value): Add predictor argument,
24389         fill what it points to if non-NULL.
24390         (tree_predict_by_opcode): Adjust caller, use the predictor.
24391         * predict.def (PRED_COMPARE_AND_SWAP): Add.
24393 2014-03-18  Eric Botcazou  <ebotcazou@adacore.com>
24395         * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
24396         proper constant for the store mode.
24398 2014-03-18  Ilya Enkovich  <ilya.enkovich@intel.com>
24400         * symtab.c (change_decl_assembler_name): Fix transparent alias
24401         chain construction.
24403 2014-03-16  Renlin Li  <Renlin.Li@arm.com>
24405         * config/aarch64/aarch64.c: Correct the comments about the
24406         aarch64 stack layout.
24408 2014-03-18  Thomas Schwinge  <thomas@codesourcery.com>
24410         * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
24411         check for GF_OMP_FOR_KIND_FOR.
24413 2013-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
24415         * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
24416         ymm and zmm register names.
24418 2014-03-17  Jakub Jelinek  <jakub@redhat.com>
24420         PR target/60516
24421         * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
24422         note creation for the 2010-08-31 changes.
24424 2014-03-17  Marek Polacek  <polacek@redhat.com>
24426         PR middle-end/60534
24427         * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
24428         as -fno-tree-loop-vectorize.
24429         (expand_omp_simd): Likewise.
24431 2014-03-15  Eric Botcazou  <ebotcazou@adacore.com>
24433         * config/sparc/sparc-protos.h (tls_call_delay): Delete.
24434         (eligible_for_call_delay): New prototype.
24435         * config/sparc/sparc.c (tls_call_delay): Rename into...
24436         (eligible_for_call_delay): ...this.  Return false if the instruction
24437         cannot be put in the delay slot of a branch.
24438         (eligible_for_restore_insn): Simplify.
24439         (eligible_for_return_delay): Return false if the instruction cannot be
24440         put in the delay slot of a branch and simplify.
24441         (eligible_for_sibcall_delay): Return false if the instruction cannot be
24442         put in the delay slot of a branch.
24443         * config/sparc/sparc.md (fix_ut699): New attribute.
24444         (tls_call_delay): Delete.
24445         (in_call_delay): Reimplement.
24446         (eligible_for_sibcall_delay): Rename into...
24447         (in_sibcall_delay): ...this.
24448         (eligible_for_return_delay): Rename into...
24449         (in_return_delay): ...this.
24450         (in_branch_delay): Reimplement.
24451         (in_uncond_branch_delay): Delete.
24452         (in_annul_branch_delay): Delete.
24454 2014-03-14  Richard Henderson  <rth@redhat.com>
24456         PR target/60525
24457         * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
24458         define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
24459         (*floathi<X87MODEF>2_i387_with_temp): Remove.
24460         (floathi splitters): Remove.
24461         (float<SWI48x>xf2): New pattern.
24462         (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2.  Drop
24463         code that tried to handle DImode for 32-bit, but which was excluded
24464         by the pattern's condition.  Drop allocation of stack temporary.
24465         (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
24466         (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
24467         (*float<SWI48><MODEF>2_mixed_interunit): Remove.
24468         (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
24469         (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
24470         (*float<SWI48><MODEF>2_sse_with_temp): Remove.
24471         (*float<SWI48><MODEF>2_sse_interunit): Remove.
24472         (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
24473         (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
24474         (*float<SWI48x><X87MODEF>2_i387): Remove.
24475         (all float _with_temp splitters): Remove.
24476         (*float<SWI48x><MODEF>2_i387): New pattern.
24477         (*float<SWI48><MODEF>2_sse): New pattern.
24478         (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
24479         (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
24481 2014-03-14  Jakub Jelinek  <jakub@redhat.com>
24482             Marek Polacek  <polacek@redhat.com>
24484         PR middle-end/60484
24485         * common.opt (dump_base_name_prefixed): New Variable.
24486         * opts.c (finish_options): Don't prepend directory to x_dump_base_name
24487         if x_dump_base_name_prefixed is already set, set it at the end.
24489 2014-03-14  Vladimir Makarov  <vmakarov@redhat.com>
24491         PR rtl-optimization/60508
24492         * lra-constraints.c (get_reload_reg): Add new parameter
24493         in_subreg_p.
24494         (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
24495         Pass the new parameter values.
24497 2014-03-14  Richard Biener  <rguenther@suse.de>
24499         * common.opt: Revert unintented changes from r205065.
24500         * opts.c: Likewise.
24502 2014-03-14  Richard Biener  <rguenther@suse.de>
24504         PR middle-end/60518
24505         * cfghooks.c (split_block): Properly adjust all loops the
24506         block was a latch of.
24508 2014-03-14  Martin Jambor  <mjambor@suse.cz>
24510         PR lto/60461
24511         * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
24512         and simplify it.
24514 2014-03-14  Georg-Johann Lay  <avr@gjlay.de>
24516         PR target/59396
24517         * config/avr/avr.c (avr_set_current_function): Pass function name
24518         through default_strip_name_encoding before sanity checking instead
24519         of skipping the first char of the assembler name.
24521 2014-03-13  Richard Henderson  <rth@redhat.com>
24523         PR debug/60438
24524         * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
24525         (ix86_force_to_memory, ix86_free_from_memory): Remove.
24526         * config/i386/i386-protos.h: Likewise.
24527         * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
24528         in the expander instead of a splitter.
24529         (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
24530         any possibility of requiring a memory.
24531         (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
24532         (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
24533         (fp branch splitters): Update for ix86_split_fp_branch.
24534         (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
24535         (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
24536         (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
24537         (*fop_<MODEF>_2_i387): Remove f/r alternative.
24538         (*fop_<MODEF>_3_i387): Likewise.
24539         (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
24540         (splitters for the fop_* register patterns): Remove.
24541         (fscalexf4_i387): Rename from *fscalexf4_i387.
24542         (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
24544 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
24546         PR tree-optimization/59779
24547         * tree-dfa.c (get_ref_base_and_extent): Use double_int
24548         type for bitsize and maxsize instead of HOST_WIDE_INT.
24550 2014-03-13  Steven Bosscher  <steven@gcc.gnu.org>
24552         PR rtl-optimization/57320
24553         * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
24554         the CFG after thread_prologue_and_epilogue_insns.
24556 2014-03-13  Vladimir Makarov  <vmakarov@redhat.com>
24558         PR rtl-optimization/57189
24559         * lra-constraints.c (process_alt_operands): Disfavor spilling
24560         vector pseudos.
24562 2014-03-13  Cesar Philippidis  <cesar@codesourcery.com>
24564         * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
24566 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
24568         PR tree-optimization/59025
24569         PR middle-end/60418
24570         * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
24571         same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
24573 2014-03-13  Georg-Johann Lay  <avr@gjlay.de>
24575         PR target/60486
24576         * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
24577         calls of avr_out_plus_1.
24579 2014-03-13  Bin Cheng  <bin.cheng@arm.com>
24581         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
24582         BB's single pred and update the father loop's latch info later.
24584 2014-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
24586         * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
24587         (VEC_M): Likewise.
24588         (VEC_N): Likewise.
24589         (VEC_R): Likewise.
24590         (VEC_base): Likewise.
24591         (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
24592         registers, we need to swap double words in little endian mode.
24594         * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
24595         to be a container mode for 128-bit integer operations added in ISA
24596         2.07.  Unlike TImode and PTImode, the preferred register set is
24597         the Altivec/VMX registers for the 128-bit operations.
24599         * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
24600         declarations.
24601         (rs6000_split_128bit_ok_p): Likewise.
24603         * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
24604         macros for creating ISA 2.07 normal and overloaded builtin
24605         functions with 3 arguments.
24606         (BU_P8V_OVERLOAD_3): Likewise.
24607         (VPERM_1T): Add support for V1TImode in 128-bit vector operations
24608         for use as overloaded functions.
24609         (VPERM_1TI_UNS): Likewise.
24610         (VSEL_1TI): Likewise.
24611         (VSEL_1TI_UNS): Likewise.
24612         (ST_INTERNAL_1ti): Likewise.
24613         (LD_INTERNAL_1ti): Likewise.
24614         (XXSEL_1TI): Likewise.
24615         (XXSEL_1TI_UNS): Likewise.
24616         (VPERM_1TI): Likewise.
24617         (VPERM_1TI_UNS): Likewise.
24618         (XXPERMDI_1TI): Likewise.
24619         (SET_1TI): Likewise.
24620         (LXVD2X_V1TI): Likewise.
24621         (STXVD2X_V1TI): Likewise.
24622         (VEC_INIT_V1TI): Likewise.
24623         (VEC_SET_V1TI): Likewise.
24624         (VEC_EXT_V1TI): Likewise.
24625         (EQV_V1TI): Likewise.
24626         (NAND_V1TI): Likewise.
24627         (ORC_V1TI): Likewise.
24628         (VADDCUQ): Add support for 128-bit integer arithmetic instructions
24629         added in ISA 2.07.  Add both normal 'altivec' builtins, and the
24630         overloaded builtin.
24631         (VADDUQM): Likewise.
24632         (VSUBCUQ): Likewise.
24633         (VADDEUQM): Likewise.
24634         (VADDECUQ): Likewise.
24635         (VSUBEUQM): Likewise.
24636         (VSUBECUQ): Likewise.
24638         * config/rs6000/rs6000-c.c (__int128_type): New static to hold
24639         __int128_t and __uint128_t types.
24640         (__uint128_type): Likewise.
24641         (altivec_categorize_keyword): Add support for vector __int128_t,
24642         vector __uint128_t, vector __int128, and vector unsigned __int128
24643         as a container type for TImode operations that need to be done in
24644         VSX/Altivec registers.
24645         (rs6000_macro_to_expand): Likewise.
24646         (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
24647         to support 128-bit integer instructions vaddcuq, vadduqm,
24648         vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
24649         (altivec_resolve_overloaded_builtin): Add support for V1TImode.
24651         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
24652         for V1TImode, and set up preferences to use VSX/Altivec registers.
24653         Setup VSX reload handlers.
24654         (rs6000_debug_reg_global): Likewise.
24655         (rs6000_init_hard_regno_mode_ok): Likewise.
24656         (rs6000_preferred_simd_mode): Likewise.
24657         (vspltis_constant): Do not allow V1TImode as easy altivec constants.
24658         (easy_altivec_constant): Likewise.
24659         (output_vec_const_move): Likewise.
24660         (rs6000_expand_vector_set): Convert V1TImode set and extract to
24661         simple move.
24662         (rs6000_expand_vector_extract): Likewise.
24663         (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
24664         addressing.
24665         (rs6000_const_vec): Add support for V1TImode.
24666         (rs6000_emit_le_vsx_load): Swap double words when loading or
24667         storing TImode/V1TImode.
24668         (rs6000_emit_le_vsx_store): Likewise.
24669         (rs6000_emit_le_vsx_move): Likewise.
24670         (rs6000_emit_move): Add support for V1TImode.
24671         (altivec_expand_ld_builtin): Likewise.
24672         (altivec_expand_st_builtin): Likewise.
24673         (altivec_expand_vec_init_builtin): Likewise.
24674         (altivec_expand_builtin): Likewise.
24675         (rs6000_init_builtins): Add support for V1TImode type.  Add
24676         support for ISA 2.07 128-bit integer builtins.  Define type names
24677         for the VSX/Altivec vector types.
24678         (altivec_init_builtins): Add support for overloaded vector
24679         functions with V1TImode type.
24680         (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
24681         (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
24682         external function.
24683         (rs6000_split_128bit_ok_p): Likewise.
24684         (rs6000_handle_altivec_attribute): Create V1TImode from vector
24685         __int128_t and vector __uint128_t.
24687         * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
24688         and mode attributes.
24689         (VSX_M): Likewise.
24690         (VSX_M2): Likewise.
24691         (VSm): Likewise.
24692         (VSs): Likewise.
24693         (VSr): Likewise.
24694         (VSv): Likewise.
24695         (VS_scalar): Likewise.
24696         (VS_double): Likewise.
24697         (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
24699         * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
24700         we support the ISA 2.07 128-bit integer arithmetic instructions.
24701         (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
24702         (enum rs6000_builtin_type_index): Add fields to hold V1TImode
24703         and TImode types for use with the builtin functions.
24704         (V1TI_type_node): Likewise.
24705         (unsigned_V1TI_type_node): Likewise.
24706         (intTI_type_internal_node): Likewise.
24707         (uintTI_type_internal_node): Likewise.
24709         * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
24710         128-bit builtin functions.
24711         (UNSPEC_VADDEUQM): Likewise.
24712         (UNSPEC_VADDECUQ): Likewise.
24713         (UNSPEC_VSUBCUQ): Likewise.
24714         (UNSPEC_VSUBEUQM): Likewise.
24715         (UNSPEC_VSUBECUQ): Likewise.
24716         (VM): Add V1TImode to vector mode iterators.
24717         (VM2): Likewise.
24718         (VI_unit): Likewise.
24719         (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
24720         (altivec_vaddcuq): Likewise.
24721         (altivec_vsubuqm): Likewise.
24722         (altivec_vsubcuq): Likewise.
24723         (altivec_vaddeuqm): Likewise.
24724         (altivec_vaddecuq): Likewise.
24725         (altivec_vsubeuqm): Likewise.
24726         (altivec_vsubecuq): Likewise.
24728         * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
24729         mode iterators.
24730         (BOOL_128): Likewise.
24731         (BOOL_REGS_OUTPUT): Likewise.
24732         (BOOL_REGS_OP1): Likewise.
24733         (BOOL_REGS_OP2): Likewise.
24734         (BOOL_REGS_UNARY): Likewise.
24735         (BOOL_REGS_AND_CR0): Likewise.
24737         * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
24738         128-bit integer builtin support.
24739         (vec_vadduqm): Likewise.
24740         (vec_vaddecuq): Likewise.
24741         (vec_vaddeuqm): Likewise.
24742         (vec_vsubecuq): Likewise.
24743         (vec_vsubeuqm): Likewise.
24744         (vec_vsubcuq): Likewise.
24745         (vec_vsubuqm): Likewise.
24747         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
24748         Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
24749         vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
24750         128-bit integer add/subtract to ISA 2.07.
24752 2014-03-12  Joern Rennecke  <joern.rennecke@embecosm.com>
24754         * config/arc/arc.c (arc_predicate_delay_insns):
24755         Fix third argument passed to conditionalize_nonjump.
24757 2014-03-12  Yufeng Zhang  <yufeng.zhang@arm.com>
24759         * config/aarch64/aarch64-builtins.c
24760         (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
24761         BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
24762         * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
24763         instead of __builtin_lfloor.
24764         (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
24766 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
24768         * tree-ssa-ifcombine.c (forwarder_block_to): New function.
24769         (tree_ssa_ifcombine_bb_1): New function.
24770         (tree_ssa_ifcombine_bb): Use it.  Handle also cases where else_bb
24771         is an empty forwarder block to then_bb or vice versa and then_bb
24772         and else_bb are effectively swapped.
24774 2014-03-12  Christian Bruel  <christian.bruel@st.com>
24776         PR target/60264
24777         * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
24778         REG_CFA_DEF_CFA note.
24779         (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
24780         (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
24782 2014-03-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
24784         PR tree-optimization/60454
24785         * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
24787 2014-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24789         * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
24790         Do not define target_cpu_default2 to generic.
24791         * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
24792         * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
24793         * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
24795 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
24796             Marc Glisse  <marc.glisse@inria.fr>
24798         PR tree-optimization/60502
24799         * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
24800         instead of build_low_bits_mask.
24802 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
24804         PR middle-end/60482
24805         * tree-vrp.c (register_edge_assert_for_1): Don't add assert
24806         if there are multiple uses, but op doesn't live on E edge.
24807         * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
24808         clobber stmts before __builtin_unreachable.
24810 2014-03-11  Richard Sandiford  <rdsandiford@googlemail.com>
24812         * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
24813         hard_frame_pointer_rtx.
24814         * cse.c (cse_insn): Remove volatile check.
24815         * cselib.c (cselib_process_insn): Likewise.
24816         * dse.c (scan_insn): Likewise.
24818 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
24820         * config/arc/arc.c (conditionalize_nonjump): New function,
24821         broken out of ...
24822         (arc_ifcvt): ... this.
24823         (arc_predicate_delay_insns): Use it.
24825 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
24827         * config/arc/predicates.md (extend_operand): During/after reload,
24828         allow const_int_operand.
24829         * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
24830         (umulsidi3_700): Likewise.  Change operand 2 constraint back to "cL".
24831         (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
24832         to "i".
24833         (umulsi3_highpart_i): Likewise.
24835 2014-03-11  Richard Biener  <rguenther@suse.de>
24837         * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
24838         Add asserts to guard possible wrong-code bugs.
24840 2014-03-11  Richard Biener  <rguenther@suse.de>
24842         PR tree-optimization/60429
24843         PR tree-optimization/60485
24844         * tree-ssa-structalias.c (set_union_with_increment): Properly
24845         take into account all fields that overlap the shifted vars.
24846         (do_sd_constraint): Likewise.
24847         (do_ds_constraint): Likewise.
24848         (get_constraint_for_ptr_offset): Likewise.
24850 2014-03-11  Chung-Lin Tang  <cltang@codesourcery.com>
24852         * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
24853         (nios2_compute_frame_layout):
24854         Add calculation of cfun->machine->fp_save_offset.
24855         (nios2_expand_prologue): Correct setting of frame pointer register
24856         in prologue.
24857         (nios2_expand_epilogue): Update recovery of stack pointer from
24858         frame pointer accordingly.
24859         (nios2_initial_elimination_offset): Update calculation of offset
24860         for eliminating to HARD_FRAME_POINTER_REGNUM.
24862 2014-03-10  Jakub Jelinek  <jakub@redhat.com>
24864         PR ipa/60457
24865         * ipa.c (symtab_remove_unreachable_nodes): Don't call
24866         cgraph_get_create_node on VAR_DECLs.
24868 2014-03-10  Richard Biener  <rguenther@suse.de>
24870         PR middle-end/60474
24871         * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
24873 2014-03-08  Douglas B Rupp  <rupp@gnat.com>
24875         * config/vms/vms.opt (vms_float_format): New variable.
24877 2014-03-08  Tobias Burnus  <burnus@net-b.de>
24879         * doc/invoke.texi (-fcilkplus): Update implementation status.
24881 2014-03-08  Paulo Matos  <paulo@matos-sorge.com>
24882             Richard Biener  <rguenther@suse.de>
24884         * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
24885         consistently accross all TUs.
24886         (run_gcc): Enable -fshort-double automatically at link at link-time
24887         and disallow override.
24889 2014-03-08  Richard Sandiford  <rdsandiford@googlemail.com>
24891         PR target/58271
24892         * config/mips/mips.c (mips_option_override): Promote -mpaired-single
24893         warning to an error.  Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
24894         if they can't be used.
24896 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24898         * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
24899         for Solaris 11/x86 ld.
24900         * configure: Regenerate.
24902 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24904         * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
24905         (LIB_TLS_SPEC): Save as ld_tls_libs.
24906         (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
24907         (HAVE_AS_IX86_TLSLDM): New test.
24908         * configure, config.in: Regenerate.
24909         * config/i386/i386.c (legitimize_tls_address): Fall back to
24910         TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
24911         cannot support TLS_MODEL_LOCAL_DYNAMIC.
24912         * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
24913         instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
24915 2014-03-07  Paulo Matos  <paulo@matos-sorge.com>
24917         * common.opt (fira-loop-pressure): Mark as optimization.
24919 2014-03-07  Thomas Schwinge  <thomas@codesourcery.com>
24921         * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
24922         an OpenMP mappable type.
24924 2014-03-06  Matthias Klose  <doko@ubuntu.com>
24926         * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
24927         MULTILIB_OSDIRNAMES is not defined.
24929 2014-03-06  Jakub Jelinek  <jakub@redhat.com>
24930             Meador Inge  <meadori@codesourcery.com>
24932         PR target/58595
24933         * config/arm/arm.c (arm_tls_symbol_p): Remove.
24934         (arm_legitimize_address): Call legitimize_tls_address for any
24935         arm_tls_referenced_p expression, handle constant addend.  Call it
24936         before testing for !TARGET_ARM.
24937         (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
24939 2014-03-06  Richard Biener  <rguenther@suse.de>
24941         PR middle-end/60445
24942         PR lto/60424
24943         PR lto/60427
24944         Revert
24945         2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
24947         * tree-streamer.c (record_common_node): Assert we don't record
24948         nodes with type double.
24949         (preload_common_node): Skip type double, complex double and double
24950         pointer since it is now frontend dependent due to fshort-double option.
24952 2014-03-06  Richard Biener  <rguenther@suse.de>
24954         * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
24955         or -fno-lto is specified and the linker has full plugin support.
24956         * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
24957         (main): Remove -flto processing, adjust lto_mode using use_plugin late.
24958         * lto-wrapper.c (merge_and_complain): Merge compile-time
24959         optimization levels.
24960         (run_gcc): And pass it through to the link options.
24962 2014-03-06  Alexandre Oliva  <aoliva@redhat.com>
24964         PR debug/60381
24965         Revert:
24966         2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
24967         PR debug/59992
24968         * cselib.c (remove_useless_values): Skip to avoid quadratic
24969         behavior if the condition moved from...
24970         (cselib_process_insn): ... here holds.
24972 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
24974         PR plugins/59335
24975         * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
24976         ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
24978         PR plugins/59335
24979         * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
24980         (TM_H): Add x86-tune.def.
24982 2014-03-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24984         * config/aarch64/aarch64.c (generic_tunings):
24985         Use cortexa57_extra_costs.
24987 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
24989         PR lto/60404
24990         * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
24991         of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
24992         * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
24993         cost for in_lto_p.
24995 2014-03-04  Heiher  <r@hev.cc>
24997         * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
24998         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
25000 2014-03-04  Uros Bizjak  <ubizjak@gmail.com>
25002         * config/i386/predicates.md (const2356_operand): Change to ...
25003         (const2367_operand): ... this.
25004         * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
25005         const2367_operand.
25006         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
25007         (*avx512pf_scatterpf<mode>sf): Ditto.
25008         (avx512pf_scatterpf<mode>df): Ditto.
25009         (*avx512pf_scatterpf<mode>df_mask): Ditto.
25010         (*avx512pf_scatterpf<mode>df): Ditto.
25011         * config/i386/i386.c (ix86_expand_builtin): Update
25012         incorrect hint operand error message.
25014 2014-03-04  Richard Biener  <rguenther@suse.de>
25016         * lto-section-in.c (lto_get_section_data): Fix const cast.
25018 2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
25020         * tree-streamer.c (record_common_node): Assert we don't record
25021         nodes with type double.
25022         (preload_common_node): Skip type double, complex double and double
25023         pointer since it is now frontend dependent due to fshort-double option.
25025 2014-03-04  Richard Biener  <rguenther@suse.de>
25027         PR lto/60405
25028         * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
25029         (lto_input_toplevel_asms): Likewise.
25030         * lto-section-in.c (lto_get_section_data): Instead do it here
25031         for every section.
25033 2014-03-04  Richard Biener  <rguenther@suse.de>
25035         PR tree-optimization/60382
25036         * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
25037         dead PHIs a reduction.
25039 2014-03-03  Uros Bizjak  <ubizjak@gmail.com>
25041         * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
25042         hint value.
25043         (_mm_prefetch): Move out of GCC target("sse") pragma.
25044         * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
25045         GCC target("prfchw") pragma.
25046         * config/i386/i386.md (prefetch): Emit prefetchwt1 only
25047         for locality <= 2.
25048         * config/i386/i386.c (ix86_option_override_internal): Enable
25049         -mprfchw with -mprefetchwt1.
25051 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
25053         * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
25054         Mark as varying.
25056 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
25058         * opts.h (CL_PCH_IGNORE): Define.
25059         * targhooks.c (option_affects_pch_p):
25060         Return false for options that have CL_PCH_IGNORE set.
25061         * opt-functions.awk: Process PchIgnore.
25062         * doc/options.texi: Document PchIgnore.
25064         * config/arc/arc.opt (misize): Add PchIgnore property.
25066 2014-03-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25068         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
25069         reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
25070         constraint on constants to permit them being loaded into
25071         GENERAL_REGS or BASE_REGS.
25073 2014-03-03  Nick Clifton  <nickc@redhat.com>
25075         * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
25076         anti-cacnonical alternatives.
25077         (negandhi3_real): New pattern.
25078         * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
25080 2014-03-03  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
25082         * config/avr/avr-mcus.def: Remove atxmega16x1.
25083         * config/avr/avr-tables.opt: Regenerate.
25084         * config/avr/t-multilib: Regenerate.
25085         * doc/avr-mmcu.texi: Regenerate.
25087 2014-03-03  Tobias Grosser  <tobias@grosser.es>
25088             Mircea Namolaru  <mircea.namolaru@inria.fr>
25090         PR tree-optimization/58028
25091         * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
25092         scalar dimensions.
25094 2014-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25096         * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
25097         not handled by recognizers.
25099 2014-03-03  Jakub Jelinek  <jakub@redhat.com>
25101         PR middle-end/60175
25102         * function.c (expand_function_end): Don't emit
25103         clobber_return_register sequence if clobber_after is a BARRIER.
25104         * cfgexpand.c (construct_exit_block): Append instructions before
25105         return_label to prev_bb.
25107 2014-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25109         * config/rs6000/constraints.md: Document reserved use of "wc".
25111 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
25113         PR ipa/60150
25114         * ipa.c (function_and_variable_visibility): When dissolving comdat
25115         group, also set all symbols to local.
25117 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
25119         PR ipa/60306
25121         Revert:
25122         2013-12-14  Jan Hubicka  <jh@suse.cz>
25123         PR middle-end/58477
25124         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
25126 2014-03-02  Jon Beniston  <jon@beniston.com>
25128         PR bootstrap/48230
25129         PR bootstrap/50927
25130         PR bootstrap/52466
25131         PR target/46898
25132         * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
25133           (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
25134         * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
25135         (simple_return, *simple_return): New patterns
25136         * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
25137         * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
25139 2014-03-01  Paolo Carlini  <paolo.carlini@oracle.com>
25141         * dwarf2out.c (gen_subprogram_die): Tidy.
25143 2014-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
25145         PR target/60071
25146         * config/sh/sh.md (*mov_t_msb_neg): Split into ...
25147         (*mov_t_msb_neg_negc): ... this new insn.
25149 2014-02-28  Jason Merrill  <jason@redhat.com>
25151         PR c++/58678
25152         * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
25153         function.
25155 2014-02-28  Paolo Carlini  <paolo.carlini@oracle.com>
25157         PR c++/60314
25158         * dwarf2out.c (decltype_auto_die): New static.
25159         (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
25160         (gen_type_die_with_usage): Handle 'decltype(auto)'.
25161         (is_cxx_auto): Likewise.
25163 2014-02-28  Ian Bolton  <ian.bolton@arm.com>
25165         * config/aarch64/aarch64.h: Define __ARM_NEON by default if
25166         we are not using general regs only.
25168 2014-02-28  Richard Biener  <rguenther@suse.de>
25170         PR target/60280
25171         * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
25172         previous fix and only allow to remove trivial pre-headers
25173         and latches.  Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
25174         (remove_forwarder_block): Properly update the latch of a loop.
25176 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
25178         PR debug/59992
25179         * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
25180         (cselib_preserved_hash_table): New.
25181         (preserve_constants_and_equivs): Move preserved vals to it.
25182         (cselib_find_slot): Look it up first.
25183         (cselib_init): Initialize it.
25184         (cselib_finish): Release it.
25185         (dump_cselib_table): Dump it.
25187 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
25189         PR debug/59992
25190         * cselib.c (remove_useless_values): Skip to avoid quadratic
25191         behavior if the condition moved from...
25192         (cselib_process_insn): ... here holds.
25194 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
25196         PR debug/57232
25197         * var-tracking.c (vt_initialize): Apply the same condition to
25198         preserve the CFA base value.
25200 2014-02-28  Joey Ye  <joey.ye@arm.com>
25202         PR target/PR60169
25203         * config/arm/arm.c (thumb_far_jump_used_p): Don't change
25204         if reload in progress or completed.
25206 2014-02-28  Tobias Burnus  <burnus@net-b.de>
25208         PR middle-end/60147
25209         * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
25210         NAMELIST_DECL.
25212 2014-02-27  H.J. Lu  <hongjiu.lu@intel.com>
25214         * doc/tm.texi.in (Condition Code Status): Update documention for
25215         relative locations of cc0-setter and cc0-user.
25217 2014-02-27  Jeff Law  <law@redhat.com>
25219         PR rtl-optimization/52714
25220         * combine.c (try_combine): When splitting an unrecognized PARALLEL
25221         into two independent simple sets, if I3 is a jump, ensure the
25222         pattern we place into I3 is a (set (pc) ...).
25224 2014-02-27  Mikael Pettersson  <mikpe@it.uu.se>
25225             Jeff Law  <law@redhat.com>
25227         PR rtl-optimization/49847
25228         * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
25229         are in different blocks.
25230         * doc/tm.texi (Condition Code Status): Update documention for
25231         relative locations of cc0-setter and cc0-user.
25233 2014-02-27  Vladimir Makarov  <vmakarov@redhat.com>
25235         PR target/59222
25236         * lra.c (lra_emit_add): Check SUBREG too.
25238 2014-02-27  Andreas Schwab  <schwab@suse.de>
25240         * config/m68k/m68k.c (m68k_option_override): Disable
25241         -flive-range-shrinkage for classic m68k.
25242         (m68k_override_options_after_change): Likewise.
25244 2014-02-27  Marek Polacek  <polacek@redhat.com>
25246         PR middle-end/59223
25247         * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
25248         -Wmaybe-uninitialized.
25250 2014-02-27  Alan Modra  <amodra@gmail.com>
25252         PR target/57936
25253         * reload1.c (emit_input_reload_insns): When reload_override_in,
25254         set old to rl->in_reg when rl->in_reg is a subreg.
25256 2014-02-26  Richard Biener  <rguenther@suse.de>
25258         PR bootstrap/60343
25259         * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
25261 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
25263         * common/config/i386/predicates.md (const1256_operand): Remove.
25264         (const2356_operand): New.
25265         (const_1_to_2_operand): Remove.
25266         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
25267         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
25268         (*avx512pf_gatherpf<mode>sf): Ditto.
25269         (avx512pf_gatherpf<mode>df): Ditto.
25270         (*avx512pf_gatherpf<mode>df_mask): Ditto.
25271         (*avx512pf_gatherpf<mode>df): Ditto.
25272         (avx512pf_scatterpf<mode>sf): Ditto.
25273         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
25274         (*avx512pf_scatterpf<mode>sf): Ditto.
25275         (avx512pf_scatterpf<mode>df): Ditto.
25276         (*avx512pf_scatterpf<mode>df_mask): Ditto.
25277         (*avx512pf_scatterpf<mode>df): Ditto.
25278         * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
25280 2014-02-26  Ilya Tocar  <ilya.tocar@intel.com>
25282         * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
25283         (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
25284         (_mm512_mask_testn_epi64_mask): Move to ...
25285         * config/i386/avx512cdintrin.h: Here.
25286         * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
25287         * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
25288         (avx512f_scalef<mode><mask_name><round_name>): Ditto.
25289         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
25290         TARGET_AVX512F from TARGET_AVX512CD.
25292 2014-02-26  Richard Biener  <rguenther@suse.de>
25294         PR ipa/60327
25295         * ipa.c (walk_polymorphic_call_targets): Properly guard
25296         call to inline_update_overall_summary.
25298 2014-02-26  Bin Cheng  <bin.cheng@arm.com>
25300         PR target/60280
25301         * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
25302         and latches only if requested.  Fix latch if it is removed.
25303         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
25304         LOOPS_HAVE_PREHEADERS.
25306 2014-02-25  Andrew Pinski  <apinski@cavium.com>
25308         * builtins.c (expand_builtin_thread_pointer): Create a new target
25309         when the target is NULL.
25311 2014-02-25  Vladimir Makarov  <vmakarov@redhat.com>
25313         PR rtl-optimization/60317
25314         * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
25315         * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
25316         * lra-assigns.c: Include params.h.
25317         (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
25318         other reload pseudos considerations.
25320 2014-02-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25322         * config/rs6000/vector.md (*vector_unordered<mode>): Change split
25323         to use canonical form for nor<mode>3.
25325 2014-02-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25327         PR target/55426
25328         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
25329         conversions.
25331 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
25333         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
25334         (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
25335         (ix86_handle_option): Handle OPT_mprefetchwt1.
25336         * config/i386/cpuid.h (bit_PREFETCHWT1): New.
25337         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
25338         PREFETCHWT1 CPUID.
25339         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
25340         OPTION_MASK_ISA_PREFETCHWT1.
25341         * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
25342         (PTA_PREFETCHWT1): New.
25343         (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
25344         (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
25345         * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
25346         * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
25347         (*prefetch_avx512pf_<mode>_: Change into ...
25348         (*prefetch_prefetchwt1_<mode>: This.
25349         * config/i386/i386.opt (mprefetchwt1): New.
25350         * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
25351         (_mm_prefetch): Handle intent to write.
25352         * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
25354 2014-02-25  Richard Biener  <rguenther@suse.de>
25356         PR middle-end/60291
25357         * emit-rtl.c (mem_attrs_htab): Remove.
25358         (mem_attrs_htab_hash): Likewise.
25359         (mem_attrs_htab_eq): Likewise.
25360         (set_mem_attrs): Always allocate new mem-attrs when something changed.
25361         (init_emit_once): Do not allocate mem_attrs_htab.
25363 2014-02-25  Richard Biener  <rguenther@suse.de>
25365         PR lto/60319
25366         * lto-opts.c (lto_write_options): Output non-explicit conservative
25367         -fwrapv, -fno-trapv and -fno-strict-overflow.
25368         * lto-wrapper.c (merge_and_complain): Handle merging those options.
25369         (run_gcc): And pass them through.
25371 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
25373         * sel-sched.c (calculate_new_fences): New parameter ptime.
25374         Calculate it as a maximum over all fence cycles.
25375         (sel_sched_region_2): Adjust the call to calculate_new_fences.
25376         Print the final schedule timing when sched_verbose.
25378 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
25380         PR rtl-optimization/60292
25381         * sel-sched.c (fill_vec_av_set): Do not reset target availability
25382         bit fot the fence instruction.
25384 2014-02-24  Alangi Derick  <alangiderick@gmail.com>
25386         * calls.h: Fix typo in comment.
25388 2014-02-24  John David Anglin  <danglin@gcc.gnu.org>
25390         * config/pa/pa.c (pa_output_move_double): Don't valididate when
25391         adjusting offsetable addresses.
25393 2014-02-24  Guozhi Wei  <carrot@google.com>
25395         * sparseset.h (sparseset_pop): Fix the wrong index.
25397 2014-02-24  Walter Lee  <walt@tilera.com>
25399         * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
25400         (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
25401         triplet.
25402         * common/config/tilegx/tilegx-common.c
25403         (TARGET_DEFAULT_TARGET_FLAGS): Define.
25404         * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
25405         (LINK_SPEC): Ditto.
25406         * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
25407         * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
25408         (tilegx_gimplify_va_arg_expr): Handle big endian.
25409         (tilegx_expand_unaligned_load): Ditto.
25410         (tilegx_expand_unaligned_store): Ditto.
25411         (TARGET_RETURN_IN_MSB): New.
25412         * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
25413         (TARGET_ENDIAN_DEFAULT): New.
25414         (TARGET_BIG_ENDIAN): Handle big endian.
25415         (BYTES_BIG_ENDIAN): Ditto.
25416         (WORDS_BIG_ENDIAN): Ditto.
25417         (FLOAT_WORDS_BIG_ENDIAN): Ditto.
25418         (ENDIAN_SPEC): New.
25419         (EXTRA_SPECS): New.
25420         * config/tilegx/tilegx.md (extv): Handle big endian.
25421         (extzv): Ditto.
25422         (insn_st<n>): Ditto.
25423         (insn_st<n>_add<bitsuffix>): Ditto.
25424         (insn_stnt<n>): Ditto.
25425         (insn_stnt<n>_add<bitsuffix>):Ditto.
25426         (vec_interleave_highv8qi): Handle big endian.
25427         (vec_interleave_highv8qi_be): New.
25428         (vec_interleave_highv8qi_le): New.
25429         (insn_v1int_h): Handle big endian.
25430         (vec_interleave_lowv8qi): Handle big endian.
25431         (vec_interleave_lowv8qi_be): New.
25432         (vec_interleave_lowv8qi_le): New.
25433         (insn_v1int_l): Handle big endian.
25434         (vec_interleave_highv4hi): Handle big endian.
25435         (vec_interleave_highv4hi_be): New.
25436         (vec_interleave_highv4hi_le): New.
25437         (insn_v2int_h): Handle big endian.
25438         (vec_interleave_lowv4hi): Handle big endian.
25439         (vec_interleave_lowv4hi_be): New.
25440         (vec_interleave_lowv4hi_le): New.
25441         (insn_v2int_l): Handle big endian.
25442         (vec_interleave_highv2si): Handle big endian.
25443         (vec_interleave_highv2si_be): New.
25444         (vec_interleave_highv2si_le): New.
25445         (insn_v4int_h): Handle big endian.
25446         (vec_interleave_lowv2si): Handle big endian.
25447         (vec_interleave_lowv2si_be): New.
25448         (vec_interleave_lowv2si_le): New.
25449         (insn_v4int_l): Handle big endian.
25450         * config/tilegx/tilegx.opt (mbig-endian): New option.
25451         (mlittle-endian): New option.
25452         * doc/install.texi: Document tilegxbe-linux.
25453         * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
25455 2014-02-24  Martin Jambor  <mjambor@suse.cz>
25457         PR ipa/60266
25458         * ipa-cp.c (propagate_constants_accross_call): Bail out early if
25459         there are no parameter descriptors.
25461 2014-02-24  Andrey Belevantsev  <abel@ispras.ru>
25463         PR rtl-optimization/60268
25464         * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
25465         initialization to ...
25466         (sched_rgn_init): ... here.
25467         (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
25469 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
25471         * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
25472         names.
25474 2014-02-23  Edgar E. Iglesias  <edgar.iglesias@xilinx.com>
25476         * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
25477         definition.
25479 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
25481         * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
25482         define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
25484 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
25486         * config/microblaze/predicates.md: Add cmp_op predicate.
25487         * config/microblaze/microblaze.md: Add branch_compare instruction
25488         which uses cmp_op predicate and emits cmp insn before branch.
25489         * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
25490         to microblaze_expand_conditional_branch and consolidate logic.
25491         (microblaze_expand_conditional_branch): emit branch_compare
25492         insn instead of handling cmp op separate from branch insn.
25494 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25496         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
25497         to permit subregs.
25499 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25501         * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
25502         define_insn with define_expand and new define_insn
25503         *altivec_lve<VI_char>x_internal.
25504         (altivec_stve<VI_char>x): Replace define_insn with define_expand
25505         and new define_insn *altivec_stve<VI_char>x_internal.
25506         * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
25507         prototype.
25508         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
25509         lve*x built-ins.
25510         (altivec_expand_stvex_be): New function.
25512 2014-02-22  Joern Rennecke  <joern.rennecke@embecosm.com>
25514         * config/avr/avr.c (avr_can_eliminate): Allow elimination from
25515         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
25516         * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
25517         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
25519 2014-02-21  Vladimir Makarov  <vmakarov@redhat.com>
25521         PR target/60298
25522         * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
25523         instead of emit_move_insn.
25525 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25527         * config/rs6000/altivec.md (altivec_vsumsws): Replace second
25528         vspltw with vsldoi.
25529         (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
25530         gen_altivec_vsumsws.
25532 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25534         * config/rs6000/altivec.md (altivec_lvxl): Rename as
25535         *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
25536         (altivec_lvxl_<mode>): New define_expand incorporating
25537         -maltivec=be semantics where needed.
25538         (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
25539         (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
25540         semantics where needed.
25541         (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
25542         (altivec_stvx_<mode>): New define_expand incorporating
25543         -maltivec=be semantics where needed.
25544         (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
25545         VM2 iterator instead of V4SI.
25546         (altivec_stvxl_<mode>): New define_expand incorporating
25547         -maltivec=be semantics where needed.
25548         * config/rs6000/rs6000-builtin.def: Add new built-in definitions
25549         LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
25550         LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
25551         STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
25552         STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
25553         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
25554         ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
25555         similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
25556         ALTIVEC_BUILTIN_STVXL.
25557         * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
25558         (altivec_expand_stvx_be): Likewise.
25559         * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
25560         (altivec_expand_lvx_be): Likewise.
25561         (altivec_expand_stvx_be): Likewise.
25562         (altivec_expand_builtin): Add cases for
25563         ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
25564         ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
25565         (altivec_init_builtins): Add definitions for
25566         __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
25567         __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
25569 2014-02-21  Catherine Moore  <clm@codesourcery.com>
25571         * doc/invoke.texi (mvirt, mno-virt): Document.
25572         * config/mips/mips.opt (mvirt): New option.
25573         * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
25575 2014-02-21  Richard Biener  <rguenther@suse.de>
25577         PR tree-optimization/60276
25578         * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
25579         (STMT_VINFO_MIN_NEG_DIST): New macro.
25580         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
25581         STMT_VINFO_MIN_NEG_DIST.
25582         * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
25583         made for negative dependence distances still hold.
25585 2014-02-21  Richard Biener  <rguenther@suse.de>
25587         PR middle-end/60291
25588         * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
25589         DECL_INITIAL for globals not in the current function context.
25591 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
25593         PR tree-optimization/56490
25594         * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
25595         * tree-ssa-uninit.c: Include params.h.
25596         (compute_control_dep_chain): Add num_calls argument, return false
25597         if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
25598         num_calls to recursive call.
25599         (find_predicates): Change dep_chain into normal array,
25600         cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
25601         variable and adjust compute_control_dep_chain caller.
25602         (find_def_preds): Likewise.
25604 2014-02-21  Thomas Schwinge  <thomas@codesourcery.com>
25606         * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
25607         <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
25609 2014-02-21  Nick Clifton  <nickc@redhat.com>
25611         * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
25612         (pushhi1): Likewise.
25613         (popqi1): Add mode to pre_dec.
25614         (pophi1): Likewise.
25616 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
25618         * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
25619         mode for mask of V8SFmode permutation.
25621 2014-02-20  Richard Henderson  <rth@redhat.com>
25623         PR c++/60272
25624         * builtins.c (expand_builtin_atomic_compare_exchange): Always make
25625         a new pseudo for OLDVAL.
25627 2014-02-20  Jakub Jelinek  <jakub@redhat.com>
25629         PR target/57896
25630         * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
25631         gen_reg_rtx if d->testing_p.
25632         (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
25633         if d->testing_p and we will certainly return true.
25634         (expand_vec_perm_even_odd_1): Likewise.  Don't call gen_reg_rtx
25635         if d->testing_p.
25637 2014-02-20  Uros Bizjak  <ubizjak@gmail.com>
25639         * emit-rtl.c (gen_reg_rtx): Assert that
25640         crtl->emit.regno_pointer_align_length is non-zero.
25642 2014-02-20  Richard Henderson  <rth@redhat.com>
25644         PR c++/60272
25645         * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
25646         on failure the store back into EXPECT.
25648 2014-02-20  Chung-Lin Tang  <cltang@codesourcery.com>
25649             Sandra Loosemore  <sandra@codesourcery.com>
25651         * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
25652         * config/nios2/nios2.c (nios2_function_profiler): Add
25653         -fPIC (flag_pic == 2) support.
25654         (nios2_handle_custom_fpu_cfg): Fix warning parameter.
25655         (nios2_large_offset_p): New function.
25656         (nios2_unspec_reloc_p): Move up position, update to use
25657         nios2_large_offset_p.
25658         (nios2_unspec_address): Remove function.
25659         (nios2_unspec_offset): New function.
25660         (nios2_large_got_address): New function.
25661         (nios2_got_address): Add large offset support.
25662         (nios2_legitimize_tls_address): Update usage of removed and new
25663         functions.
25664         (nios2_symbol_binds_local_p): New function.
25665         (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
25666         (nios2_legitimize_address): Update to use nios2_large_offset_p.
25667         (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
25668         (nios2_print_operand): Merge H/L processing, add hiadj/lo
25669         processing for (const (unspec ...)).
25670         (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
25672 2014-02-20  Richard Biener  <rguenther@suse.de>
25674         * tree-cfg.c (replace_uses_by): Mark altered BBs before
25675         doing the substitution.
25676         (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
25678 2014-02-20  Martin Jambor  <mjambor@suse.cz>
25680         PR ipa/55260
25681         * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
25682         info when checking whether lattices are bottom.
25684 2014-02-20  Richard Biener  <rguenther@suse.de>
25686         PR middle-end/60221
25687         * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
25688         regions at -O0.
25690 2014-02-20  Jan Hubicka  <hubicka@ucw.cz>
25692         PR ipa/58555
25693         * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
25694         parameter specifying the scaling.
25695         (inline_call): Update.
25696         (want_inline_recursively): Guard division by zero.
25697         (recursive_inlining): Update.
25698         * ipa-inline.h (clone_inlined_nodes): Update.
25700 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
25702         PR target/60204
25703         * config/i386/i386.c (classify_argument): Pass structures of size
25704         64 bytes or less in register.
25706 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
25707             Kirill Yukhin  <kirill.yukhin@intel.com>
25709         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
25710         (_mm_rcp28_round_ss): Ditto.
25711         (_mm_rsqrt28_round_sd): Ditto.
25712         (_mm_rsqrt28_round_ss): Ditto.
25713         * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
25714         (_mm_rcp14_round_ss): Ditto.
25715         (_mm_rsqrt14_round_sd): Ditto.
25716         (_mm_rsqrt14_round_ss): Ditto.
25717         * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
25718         the first input operand, get rid of match_dup.
25719         (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
25720         attribute to sse.
25721         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
25722         Ditto.
25723         (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
25724         operand as the first input operand, set type attribute.
25725         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
25726         Set type attribute.
25727         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
25728         operand as the first input operand, set type attribute.
25730 2014-02-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25732         * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
25733         bit of zero.
25735 2014-02-19  H.J. Lu  <hongjiu.lu@intel.com>
25737         PR target/60207
25738         * config/i386/i386.c (construct_container): Remove TFmode check
25739         for X86_64_INTEGER_CLASS.
25741 2014-02-19  Uros Bizjak  <ubizjak@gmail.com>
25743         PR target/59794
25744         * config/i386/i386.c (type_natural_mode): Warn for ABI changes
25745         only when -Wpsabi is enabled.
25747 2014-02-19  Michael Hudson-Doyle  <michael.hudson@linaro.org>
25749          PR target/59799
25750         * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
25751         passing arrays in registers are the same as for structs, so remove the
25752         special case for them.
25754 2014-02-19  Eric Botcazou  <ebotcazou@adacore.com>
25756         * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
25757         destination type, extract only the valid bits if the source type is not
25758         integral and has a different mode.
25760 2014-02-19  Richard Biener  <rguenther@suse.de>
25762         PR ipa/60243
25763         * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
25764         for all calls.
25766 2014-02-19  Richard Biener  <rguenther@suse.de>
25768         PR ipa/60243
25769         * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
25770         (ipa_modify_call_arguments): Emit an argument load explicitely and
25771         preserve virtual SSA form there and for the replacement call.
25772         Do not update SSA form nor free dominance info.
25774 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
25776         * ipa.c (function_and_variable_visibility): Also clear WEAK
25777         flag when disolving COMDAT_GROUP.
25779 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
25781         * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
25782         * ipa-prop.c (ipa_set_jf_known_type): Return early when
25783         not devirtualizing.
25784         (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
25785         do more sanity checks.
25786         (detect_type_change): Return true when giving up early.
25787         (compute_complex_assign_jump_func): Fix type parameter of
25788         ipa_set_ancestor_jf.
25789         (compute_complex_ancestor_jump_func): Likewise.
25790         (update_jump_functions_after_inlining): Fix updating of
25791         ancestor function.
25792         * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
25794 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
25796         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
25797         inline clones when edge disappears.
25799 2014-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
25801         PR target/60203
25802         * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
25803         Split 64-bit moves into 2 patterns.  Do not allow the use of
25804         direct move for TDmode in little endian, since the decimal value
25805         has little endian bytes within a word, but the 64-bit pieces are
25806         ordered in a big endian fashion, and normal subreg's of TDmode are
25807         not allowed.
25808         (mov<mode>_64bit_dm): Likewise.
25809         (movtd_64bit_nodm): Likewise.
25811 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
25813         PR tree-optimization/60174
25814         * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
25815         statement of an SSA_NAME that occurs in an abnormal PHI node.
25817 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
25819         PR sanitizer/60142
25820         * final.c (SEEN_BB): Remove.
25821         (SEEN_NOTE, SEEN_EMITTED): Renumber.
25822         (final_scan_insn): Don't force_source_line on second
25823         NOTE_INSN_BASIC_BLOCK.
25825 2014-02-18  Uros Bizjak  <ubizjak@gmail.com>
25827         PR target/60205
25828         * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
25829         * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
25830         (type_natural_mode): Warn ABI change when %zmm register is not
25831         available for AVX512F vector value passing.
25833 2014-02-18  Kai Tietz  <ktietz@redhat.com>
25835         PR target/60193
25836         * config/i386/i386.c (ix86_expand_prologue): Use value in
25837         rax register as displacement when restoring %r10 or %rax.
25838         Fix wrong offset when restoring both registers.
25840 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
25842         * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
25843         assertion with conditional return.
25845 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
25846             Uros Bizjak  <ubizjak@gmail.com>
25848         PR driver/60233
25849         * config/i386/driver-i386.c (host_detect_local_cpu): If
25850         YMM state is not saved by the OS, also clear has_f16c.  Move
25851         CPUID 0x80000001 handling before YMM state saving checking.
25853 2014-02-18  Andrey Belevantsev  <abel@ispras.ru>
25855         PR rtl-optimization/58960
25856         * haifa-sched.c (alloc_global_sched_pressure_data): New,
25857         factored out from ...
25858         (sched_init): ... here.
25859         (free_global_sched_pressure_data): New, factored out from ...
25860         (sched_finish): ... here.
25861         * sched-int.h (free_global_sched_pressure_data): Declare.
25862         * sched-rgn.c (nr_regions_initial): New static global.
25863         (haifa_find_rgns): Initialize it.
25864         (schedule_region): Disable sched-pressure for the newly
25865         generated regions.
25867 2014-02-17  Richard Biener  <rguenther@suse.de>
25869         * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
25870         release SSA defs of pattern stmts.
25872 2014-02-17  Richard Biener  <rguenther@suse.de>
25874         * tree-inline.c (expand_call_inline): Release the virtual
25875         operand defined by the call we are about to inline.
25877 2014-02-17  Richard Biener  <rguenther@suse.de>
25879         * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
25881 2014-02-17  Kirill Yukhin  <kirill.yukhin@intel.com>
25882             Ilya Tocar  <ilya.tocar@intel.com>
25884         * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
25885         arguments order in builtin.
25886         (_mm512_permutexvar_epi64): Ditto.
25887         (_mm512_mask_permutexvar_epi64): Ditto
25888         (_mm512_maskz_permutexvar_epi32): Ditto
25889         (_mm512_permutexvar_epi32): Ditto
25890         (_mm512_mask_permutexvar_epi32): Ditto
25892 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25894         * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
25895         (p8_vmrgow): Likewise.
25897 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25899         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
25900         endian targets.
25902 2014-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
25904         PR target/60203
25905         * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
25906         (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
25907         into 64-bit and 32-bit moves.  On 64-bit moves, add support for
25908         using direct move instructions on ISA 2.07.  Also adjust
25909         instruction length for 64-bit.
25910         (mov<mode>_64bit, TFmode/TDmode): Likewise.
25911         (mov<mode>_32bit, TFmode/TDmode): Likewise.
25913 2014-02-15  Alan Modra  <amodra@gmail.com>
25915         PR target/58675
25916         PR target/57935
25917         * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
25918         find_replacement on parts of insn rtl that might be reloaded.
25920 2014-02-15  Richard Biener  <rguenther@suse.de>
25922         PR tree-optimization/60183
25923         * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
25924         (tree_ssa_phiprop): Calculate and free post-dominators.
25926 2014-02-14  Jeff Law  <law@redhat.com>
25928         PR rtl-optimization/60131
25929         * ree.c (get_extended_src_reg): New function.
25930         (combine_reaching_defs): Use it rather than assuming location of REG.
25931         (find_and_remove_re): Verify first operand of extension is
25932         a REG before adding the insns to the copy list.
25934 2014-02-14  Roland McGrath  <mcgrathr@google.com>
25936         * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
25937         * configure: Regenerated.
25938         * config.in: Regenerated.
25939         * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
25940         instead of ASM_SHORT.
25942 2014-02-14  Vladimir Makarov  <vmakarov@redhat.com>
25943             Richard Earnshaw  <rearnsha@arm.com>
25945         PR rtl-optimization/59535
25946         * lra-constraints.c (process_alt_operands): Encourage alternative
25947         when unassigned pseudo class is superset of the alternative class.
25948         (inherit_reload_reg): Don't inherit when optimizing for code size.
25949         * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
25950         returning CORE_REGS for anything but Thumb1 and BASE_REGS for
25951         modes not less than 4 for Thumb1.
25953 2014-02-14  Kyle McMartin  <kyle@redhat.com>
25955         PR pch/60010
25956         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
25958 2014-02-14  Richard Biener  <rguenther@suse.de>
25960         * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
25961         (get_frame_arg): Drop the assert with langhook types_compatible_p.
25962         Do not strip INDIRECT_REFs.
25964 2014-02-14  Richard Biener  <rguenther@suse.de>
25966         PR lto/60179
25967         * lto-streamer-out.c (DFS_write_tree_body): Do not follow
25968         DECL_FUNCTION_SPECIFIC_TARGET.
25969         (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
25970         * tree-streamer-out.c (pack_ts_target_option): Remove.
25971         (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
25972         (write_ts_function_decl_tree_pointers): Do not stream
25973         DECL_FUNCTION_SPECIFIC_TARGET.
25974         * tree-streamer-in.c (unpack_ts_target_option): Remove.
25975         (unpack_value_fields): Do not stream TS_TARGET_OPTION.
25976         (lto_input_ts_function_decl_tree_pointers): Do not stream
25977         DECL_FUNCTION_SPECIFIC_TARGET.
25979 2014-02-14  Jakub Jelinek  <jakub@redhat.com>
25981         * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
25982         (get_initial_def_for_induction, vectorizable_induction): Ignore
25983         debug stmts when looking for exit_phi.
25984         (vectorizable_live_operation): Fix up condition.
25986 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
25988         * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
25989         nreverse() because it changes the content of original tree list.
25991 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
25993         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
25994         * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
25996 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
25998         * config/nds32/nds32.c (nds32_naked_function_p): Follow the
25999         GNU coding standards.
26001 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
26003         PR debug/60152
26004         * dwarf2out.c (gen_subprogram_die): Don't call
26005         add_calling_convention_attribute if subr_die is old_die.
26007 2014-02-13  Sharad Singhai  <singhai@google.com>
26009         * doc/optinfo.texi: Fix order of nodes.
26011 2014-02-13  Uros Bizjak  <ubizjak@gmail.com>
26013         * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
26014         operands[2], not operands[3].
26016 2014-02-13  Richard Biener  <rguenther@suse.de>
26018         PR bootstrap/59878
26019         * doc/install.texi (ISL): Update recommended version to 0.12.2,
26020         mention the possibility of an in-tree build.
26021         (CLooG): Update recommended version to 0.18.1, mention the
26022         possibility of an in-tree build and clarify that the ISL
26023         bundled with CLooG does not work.
26025 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
26027         PR target/43546
26028         * expr.c (compress_float_constant): If x is a hard register,
26029         extend into a pseudo and then move to x.
26031 2014-02-13  Dominik Vogt  <vogt@linux.vnet.ibm.com>
26033         * config/s390/s390.c (s390_asm_output_function_label): Fix crash
26034         caused by bad second argument to warning_at() with -mhotpatch and
26035         nested functions (e.g. with gfortran).
26037 2014-02-13  Richard Sandiford  <rdsandiford@googlemail.com>
26039         * opts.c (option_name): Remove "enabled by default" rider.
26041 2014-02-12  John David Anglin  <danglin@gcc.gnu.org>
26043         * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
26045 2014-02-12  H.J. Lu  <hongjiu.lu@intel.com>
26046             Uros Bizjak  <ubizjak@gmail.com>
26048         PR target/60151
26049         * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
26050         * configure: Regenerated.
26052 2014-02-12  Richard Biener  <rguenther@suse.de>
26054         * vec.c (vec_prefix::calculate_allocation): Move as
26055         inline variant to vec.h.
26056         (vec_prefix::calculate_allocation_1): New out-of-line version.
26057         * vec.h (vec_prefix::calculate_allocation_1): Declare.
26058         (vec_prefix::m_has_auto_buf): Rename to ...
26059         (vec_prefix::m_using_auto_storage): ... this.
26060         (vec_prefix::calculate_allocation): Inline the easy cases
26061         and dispatch to calculate_allocation_1 which doesn't need the
26062         prefix address.
26063         (va_heap::reserve): Use gcc_checking_assert.
26064         (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
26065         m_using_auto_storage.
26066         (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
26067         member and adjust.
26068         (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
26069         (vec<T, va_heap, vl_ptr>::release): Avoid casting.
26070         (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
26072 2014-02-12  Richard Biener  <rguenther@suse.de>
26074         * gcse.c (compute_transp): break from loop over canon_modify_mem_list
26075         when we found a dependence.
26077 2014-02-12  Thomas Schwinge  <thomas@codesourcery.com>
26079         * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
26080         common code...
26081         (maybe_fold_stmt): ... into this new function.
26082         * omp-low.c (lower_omp): Update comment.
26084         * omp-low.c (lower_omp_target): Add clobber for sizes array, after
26085         last use.
26087         * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
26088         dereference.
26090 2014-02-12  James Greenhalgh  <james.greenhalgh@arm.com>
26092         * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
26093         identifiers in comments.
26094         (cortexa53_extra_costs): Likewise.
26095         * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
26096         (cortexa7_extra_costs): Likewise.
26097         (cortexa12_extra_costs): Likewise.
26098         (cortexa15_extra_costs): Likewise.
26099         (v7m_extra_costs): Likewise.
26101 2014-02-12  Richard Biener  <rguenther@suse.de>
26103         PR middle-end/60092
26104         * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
26105         of posix_memalign being successful.
26106         (lower_stmt): Restrict lowering of posix_memalign to when
26107         -ftree-bit-ccp is enabled.
26109 2014-02-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
26111         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
26112         arg_loc.
26113         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
26115 2014-02-12  Eric Botcazou  <ebotcazou@adacore.com>
26117         PR rtl-optimization/60116
26118         * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
26119         other_insn once the combination has been validated.
26121 2014-02-11  Jan Hubicka  <hubicka@ucw.cz>
26123         PR lto/59468
26124         * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
26125         and wrapper.
26126         * ipa-devirt.c: Include demangle.h
26127         (odr_violation_reported): New static variable.
26128         (add_type_duplicate): Update odr_violations.
26129         (maybe_record_node): Add completep parameter; update it.
26130         (record_target_from_binfo): Add COMPLETEP parameter;
26131         update it as needed.
26132         (possible_polymorphic_call_targets_1): Likewise.
26133         (struct polymorphic_call_target_d): Add nonconstruction_targets;
26134         rename FINAL to COMPLETE.
26135         (record_targets_from_bases): Sanity check we found the binfo;
26136         fix COMPLETEP updating.
26137         (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
26138         parameter, fix computing of COMPLETEP.
26139         (dump_possible_polymorphic_call_targets): Imrove readability of dump;
26140         at LTO time do demangling.
26141         (ipa_devirt): Use nonconstruction_targets; Improve dumps.
26142         * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
26143         parameter.
26144         (gimple_get_virt_method_for_binfo): Likewise.
26145         * gimple-fold.h (gimple_get_virt_method_for_binfo,
26146         gimple_get_virt_method_for_vtable): Update prototypes.
26148 2014-02-11  Vladimir Makarov  <vmakarov@redhat.com>
26150         PR target/49008
26151         * genautomata.c (add_presence_absence): Fix typo with
26152         {final_}presence_list.
26154 2014-02-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
26156         PR target/60137
26157         * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
26158         for VSX/Altivec vectors that land in GPR registers.
26160 2014-02-11  Richard Henderson  <rth@redhat.com>
26161             Jakub Jelinek  <jakub@redhat.com>
26163         PR debug/59776
26164         * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
26165         around drhs if type conversion to lacc->type is not useless.
26167 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26169         * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
26170         tuning struct.
26171         (cortex-a57.cortex-a53): Likewise.
26172         * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
26174 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26176         * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
26177         arm_restrict_it.
26179 2014-02-11  Renlin Li  <Renlin.Li@arm.com>
26181         * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
26182         add_options_for_arm_vfp3.
26184 2014-02-11  Jeff Law  <law@redhat.com>
26186         PR middle-end/54041
26187         * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
26188         object with an undesirable mode.
26190 2014-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26192         PR libgomp/60107
26193         * config/i386/sol2-9.h: New file.
26194         * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
26195         *-*-solaris2.9*): Use it.
26197 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
26199         * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
26200         * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
26202 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
26204         * config/microblaze/microblaze.c: Extend mcpu version format
26206 2014-02-10  David Holsgrove  <david.holsgrove@xilinx.com>
26208         * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
26210 2014-02-10  Richard Henderson  <rth@redhat.com>
26212         PR target/59927
26213         * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
26214         * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
26215         ms-abi vs -mno-accumulate-outgoing-args.
26216         (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
26217         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
26218         respect to ms-abi.
26220 2014-02-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
26222         PR middle-end/60080
26223         * cfgexpand.c (expand_asm_operands): Attach source location to
26224         ASM_INPUT rtx objects.
26225         * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
26227 2014-02-10  Nick Clifton  <nickc@redhat.com>
26229         * config/mn10300/mn10300.c (popcount): New function.
26230         (mn10300_expand_prologue): Include saved registers in stack usage
26231         count.
26233 2014-02-10  Jeff Law  <law@redhat.com>
26235         PR middle-end/52306
26236         * reload1.c (emit_input_reload_insns): Do not create invalid RTL
26237         when changing the SET_DEST of a prior insn to avoid an input reload.
26239 2014-02-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
26241         * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
26242         big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
26243         -mcall-openbsd, or -mcall-linux.
26244         (CC1_ENDIAN_BIG_SPEC): Remove.
26245         (CC1_ENDIAN_LITTLE_SPEC): Remove.
26246         (CC1_ENDIAN_DEFAULT_SPEC): Remove.
26247         (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
26248         (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
26249         and %cc1_endian_default.
26250         * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
26252 2014-02-10  Richard Biener  <rguenther@suse.de>
26254         PR tree-optimization/60115
26255         * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
26256         MEM_REF handling.  Properly verify that the accesses are not
26257         out of the objects bound.
26259 2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26261         * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
26262         coretex to cortex.
26264 2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
26266         * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
26267         proper constants and fix formatting.
26268         (possible_polymorphic_call_targets): Fix formatting.
26270 2014-02-10  Kirill Yukhin  <kirill.yukhin@intel.com>
26271             Ilya Tocar  <ilya.tocar@intel.com>
26273         * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
26274         (_mm512_loadu_epi32): Renamed into...
26275         (_mm512_loadu_si512): This.
26276         (_mm512_storeu_epi32): Renamed into...
26277         (_mm512_storeu_si512): This.
26278         (_mm512_maskz_ceil_ps): Removed.
26279         (_mm512_maskz_ceil_pd): Ditto.
26280         (_mm512_maskz_floor_ps): Ditto.
26281         (_mm512_maskz_floor_pd): Ditto.
26282         (_mm512_floor_round_ps): Ditto.
26283         (_mm512_floor_round_pd): Ditto.
26284         (_mm512_ceil_round_ps): Ditto.
26285         (_mm512_ceil_round_pd): Ditto.
26286         (_mm512_mask_floor_round_ps): Ditto.
26287         (_mm512_mask_floor_round_pd): Ditto.
26288         (_mm512_mask_ceil_round_ps): Ditto.
26289         (_mm512_mask_ceil_round_pd): Ditto.
26290         (_mm512_maskz_floor_round_ps): Ditto.
26291         (_mm512_maskz_floor_round_pd): Ditto.
26292         (_mm512_maskz_ceil_round_ps): Ditto.
26293         (_mm512_maskz_ceil_round_pd): Ditto.
26294         (_mm512_expand_pd): Ditto.
26295         (_mm512_expand_ps): Ditto.
26296         * config/i386/i386.c (ix86_builtins): Remove
26297         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
26298         (bdesc_args): Ditto.
26299         * config/i386/predicates.md (const1256_operand): New.
26300         (const_1_to_2_operand): Ditto.
26301         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
26302         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
26303         (*avx512pf_gatherpf<mode>sf): Ditto.
26304         (avx512pf_gatherpf<mode>df): Ditto.
26305         (*avx512pf_gatherpf<mode>df_mask): Ditto.
26306         (*avx512pf_gatherpf<mode>df): Ditto.
26307         (avx512pf_scatterpf<mode>sf): Ditto.
26308         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
26309         (*avx512pf_scatterpf<mode>sf): Ditto.
26310         (avx512pf_scatterpf<mode>df): Ditto.
26311         (*avx512pf_scatterpf<mode>df_mask): Ditto.
26312         (*avx512pf_scatterpf<mode>df): Ditto.
26313         (avx512f_expand<mode>): Removed.
26314         (<shift_insn><mode>3<mask_name>): Change predicate type.
26316 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
26318         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
26319         not at the end of datarefs vector use ordered_remove to avoid
26320         reordering datarefs vector.
26322         PR c/59984
26323         * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
26324         mark local addressable non-static vars as GOVD_PRIVATE
26325         instead of GOVD_LOCAL.
26326         * omp-low.c (lower_omp_for): Move gimple_bind_vars
26327         and BLOCK_VARS of gimple_bind_block to new_stmt rather
26328         than copying them.
26330         PR middle-end/60092
26331         * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
26332         if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
26333         assume_aligned or alloc_align attributes.
26334         (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
26335         arguments.  Handle also assume_aligned and alloc_align attributes.
26336         (evaluate_stmt): Adjust bit_value_assume_aligned caller.  Handle
26337         calls to functions with assume_aligned or alloc_align attributes.
26338         * doc/extend.texi: Document assume_aligned and alloc_align attributes.
26340 2014-02-08  Terry Guo  <terry.guo@arm.com>
26342         * doc/invoke.texi: Document ARM -march=armv7e-m.
26344 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
26346         * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
26347         flag on __cilkrts_rethrow builtin.
26349         PR ipa/60026
26350         * ipa-cp.c (determine_versionability): Fail at -O0
26351         or __attribute__((optimize (0))) or -fno-ipa-cp functions.
26352         * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
26354         Revert:
26355         2014-02-04  Jakub Jelinek  <jakub@redhat.com>
26357         PR ipa/60026
26358         * tree-inline.c (copy_forbidden): Fail for
26359         __attribute__((optimize (0))) functions.
26361 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
26363         * varpool.c: Include pointer-set.h.
26364         (varpool_remove_unreferenced_decls): Variables in other partitions
26365         will not be output; be however careful to not lose information
26366         about partitioning.
26368 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
26370         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
26371         lookup in the vtable constructor.
26373 2014-02-07  Jeff Law  <law@redhat.com>
26375         PR target/40977
26376         * config/m68k/m68k.md (ashldi_extsi): Turn into a
26377         define_insn_and_split.
26379         * ipa-inline.c (inline_small_functions): Fix typos.
26381 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
26383         * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
26384         (s390_can_use_return_insn): Declare.
26385         * config/s390/s390.h (EPILOGUE_USES): Define.
26386         * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
26387         instructions.
26388         (s390_chunkify_start): Handle return JUMP_LABELs.
26389         (s390_early_mach): Emit a main_pool instruction on the entry edge.
26390         (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
26391         (s390_can_use_return_insn): New functions.
26392         (s390_fix_long_loop_prediction): Handle conditional returns.
26393         (TARGET_SET_UP_BY_PROLOGUE): Define.
26394         * config/s390/s390.md (ANY_RETURN): New code iterator.
26395         (*creturn, *csimple_return, return, simple_return): New patterns.
26397 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
26399         * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
26400         notes to each restore.  Also add REG_CFA_DEF_CFA when restoring %r15.
26401         (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P.  Update the
26402         REG_CFA_RESTORE list when deciding not to restore a register.
26404 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
26406         * config/s390/s390.c: Include tree-pass.h and context.h.
26407         (s390_early_mach): New function, split out from...
26408         (s390_emit_prologue): ...here.
26409         (pass_data_s390_early_mach): New pass structure.
26410         (pass_s390_early_mach): New class.
26411         (s390_option_override): Create and register early_mach pass.
26412         Move to end of file.
26414 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
26416         * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
26417         to match for the exit block.
26419 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26421         * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
26422         ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
26423         Reject misaligned operands.
26425 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26427         * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
26429 2014-02-07  Richard Biener  <rguenther@suse.de>
26431         PR middle-end/60092
26432         * gimple-low.c (lower_builtin_posix_memalign): New function.
26433         (lower_stmt): Call it to lower posix_memalign in a way
26434         to make alignment info accessible.
26436 2014-02-07  Jakub Jelinek  <jakub@redhat.com>
26438         PR c++/60082
26439         * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
26440         __builtin_setjmp_receiver.
26442 2014-02-07  Richard Biener  <rguenther@suse.de>
26444         PR middle-end/60092
26445         * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
26446         * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
26447         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
26448         Handle BUILT_IN_POSIX_MEMALIGN.
26449         (find_func_clobbers): Likewise.
26450         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
26451         (call_may_clobber_ref_p_1): Likewise.
26453 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
26455         PR ipa/59918
26456         * ipa-devirt.c (record_target_from_binfo): Remove overactive
26457         sanity check.
26459 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
26461         PR ipa/59469
26462         * lto-cgraph.c (lto_output_node): Use
26463         symtab_get_symbol_partitioning_class.
26464         (lto_output_varpool_node): likewise.
26465         (symtab_get_symbol_partitioning_class): Move here from
26466         lto/lto-partition.c
26467         * cgraph.h (symbol_partitioning_class): Likewise.
26468         (symtab_get_symbol_partitioning_class): Declare.
26470 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
26472         * ggc.h (ggc_internal_cleared_alloc): New macro.
26473         * vec.h (vec_safe_copy): Handle memory stats.
26474         * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
26475         * target-globals.c (save_target_globals): Likewise.
26477 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
26479         PR target/60077
26480         * expr.c (emit_move_resolve_push): Export; be bit more selective
26481         on when to clear alias set.
26482         * expr.h (emit_move_resolve_push): Declare.
26483         * function.h (struct function): Add tail_call_marked.
26484         * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
26485         * config/i386/i386-protos.h (ix86_expand_push): Remove.
26486         * config/i386/i386.md (TImode move expander): De not call
26487         ix86_expand_push.
26488         (FP push expanders): Preserve memory attributes.
26489         * config/i386/sse.md (push<mode>1): Remove.
26490         * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
26491         (ix86_expand_push): Remove.
26492         * config/i386/mmx.md (push<mode>1): Remove.
26494 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
26496         PR rtl-optimization/60030
26497         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
26498         lopart with paradoxical subreg before shifting it up by hprec.
26500 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26502         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
26503         Remove extra newline at end of file.
26504         * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
26505         (arm_issue_rate): Handle cortexa57.
26506         * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
26507         (cortex-a57.cortex-a53): Likewise.
26509 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
26511         PR target/59575
26512         * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
26513         don't record in REG_FRAME_RELATED_EXPR registers not set in that
26514         bitmask.
26515         (arm_expand_prologue): Adjust all callers.
26516         (arm_unwind_emit_sequence): Allow saved, but not important for unwind
26517         info, registers also at the lowest numbered registers side.  Use
26518         gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
26519         XEXP.
26521         PR debug/59992
26522         * var-tracking.c (adjust_mems): Before adding a SET to
26523         amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
26525 2014-02-06  Alan Modra  <amodra@gmail.com>
26527         PR target/60032
26528         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
26529         change SDmode to DDmode when lra_in_progress.
26531 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
26533         PR middle-end/59150
26534         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
26535         free_data_ref on the dr first, and before goto again also set dr
26536         to the next dr.  For simd_lane_access, free old datarefs[i] before
26537         overwriting it.  For get_vectype_for_scalar_type failure, don't
26538         free_data_ref if simd_lane_access.
26540         * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
26542         PR target/60062
26543         * tree.h (opts_for_fn): New inline function.
26544         (opt_for_fn): Define.
26545         * config/i386/i386.c (ix86_function_regparm): Use
26546         opt_for_fn (decl, optimize) instead of optimize.
26548 2014-02-06  Marcus Shawcroft  <marcus.shawcroft@arm.com>
26550         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
26551         for SYMBOL_REF in large memory model.
26553 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26555         * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
26556         and crypto support.
26557         (cortex-a57): Likewise.
26558         (cortex-a57.cortex-a53): Likewise.
26560 2014-02-06  Yury Gribov  <y.gribov@samsung.com>
26561             Kugan Vivekanandarajah  <kuganv@linaro.org>
26563         * config/arm/arm.c (arm_vector_alignment_reachable): Check
26564         unaligned_access.
26565         * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
26567 2014-02-06  Richard Biener  <rguenther@suse.de>
26569         * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
26570         set_loop_copy and initialize_original_copy_tables.
26572 2014-02-06  Alex Velenko  <Alex.Velenko@arm.com>
26574         * config/aarch64/aarch64-simd.md
26575         (aarch64_ashr_simddi): Change QI to SI.
26577 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
26578             Jakub Jelinek  <jakub@redhat.com>
26580         PR middle-end/60013
26581         * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
26582         of the dataflow.
26584 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26586         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
26587         CODE_FOR_altivec_vpku[hw]um to
26588         CODE_FOR_altivec_vpku[hw]um_direct.
26589         * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
26590         UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
26591         (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
26592         UNSPEC_VUNPACK_LO_SIGN_DIRECT.
26594 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26596         * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
26597         generation for -maltivec=be.
26598         (altivec_vsumsws): Simplify redundant test.
26600 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26602         * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
26603         (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
26604         (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
26605         (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
26606         gen_altivec_vpkuwum.
26607         (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
26608         BYTES_BIG_ENDIAN.
26609         (altivec_vpks<VI_char>ss): Likewise.
26610         (altivec_vpks<VI_char>us): Likewise.
26611         (altivec_vpku<VI_char>us): Likewise.
26612         (altivec_vpku<VI_char>um): Likewise.
26613         (altivec_vpku<VI_char>um_direct): New (copy of
26614         altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
26615         internal use).
26616         (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
26617         target is little endian and -maltivec=be is not specified.
26618         (*altivec_vupkhs<VU_char>_direct): New (copy of
26619         altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
26620         (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
26621         target is little endian and -maltivec=be is not specified.
26622         (*altivec_vupkls<VU_char>_direct): New (copy of
26623         altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
26624         (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
26625         little endian and -maltivec=be is not specified.
26626         (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
26627         little endian and -maltivec=be is not specified.
26629 2014-02-05  Richard Henderson  <rth@redhat.com>
26631         PR debug/52727
26632         * combine-stack-adj.c: Revert r206943.
26633         * sched-int.h (struct deps_desc): Add last_args_size.
26634         * sched-deps.c (init_deps): Initialize it.
26635         (sched_analyze_insn): Add OUTPUT dependencies between insns that
26636         contain REG_ARGS_SIZE notes.
26638 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
26640         * lto-cgraph.c (asm_nodes_output): Make global.
26641         * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
26642         * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
26643         (driver_handle_option): Handle OPT_fwpa.
26645 2014-02-05  Jakub Jelinek  <jakub@redhat.com>
26647         PR ipa/59947
26648         * ipa-devirt.c (possible_polymorphic_call_targets): Fix
26649         a comment typo and formatting issue.  If odr_hash hasn't been
26650         created, return vNULL and set *completep to false.
26652         PR middle-end/57499
26653         * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
26654         bb with no successors.
26656 2014-02-05  James Greenhalgh  <james.greenhalgh@arm.com>
26658         PR target/59718
26659         * doc/invoke.texi (-march): Clarify documentation for ARM.
26660         (-mtune): Likewise.
26661         (-mcpu): Likewise.
26663 2014-02-05  Richard Biener  <rguenther@suse.de>
26665         * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
26666         when not vectorizing because of too many alias checks.
26667         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
26668         Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
26670 2014-02-05  Nick Clifton  <nickc@redhat.com>
26672         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
26673         accept extended registers in any mode when compiling for the MN10300.
26675 2014-02-05  Yury Gribov  <y.gribov@samsung.com>
26677         * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
26678         * ipa-inline.c (report_inline_failed_reason): Handle mismatched
26679         sanitization attributes.
26680         (can_inline_edge_p): Likewise.
26681         (sanitize_attrs_match_for_inline_p): New function.
26683 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
26685         * ipa-prop.c (detect_type_change): Shor circuit testing of
26686         type changes on THIS pointer.
26688 2014-02-04  John David Anglin  <danglin@gcc.gnu.org>
26690         PR target/59777
26691         * config/pa/pa.c (legitimize_tls_address): Return original address
26692         if not passed a SYMBOL_REF rtx.
26693         (hppa_legitimize_address): Call legitimize_tls_address for all TLS
26694         addresses.
26695         (pa_emit_move_sequence): Simplify TLS source operands.
26696         (pa_legitimate_constant_p): Reject all TLS constants.
26697         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
26698         (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
26700 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
26702         * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
26703         groups when we know they are controlled by LTO.
26704         * varasm.c (default_binds_local_p_1): If object is in other partition,
26705         it will be resolved locally.
26707 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
26709         * config/host-linux.c (linux_gt_pch_use_address): Don't
26710         use SSIZE_MAX because it is not always defined.
26712 2014-02-04  Vladimir Makarov  <vmakarov@redhat.com>
26714         PR bootstrap/59913
26715         * lra-constraints.c (need_for_split_p): Use more 3 reloads as
26716         threshold for pseudo splitting.
26717         (update_ebb_live_info): Process call argument hard registers and
26718         hard registers from insn definition too.
26719         (max_small_class_regs_num): New constant.
26720         (inherit_in_ebb): Update live hard regs through EBBs.  Update
26721         reloads_num only for small register classes.  Don't split for
26722         outputs of jumps.
26724 2014-02-04  Markus Trippelsdorf  <markus@trippelsdorf.de>
26726         PR ipa/60058
26727         * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
26728         is non-null.
26730 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
26732         * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
26733         visibility is safe.
26735 2014-02-04  Marek Polacek  <polacek@redhat.com>
26737         * gdbinit.in (pel): Define.
26739 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
26741         * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
26742         behavior.
26744 2014-02-04  Richard Biener  <rguenther@suse.de>
26746         PR lto/59723
26747         * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
26748         in function context local.
26749         (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
26750         * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
26751         similar to LTO_imported_decl_ref.
26753 2014-02-04  Jakub Jelinek  <jakub@redhat.com>
26755         PR tree-optimization/60002
26756         * cgraphclones.c (build_function_decl_skip_args): Clear
26757         DECL_LANG_SPECIFIC.
26759         PR tree-optimization/60023
26760         * tree-if-conv.c (predicate_mem_writes): Pass true instead of
26761         false to gsi_replace.
26762         * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
26763         has been in some EH region and vec_stmt could throw, add
26764         vec_stmt into the same EH region.
26765         * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
26766         has no lhs, ignore it.
26767         * internal-fn.c (expand_MASK_LOAD): Likewise.
26769         PR ipa/60026
26770         * tree-inline.c (copy_forbidden): Fail for
26771         __attribute__((optimize (0))) functions.
26773         PR other/58712
26774         * omp-low.c (simd_clone_struct_copy): If from->inbranch
26775         is set, copy one less argument.
26776         (expand_simd_clones): Don't subtract clone_info->inbranch
26777         from simd_clone_struct_alloc argument.
26779         PR rtl-optimization/57915
26780         * recog.c (simplify_while_replacing): If all unary/binary/relational
26781         operation arguments are constant, attempt to simplify those.
26783         PR middle-end/59261
26784         * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
26785         if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
26787 2014-02-04  Richard Biener  <rguenther@suse.de>
26789         PR tree-optimization/60012
26790         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
26791         TBAA disambiguation to all DDRs.
26793 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26795         PR target/59788
26796         * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
26797         (LINK_SPEC): Use it for -shared, -shared-libgcc.
26799 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
26801         PR ipa/59882
26802         * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
26804 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
26806         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
26807         * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
26809 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
26811         PR ipa/59831
26812         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
26813         to figure out targets of polymorphic calls with known decl.
26814         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
26815         * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
26816         * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
26817         (get_polymorphic_call_info): ... here.
26818         (get_polymorphic_call_info_from_invariant): New function.
26820 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
26822         * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
26823         lookup via vtable pointer; check for type consistency
26824         and turn inconsitent facts into UNREACHABLE.
26825         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
26826         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
26827         type inconsistent querries; return UNREACHABLE instead.
26829 2014-02-03  Richard Henderson  <rth@twiddle.net>
26831         PR tree-opt/59924
26832         * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
26833         already processed this node.
26834         (normalize_one_pred_1): Pass along mark_set.
26835         (normalize_one_pred): Create and destroy a pointer_set_t.
26836         (normalize_one_pred_chain): Likewise.
26838 2014-02-03  Laurent Aflonsi  <laurent.alfonsi@st.com>
26840         PR gcov-profile/58602
26841         * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
26843 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
26845         PR ipa/59831
26846         * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
26847         -fno-devirtualize; try to devirtualize by the knowledge of
26848         virtual table pointer given by aggregate propagation.
26849         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
26850         (ipa_print_node_jump_functions): Dump also offset that
26851         is relevant for polymorphic calls.
26852         (determine_known_aggregate_parts): Add arg_type parameter; use it
26853         instead of determining the type from pointer type.
26854         (ipa_compute_jump_functions_for_edge): Update call of
26855         determine_known_aggregate_parts.
26856         * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
26857         (gimple_get_virt_method_for_binfo): ... here; simplify using
26858         vtable_pointer_value_to_vtable.
26859         * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
26860         * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
26861         to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
26862         (vtable_pointer_value_to_vtable): Break out from ...; handle also
26863         POINTER_PLUS_EXPR.
26864         (vtable_pointer_value_to_binfo): ... here.
26865         * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
26867 2014-02-03  Teresa Johnson  <tejohnson@google.com>
26869         * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
26870         redef of outer loop index variable.
26872 2014-02-03  Marc Glisse  <marc.glisse@inria.fr>
26874         PR c++/53017
26875         PR c++/59211
26876         * doc/extend.texi (Function Attributes): Typo.
26878 2014-02-03  Cong Hou  <congh@google.com>
26880         PR tree-optimization/60000
26881         * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
26882         if the vectorized statement is a store.  A store statement can only
26883         appear at the end of pattern statements.
26885 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
26887         * config/i386/i386.c (flag_opts): Add -mlong-double-128.
26888         (ix86_option_override_internal): Default long double to 64-bit for
26889         32-bit Bionic and to 128-bit for 64-bit Bionic.
26891         * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
26892         TARGET_LONG_DOUBLE_128 is true.
26893         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
26895         * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
26896         (mlong-double-64): Negate -mlong-double-128.
26897         (mlong-double-128): New option.
26899         * config/i386/i386-c.c (ix86_target_macros): Define
26900         __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
26902         * doc/invoke.texi: Document -mlong-double-128.
26904 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
26906         PR rtl-optimization/60024
26907         * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
26909 2014-02-03  Markus Trippelsdorf  <markus@trippelsdorf.de>
26911         * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
26913 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
26915         PR rtl-optimization/57662
26916         * sel-sched.c (code_motion_path_driver): Do not mark already not
26917         existing blocks in the visiting bitmap.
26919 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
26921         * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
26922         on the insn being emitted.
26924 2014-02-03  James Greenhalgh  <james.greenhalgh@arm.com>
26925             Will Deacon  <will.deacon@arm.com>
26927         * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
26929 2014-02-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26931         * config/arm/arm-tables.opt: Regenerate.
26933 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26935         * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
26936         for vector types other than V16QImode.
26937         * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
26938         define_expand, and call altivec_expand_vec_perm_le when producing
26939         code with little endian element order.
26940         (*altivec_vperm_<mode>_internal): New insn having previous
26941         behavior of altivec_vperm_<mode>.
26942         (altivec_vperm_<mode>_uns): Change to a define_expand, and call
26943         altivec_expand_vec_perm_le when producing code with little endian
26944         element order.
26945         (*altivec_vperm_<mode>_uns_internal): New insn having previous
26946         behavior of altivec_vperm_<mode>_uns.
26948 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26950         * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
26951         (altivec_vsumsws): Add handling for -maltivec=be with a little
26952         endian target.
26953         (altivec_vsumsws_direct): New.
26954         (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
26955         gen_altivec_vsumsws.
26957 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
26959         * ipa-devirt.c (subbinfo_with_vtable_at_offset,
26960         vtable_pointer_value_to_binfo): New functions.
26961         * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
26962         * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
26964 2014-02-02  Sandra Loosemore  <sandra@codesourcery.com>
26966         * config/nios2/nios2.md (load_got_register): Initialize GOT
26967         pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
26968         * config/nios2/nios2.c (nios2_function_profiler): Likewise.
26970 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
26972         * ipa-prop.c (update_jump_functions_after_inlining): When type is not
26973         preserverd by passthrough, do not propagate the type.
26975 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
26977         * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
26978         (mips_atomic_assign_expand_fenv): New function.
26979         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
26981 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
26983         * doc/extend.texi (__builtin_mips_get_fcsr): Document.
26984         (__builtin_mips_set_fcsr): Likewise.
26985         * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
26986         MIPS_USI_FTYPE_VOID.
26987         * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
26988         (mips16_expand_set_fcsr): Likewise.
26989         * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
26990         (mips16_set_fcsr_stub): Likewise.
26991         (mips16_get_fcsr_one_only_stub): New class.
26992         (mips16_set_fcsr_one_only_stub): Likewise.
26993         (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
26994         (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
26995         (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
26996         (hard_float): New availability predicate.
26997         (mips_builtins): Add get_fcsr and set_fcsr.
26998         (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
26999         * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
27000         (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
27001         (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
27002         (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
27003         patterns.
27005 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
27007         * config/mips/mips.c (mips_one_only_stub): New class.
27008         (mips_need_mips16_rdhwr_p): Replace with...
27009         (mips16_rdhwr_stub): ...this new variable.
27010         (mips16_stub_call_address): New function.
27011         (mips16_rdhwr_one_only_stub): New class.
27012         (mips_expand_thread_pointer): Use mips16_stub_call_address.
27013         (mips_output_mips16_rdhwr): Delete.
27014         (mips_finish_stub): New function.
27015         (mips_code_end): Use it to handle rdhwr stubs.
27017 2014-02-02  Uros Bizjak  <ubizjak@gmail.com>
27019         PR target/60017
27020         * config/i386/i386.c (classify_argument): Fix handling of bit_offset
27021         when calculating size of integer atomic types.
27023 2014-02-02  H.J. Lu  <hongjiu.lu@intel.com>
27025         * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
27027 2014-02-01  Jakub Jelinek  <jakub@redhat.com>
27029         PR tree-optimization/60003
27030         * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
27031         * profile.c (branch_prob): Use gimple_call_builtin_p
27032         to check for BUILT_IN_SETJMP_RECEIVER.
27033         * tree-inline.c (copy_bb): Call notice_special_calls.
27035 2014-01-31  Vladimir Makarov  <vmakarov@redhat.com>
27037         PR bootstrap/59985
27038         * lra-constraints.c (process_alt_operands): Update reload_sum only
27039         on the first pass.
27041 2014-01-31  Richard Henderson  <rth@redhat.com>
27043         PR middle-end/60004
27044         * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
27045         until after else_eh is processed.
27047 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
27049         * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
27050         (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
27051         (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
27052         in smmintrin.h, remove them.
27053         (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
27054         * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
27055         * config/i386/i386.md (ROUND_SAE): Fix value.
27056         * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
27057         (const48_operand): New.
27058         * config/i386/subst.md (round), (round_expand): Use
27059         const_4_or_8_to_11_operand.
27060         (round_saeonly), (round_saeonly_expand): Use const48_operand.
27062 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
27064         * config/i386/constraints.md (Yk): Swap meaning with k.
27065         * config/i386/i386.md (movhi_internal): Change Yk to k.
27066         (movqi_internal): Ditto.
27067         (*k<logic><mode>): Ditto.
27068         (*andhi_1): Ditto.
27069         (*andqi_1): Ditto.
27070         (kandn<mode>): Ditto.
27071         (*<code>hi_1): Ditto.
27072         (*<code>qi_1): Ditto.
27073         (kxnor<mode>): Ditto.
27074         (kortestzhi): Ditto.
27075         (kortestchi): Ditto.
27076         (kunpckhi): Ditto.
27077         (*one_cmplhi2_1): Ditto.
27078         (*one_cmplqi2_1): Ditto.
27079         * config/i386/sse.md (): Change k to Yk.
27080         (avx512f_load<mode>_mask): Ditto.
27081         (avx512f_blendm<mode>): Ditto.
27082         (avx512f_store<mode>_mask): Ditto.
27083         (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
27084         (avx512f_storedqu<mode>_mask): Ditto.
27085         (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
27086         Ditto.
27087         (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
27088         (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
27089         (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
27090         (avx512f_maskcmp<mode>3): Ditto.
27091         (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
27092         (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
27093         (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
27094         (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
27095         (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
27096         (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
27097         (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
27098         (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
27099         (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
27100         (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
27101         (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
27102         (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
27103         (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
27104         (vec_extract_lo_<mode>_maskm): Ditto.
27105         (vec_extract_hi_<mode>_maskm): Ditto.
27106         (avx512f_vternlog<mode>_mask): Ditto.
27107         (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
27108         (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
27109         (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
27110         (avx512f_<code>v8div16qi2_mask): Ditto.
27111         (avx512f_<code>v8div16qi2_mask_store): Ditto.
27112         (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
27113         (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
27114         (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
27115         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
27116         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
27117         (*avx512pf_gatherpf<mode>df_mask): Ditto.
27118         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
27119         (*avx512pf_scatterpf<mode>df_mask): Ditto.
27120         (avx512cd_maskb_vec_dupv8di): Ditto.
27121         (avx512cd_maskw_vec_dupv16si): Ditto.
27122         (avx512f_vpermi2var<mode>3_maskz): Ditto.
27123         (avx512f_vpermi2var<mode>3_mask): Ditto.
27124         (avx512f_vpermi2var<mode>3_mask): Ditto.
27125         (avx512f_vpermt2var<mode>3_maskz): Ditto.
27126         (*avx512f_gathersi<mode>): Ditto.
27127         (*avx512f_gathersi<mode>_2): Ditto.
27128         (*avx512f_gatherdi<mode>): Ditto.
27129         (*avx512f_gatherdi<mode>_2): Ditto.
27130         (*avx512f_scattersi<mode>): Ditto.
27131         (*avx512f_scatterdi<mode>): Ditto.
27132         (avx512f_compress<mode>_mask): Ditto.
27133         (avx512f_compressstore<mode>_mask): Ditto.
27134         (avx512f_expand<mode>_mask): Ditto.
27135         * config/i386/subst.md (mask): Change k to Yk.
27136         (mask_scalar_merge): Ditto.
27137         (sd): Ditto.
27139 2014-01-31  Marc Glisse  <marc.glisse@inria.fr>
27141         * doc/extend.texi (Vector Extensions): Document ?: in C++.
27143 2014-01-31  Richard Biener  <rguenther@suse.de>
27145         PR middle-end/59990
27146         * builtins.c (fold_builtin_memory_op): Make sure to not
27147         use a floating-point mode or a boolean or enumeral type for
27148         the copy operation.
27150 2014-01-30  DJ Delorie  <dj@redhat.com>
27152         * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
27153         * config/msp430/msp430.md (msp430_refsym_need_exit): New.
27154         * config/msp430/msp430.c (msp430_expand_epilogue): Call it
27155         whenever main() has an epilogue.
27157 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27159         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
27160         unused variable "field".
27161         * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
27162         (vsx_mergeh_<mode>): Likewise.
27163         * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
27164         (altivec_vmrghh): Likewise.
27165         (altivec_vmrghw): Likewise.
27166         (altivec_vmrglb): Likewise.
27167         (altivec_vmrglh): Likewise.
27168         (altivec_vmrglw): Likewise.
27169         (altivec_vspltb): Add missing uses.
27170         (altivec_vsplth): Likewise.
27171         (altivec_vspltw): Likewise.
27172         (altivec_vspltsf): Likewise.
27174 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
27176         PR target/59923
27177         * ifcvt.c (cond_exec_process_insns): Don't conditionalize
27178         frame related instructions.
27180 2014-01-30  Vladimir Makarov  <vmakarov@redhat.com>
27182         PR rtl-optimization/59959
27183         * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
27184         any reload of register whose subreg is invalid.
27186 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
27188         * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
27189         * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
27190         Add missing return type - void.
27192 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27194         * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
27195         gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
27196         remove element index adjustment for endian (now handled in vsx.md
27197         and altivec.md).
27198         (altivec_expand_vec_perm_const): Use
27199         gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
27200         * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
27201         (vsx_xxspltw_<mode>): Adjust element index for little endian.
27202         * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
27203         define_expand and a new define_insn *altivec_vspltb_internal;
27204         adjust for -maltivec=be on a little endian target.
27205         (altivec_vspltb_direct): New.
27206         (altivec_vsplth): Divide into a define_expand and a new
27207         define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
27208         little endian target.
27209         (altivec_vsplth_direct): New.
27210         (altivec_vspltw): Divide into a define_expand and a new
27211         define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
27212         little endian target.
27213         (altivec_vspltw_direct): New.
27214         (altivec_vspltsf): Divide into a define_expand and a new
27215         define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
27216         a little endian target.
27218 2014-01-30  Richard Biener  <rguenther@suse.de>
27220         PR tree-optimization/59993
27221         * tree-ssa-forwprop.c (associate_pointerplus): Check we
27222         can propagate form the earlier stmt and avoid the transform
27223         when the intermediate result is needed.
27225 2014-01-30  Alangi Derick  <alangiderick@gmail.com>
27227         * README.Portability: Fix typo.
27229 2014-01-30  David Holsgrove  <david.holsgrove@xilinx.com>
27231         * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
27232         comparison_operator with ordered_comparison_operator.
27234 2014-01-30  Nick Clifton  <nickc@redhat.com>
27236         * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
27237         Rename to mn10300_store_multiple_regs.
27238         * config/mn10300/mn10300.c: Likewise.
27239         * config/mn10300/mn10300.md (store_movm): Fix typo: call
27240         store_multiple_regs.
27241         * config/mn10300/predicates.md (mn10300_store_multiple_operation):
27242         Call mn10300_store_multiple_regs.
27244 2014-01-30  Nick Clifton  <nickc@redhat.com>
27245             DJ Delorie  <dj@redhat.com>
27247         * config/rl78/rl78.c (register_sizes): Make the "upper half" of
27248         %fp 2 to keep registers after it properly word-aligned.
27249         (rl78_alloc_physical_registers_umul): Handle the case where both
27250         input operands are the same.
27252 2014-01-30  Richard Biener  <rguenther@suse.de>
27254         PR tree-optimization/59903
27255         * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
27256         check properly.
27258 2014-01-30  Jason Merrill  <jason@redhat.com>
27260         PR c++/59633
27261         * tree.c (walk_type_fields): Handle VECTOR_TYPE.
27263         PR c++/59645
27264         * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
27266 2014-01-30  Richard Biener  <rguenther@suse.de>
27268         PR tree-optimization/59951
27269         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
27271 2014-01-30  Savin Zlobec  <savin.zlobec@gmail.com>
27273         PR target/59784
27274         * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
27275         SFmode to DFmode case.
27277 2014-01-29  DJ Delorie  <dj@redhat.com>
27279         * config/msp430/msp430.opt (-minrt): New.
27280         * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
27281         if -minrt given.
27282         (ENDFILE_SPEC): Likewise.
27284 2014-01-29  Jan Hubicka  <hubicka@ucw.cz>
27286         * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
27287         (estimate_function_body_sizes): Use it.
27289 2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
27291         PR c++/58561
27292         * dwarf2out.c (is_cxx_auto): New.
27293         (is_base_type): Use it.
27294         (gen_type_die_with_usage): Likewise.
27296 2014-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27298         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const):  Use
27299         CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
27300         * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
27301         -maltivec=be with LE targets.
27302         (vsx_mergeh_<mode>): Likewise.
27303         * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
27304         (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
27305         (altivec_vmrghb): Replace with define_expand and new
27306         *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
27307         (altivec_vmrghb_direct): New define_insn.
27308         (altivec_vmrghh): Replace with define_expand and new
27309         *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
27310         (altivec_vmrghh_direct): New define_insn.
27311         (altivec_vmrghw): Replace with define_expand and new
27312         *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
27313         (altivec_vmrghw_direct): New define_insn.
27314         (*altivec_vmrghsf): Adjust for endianness.
27315         (altivec_vmrglb): Replace with define_expand and new
27316         *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
27317         (altivec_vmrglb_direct): New define_insn.
27318         (altivec_vmrglh): Replace with define_expand and new
27319         *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
27320         (altivec_vmrglh_direct): New define_insn.
27321         (altivec_vmrglw): Replace with define_expand and new
27322         *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
27323         (altivec_vmrglw_direct): New define_insn.
27324         (*altivec_vmrglsf): Adjust for endianness.
27325         (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
27326         (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
27327         (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
27328         (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
27329         (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
27330         (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
27331         (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
27332         (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
27334 2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
27336         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
27337         (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
27338         whitespace.
27340 2014-01-29  Richard Biener  <rguenther@suse.de>
27342         PR tree-optimization/58742
27343         * tree-ssa-forwprop.c (associate_pointerplus): Rename to
27344         associate_pointerplus_align.
27345         (associate_pointerplus_diff): New function.
27346         (associate_pointerplus): Likewise.  Call associate_pointerplus_align
27347         and associate_pointerplus_diff.
27349 2014-01-29  Richard Biener  <rguenther@suse.de>
27351         * lto-streamer.h (LTO_major_version): Bump to 3.
27352         (LTO_minor_version): Reset to 0.
27354 2014-01-29  Renlin Li  <Renlin.Li@arm.com>
27356         * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
27357         * config/arm/arm.c (FL_FOR_ARCH7VE): New.
27358         (arm_file_start): Generate correct asm header for armv7ve.
27359         * config/arm/bpabi.h: Add multilib support for armv7ve.
27360         * config/arm/driver-arm.c: Change the architectures of cortex-a7
27361         and cortex-a15 to armv7ve.
27362         * config/arm/t-aprofile: Add multilib support for armv7ve.
27363         * doc/invoke.texi: Document -march=armv7ve.
27365 2014-01-29  Richard Biener  <rguenther@suse.de>
27367         PR tree-optimization/58742
27368         * tree-ssa-forwprop.c (associate_plusminus): Return true
27369         if we changed sth, defer EH cleanup to ...
27370         (ssa_forward_propagate_and_combine): ... here.  Call simplify_mult.
27371         (simplify_mult): New function.
27373 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
27375         PR middle-end/59917
27376         PR tree-optimization/59920
27377         * tree.c (build_common_builtin_nodes): Remove
27378         __builtin_setjmp_dispatcher initialization.
27379         * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
27380         * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
27381         instead of gsi_after_labels + manually skipping debug stmts.
27382         Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
27383         ignore bbs with IFN_ABNORMAL_DISPATCHER.
27384         * tree-inline.c (copy_edges_for_bb): Remove
27385         can_make_abnormal_goto argument, instead add abnormal_goto_dest
27386         argument.  Ignore computed_goto_p stmts.  Don't call
27387         make_abnormal_goto_edges.  If a call might need abnormal edges
27388         for non-local gotos, see if it already has an edge to
27389         IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
27390         with true argument, don't do anything then, otherwise add
27391         EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
27392         (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
27393         caller.
27394         * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
27395         (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
27396         (lower_stmt): Don't set data->calls_builtin_setjmp.
27397         (lower_builtin_setjmp): Adjust comment.
27398         * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
27399         * tree-cfg.c (found_computed_goto): Remove.
27400         (factor_computed_gotos): Remove.
27401         (make_goto_expr_edges): Return bool, true for computed gotos.
27402         Don't call make_abnormal_goto_edges.
27403         (build_gimple_cfg): Don't set found_computed_goto, don't call
27404         factor_computed_gotos.
27405         (computed_goto_p): No longer static.
27406         (make_blocks): Don't set found_computed_goto.
27407         (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
27408         (make_edges): If make_goto_expr_edges returns true, push bb
27409         into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
27410         instead of calling make_abnormal_goto_edges push bb into ab_edge_call
27411         vector.  Record mapping between bbs and OpenMP regions if there
27412         are any, adjust make_gimple_omp_edges caller.  Call
27413         handle_abnormal_edges.
27414         (make_abnormal_goto_edges): Remove.
27415         * tree-cfg.h (make_abnormal_goto_edges): Remove.
27416         (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
27417         * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
27418         * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
27419         * internal-fn.def (ABNORMAL_DISPATCHER): New.
27420         * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
27421         filling *region also set *region_idx to (*region)->entry->index.
27423         PR other/58712
27424         * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
27425         For REGs set ORIGINAL_REGNO.
27427 2014-01-29  Bingfeng Mei  <bmei@broadcom.com>
27429         * doc/md.texi: Mention that a target shouldn't implement
27430         vec_widen_(s|u)mul_even/odd pair if it is less efficient
27431         than hi/lo pair.
27433 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
27435         PR tree-optimization/59594
27436         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
27437         a copy of the datarefs vector rather than the vector itself.
27439 2014-01-28  Jason Merrill  <jason@redhat.com>
27441         PR c++/53756
27442         * dwarf2out.c (auto_die): New static.
27443         (gen_type_die_with_usage): Handle C++1y 'auto'.
27444         (gen_subprogram_die): If in-class DIE had 'auto', emit type again
27445         on definition.
27447 2014-01-28  H.J. Lu  <hongjiu.lu@intel.com>
27449         PR target/59672
27450         * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
27451         (SPEC_X32): Likewise.
27452         (SPEC_64): Likewise.
27453         * config/i386/i386.c (ix86_option_override_internal): Turn off
27454         OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
27455         for TARGET_16BIT.
27456         (x86_file_start): Output .code16gcc for TARGET_16BIT.
27457         * config/i386/i386.h (TARGET_16BIT): New macro.
27458         (TARGET_16BIT_P): Likewise.
27459         * config/i386/i386.opt: Add m16.
27460         * doc/invoke.texi: Document -m16.
27462 2014-01-28  Jakub Jelinek  <jakub@redhat.com>
27464         PR preprocessor/59935
27465         * input.c (location_get_source_line): Bail out on when line number
27466         is zero, and test the return value of lookup_or_add_file_to_cache_tab.
27468 2014-01-28  Richard Biener  <rguenther@suse.de>
27470         PR tree-optimization/58742
27471         * tree-ssa-forwprop.c (associate_plusminus): Handle
27472         pointer subtraction of the form (T)(P + A) - (T)P.
27474 2014-01-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27476         * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
27477         at const_int_cost.
27479 2014-01-28  Richard Biener  <rguenther@suse.de>
27481         Revert
27482         2014-01-28  Richard Biener  <rguenther@suse.de>
27484         PR rtl-optimization/45364
27485         PR rtl-optimization/59890
27486         * var-tracking.c (local_get_addr_clear_given_value): Handle
27487         already cleared slot.
27488         (val_reset): Handle not allocated local_get_addr_cache.
27489         (vt_find_locations): Use post-order on the inverted CFG.
27491 2014-01-28  Richard Biener  <rguenther@suse.de>
27493         * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
27495 2014-01-28  Richard Biener  <rguenther@suse.de>
27497         PR rtl-optimization/45364
27498         PR rtl-optimization/59890
27499         * var-tracking.c (local_get_addr_clear_given_value): Handle
27500         already cleared slot.
27501         (val_reset): Handle not allocated local_get_addr_cache.
27502         (vt_find_locations): Use post-order on the inverted CFG.
27504 2014-01-28  Alan Modra  <amodra@gmail.com>
27506         * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
27507         * configure.ac <recursive call for build != host>: Define
27508         GENERATOR_FILE.  Comment.  Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
27509         and LD_FOR_BUILD too.
27510         * configure: Regenerate.
27512 2014-01-27  Allan Sandfeld Jensen  <sandfeld@kde.org>
27514         * config/i386/i386.c (get_builtin_code_for_version): Separate
27515         Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
27516         Broadwell from Haswell.
27518 2014-01-27  Steve Ellcey  <sellcey@mips.com>
27520         * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
27521         Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
27522         * config/mips/mips.c (mips_option_override): Change setting
27523         of TARGET_DSP.
27524         * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
27525         * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
27526         Change from Mask to Var.
27528 2014-01-27  Jeff Law  <law@redhat.com>
27530         * ipa-inline.c (inline_small_functions): Fix typo.
27532 2014-01-27  Ilya Tocar  <ilya.tocar@intel.com>
27534         * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
27535         (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
27536         (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
27537         (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
27538         (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
27539         (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
27540         (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
27541         (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
27542         (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
27543         (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
27544         (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
27545         (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
27546         (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
27547         (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
27548         (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
27549         (_mm512_storeu_epi64): Ditto.
27550         (_mm512_cmpge_epi32_mask): Ditto.
27551         (_mm512_cmpge_epu32_mask): Ditto.
27552         (_mm512_cmpge_epi64_mask): Ditto.
27553         (_mm512_cmpge_epu64_mask): Ditto.
27554         (_mm512_cmple_epi32_mask): Ditto.
27555         (_mm512_cmple_epu32_mask): Ditto.
27556         (_mm512_cmple_epi64_mask): Ditto.
27557         (_mm512_cmple_epu64_mask): Ditto.
27558         (_mm512_cmplt_epi32_mask): Ditto.
27559         (_mm512_cmplt_epu32_mask): Ditto.
27560         (_mm512_cmplt_epi64_mask): Ditto.
27561         (_mm512_cmplt_epu64_mask): Ditto.
27562         (_mm512_cmpneq_epi32_mask): Ditto.
27563         (_mm512_cmpneq_epu32_mask): Ditto.
27564         (_mm512_cmpneq_epi64_mask): Ditto.
27565         (_mm512_cmpneq_epu64_mask): Ditto.
27566         (_mm512_expand_pd): Ditto.
27567         (_mm512_expand_ps): Ditto.
27568         * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
27569         VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
27570         VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
27571         * config/i386/i386.c (ix86_builtins): Add
27572         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
27573         IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
27574         IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
27575         IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
27576         IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
27577         IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
27578         IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
27579         IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
27580         IX86_BUILTIN_PMOVUSQW512_MEM.
27581         (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
27582         __builtin_ia32_pmovsqd512mem_mask,
27583         __builtin_ia32_pmovqd512mem_mask,
27584         __builtin_ia32_pmovusqw512mem_mask,
27585         __builtin_ia32_pmovsqw512mem_mask,
27586         __builtin_ia32_pmovqw512mem_mask,
27587         __builtin_ia32_pmovusdw512mem_mask,
27588         __builtin_ia32_pmovsdw512mem_mask,
27589         __builtin_ia32_pmovdw512mem_mask,
27590         __builtin_ia32_pmovqb512mem_mask,
27591         __builtin_ia32_pmovusqb512mem_mask,
27592         __builtin_ia32_pmovsqb512mem_mask,
27593         __builtin_ia32_pmovusdb512mem_mask,
27594         __builtin_ia32_pmovsdb512mem_mask,
27595         __builtin_ia32_pmovdb512mem_mask.
27596         (bdesc_args): Add __builtin_ia32_expanddf512,
27597         __builtin_ia32_expandsf512.
27598         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
27599         VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
27600         VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
27601         * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
27602         (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
27603         (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
27604         (avx512f_<code>v8div16qi2_mask_store): This.
27605         (avx512f_expand<mode>): New.
27607 2014-01-27  Kirill Yukhin  <kirill.yukhin@intel.com>
27609         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
27610         New.
27611         (_mm512_mask_prefetch_i64gather_pd): Ditto.
27612         (_mm512_prefetch_i32scatter_pd): Ditto.
27613         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
27614         (_mm512_prefetch_i64scatter_pd): Ditto.
27615         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
27616         (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
27617         (_mm512_mask_prefetch_i64gather_ps): Ditto.
27618         (_mm512_prefetch_i32scatter_ps): Ditto.
27619         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
27620         (_mm512_prefetch_i64scatter_ps): Ditto.
27621         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
27622         * config/i386/i386-builtin-types.def: Define
27623         VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
27624         and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
27625         * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
27626         IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
27627         IX86_BUILTIN_SCATTERPFQPD.
27628         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
27629         __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
27630         __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
27631         __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
27632         __builtin_ia32_scatterpfqps.
27633         (ix86_expand_builtin): Expand new built-ins.
27634         * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
27635         fix memory access data type.
27636         (*avx512pf_gatherpf<mode>_mask): Ditto.
27637         (*avx512pf_gatherpf<mode>): Ditto.
27638         (avx512pf_scatterpf<mode>): Ditto.
27639         (*avx512pf_scatterpf<mode>_mask): Ditto.
27640         (*avx512pf_scatterpf<mode>): Ditto.
27641         (GATHER_SCATTER_SF_MEM_MODE): New.
27642         (avx512pf_gatherpf<mode>df): Ditto.
27643         (*avx512pf_gatherpf<mode>df_mask): Ditto.
27644         (*avx512pf_scatterpf<mode>df): Ditto.
27646 2014-01-27  Jakub Jelinek  <jakub@redhat.com>
27648         PR bootstrap/59934
27649         * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
27650         know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
27651         reached.
27653 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
27655         * common/config/arm/arm-common.c
27656         (arm_rewrite_mcpu): Handle multiple names.
27657         * config/arm/arm.h
27658         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
27660 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
27662         * gimple-builder.h (create_gimple_tmp): Delete.
27664 2014-01-27  Christian Bruel  <christian.bruel@st.com>
27666         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
27667         words comparisons.
27669 2014-01-26  John David Anglin  <danglin@gcc.gnu.org>
27671         * config/pa/pa.md (call): Generate indirect long calls to non-local
27672         functions when outputing 32-bit code.
27673         (call_value): Likewise except for special call to buggy powf function.
27675         * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
27676         portable runtime and PIC indirect calls.
27677         (pa_output_indirect_call): Remove unnecessary nop from portable runtime
27678         and PIC call sequences.  Use ldo instead of blr to set return register
27679         in PIC call sequence.
27681 2014-01-25  Walter Lee  <walt@tilera.com>
27683         * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
27684         avoid clobbering a live register.
27686 2014-01-25  Walter Lee  <walt@tilera.com>
27688         * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
27689         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
27690         * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
27691         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
27693 2014-01-25  Walter Lee  <walt@tilera.com>
27695         * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
27696         arguments on even registers.
27697         (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
27698         STACK_BOUNDARY.
27699         * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
27700         (BIGGEST_ALIGNMENT): Ditto.
27701         (BIGGEST_FIELD_ALIGNMENT): Ditto.
27703 2014-01-25  Walter Lee  <walt@tilera.com>
27705         * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
27706         insns before bundling.
27707         * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
27709 2014-01-25  Walter Lee  <walt@tilera.com>
27711         * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
27712         PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
27713         * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
27715 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
27717         * config/mips/constraints.md (kl): Delete.
27718         * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
27719         define expands, using...
27720         (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
27721         instructions for MIPS16.
27722         (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
27723         non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
27725 2014-01-25  Walter Lee  <walt@tilera.com>
27727         * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
27728         (clzdi2): Ditto.
27729         (ffsdi2): Ditto.
27731 2014-01-25  Walter Lee  <walt@tilera.com>
27733         * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
27734         (TARGET_EXPAND_TO_RTL_HOOK): Define.
27736 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
27738         * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
27739         Handle XOR.
27741 2014-01-25  Jakub Jelinek  <jakub@redhat.com>
27743         * print-rtl.c (in_call_function_usage): New var.
27744         (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
27745         EXPR_LIST mode as mode and not as reg note name.
27747         PR middle-end/59561
27748         * cfgloopmanip.c (copy_loop_info): If
27749         loop->warned_aggressive_loop_optimizations, make sure
27750         the flag is set in target loop too.
27752 2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
27754         * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
27755         flag_cilkplus.
27756         * builtins.def: Likewise.
27757         * cilk.h (fn_contains_cilk_spawn_p): Likewise.
27758         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
27759         * ira.c (ira_setup_eliminable_regset): Likewise.
27760         * omp-low.c (gate_expand_omp): Likewise.
27761         (execute_lower_omp): Likewise.
27762         (diagnose_sb_0): Likewise.
27763         (gate_diagnose_omp_blocks): Likewise.
27764         (simd_clone_clauses_extract): Likewise.
27765         (gate): Likewise.
27767 2014-01-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27769         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
27770         correction for little endian...
27771         * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
27772         here.
27774 2014-01-24  Jeff Law  <law@redhat.com>
27776         PR tree-optimization/59919
27777         * tree-vrp.c (find_assert_locations_1): Do not register asserts
27778         for non-returning calls.
27780 2014-01-24  James Greenhalgh  <james.greenhalgh@arm.com>
27782         * common/config/aarch64/aarch64-common.c
27783         (aarch64_rewrite_mcpu): Handle multiple names.
27784         * config/aarch64/aarch64.h
27785         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
27787 2014-01-24  Dodji Seketeli  <dodji@redhat.com>
27789         * input.c (add_file_to_cache_tab): Handle the case where fopen
27790         returns NULL.
27792 2014-01-23  H.J. Lu  <hongjiu.lu@intel.com>
27794         PR target/59929
27795         * config/i386/i386.md (pushsf splitter): Get stack adjustment
27796         from push operand if code of push isn't PRE_DEC.
27798 2014-01-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
27800         PR target/59909
27801         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
27802         -mquad-memory-atomic.  Update -mquad-memory documentation to say
27803         it is only used for non-atomic loads/stores.
27805         * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
27806         -mquad-memory or -mquad-memory-atomic switches.
27808         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
27809         -mquad-memory-atomic to ISA 2.07 support.
27811         * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
27812         to separate support of normal quad word memory operations (ldq, stq)
27813         from the atomic quad word memory operations.
27815         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
27816         support to separate non-atomic quad word operations from atomic
27817         quad word operations.  Disable non-atomic quad word operations in
27818         little endian mode so that we don't have to swap words after the
27819         load and before the store.
27820         (quad_load_store_p): Add comment about atomic quad word support.
27821         (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
27822         options printed with -mdebug=reg.
27824         * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
27825         -mquad-memory-atomic as the test for whether we have quad word
27826         atomic instructions.
27827         (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
27828         or -mp8-vector are used, allow byte/half-word atomic operations.
27830         * config/rs6000/sync.md (load_lockedti): Insure that the address
27831         is a proper indexed or indirect address for the lqarx instruction.
27832         On little endian systems, swap the hi/lo registers after the lqarx
27833         instruction.
27834         (load_lockedpti): Use indexed_or_indirect_operand predicate to
27835         insure the address is valid for the lqarx instruction.
27836         (store_conditionalti): Insure that the address is a proper indexed
27837         or indirect address for the stqcrx. instruction.  On little endian
27838         systems, swap the hi/lo registers before doing the stqcrx.
27839         instruction.
27840         (store_conditionalpti): Use indexed_or_indirect_operand predicate to
27841         insure the address is valid for the stqcrx. instruction.
27843         * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
27844         Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
27845         type of quad memory support is available.
27847 2014-01-23  Vladimir Makarov  <vmakarov@redhat.com>
27849         PR regression/59915
27850         * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
27851         there is a danger of looping.
27853 2014-01-23  Pat Haugen  <pthaugen@us.ibm.com>
27855         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
27856         force flag_ira_loop_pressure if set via command line.
27858 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
27860         * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
27861         (ashr_simd): New builtin handling DI mode.
27862         * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
27863         (aarch64_sshr_simddi): New match pattern.
27864         * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
27865         (vshrd_n_s64): Likewise.
27866         * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
27868 2014-01-23  Nick Clifton  <nickc@redhat.com>
27870         * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
27871         (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
27872         favour of mcu specific scripts.
27873         * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
27874         430x multilibs.
27876 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
27877             Alex Velenko  <Alex.Velenko@arm.com>
27879         * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
27880         (vaddv_s16): Likewise.
27881         (vaddv_s32): Likewise.
27882         (vaddv_u8): Likewise.
27883         (vaddv_u16): Likewise.
27884         (vaddv_u32): Likewise.
27885         (vaddvq_s8): Likewise.
27886         (vaddvq_s16): Likewise.
27887         (vaddvq_s32): Likewise.
27888         (vaddvq_s64): Likewise.
27889         (vaddvq_u8): Likewise.
27890         (vaddvq_u16): Likewise.
27891         (vaddvq_u32): Likewise.
27892         (vaddvq_u64): Likewise.
27893         (vaddv_f32): Likewise.
27894         (vaddvq_f32): Likewise.
27895         (vaddvq_f64): Likewise.
27896         (vmaxv_f32): Likewise.
27897         (vmaxv_s8): Likewise.
27898         (vmaxv_s16): Likewise.
27899         (vmaxv_s32): Likewise.
27900         (vmaxv_u8): Likewise.
27901         (vmaxv_u16): Likewise.
27902         (vmaxv_u32): Likewise.
27903         (vmaxvq_f32): Likewise.
27904         (vmaxvq_f64): Likewise.
27905         (vmaxvq_s8): Likewise.
27906         (vmaxvq_s16): Likewise.
27907         (vmaxvq_s32): Likewise.
27908         (vmaxvq_u8): Likewise.
27909         (vmaxvq_u16): Likewise.
27910         (vmaxvq_u32): Likewise.
27911         (vmaxnmv_f32): Likewise.
27912         (vmaxnmvq_f32): Likewise.
27913         (vmaxnmvq_f64): Likewise.
27914         (vminv_f32): Likewise.
27915         (vminv_s8): Likewise.
27916         (vminv_s16): Likewise.
27917         (vminv_s32): Likewise.
27918         (vminv_u8): Likewise.
27919         (vminv_u16): Likewise.
27920         (vminv_u32): Likewise.
27921         (vminvq_f32): Likewise.
27922         (vminvq_f64): Likewise.
27923         (vminvq_s8): Likewise.
27924         (vminvq_s16): Likewise.
27925         (vminvq_s32): Likewise.
27926         (vminvq_u8): Likewise.
27927         (vminvq_u16): Likewise.
27928         (vminvq_u32): Likewise.
27929         (vminnmv_f32): Likewise.
27930         (vminnmvq_f32): Likewise.
27931         (vminnmvq_f64): Likewise.
27933 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
27935         * config/aarch64/aarch64-simd.md
27936         (aarch64_dup_lane<mode>): Correct lane number on big-endian.
27937         (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
27938         (*aarch64_mul3_elt<mode>): Likewise.
27939         (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
27940         (*aarch64_mul3_elt_to_64v2df): Likewise.
27941         (*aarch64_mla_elt<mode>): Likewise.
27942         (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
27943         (*aarch64_mls_elt<mode>): Likewise.
27944         (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
27945         (*aarch64_fma4_elt<mode>): Likewise.
27946         (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
27947         (*aarch64_fma4_elt_to_64v2df): Likewise.
27948         (*aarch64_fnma4_elt<mode>): Likewise.
27949         (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
27950         (*aarch64_fnma4_elt_to_64v2df): Likewise.
27951         (aarch64_sq<r>dmulh_lane<mode>): Likewise.
27952         (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
27953         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
27954         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
27955         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
27956         (aarch64_sqdmull_lane<mode>_internal): Likewise.
27957         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
27959 2013-01-23  Alex Velenko  <Alex.Velenko@arm.com>
27961         * config/aarch64/aarch64-simd.md
27962         (aarch64_be_checked_get_lane<mode>): New define_expand.
27963         * config/aarch64/aarch64-simd-builtins.def
27964         (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
27965         New builtin definition.
27966         * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
27967         Use new safe be builtin.
27969 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
27971         * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
27972         New define_insn.
27973         (aarch64_be_st1<mode>): Likewise.
27974         (aarch_ld1<VALL:mode>): Define_expand modified.
27975         (aarch_st1<VALL:mode>): Likewise.
27976         * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
27977         (UNSPEC_ST1): Likewise.
27979 2014-01-23  David Holsgrove  <david.holsgrove@xilinx.com>
27981         * config/microblaze/microblaze.md: Add trap insn and attribute
27983 2014-01-23  Dodji Seketeli  <dodji@redhat.com>
27985         PR preprocessor/58580
27986         * input.h (location_get_source_line): Take an additional line_size
27987         parameter.
27988         (void diagnostics_file_cache_fini): Declare new function.
27989         * input.c (struct fcache): New type.
27990         (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
27991         New static constants.
27992         (diagnostic_file_cache_init, total_lines_num)
27993         (lookup_file_in_cache_tab, evicted_cache_tab_entry)
27994         (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
27995         (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
27996         (get_next_line, read_next_line, goto_next_line, read_line_num):
27997         New static function definitions.
27998         (diagnostic_file_cache_fini): New function.
27999         (location_get_source_line): Take an additional output line_len
28000         parameter.  Re-write using lookup_or_add_file_to_cache_tab and
28001         read_line_num.
28002         * diagnostic.c (diagnostic_finish): Call
28003         diagnostic_file_cache_fini.
28004         (adjust_line): Take an additional input parameter for the length
28005         of the line, rather than calculating it with strlen.
28006         (diagnostic_show_locus): Adjust the use of
28007         location_get_source_line and adjust_line with respect to their new
28008         signature.  While displaying a line now, do not stop at the first
28009         null byte.  Rather, display the zero byte as a space and keep
28010         going until we reach the size of the line.
28011         * Makefile.in: Add vec.o to OBJS-libcommon
28013 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
28014             Ilya Tocar  <ilya.tocar@intel.com>
28016         * config/i386/avx512fintrin.h (_mm512_kmov): New.
28017         * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
28018         (__builtin_ia32_kmov16): Ditto.
28019         * config/i386/i386.md (UNSPEC_KMOV): New.
28020         (kmovw): Ditto.
28022 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
28024         * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
28025         (_mm512_storeu_si512): Ditto.
28027 2014-01-23  Richard Sandiford  <rdsandiford@googlemail.com>
28029         PR target/52125
28030         * rtl.h (get_referenced_operands): Declare.
28031         * recog.c (get_referenced_operands): New function.
28032         * config/mips/mips.c (mips_reorg_process_insns): Check which asm
28033         operands have been referenced when recording LO_SUM references.
28035 2014-01-22  David Holsgrove  <david.holsgrove@xilinx.com>
28037         * config/microblaze/microblaze.md: Correct bswaphi2 insn.
28039 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
28041         * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
28042         Enable for generic and recent AMD targets.
28044 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
28046         * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
28047         ARG_SIZE note when adjustment was eliminated.
28049 2014-01-22  Jeff Law  <law@redhat.com>
28051         PR tree-optimization/59597
28052         * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
28053         in file.  Accept new argument REGISTERING and use it to modify
28054         dump output appropriately.
28055         (register_jump_thread): Corresponding changes.
28056         (mark_threaded_blocks): Reinstate code to cancel unprofitable
28057         thread paths involving joiner blocks.  Add code to dump cancelled
28058         jump threading paths.
28060 2014-01-22  Vladimir Makarov  <vmakarov@redhat.com>
28062         PR rtl-optimization/59477
28063         * lra-constraints.c (inherit_in_ebb): Process call for living hard
28064         regs.  Update reloads_num and potential_reload_hard_regs for all insns.
28066 2014-01-22  Tom Tromey  <tromey@redhat.com>
28068         * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
28069         PARAMS.
28070         * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
28072 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
28074         PR rtl-optimization/59896
28075         * lra-constraints.c (process_alt_operands): Check unused note for
28076         matched operands of insn with no output reloads.
28078 2014-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
28080         * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
28081         (mips_move_from_gpr_cost): Likewise.
28083 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
28085         PR rtl-optimization/59858
28086         * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
28087         ira_class_hard_regs_num.
28088         (process_alt_operands): Increase reject for dying matched operand.
28090 2014-01-21  Jakub Jelinek  <jakub@redhat.com>
28092         PR target/59003
28093         * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
28094         smaller than size, perform several stores or loads and stores
28095         at dst + count - size to store or copy all of size bytes, rather
28096         than just last modesize bytes.
28098 2014-01-20  DJ Delorie  <dj@redhat.com>
28100         * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
28101         that CLOBBERs are REGs before propogating their values.
28103 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
28105         PR middle-end/59789
28106         * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
28107         (cgraph_inline_failed_type): New function.
28108         * cgraph.h (DEFCIFCODE): Add type.
28109         (cgraph_inline_failed_type_t): New enum.
28110         (cgraph_inline_failed_type): New prototype.
28111         * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
28112         FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
28113         FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
28114         LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
28115         MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
28116         RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
28117         OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
28118         INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
28119         Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
28120         FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
28121         EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
28122         OPTIMIZATION_MISMATCH.
28123         * tree-inline.c (expand_call_inline): Emit errors during
28124         early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
28126 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
28128         PR target/59685
28129         * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
28130         mode attribute in insn output.
28132 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
28134         * output.h (output_constant): Delete.
28135         * varasm.c (output_constant): Make private.
28137 2014-01-20  Alex Velenko  <Alex.Velenko@arm.com>
28139         * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
28141 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
28143         PR middle-end/59860
28144         * tree.h (fold_builtin_strcat): New prototype.
28145         * builtins.c (fold_builtin_strcat): No longer static.  Add len
28146         argument, if non-NULL, don't call c_strlen.  Optimize
28147         directly into __builtin_memcpy instead of __builtin_strcpy.
28148         (fold_builtin_2): Adjust fold_builtin_strcat caller.
28149         * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
28151 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
28153         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
28154         for SImode_address_operand operands, having only a REG argument.
28156 2014-01-20  Marcus Shawcroft  <marcus.shawcroft@arm.com>
28158         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
28159         loader name using mbig-endian.
28160         (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
28162 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
28164         * doc/invoke.texi (-march): Clarify documentation for AArch64.
28165         (-mtune): Likewise.
28166         (-mcpu): Likewise.
28168 2014-01-20  Tejas Belagod  <tejas.belagod@arm.com>
28170         * config/aarch64/aarch64-protos.h
28171         (aarch64_cannot_change_mode_class_ptr): Declare.
28172         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
28173         aarch64_cannot_change_mode_class_ptr): New.
28174         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
28175         backend hook aarch64_cannot_change_mode_class.
28177 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
28179         * common/config/aarch64/aarch64-common.c
28180         (aarch64_handle_option): Don't handle any option order logic here.
28181         * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
28182         selected_cpu, warn on architecture version mismatch.
28183         (aarch64_override_options): Fix parsing order for option strings.
28185 2014-01-20  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
28186             Iain Sandoe  <iain@codesourcery.com>
28188         PR bootstrap/59496
28189         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
28190         warning.  Amend comment to reflect current functionality.
28192 2014-01-20  Richard Biener  <rguenther@suse.de>
28194         PR middle-end/59860
28195         * builtins.c (fold_builtin_strcat): Remove case better handled
28196         by tree-ssa-strlen.c.
28198 2014-01-20  Alan Lawrence  <alan.lawrence@arm.com>
28200         * config/aarch64/aarch64.opt
28201         (mcpu, march, mtune): Make case-insensitive.
28203 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
28205         PR target/59880
28206         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
28207         if operands[1] is a REG or ZERO_EXTEND of a REG.
28209 2014-01-19  Jan Hubicka  <hubicka@ucw.cz>
28211         * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
28213 2014-01-19  John David Anglin  <danglin@gcc.gnu.org>
28215         * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
28216         long non-pic millicode calls.
28218 2014-01-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
28220         * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
28222 2014-01-19  Kito Cheng  <kito@0xlab.org>
28224         * builtins.c (expand_movstr): Check movstr expand done or fail.
28226 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
28227             H.J. Lu  <hongjiu.lu@intel.com>
28229         PR target/59379
28230         * config/i386/i386.md (*lea<mode>): Zero-extend return register
28231         to DImode for zero-extended addresses.
28233 2014-01-19  Jakub Jelinek  <jakub@redhat.com>
28235         PR rtl-optimization/57763
28236         * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
28237         on the new indirect jump_insn and increment LABEL_NUSES (label).
28239 2014-01-18  H.J. Lu  <hongjiu.lu@intel.com>
28241         PR bootstrap/59580
28242         PR bootstrap/59583
28243         * config.gcc (x86_archs): New variable.
28244         (x86_64_archs): Likewise.
28245         (x86_cpus): Likewise.
28246         Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
28247         --with-arch/--with-cpu= options.
28248         Support --with-arch=/--with-cpu={nehalem,westmere,
28249         sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
28251 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
28253         * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
28254         and PROCESSOR_ATHLON to simplify code.  Move "memory" calculation.
28256 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
28258         * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
28260 2014-01-18  Jakub Jelinek  <jakub@redhat.com>
28262         PR target/58944
28263         * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
28264         clear cpp_get_options (parse_in)->warn_unused_macros for
28265         ix86_target_macros_internal with cpp_define.
28267 2014-01-18  Richard Sandiford  <rdsandiford@googlemail.com>
28269         * jump.c (delete_related_insns): Keep (use (insn))s.
28270         * reorg.c (redundant_insn): Check for barriers too.
28272 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
28274         * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
28276 2014-01-17  John David Anglin  <danglin@gcc.gnu.org>
28278         * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
28279         call to $$dyncall when TARGET_LONG_CALLS is true.
28281 2014-01-17  Jeff Law  <law@redhat.com>
28283         * ree.c (combine_set_extension): Temporarily disable test for
28284         changing number of hard registers.
28286 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
28288         PR middle-end/58125
28289         * ipa-inline-analysis.c (inline_free_summary):
28290         Do not free summary of aliases.
28292 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
28294         PR middle-end/59706
28295         * gimplify.c (gimplify_expr): Use create_tmp_var
28296         instead of create_tmp_var_raw.  If cond doesn't have
28297         integral type, don't add the IFN_ANNOTATE builtin at all.
28299 2014-01-17  Martin Jambor  <mjambor@suse.cz>
28301         PR ipa/59736
28302         * ipa-cp.c (prev_edge_clone): New variable.
28303         (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
28304         Also resize prev_edge_clone vector.
28305         (ipcp_edge_duplication_hook): Also update prev_edge_clone.
28306         (ipcp_edge_removal_hook): New function.
28307         (ipcp_driver): Register ipcp_edge_removal_hook.
28309 2014-01-17  Andrew Pinski  <apinski@cavium.com>
28310             Steve Ellcey  <sellcey@mips.com>
28312         PR target/59462
28313         * config/mips/mips.c (mips_print_operand): Check operand mode instead
28314         of operator mode.
28316 2014-01-17  Jeff Law  <law@redhat.com>
28318         PR middle-end/57904
28319         * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
28320         so that pass_ccp runs first.
28322 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
28324         * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
28325         (ix86_adjust_cost): Use !TARGET_XXX.
28326         (do_reorder_for_imul): Likewise.
28327         (swap_top_of_ready_list): Likewise.
28328         (ix86_sched_reorder): Likewise.
28330 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
28332         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
28333         PROCESSOR_INTEL.  Treat like PROCESSOR_GENERIC.
28334         * config/i386/i386.c (intel_memcpy): New.  Duplicate slm_memcpy.
28335         (intel_memset): New.  Duplicate slm_memset.
28336         (intel_cost): New.  Duplicate slm_cost.
28337         (m_INTEL): New macro.
28338         (processor_target_table): Add "intel".
28339         (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
28340         with PROCESSOR_INTEL for "intel".
28341         (ix86_lea_outperforms): Support PROCESSOR_INTEL.  Duplicate
28342         PROCESSOR_SILVERMONT.
28343         (ix86_issue_rate): Likewise.
28344         (ix86_adjust_cost): Likewise.
28345         (ia32_multipass_dfa_lookahead): Likewise.
28346         (swap_top_of_ready_list): Likewise.
28347         (ix86_sched_reorder): Likewise.
28348         (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
28349         instead of TARGET_OPT_AGU.
28350         * config/i386/i386.h (TARGET_INTEL): New.
28351         (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
28352         (processor_type): Add PROCESSOR_INTEL.
28353         * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
28354         Add X86_TUNE_AVOID_LEA_FOR_ADDR.
28356 2014-01-17  Marek Polacek  <polacek@redhat.com>
28358         PR c/58346
28359         * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
28360         size is zero.
28362 2014-01-17  Richard Biener  <rguenther@suse.de>
28364         PR tree-optimization/46590
28365         * opts.c (default_options_table): Add entries for
28366         OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
28367         all enabled at -O1 but not for -Og.
28368         * common.opt (fbranch-count-reg): Remove Init(1).
28369         (fmove-loop-invariants): Likewise.
28370         (ftree-pta): Likewise.
28372 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
28374         * config/i386/i386.c (ix86_data_alignment): For compatibility with
28375         (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
28376         decls to at least the GCC 4.8 used alignments.
28378         PR fortran/59440
28379         * tree-nested.c (convert_nonlocal_reference_stmt,
28380         convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
28381         of GIMPLE_BIND stmts, adjust associated decls.
28383 2014-01-17  Richard Biener  <rguenther@suse.de>
28385         PR tree-optimization/46590
28386         * vec.h (vec<>::bseach): New member function implementing
28387         binary search according to C89 bsearch.
28388         (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
28389         * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
28390         bitmap pointer again.  Make accesses_in_loop a flat array.
28391         (mem_ref_obstack): New global.
28392         (outermost_indep_loop): Adjust for mem_ref->stored changes.
28393         (mark_ref_stored): Likewise.
28394         (ref_indep_loop_p_2): Likewise.
28395         (set_ref_stored_in_loop): New helper function.
28396         (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
28397         (memref_free): Adjust.
28398         (record_mem_ref_loc): Simplify.
28399         (gather_mem_refs_stmt): Adjust.
28400         (sort_locs_in_loop_postorder_cmp): New function.
28401         (analyze_memory_references): Sort accesses_in_loop after
28402         loop postorder number.
28403         (find_ref_loc_in_loop_cmp): New function.
28404         (for_all_locs_in_loop): Find relevant cluster of locs in
28405         accesses_in_loop and iterate without recursion.
28406         (execute_sm): Avoid uninit warning.
28407         (struct ref_always_accessed): Simplify.
28408         (ref_always_accessed::operator ()): Likewise.
28409         (ref_always_accessed_p): Likewise.
28410         (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
28411         loop postorder numbers here.
28412         (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
28413         numbers.
28415 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
28417         PR c++/57945
28418         * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
28419         on decls for which assemble_alias has been called.
28421 2014-01-17  Nick Clifton  <nickc@redhat.com>
28423         * config/msp430/msp430.opt: (mcpu): New option.
28424         * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
28425         (msp430_option_override): Parse target_cpu.  If the MCU name
28426         matches a generic string, clear target_mcu.
28427         (msp430_attr): Allow numeric interrupt values up to 63.
28428         (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
28429         * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
28430         option.
28431         * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
28432         Add mcpu matches.
28433         * config/msp430/msp430.md (popm): Use %J rather than %I.
28434         (addsi3): Use msp430_nonimmediate_operand for operand 2.
28435         (addhi_cy_i): Use immediate_operand for operand 2.
28436         * doc/invoke.texi: Document -mcpu option.
28438 2014-01-17  Richard Biener  <rguenther@suse.de>
28440         PR rtl-optimization/38518
28441         * df.h (df_analyze_loop): Declare.
28442         * df-core.c: Include cfgloop.h.
28443         (df_analyze_1): Split out main part of df_analyze.
28444         (df_analyze): Adjust.
28445         (loop_inverted_post_order_compute): New function.
28446         (loop_post_order_compute): Likewise.
28447         (df_analyze_loop): New function avoiding whole-function
28448         postorder computes.
28449         * loop-invariant.c (find_defs): Use df_analyze_loop.
28450         (find_invariants): Adjust.
28451         * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
28453 2014-01-17  Zhenqiang Chen  <zhenqiang.chen@arm.com>
28455         * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
28456         (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
28458 2014-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
28460         * ipa-ref.c (ipa_remove_stmt_references): Fix references
28461         traversal when removing references.
28463 2014-01-16  Jan Hubicka  <hubicka@ucw.cz>
28465         PR ipa/59775
28466         * tree.c (get_binfo_at_offset): Look harder for virtual bases.
28468 2014-01-16  Bernd Schmidt  <bernds@codesourcery.com>
28470         PR middle-end/56791
28471         * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
28472         pushing a reload for an autoinc when we had previously reloaded an
28473         inner part of the address.
28475 2014-01-16  Jakub Jelinek  <jakub@redhat.com>
28477         * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
28478         field.
28479         (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
28480         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
28481         when not giving up or versioning for alias only because of
28482         loop->safelen.
28483         (vect_analyze_data_ref_dependences): Set to true.
28484         * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
28485         is a GIMPLE_PHI.
28486         (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
28487         LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
28488         to the condition.
28490         PR middle-end/58344
28491         * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
28493         PR target/59839
28494         * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
28495         operand 0 predicate for gathers, use a new pseudo as subtarget.
28497 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
28499         PR middle-end/59609
28500         * lra-constraints.c (process_alt_operands): Add printing debug info.
28501         Check absence of input/output reloads for matched operands too.
28503 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
28505         PR rtl-optimization/59835
28506         * ira.c (ira_init_register_move_cost): Increase cost for
28507         impossible modes.
28509 2014-01-16  Alan Lawrence  <alan.lawrence@arm.com>
28511         * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
28513 2014-01-16  Richard Earnshaw  <rearnsha@arm.com>
28515         PR target/59780
28516         * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
28517         non-register objects.  Use gen_(high/low)part more consistently.
28518         Fix assertions.
28520 2014-01-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
28522         PR target/59844
28523         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
28524         endian support, remove tests for WORDS_BIG_ENDIAN.
28525         (p8_mfvsrd_3_<mode>): Likewise.
28526         (reload_gpr_from_vsx<mode>): Likewise.
28527         (reload_gpr_from_vsxsf): Likewise.
28528         (p8_mfvsrd_4_disf): Likewise.
28530 2014-01-16  Richard Biener  <rguenther@suse.de>
28532         PR rtl-optimization/46590
28533         * lcm.c (compute_antinout_edge): Use postorder iteration.
28534         (compute_laterin): Use inverted postorder iteration.
28536 2014-01-16  Nick Clifton  <nickc@redhat.com>
28538         PR middle-end/28865
28539         * varasm.c (output_constant): Return the number of bytes actually
28540         emitted.
28541         (output_constructor_array_range): Update the field size with the
28542         number of bytes emitted by output_constant.
28543         (output_constructor_regular_field): Likewise.  Also do not
28544         complain if the total number of bytes emitted is now greater
28545         than the expected fieldpos.
28546         * output.h (output_constant): Update prototype and descriptive comment.
28548 2014-01-16  Marek Polacek  <polacek@redhat.com>
28550         PR middle-end/59827
28551         * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
28552         it is error_mark_node.
28554 2014-01-15  Uros Bizjak  <ubizjak@gmail.com>
28556         * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
28557         VALID_AVX256_REG_OR_OI_MODE.
28559 2014-01-15  Pat Haugen  <pthaugen@us.ibm.com>
28561         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
28562         current procedure should be profiled.
28564 2014-01-15  Andrew Pinski  <apinski@cavium.com>
28566         * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
28567         of moving from/to the STACK_REG register class.
28569 2014-01-15  Richard Henderson  <rth@redhat.com>
28571         PR debug/54694
28572         * reginfo.c (global_regs_decl): Globalize.
28573         * rtl.h (global_regs_decl): Declare.
28574         * ira.c (do_reload): Diagnose frame_pointer_needed and it
28575         reserved via global_regs.
28577 2014-01-15  Teresa Johnson  <tejohnson@google.com>
28579         * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
28581 2014-01-15  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
28583         * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
28584         and vmulosh rather than call gen_vec_widen_smult_*.
28585         (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
28586         than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
28587         (vec_widen_smult_even_v16qi): Likewise.
28588         (vec_widen_umult_even_v8hi): Likewise.
28589         (vec_widen_smult_even_v8hi): Likewise.
28590         (vec_widen_umult_odd_v16qi): Likewise.
28591         (vec_widen_smult_odd_v16qi): Likewise.
28592         (vec_widen_umult_odd_v8hi): Likewise.
28593         (vec_widen_smult_odd_v8hi): Likewise.
28594         (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
28595         vmuloub rather than call gen_vec_widen_umult_*.
28596         (vec_widen_umult_lo_v16qi): Likewise.
28597         (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
28598         vmulosb rather than call gen_vec_widen_smult_*.
28599         (vec_widen_smult_lo_v16qi): Likewise.
28600         (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
28601         rather than call gen_vec_widen_umult_*.
28602         (vec_widen_umult_lo_v8hi): Likewise.
28603         (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
28604         rather than call gen_vec_widen_smult_*.
28605         (vec_widen_smult_lo_v8hi): Likewise.
28607 2014-01-15  Jeff Law  <law@redhat.com>
28609         PR tree-optimization/59747
28610         * ree.c (find_and_remove_re): Properly handle case where a second
28611         eliminated extension requires widening a copy created for elimination
28612         of a prior extension.
28613         (combine_set_extension): Ensure that the number of hard regs needed
28614         for a destination register does not change when we widen it.
28616 2014-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
28618         * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
28619         (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
28620         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
28621         (arm*-*-rtems*): Use t-rtems from existing tmake_file.
28622         (avr-*-rtems*): Likewise.
28623         (bfin*-rtems*): Likewise.
28624         (moxie-*-rtems*): Likewise.
28625         (h8300-*-rtems*): Likewise.
28626         (i[34567]86-*-rtems*): Likewise.
28627         (lm32-*-rtems*): Likewise.
28628         (m32r-*-rtems*): Likewise.
28629         (m68k-*-rtems*): Likewise.
28630         (microblaze*-*-rtems*): Likewise.
28631         (mips*-*-rtems*): Likewise.
28632         (powerpc-*-rtems*): Likewise.
28633         (sh-*-rtems*): Likewise.
28634         (sparc-*-rtems*): Likewise.
28635         (sparc64-*-rtems*): Likewise.
28636         (v850-*-rtems*): Likewise.
28637         (m32c-*-rtems*): Likewise.
28639 2014-01-15  Vladimir Makarov  <vmakarov@redhat.com>
28641         PR rtl-optimization/59511
28642         * ira.c (ira_init_register_move_cost): Use memory costs for some
28643         cases of register move cost calculations.
28644         * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
28645         instead of BB frequency.
28646         * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
28647         * lra-assigns.c (find_hard_regno_for): Ditto.
28649 2014-01-15  Richard Biener  <rguenther@suse.de>
28651         PR tree-optimization/59822
28652         * tree-vect-stmts.c (hoist_defs_of_uses): New function.
28653         (vectorizable_load): Use it to hoist defs of uses of invariant
28654         loads out of the loop.
28656 2014-01-15  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
28657             Kugan Vivekanandarajah  <kuganv@linaro.org>
28659         PR target/59695
28660         * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
28661         truncation.
28663 2014-01-15  Richard Biener  <rguenther@suse.de>
28665         PR rtl-optimization/59802
28666         * lcm.c (compute_available): Use inverted postorder to seed
28667         the initial worklist.
28669 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28671         PR target/59803
28672         * config/s390/s390.c (s390_preferred_reload_class): Don't return
28673         ADDR_REGS for invalid symrefs in non-PIC code.
28675 2014-01-15  Jakub Jelinek  <jakub@redhat.com>
28677         PR other/58712
28678         * builtins.c (determine_block_size): Initialize *probable_max_size
28679         even if len_rtx is CONST_INT.
28681 2014-01-14  Andrew Pinski  <apinski@cavium.com>
28683         * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
28684         * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
28685         (cortexa53_tunings): Likewise.
28686         (aarch64_sched_issue_rate): New function.
28687         (TARGET_SCHED_ISSUE_RATE): Define.
28689 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
28691         * ira-costs.c (find_costs_and_classes): Add missed
28692         ira_init_register_move_cost_if_necessary.
28694 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
28696         PR target/59787
28697         * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
28699 2014-01-14  H.J. Lu  <hongjiu.lu@intel.com>
28701         PR target/59794
28702         * config/i386/i386.c (type_natural_mode): Add a bool parameter
28703         to indicate if type is used for function return value.  Warn ABI
28704         change if the vector mode isn't available for function return value.
28705         (ix86_function_arg_advance): Pass false to type_natural_mode.
28706         (ix86_function_arg): Likewise.
28707         (ix86_gimplify_va_arg): Likewise.
28708         (function_arg_32): Don't warn ABI change.
28709         (ix86_function_value): Pass true to type_natural_mode.
28710         (ix86_return_in_memory): Likewise.
28711         (ix86_struct_value_rtx): Removed.
28712         (TARGET_STRUCT_VALUE_RTX): Likewise.
28714 2014-01-14  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
28716         * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
28717         converting a conditional jump into a conditional return.
28719 2014-01-14  Richard Biener  <rguenther@suse.de>
28721         PR tree-optimization/58921
28722         PR tree-optimization/59006
28723         * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
28724         hoisting invariant stmts.
28725         * tree-vect-stmts.c (vectorizable_load): Insert the splat of
28726         invariant loads on the preheader edge if possible.
28728 2014-01-14  Joey Ye  <joey.ye@arm.com>
28730         * doc/plugin.texi (Building GCC plugins): Update to C++.
28732 2014-01-14  Kirill Yukhin  <kirill.yukhin@intel.com>
28734         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
28735         (_mm_rcp28_round_ss): Ditto.
28736         (_mm_rsqrt28_round_sd): Ditto.
28737         (_mm_rsqrt28_round_ss): Ditto.
28738         (_mm_rcp28_sd): Ditto.
28739         (_mm_rcp28_ss): Ditto.
28740         (_mm_rsqrt28_sd): Ditto.
28741         (_mm_rsqrt28_ss): Ditto.
28742         * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
28743         * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
28744         * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
28745         (IX86_BUILTIN_RCP28SD): Ditto.
28746         (IX86_BUILTIN_RCP28SS): Ditto.
28747         (IX86_BUILTIN_RSQRT28SD): Ditto.
28748         (IX86_BUILTIN_RSQRT28SS): Ditto.
28749         (bdesc_special_args): Define __builtin_ia32_movntdqa512,
28750         __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
28751         __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
28752         (ix86_expand_special_args_builtin): Expand new FTYPE.
28753         * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
28754         (srcp14<mode>): Make insn unary.
28755         (avx512f_vmscalef<mode><round_name>): Use substed predicate.
28756         (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
28757         (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
28758         (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
28759         (avx512er_exp2<mode><mask_name><round_saeonly_name>):
28760         Fix rounding: make it SAE only.
28761         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
28762         Ditto.
28763         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
28764         Ditto.
28765         (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
28766         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
28767         (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
28768         * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
28769         (round_saeonly_mask_scalar_operand4): Ditto.
28770         (round_saeonly_mask_scalar_op3): Ditto.
28771         (round_saeonly_mask_scalar_op4): Ditto.
28773 2014-01-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28775         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
28776         Implement -maltivec=be for vec_insert and vec_extract.
28778 2014-01-10  DJ Delorie  <dj@redhat.com>
28780         * config/msp430/msp430.md (call_internal): Don't allow memory
28781         references with SP as the base register.
28782         (call_value_internal): Likewise.
28783         * config/msp430/constraints.md (Yc): New.  For memory references
28784         that don't use SP as a base register.
28786         * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
28787         "an integer without a # prefix"
28788         * config/msp430/msp430.md (epilogue_helper): Use it.
28790 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
28792         PR target/59617
28793         * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
28794         AVX512F gather builtins.
28795         * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
28796         on gather decls with INTEGER_TYPE masktype.
28797         (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
28798         directly into the builtin rather than hoisting it before loop.
28800         PR tree-optimization/59387
28801         * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
28802         (scev_const_prop): If folded_casts and type has undefined overflow,
28803         use force_gimple_operand instead of force_gimple_operand_gsi and
28804         for each added stmt if it is assign with
28805         arith_code_with_undefined_signed_overflow, call
28806         rewrite_to_defined_overflow.
28807         * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
28808         gimple-fold.h instead.
28809         (arith_code_with_undefined_signed_overflow,
28810         rewrite_to_defined_overflow): Moved to ...
28811         * gimple-fold.c (arith_code_with_undefined_signed_overflow,
28812         rewrite_to_defined_overflow): ... here.  No longer static.
28813         Include gimplify-me.h.
28814         * gimple-fold.h (arith_code_with_undefined_signed_overflow,
28815         rewrite_to_defined_overflow): New prototypes.
28817 2014-01-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28819         * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
28821 2014-01-13  Eric Botcazou  <ebotcazou@adacore.com>
28823         * builtins.c (get_object_alignment_2): Minor tweak.
28824         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
28826 2014-01-13  Christian Bruel  <christian.bruel@st.com>
28828         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
28829         optimized non constant lengths.
28831 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
28833         PR libgomp/59194
28834         * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
28835         load as __atomic_load_N if possible.
28837 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
28839         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
28840         target parameter.
28841         (rs6000_expand_builtin): Adjust call.
28843 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
28845         PR target/58115
28846         * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
28847         * config/rs6000/rs6000.c: Include target-globals.h.
28848         (rs6000_set_current_function): Instead of doing target_reinit
28849         unconditionally, use save_target_globals_default_opts and
28850         restore_target_globals.
28852         * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
28853         FPSCR.
28854         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
28855         (rs6000_expand_builtin): Handle mffs and mtfsf.
28856         (rs6000_init_builtins): Define mffs and mtfsf.
28857         * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
28858         (rs6000_mffs): New pattern.
28859         (rs6000_mtfsf): New pattern.
28861 2014-01-11  Bin Cheng  <bin.cheng@arm.com>
28863         * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
28864         Start narrowing with START.  Apply candidate-use pair
28865         and check overall cost in narrowing.
28866         (iv_ca_prune): Pass new argument.
28868 2014-01-10  Jeff Law  <law@redhat.com>
28870         PR middle-end/59743
28871         * ree.c (combine_reaching_defs): Ensure the defining statement
28872         occurs before the extension when optimizing extensions with
28873         different source and destination hard registers.
28875 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
28877         PR ipa/58585
28878         * ipa-devirt.c (build_type_inheritance_graph): Also add types of
28879         vtables into the type inheritance graph.
28881 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
28883         PR rtl-optimization/59754
28884         * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
28885         modes in the REGNO != REGNO case.
28887 2014-01-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28889         * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
28891 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
28893         PR tree-optimization/59745
28894         * tree-predcom.c (tree_predictive_commoning_loop): Call
28895         free_affine_expand_cache if giving up because components is NULL.
28897         * target-globals.c (save_target_globals): Allocate < 4KB structs using
28898         GC in payload of target_globals struct instead of allocating them on
28899         the heap and the larger structs separately using GC.
28900         * target-globals.h (struct target_globals): Make regs, hard_regs,
28901         reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
28902         of GTY((skip)) and change type to void *.
28903         (reset_target_globals): Cast loads from those fields to corresponding
28904         types.
28906 2014-01-10  Steve Ellcey  <sellcey@mips.com>
28908         PR plugins/59335
28909         * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
28910         gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
28911         tree-ssanames.h, print-tree.h, varasm.h, and context.h.
28913 2014-01-10  Richard Earnshaw  <rearnsha@arm.com>
28915         PR target/59744
28916         * aarch64-modes.def (CC_Zmode): New flags mode.
28917         * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
28918         represents an equality.
28919         (aarch64_get_condition_code): Handle CC_Zmode.
28920         * aarch64.md (compare_neg<mode>): Restrict to equality operations.
28922 2014-01-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28924         * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
28925         extraction in good case.
28927 2014-01-10  Richard Biener  <rguenther@suse.de>
28929         PR tree-optimization/59374
28930         * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
28931         checking after SLP discovery.  Mark stmts not participating
28932         in any SLP instance properly.
28934 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28936         * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
28937         when handling a SET rtx.
28939 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28941         * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
28942         (cortex-a57): Likewise.
28943         (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
28945 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28947         * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
28948         non-iwmmxt builtins.
28950 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
28952         PR ipa/58252
28953         PR ipa/59226
28954         * ipa-devirt.c record_target_from_binfo): Take as argument
28955         stack of binfos and lookup matching one for virtual inheritance.
28956         (possible_polymorphic_call_targets_1): Update.
28958 2014-01-10  Huacai Chen  <chenhc@lemote.com>
28960         * config/mips/driver-native.c (host_detect_local_cpu): Handle new
28961         kernel strings for Loongson-2E/2F/3A.
28963 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
28965         PR middle-end/59670
28966         * tree-vect-data-refs.c (vect_analyze_data_refs): Check
28967         is_gimple_call before calling gimple_call_internal_p.
28969 2014-01-09  Steve Ellcey  <sellcey@mips.com>
28971         * Makefile.in (TREE_FLOW_H): Remove.
28972         (TREE_SSA_H): Add file names from tree-flow.h.
28973         * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
28974         * tree.h: Remove tree-flow.h reference.
28975         * hash-table.h: Remove tree-flow.h reference.
28976         * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
28977         reference with tree-ssa-loop.h.
28979 2014-01-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28981         * doc/invoke.texi: Add -maltivec={be,le} options, and document
28982         default element-order behavior for -maltivec.
28983         * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
28984         * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
28985         that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
28986         when targeting big endian, at least for now.
28987         * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
28989 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
28991         PR middle-end/47735
28992         * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
28993         var satisfies use_register_for_decl, just take into account type
28994         alignment, rather than decl alignment.
28996         PR tree-optimization/59622
28997         * gimple-fold.c (gimple_fold_call): Fix a typo in message.  For
28998         __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
28999         __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
29000         Don't devirtualize for inplace at all.  For targets.length () == 1,
29001         if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
29003 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
29005         * config/i386/i386.md (cpu): Remove the unused btver1.
29007 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
29009         * gdbasan.in: Put a breakpoint on __sanitizer::Report.
29011 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
29013         PR target/58115
29014         * tree-core.h (struct target_globals): New forward declaration.
29015         (struct tree_target_option): Add globals field.
29016         * tree.h (TREE_TARGET_GLOBALS): Define.
29017         (prepare_target_option_nodes_for_pch): New prototype.
29018         * target-globals.h (struct target_globals): Define even if
29019         !SWITCHABLE_TARGET.
29020         * tree.c (prepare_target_option_node_for_pch,
29021         prepare_target_option_nodes_for_pch): New functions.
29022         * config/i386/i386.h (SWITCHABLE_TARGET): Define.
29023         * config/i386/i386.c: Include target-globals.h.
29024         (ix86_set_current_function): Instead of doing target_reinit
29025         unconditionally, use save_target_globals_default_opts and
29026         restore_target_globals.
29028 2014-01-09  Richard Biener  <rguenther@suse.de>
29030         PR tree-optimization/59715
29031         * tree-cfg.h (split_critical_edges): Declare.
29032         * tree-cfg.c (split_critical_edges): Export.
29033         * tree-ssa-sink.c (execute_sink_code): Split critical edges.
29035 2014-01-09  Max Ostapenko  <m.ostapenko@partner.samsung.com>
29037         * cfgexpand.c (expand_stack_vars): Optionally disable
29038         asan stack protection.
29039         (expand_used_vars): Likewise.
29040         (partition_stack_vars): Likewise.
29041         * asan.c (asan_emit_stack_protection): Optionally disable
29042         after return stack usage.
29043         (instrument_derefs): Optionally disable memory access instrumentation.
29044         (instrument_builtin_call): Likewise.
29045         (instrument_strlen_call): Likewise.
29046         (asan_protect_global): Optionally disable global variables protection.
29047         * doc/invoke.texi: Added doc for new options.
29048         * params.def: Added new options.
29049         * params.h: Likewise.
29051 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
29053         PR rtl-optimization/59724
29054         * ifcvt.c (cond_exec_process_if_block): Don't call
29055         flow_find_head_matching_sequence with 0 longest_match.
29056         * cfgcleanup.c (flow_find_head_matching_sequence): Count even
29057         non-active insns if !stop_after.
29058         (try_head_merge_bb): Revert 2014-01-07 changes.
29060 2014-01-08  Jeff Law  <law@redhat.com>
29062         * ree.c (get_sub_rtx): New function, extracted from...
29063         (merge_def_and_ext): Here.
29064         (combine_reaching_defs): Use get_sub_rtx.
29066 2014-01-08  Eric Botcazou  <ebotcazou@adacore.com>
29068         * cgraph.h (varpool_variable_node): Do not choke on null node.
29070 2014-01-08  Catherine Moore  <clm@codesourcery.com>
29072         * config/mips/mips.md (simple_return): Attempt to use JRC
29073         for microMIPS.
29074         * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
29076 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
29078         PR rtl-optimization/59137
29079         * reorg.c (steal_delay_list_from_target): Call update_block for
29080         elided insns.
29081         (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
29083 2014-01-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29085         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
29086         two duplicate entries.
29088 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
29090         Revert:
29091         2012-10-07  Richard Sandiford  <rdsandiford@googlemail.com>
29093         * config/mips/mips.c (mips_truncated_op_cost): New function.
29094         (mips_rtx_costs): Adjust test for BADDU.
29095         * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
29097         2012-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
29099         * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
29100         (*baddu_si): ...this new pattern.
29102 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
29104         PR ipa/59722
29105         * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
29107 2014-01-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
29109         PR middle-end/57748
29110         * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
29111         inner_reference_p.
29112         (expand_expr, expand_normal): Adjust.
29113         * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
29114         inner_reference_p. Use inner_reference_p to expand inner references.
29115         (store_expr): Adjust.
29116         * cfgexpand.c (expand_call_stmt): Adjust.
29118 2014-01-08  Rong Xu  <xur@google.com>
29120         * gcov-io.c (gcov_var): Move from gcov-io.h.
29121         (gcov_position): Ditto.
29122         (gcov_is_error): Ditto.
29123         (gcov_rewrite): Ditto.
29124         * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
29125         only part to libgcc/libgcov.h.
29127 2014-01-08  Marek Polacek  <polacek@redhat.com>
29129         PR middle-end/59669
29130         * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
29132 2014-01-08  Marek Polacek  <polacek@redhat.com>
29134         PR sanitizer/59667
29135         * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
29137 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
29139         PR rtl-optimization/59649
29140         * stor-layout.c (get_mode_bounds): For BImode return
29141         0 and STORE_FLAG_VALUE.
29143 2014-01-08  Richard Biener  <rguenther@suse.de>
29145         PR middle-end/59630
29146         * gimple.h (is_gimple_builtin_call): Remove.
29147         (gimple_builtin_call_types_compatible_p): New.
29148         (gimple_call_builtin_p): New overload.
29149         * gimple.c (is_gimple_builtin_call): Remove.
29150         (validate_call): Rename to ...
29151         (gimple_builtin_call_types_compatible_p): ... this and export.  Also
29152         check return types.
29153         (validate_type): New static function.
29154         (gimple_call_builtin_p): New overload and adjust.
29155         * gimple-fold.c (gimple_fold_builtin): Fold the return value.
29156         (gimple_fold_call): Likewise.  Use gimple_call_builtin_p.
29157         (gimple_fold_stmt_to_constant_1): Likewise.
29158         * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
29160 2014-01-08  Richard Biener  <rguenther@suse.de>
29162         PR middle-end/59471
29163         * gimplify.c (gimplify_expr): Gimplify register-register type
29164         VIEW_CONVERT_EXPRs to separate stmts.
29166 2014-01-07  Jeff Law  <law@redhat.com>
29168         PR middle-end/53623
29169         * ree.c (combine_set_extension): Handle case where source
29170         and destination registers in an extension insn are different.
29171         (combine_reaching_defs): Allow source and destination registers
29172         in extension to be different under limited circumstances.
29173         (add_removable_extension): Remove restriction that the
29174         source and destination registers in the extension are the same.
29175         (find_and_remove_re): Emit a copy from the extension's
29176         destination to its source after the defining insn if
29177         the source and destination registers are different.
29179         PR middle-end/59285
29180         * ifcvt.c (merge_if_block): If we are merging a block with more than
29181         one successor with a block with no successors, remove any BARRIER
29182         after the second block.
29184 2014-01-07  Dan Xio Qiang  <ziyan01@163.com>
29186         * hw-doloop.c (reorg_loops): Release the bitmap obstack.
29188 2014-01-07  John David Anglin  <danglin@gcc.gnu.org>
29190         PR target/59652
29191         * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
29192         for 14-bit register offsets when INT14_OK_STRICT is false.
29194 2014-01-07  Roland Stigge  <stigge@antcom.de>
29195             Michael Meissner  <meissner@linux.vnet.ibm.com>
29197         PR 57386/target
29198         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
29199         Only check TFmode for SPE constants.  Don't check TImode or TDmode.
29201 2014-01-07  James Greenhalgh  <james.greenhalgh@arm.com>
29203         * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
29204         -mcpu.
29206 2014-01-07  Yufeng Zhang  <yufeng.zhang@arm.com>
29208         * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
29209         with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
29210         rtx is const0_rtx or not.
29212 2014-01-07  Richard Sandiford  <rdsandiford@googlemail.com>
29214         PR target/58115
29215         * target-globals.c (save_target_globals): Remove this_fn_optab
29216         handling.
29217         * toplev.c: Include optabs.h.
29218         (target_reinit): Temporarily restore the global options if another
29219         set of options are in force.
29221 2014-01-07  Jakub Jelinek  <jakub@redhat.com>
29223         PR rtl-optimization/58668
29224         * cfgcleanup.c (flow_find_cross_jump): Don't count
29225         any jumps if dir_p is NULL.  Remove p1 variable, use active_insn_p
29226         to determine what is counted.
29227         (flow_find_head_matching_sequence): Use active_insn_p to determine
29228         what is counted.
29229         (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
29230         counting change.
29231         * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
29232         determine what is counted.
29234         PR tree-optimization/59643
29235         * tree-predcom.c (split_data_refs_to_components): If one dr is
29236         read and one write, determine_offset fails and the write isn't
29237         in the bad component, just put the read into the bad component.
29239 2014-01-07  Mike Stump  <mikestump@comcast.net>
29240             Jakub Jelinek  <jakub@redhat.com>
29242         PR pch/59436
29243         * tree-core.h (struct tree_optimization_option): Change optabs
29244         type from unsigned char * to void *.
29245         * optabs.c (init_tree_optimization_optabs): Adjust
29246         TREE_OPTIMIZATION_OPTABS initialization.
29248 2014-01-06  Jakub Jelinek  <jakub@redhat.com>
29250         PR target/59644
29251         * config/i386/i386.h (struct machine_function): Add
29252         no_drap_save_restore field.
29253         * config/i386/i386.c (ix86_save_reg): Use
29254         !cfun->machine->no_drap_save_restore instead of
29255         crtl->stack_realign_needed.
29256         (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
29257         this function clears frame_pointer_needed.  Set
29258         cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
29259         and DRAP reg is needed.
29261 2014-01-06  Marek Polacek  <polacek@redhat.com>
29263         PR c/57773
29264         * doc/implement-c.texi: Mention that other integer types are
29265         permitted as bit-field types in strictly conforming mode.
29267 2014-01-06  Felix Yang  <fei.yang0953@gmail.com>
29269         * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
29270         is newly allocated.
29272 2014-01-06  Richard Earnshaw  <rearnsha@arm.com>
29274         * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
29276 2014-01-06  Martin Jambor  <mjambor@suse.cz>
29278         PR ipa/59008
29279         * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
29280         to int.
29281         * ipa-prop.c (ipa_print_node_params): Fix indentation.
29283 2014-01-06  Eric Botcazou  <ebotcazou@adacore.com>
29285         PR debug/59350
29286         PR debug/59510
29287         * var-tracking.c (add_stores): Preserve the value of the source even if
29288         we don't record the store.
29290 2014-01-06  Terry Guo  <terry.guo@arm.com>
29292         * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
29294 2014-01-05  Iain Sandoe  <iain@codesourcery.com>
29296         PR bootstrap/59541
29297         * config/darwin.c (darwin_function_section): Adjust return values to
29298         correspond to optimisation changes made in r206070.
29300 2014-01-05  Uros Bizjak  <ubizjak@gmail.com>
29302         * config/i386/i386.c (ix86_data_alignment): Calculate max_align
29303         from prefetch_block tune setting.
29304         (nocona_cost): Correct size of prefetch block to 64.
29306 2014-01-04  Eric Botcazou  <ebotcazou@adacore.com>
29308         * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
29309         (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
29310         used to save the static chain register in the computation of the offset
29311         from which the FP registers need to be restored.
29313 2014-01-04  Jakub Jelinek  <jakub@redhat.com>
29315         PR tree-optimization/59519
29316         * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
29317         ICE if get_current_def (current_new_name) is already non-NULL, as long
29318         as it is a phi result of some other phi in *new_exit_bb that has
29319         the same argument.
29321         * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
29322         or vmovdqu* for misaligned_operand.
29323         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
29324         <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
29325         * config/i386/i386.c (ix86_expand_special_args_builtin): Set
29326         aligned_mem for AVX512F masked aligned load and store builtins and for
29327         non-temporal moves.
29329 2014-01-03  Bingfeng Mei  <bmei@broadcom.com>
29331         PR tree-optimization/59651
29332         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
29333         Address range for negative step should be added by TYPE_SIZE_UNIT.
29335 2014-01-03  Andreas Schwab  <schwab@linux-m68k.org>
29337         * config/m68k/m68k.c (handle_move_double): Handle pushes with
29338         overlapping registers also for registers other than the stack pointer.
29340 2014-01-03  Marek Polacek  <polacek@redhat.com>
29342         PR other/59661
29343         * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
29344         __builtin_FILE.
29346 2014-01-03  Jakub Jelinek  <jakub@redhat.com>
29348         PR target/59625
29349         * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
29350         asm goto as jump.
29352         * config/i386/i386.md (MODE_SIZE): New mode attribute.
29353         (push splitter): Use <P:MODE_SIZE> instead of
29354         GET_MODE_SIZE (<P:MODE>mode).
29355         (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
29356         (mov -1, reg peephole2): Likewise.
29357         * config/i386/sse.md (*mov<mode>_internal,
29358         <sse>_storeu<ssemodesuffix><avxsizesuffix>,
29359         <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
29360         *<code><mode>3, *andnot<mode>3<mask_name>,
29361         <mask_codefor><code><mode>3<mask_name>): Likewise.
29362         * config/i386/subst.md (mask_mode512bit_condition,
29363         sd_mask_mode512bit_condition): Likewise.
29365 2014-01-02  Xinliang David Li  <davidxl@google.com>
29367         PR tree-optimization/59303
29368         * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
29369         (dump_predicates): Better output format.
29370         (pred_equal_p): New function.
29371         (is_neq_relop_p): Ditto.
29372         (is_neq_zero_form_p): Ditto.
29373         (pred_expr_equal_p): Ditto.
29374         (pred_neg_p): Ditto.
29375         (simplify_pred): Ditto.
29376         (simplify_preds_2): Ditto.
29377         (simplify_preds_3): Ditto.
29378         (simplify_preds_4): Ditto.
29379         (simplify_preds): Ditto.
29380         (push_pred): Ditto.
29381         (push_to_worklist): Ditto.
29382         (get_pred_info_from_cmp): Ditto.
29383         (is_degenerated_phi): Ditto.
29384         (normalize_one_pred_1): Ditto.
29385         (normalize_one_pred): Ditto.
29386         (normalize_one_pred_chain): Ditto.
29387         (normalize_preds): Ditto.
29388         (normalize_cond_1): Remove function.
29389         (normalize_cond): Ditto.
29390         (is_gcond_subset_of): Ditto.
29391         (is_subset_of_any): Ditto.
29392         (is_or_set_subset_of): Ditto.
29393         (is_and_set_subset_of): Ditto.
29394         (is_norm_cond_subset_of): Ditto.
29395         (pred_chain_length_cmp): Ditto.
29396         (convert_control_dep_chain_into_preds): Type change.
29397         (find_predicates): Ditto.
29398         (find_def_preds): Ditto.
29399         (destroy_predicates_vecs): Ditto.
29400         (find_matching_predicates_in_rest_chains): Ditto.
29401         (use_pred_not_overlap_with_undef_path_pred): Ditto.
29402         (is_pred_expr_subset): Ditto.
29403         (is_pred_chain_subset_of): Ditto.
29404         (is_included_in): Ditto.
29405         (is_superset_of): Ditto.
29407 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
29409         Update copyright years.
29411 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
29413         * common/config/arc/arc-common.c, config/arc/arc-modes.def,
29414         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
29415         config/arc/arc.md, config/arc/arc.opt,
29416         config/arm/arm_neon_builtins.def, config/arm/crypto.def,
29417         config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
29418         config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
29419         config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
29420         config/linux-protos.h, config/linux.c, config/winnt-c.c,
29421         diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
29422         vtable-verify.c, vtable-verify.h: Use the standard form for the
29423         copyright notice.
29425 2014-01-02  Tobias Burnus  <burnus@net-b.de>
29427         * gcc.c (process_command): Update copyright notice dates.
29428         * gcov-dump.c: Ditto.
29429         * gcov.c: Ditto.
29430         * doc/cpp.texi: Bump @copying's copyright year.
29431         * doc/cppinternals.texi: Ditto.
29432         * doc/gcc.texi: Ditto.
29433         * doc/gccint.texi: Ditto.
29434         * doc/gcov.texi: Ditto.
29435         * doc/install.texi: Ditto.
29436         * doc/invoke.texi: Ditto.
29438 2014-01-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
29440         * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
29442 2014-01-01  Jakub Jelinek  <jakub@redhat.com>
29444         * config/i386/sse.md (*mov<mode>_internal): Guard
29445         EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
29447         PR rtl-optimization/59647
29448         * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
29449         new_rtx into UNSIGNED_FLOAT rtxes.
29451 Copyright (C) 2014 Free Software Foundation, Inc.
29453 Copying and distribution of this file, with or without modification,
29454 are permitted in any medium without royalty provided the copyright
29455 notice and this notice are preserved.