config.gcc (*-*-rtems*): Default to 'rtems' thread model.
[official-gcc.git] / gcc / ChangeLog
blobd639a8e97556bfb32afa79153068ee3457ed0316
1 2014-09-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3         * config.gcc (*-*-rtems*): Default to 'rtems' thread model.
4         Enable selection of 'posix' or no thread model.
6 2014-09-17  Andrew Stubbs  <ams@codesourcery.com>
8         * config/arm/arm.c (arm_option_override): Reject -mfpu=neon
9         when architecture is older than ARMv7.
11 2014-09-16  John David Anglin  <danglin@gcc.gnu.org>
13         PR target/61853
14         * config/pa/pa.c (pa_function_value): Directly handle aggregates
15         that fit exactly in a word or double word.
17 2014-09-16  Ilya Tocar  <ilya.tocar@intel.com>
19         * config/i386/driver-i386.c (host_detect_local_cpu): Detect lack of
20         zmm/k regs support.
22 2014-09-16  Alexander Ivchenko  <alexander.ivchenko@intel.com>
23             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
24             Anna Tikhonova  <anna.tikhonova@intel.com>
25             Ilya Tocar  <ilya.tocar@intel.com>
26             Andrey Turetskiy  <andrey.turetskiy@intel.com>
27             Ilya Verbin  <ilya.verbin@intel.com>
28             Kirill Yukhin  <kirill.yukhin@intel.com>
29             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
31         * config/i386/i386.c
32         (ix86_expand_vector_extract): Handle V32HI and V64QI modes.
33         * config/i386/sse.md
34         (define_mode_iterator VI48F_256): New.
35         (define_mode_attr extract_type): Ditto.
36         (define_mode_attr extract_suf): Ditto.
37         (define_mode_iterator AVX512_VEC): Ditto.
38         (define_expand
39         "<extract_type>_vextract<shuffletype><extract_suf>_mask"): Use
40         AVX512_VEC.
41         (define_insn "avx512dq_vextract<shuffletype>64x2_1_maskm"): New.
42         (define_insn
43         "<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>"):
44         Ditto.
45         (define_mode_attr extract_type_2): Ditto.
46         (define_mode_attr extract_suf_2): Ditto.
47         (define_mode_iterator AVX512_VEC_2): Ditto.
48         (define_expand
49         "<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask"): Use
50         AVX512_VEC_2 mode iterator.
51         (define_insn "vec_extract_hi_<mode>_maskm"): Ditto.
52         (define_expand "avx512vl_vextractf128<mode>"): Ditto.
53         (define_insn_and_split "vec_extract_lo_<mode>"): Delete.
54         (define_insn "vec_extract_lo_<mode><mask_name>"): New.
55         (define_split for V16FI mode): Ditto.
56         (define_insn_and_split "vec_extract_lo_<mode>"): Delete.
57         (define_insn "vec_extract_lo_<mode><mask_name>"): New.
58         (define_split for VI8F_256 mode): Ditto.
59         (define_insn "vec_extract_hi_<mode><mask_name>"): Add masking.
60         (define_insn_and_split "vec_extract_lo_<mode>"): Delete.
61         (define_insn "vec_extract_lo_<mode><mask_name>"): New.
62         (define_split for VI4F_256 mode): Ditto.
63         (define_insn "vec_extract_lo_<mode>_maskm"): Ditto.
64         (define_insn "vec_extract_hi_<mode>_maskm"): Ditto.
65         (define_insn "vec_extract_hi_<mode><mask_name>"): Add masking.
66         (define_mode_iterator VEC_EXTRACT_MODE): Add V64QI and V32HI modes.
67         (define_insn "vcvtph2ps<mask_name>"): Fix pattern condition.
68         (define_insn "avx512f_vextract<shuffletype>32x4_1_maskm"): Ditto.
69         (define_insn "<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>"):
70         Update `type' attribute, remove explicit `memory' attribute calculation.
72 2014-09-16  Kito Cheng  <kito@0xlab.org>
74         * ira.c (ira): Don't initialize ira_spilled_reg_stack_slots and
75         ira_spilled_reg_stack_slots_num if using lra.
76         (do_reload): Remove release ira_spilled_reg_stack_slots part.
77         * ira-color.c (ira_sort_regnos_for_alter_reg): Add assertion to
78         make sure not using lra.
79         (ira_reuse_stack_slot): Likewise.
80         (ira_mark_new_stack_slot): Likewise.
82 2014-09-15  Andi Kleen  <ak@linux.intel.com>
84         * function.c (allocate_struct_function): Force
85         DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT to one when
86         profiling is disabled.
88 2014-09-15  Trevor Saunders  <tsaunders@mozilla.com>
89     
90         * cfgrtl.c, combine.c, config/arc/arc.c, config/mcore/mcore.c,
91         config/rs6000/rs6000.c, config/sh/sh.c, cprop.c, dwarf2out.c,
92         emit-rtl.c, final.c, function.c, gcse.c, jump.c, reg-stack.c,
93         reload1.c, reorg.c, resource.c, sel-sched-ir.c: Replace INSN_DELETED_P
94         macro with statically checked member functions.
95         * rtl.h (rtx_insn::deleted): New method.
96         (rtx_insn::set_deleted): Likewise.
97         (rtx_insn::set_undeleted): Likewise.
98         (INSN_DELETED_P): Remove.
100 2014-09-15  Trevor Saunders  <tsaunders@mozilla.com>
102         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Assign the
103         result of emit_jump_insn_before to a new variable.
104         * jump.c (mark_jump_label): Change the type of insn to rtx_insn *.
105         (mark_jump_label_1): Likewise.
106         (mark_jump_label_asm): Likewise.
107         * reload1.c (gen_reload): Change type of tem to rtx_insn *.
108         * rtl.h (mark_jump_label): Adjust.
110 2014-09-15  Jakub Jelinek  <jakub@redhat.com>
112         * Makefile.in (dg_target_exps): Remove.
113         (check_gcc_parallelize): Change to just an upper bound number.
114         (check-%-subtargets): Always print the non-parallelized goals.
115         (check_p_vars, check_p_comma, check_p_subwork): Remove.
116         (check_p_count, check_p_numbers0, check_p_numbers1, check_p_numbers2,
117         check_p_numbers3, check_p_numbers4, check_p_numbers5,
118         check_p_numbers6): New variables.
119         (check_p_numbers): Set to sequence from 1 to 9999.
120         (check_p_subdirs): Set to sequence from 1 to minimum of
121         $(check_p_count) and either GCC_TEST_PARALLEL_SLOTS env var if set,
122         or 128.
123         (check-%, check-parallel-%): Rewritten so that for parallelized
124         testing each job runs all the *.exp files, with
125         GCC_RUNTEST_PARALLELIZE_DIR set in environment.
127 2014-09-15  David Malcolm  <dmalcolm@redhat.com>
129         * config/arc/arc-protos.h (arc_attr_type): Strengthen param from
130         rtx to rtx_insn *.
131         (arc_sets_cc_p): Likewise.
132         * config/arc/arc.c (arc_print_operand): Use methods of
133         "final_sequence" for clarity, and to enable strengthening of
134         locals "jump" and "delay" from rtx to rtx_insn *.
135         (arc_adjust_insn_length): Strengthen local "prev" from rtx to
136         rtx_insn *; use method of rtx_sequence for typesafety.
137         (arc_get_insn_variants): Use insn method of rtx_sequence for
138         typesafety.
139         (arc_pad_return): Likewise.
140         (arc_attr_type): Strengthen param from rtx to rtx_insn *.
141         (arc_sets_cc_p): Likewise.  Also, convert a GET_CODE check to a
142         dyn_cast to rtx_sequence *, using insn method for typesafety.
143         * config/arc/arc.h (ADJUST_INSN_LENGTH): Add checked casts to
144         rtx_sequence * and use insn method when invoking get_attr_length.
145         * config/bfin/bfin.c (type_for_anomaly): Strengthen param from rtx
146         to rtx_insn *.  Replace a GET_CODE check with a dyn_cast to
147         rtx_sequence *, introducing a local "seq", using its insn method
148         from typesafety and clarity.
149         (add_sched_insns_for_speculation): Strengthen local "next" from
150         rtx to rtx_insn *.
151         * config/c6x/c6x.c (get_insn_side): Likewise for param "insn".
152         (predicate_insn): Likewise.
153         * config/cris/cris-protos.h (cris_notice_update_cc): Likewise for
154         second param.
155         * config/cris/cris.c (cris_notice_update_cc): Likewise.
156         * config/epiphany/epiphany-protos.h
157         (extern void epiphany_insert_mode_switch_use): Likewise for param
158         "insn".
159         (get_attr_sched_use_fpu): Likewise for param.
160         * config/epiphany/epiphany.c (epiphany_insert_mode_switch_use):
161         Likewise for param "insn".
162         * config/epiphany/mode-switch-use.c (insert_uses): Likewise for
163         param "insn" of "target_insert_mode_switch_use" callback.
164         * config/frv/frv.c (frv_insn_unit): Likewise for param "insn".
165         (frv_issues_to_branch_unit_p): Likewise.
166         (frv_pack_insn_p): Likewise.
167         (frv_compare_insns): Strengthen locals "insn1" and "insn2" from
168         const rtx * (i.e. mutable rtx_def * const *) to
169         rtx_insn * const *.
170         * config/i386/i386-protos.h (standard_sse_constant_opcode):
171         Strengthen first param from rtx to rtx_insn *.
172         (output_fix_trunc): Likewise.
173         * config/i386/i386.c (standard_sse_constant_opcode): Likewise.
174         (output_fix_trunc): Likewise.
175         (core2i7_first_cycle_multipass_filter_ready_try): Likewise for
176         local "insn".
177         (min_insn_size): Likewise for param "insn".
178         (get_mem_group): Likewise.
179         (is_cmp): Likewise.
180         (get_insn_path): Likewise.
181         (get_insn_group): Likewise.
182         (count_num_restricted): Likewise.
183         (fits_dispatch_window): Likewise.
184         (add_insn_window): Likewise.
185         (add_to_dispatch_window): Likewise.
186         (debug_insn_dispatch_info_file): Likewise.
187         * config/m32c/m32c-protos.h (m32c_output_compare): Likewise for
188         first param.
189         * config/m32c/m32c.c (m32c_compare_redundant): Likewise for param
190         "cmp" and local "prev".
191         (m32c_output_compare): Likewise for param "insn".
192         * config/m32r/predicates.md (define_predicate "small_insn_p"): Add
193         a checked cast to rtx_insn * on "op" after we know it's an INSN_P.
194         (define_predicate "large_insn_p"): Likewise.
195         * config/m68k/m68k-protos.h (m68k_sched_attr_size): Strengthen
196         param from rtx to rtx_insn *.
197         (attr_op_mem m68k_sched_attr_op_mem): Likewise.
198         * config/m68k/m68k.c (sched_get_attr_size_int): Likewise.
199         (m68k_sched_attr_size): Likewise.
200         (sched_get_opxy_mem_type): Likewise for param "insn".
201         (m68k_sched_attr_op_mem): Likewise.
202         (sched_mem_operand_p): Likewise.
203         * config/mep/mep-protos.h (mep_multi_slot): Likewise for param.
204         * config/mep/mep.c (mep_multi_slot): Likewise.
205         * config/mips/mips-protos.h (mips_output_sync_loop): Likewise for
206         first param.
207         (mips_sync_loop_insns): Likewise.
208         * config/mips/mips.c (mips_print_operand_punctuation): Use insn
209         method of "final_sequence" for typesafety.
210         (mips_process_sync_loop): Strengthen param "insn" from rtx to
211         rtx_insn *.
212         (mips_output_sync_loop): Likewise.
213         (mips_sync_loop_insns): Likewise.
214         (mips_74k_agen_init): Likewise.
215         (mips_sched_init): Use NULL rather than NULL_RTX when working with
216         insns.
217         * config/nds32/nds32-fp-as-gp.c (nds32_symbol_load_store_p):
218         Strengthen param "insn" from rtx to rtx_insn *.
219         * config/nds32/nds32.c (nds32_target_alignment): Likewise for
220         local "insn".
221         * config/pa/pa-protos.h (pa_insn_refs_are_delayed): Likewise for
222         param.
223         * config/pa/pa.c (pa_output_function_epilogue): Likewise for local
224         "insn".  Use method of rtx_sequence for typesafety.
225         (branch_to_delay_slot_p): Strengthen param "insn" from rtx to
226         rtx_insn *.
227         (branch_needs_nop_p): Likewise.
228         (use_skip_p): Likewise.
229         (pa_insn_refs_are_delayed): Likewise.
230         * config/rl78/rl78.c (rl78_propogate_register_origins): Likewise
231         for locals "insn", "ninsn".
232         * config/rs6000/rs6000.c (is_microcoded_insn): Likewise for param
233         "insn".
234         (is_cracked_insn): Likewise.
235         (is_branch_slot_insn): Likewise.
236         (is_nonpipeline_insn): Likewise.
237         (insn_terminates_group_p): Likewise.
238         (insn_must_be_first_in_group): Likewise.
239         (insn_must_be_last_in_group): Likewise.
240         (force_new_group): Likewise for param "next_insn".
241         * config/s390/s390.c (s390_get_sched_attrmask): Likewise for param
242         "insn".
243         (s390_sched_score): Likewise.
244         * config/sh/sh-protos.h (output_branch): Likewise for param 2.
245         (rtx sfunc_uses_reg): Likewise for sole param.
246         * config/sh/sh.c (sh_print_operand): Use insn method of
247         final_sequence for typesafety.
248         (output_branch): Strengthen param "insn" from rtx to rtx_insn *.
249         Use insn method of final_sequence for typesafety.
250         (sfunc_uses_reg): Strengthen param "insn" from rtx to rtx_insn *.
251         * config/sparc/sparc-protos.h (eligible_for_call_delay): Likewise
252         for param.
253         (eligible_for_return_delay): Likewise.
254         (eligible_for_sibcall_delay): Likewise.
255         * config/sparc/sparc.c (eligible_for_call_delay): Likewise.
256         (eligible_for_return_delay): Likewise.
257         (eligible_for_sibcall_delay): Likewise.
258         * config/stormy16/stormy16-protos.h
259         (xstormy16_output_cbranch_hi): Likewise for final param.
260         (xstormy16_output_cbranch_si): Likewise.
261         * config/stormy16/stormy16.c (xstormy16_output_cbranch_hi): LIkewise.
262         (xstormy16_output_cbranch_si): Likewise.
263         * config/v850/v850-protos.h (notice_update_cc): Likewise.
264         * config/v850/v850.c (notice_update_cc): Likewise.
266         * final.c (get_attr_length_1): Strengthen param "insn" and param
267         of "fallback_fn" from rtx to rtx_insn *, eliminating a checked cast.
268         (get_attr_length): Strengthen param "insn" from rtx to rtx_insn *.
269         (get_attr_min_length): Likewise.
270         (shorten_branches): Likewise for signature of locals "length_fun"
271         and "inner_length_fun".  Introduce local rtx_sequence * "seqn"
272         from a checked cast and use its methods for clarity and to enable
273         strengthening local "inner_insn" from rtx to rtx_insn *.
274         * genattr.c (gen_attr): When writing out the prototypes of the
275         various generated "get_attr_" functions, strengthen the params of
276         the non-const functions from rtx to rtx_insn *.
277         Similarly, strengthen the params of insn_default_length,
278         insn_min_length, insn_variable_length_p, insn_current_length.
279         (main): Similarly, strengthen the param of num_delay_slots,
280         internal_dfa_insn_code, insn_default_latency, bypass_p,
281         insn_latency, min_issue_delay, print_reservation,
282         insn_has_dfa_reservation_p and of the "internal_dfa_insn_code" and
283         "insn_default_latency" callbacks.  Rename hook_int_rtx_unreachable
284         to hook_int_rtx_insn_unreachable.
285         * genattrtab.c (write_attr_get): When writing out the generated
286         "get_attr_" functions, strengthen the param "insn" from rtx to
287         rtx_insn *, eliminating a checked cast.
288         (make_automaton_attrs): When writing out prototypes of
289         "internal_dfa_insn_code_", "insn_default_latency_" functions
290         and the "internal_dfa_insn_code" and "insn_default_latency"
291         callbacks, strengthen their params from rtx to rtx_insn *
292         * genautomata.c (output_internal_insn_code_evaluation): When
293         writing out code, add a checked cast from rtx to rtx_insn * when
294         invoking DFA_INSN_CODE_FUNC_NAME aka dfa_insn_code.
295         (output_dfa_insn_code_func): Strengthen param of generated
296         function "dfa_insn_code_enlarge" from rtx to rtx_insn *.
297         (output_trans_func): Likewise for generated function
298         "state_transition".
299         (output_internal_insn_latency_func): When writing out generated
300         function "internal_insn_latency", rename params from "insn" and
301         "insn2" to "insn_or_const0" and "insn2_or_const0".  Reintroduce
302         locals "insn" and "insn2" as rtx_insn * with checked casts once
303         we've proven that we're not dealing with const0_rtx.
304         (output_insn_latency_func):  Strengthen param of generated
305         function "insn_latency" from rtx to rtx_insn *.
306         (output_print_reservation_func): Likewise for generated function
307         "print_reservation".
308         (output_insn_has_dfa_reservation_p): Likewise for generated
309         function "insn_has_dfa_reservation_p".
310         * hooks.c (hook_int_rtx_unreachable): Rename to...
311         (hook_int_rtx_insn_unreachable): ...this, and strengthen param
312         from rtx to rtx_insn *.
313         * hooks.h (hook_int_rtx_unreachable): Likewise.
314         (extern int hook_int_rtx_insn_unreachable): Likewise.
315         * output.h (get_attr_length): Strengthen param from rtx to rtx_insn *.
316         (get_attr_min_length): Likewise.
317         * recog.c (get_enabled_alternatives): Likewise.
318         * recog.h (alternative_mask get_enabled_alternatives): Likewise.
319         * reorg.c (find_end_label): Introduce local rtx "pat" and
320         strengthen local "insn" from rtx to rtx_insn *.
321         (redundant_insn): Use insn method of "seq" rather than element for
322         typesafety; strengthen local "control" from rtx to rtx_insn *.
323         * resource.c (mark_referenced_resources): Add checked cast to
324         rtx_insn * within INSN/JUMP_INSN case.
325         (mark_set_resources): Likewise.
326         * sel-sched.c (estimate_insn_cost): Strengthen param "insn" from
327         rtx to rtx_insn *.
329 2014-09-15  David Malcolm  <dmalcolm@redhat.com>
331         * config/rs6000/rs6000.c (rs6000_loop_align_max_skip): Strengthen
332         param "label" from rtx to rtx_insn *.
333         * config/rx/rx.c (rx_max_skip_for_label): Likewise for param "lab"
334         and local "op".
335         * doc/tm.texi (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Autogenerated changes.
336         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Likewise.
337         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Likewise.
338         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Likewise.
339         * final.c (default_label_align_after_barrier_max_skip): Strengthen
340         param from rtx to rtx_insn *.
341         (default_loop_align_max_skip): Likewise.
342         (default_label_align_max_skip): Likewise.
343         (default_jump_align_max_skip): Likewise.
344         * target.def (label_align_after_barrier_max_skip): Likewise.
345         (loop_align_max_skip): Likewise.
346         (label_align_max_skip): Likewise.
347         (jump_align_max_skip): Likewise.
348         * targhooks.h (default_label_align_after_barrier_max_skip):
349         Likewise.
350         (default_loop_align_max_skip): Likewise.
351         (default_label_align_max_skip): Likewise.
352         (default_jump_align_max_skip): Likewise.
354 2014-09-15  David Malcolm  <dmalcolm@redhat.com>
356         * config/arc/arc.c (arc_can_follow_jump): Strengthen both params
357         from const_rtx to const rtx_insn *.  Update union members from rtx
358         to rtx_insn *.
359         * doc/tm.texi (TARGET_CAN_FOLLOW_JUMP): Autogenerated change.
360         * hooks.c (hook_bool_const_rtx_const_rtx_true): Rename to...
361         (hook_bool_const_rtx_insn_const_rtx_insn_true): ...this, and
362         strengthen both params from const_rtx to const rtx_insn *.
363         * hooks.h (hook_bool_const_rtx_const_rtx_true): Likewise.
364         (hook_bool_const_rtx_insn_const_rtx_insn_true): Likewise.
365         * reorg.c (follow_jumps): Strengthen param "jump" from rtx to
366         rtx_insn *.
367         * target.def (can_follow_jump): Strengthen both params from
368         const_rtx to const rtx_insn *, and update default implementation
369         from hook_bool_const_rtx_const_rtx_true to
370         hook_bool_const_rtx_insn_const_rtx_insn_true.
372 2014-09-15  David Malcolm  <dmalcolm@redhat.com>
374         * sched-deps.c (deps_start_bb): Strengthen param "head" and local
375         "insn" from rtx to rtx_insn *.
376         * sched-int.h (deps_start_bb): Likewise for 2nd param.
378 2014-09-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
379             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
380             Anna Tikhonova  <anna.tikhonova@intel.com>
381             Ilya Tocar  <ilya.tocar@intel.com>
382             Andrey Turetskiy  <andrey.turetskiy@intel.com>
383             Ilya Verbin  <ilya.verbin@intel.com>
384             Kirill Yukhin  <kirill.yukhin@intel.com>
385             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
387         * config/i386/sse.md
388         (define_insn "vcvtph2ps<mask_name>"): Add masking.
389         (define_insn "*vcvtph2ps_load<mask_name>"): Ditto.
390         (define_insn "vcvtph2ps256<mask_name>"): Ditto.
391         (define_expand "vcvtps2ph_mask"): New.
392         (define_insn "*vcvtps2ph<mask_name>"): Add masking.
393         (define_insn "*vcvtps2ph_store<mask_name>"): Ditto.
394         (define_insn "vcvtps2ph256<mask_name>"): Ditto.
396 2014-09-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
397             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
398             Anna Tikhonova  <anna.tikhonova@intel.com>
399             Ilya Tocar  <ilya.tocar@intel.com>
400             Andrey Turetskiy  <andrey.turetskiy@intel.com>
401             Ilya Verbin  <ilya.verbin@intel.com>
402             Kirill Yukhin  <kirill.yukhin@intel.com>
403             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
405         * config/i386/sse.md (define_mode_iterator VI248_AVX512BW_AVX512VL):
406         New.
407         (define_mode_iterator VI24_AVX512BW_1): Ditto.
408         (define_insn "<mask_codefor>ashr<mode>3<mask_name>"): Ditto.
409         (define_insn "<mask_codefor>ashrv2di3<mask_name>"): Ditto.
410         (define_insn "ashr<VI248_AVX512BW_AVX512VL:mode>3<mask_name>"): Enable
411         also for TARGET_AVX512VL.
412         (define_expand "ashrv2di3"): Update to enable TARGET_AVX512VL.
414 2014-09-15  Markus Trippelsdorf  <markus@trippelsdorf.de>
416         * doc/install.texi (Options specification): add 
417         --disable-libsanitizer item.
419 2014-09-14  James Clarke  <jrtc27@jrtc27.com>
420             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
422         PR target/61407
423         * config/darwin-c.c (version_as_macro): Added extra 0 for OS X 10.10
424         and above.
425         * config/darwin-driver.c (darwin_find_version_from_kernel): Removed
426         kernel version check to avoid incrementing it after every major OS X
427         release.
428         (darwin_default_min_version): Avoid static memory buffer.
430 2014-09-13  Jan Hubicka  <hubicka@ucw.cz>
432         * tree.c (need_assembler_name_p): Store C++ type mangling only
433         for aggregates.
435 2014-09-13  Marek Polacek  <polacek@redhat.com>
437         * tree.c (protected_set_expr_location): Don't check whether T is
438         non-null here.
440 2014-09-12  DJ Delorie  <dj@redhat.com>
442         * config/msp430/msp430.md (extendhipsi2): Use 20-bit form of RLAM/RRAM.
443         (extend_and_shift1_hipsi2): Likewise.
444         (extend_and_shift2_hipsi2): Likewise.
446 2014-09-12  David Malcolm  <dmalcolm@redhat.com>
448         * config/alpha/alpha.c (alpha_ra_ever_killed): Replace NULL_RTX
449         with NULL when dealing with an insn.
450         * config/sh/sh.c (sh_reorg): Strengthen local "last_float_move"
451         from rtx to rtx_insn *.
452         * rtl.h (reg_set_between_p): Strengthen params 2 and 3 from
453         const_rtx to const rtx_insn *.
454         * rtlanal.c (reg_set_between_p): Likewise, removing a checked cast.
456 2014-09-12  Trevor Saunders  <tsaunders@mozilla.com>
458         * hash-table.h (gt_pch_nx): Don't call gt_pch_note_object within an
459         assert.
461 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
463         * target.def (libgcc_floating_mode_supported_p): New hook.
464         * targhooks.c (default_libgcc_floating_mode_supported_p): New
465         function.
466         * targhooks.h (default_libgcc_floating_mode_supported_p): Declare.
467         * doc/tm.texi.in (LIBGCC2_HAS_DF_MODE, LIBGCC2_HAS_XF_MODE)
468         (LIBGCC2_HAS_TF_MODE): Remove.
469         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): New @hook.
470         * doc/tm.texi: Regenerate.
471         * genmodes.c (emit_insn_modes_h): Define HAVE_%smode for each
472         machine mode.
473         * system.h (LIBGCC2_HAS_SF_MODE, LIBGCC2_HAS_DF_MODE)
474         (LIBGCC2_HAS_XF_MODE, LIBGCC2_HAS_TF_MODE): Poison.
475         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE): Remove.
476         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE): Remove.
477         * config/i386/djgpp.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
478         * config/i386/dragonfly.h (LIBGCC2_HAS_TF_MODE): Remove.
479         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE): Remove.
480         * config/i386/gnu-user-common.h (LIBGCC2_HAS_TF_MODE): Remove.
481         * config/i386/i386-interix.h (IX86_NO_LIBGCC_TFMODE): Define.
482         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p): New
483         function.
484         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Define.
485         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
486         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
487         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
488         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
489         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
490         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
491         * config/i386/openbsdelf.h (LIBGCC2_HAS_TF_MODE): Remove.
492         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Define.
493         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Remove.
494         * config/i386/vx-common.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
495         * config/ia64/elf.h (IA64_NO_LIBGCC_TFMODE): Define.
496         * config/ia64/freebsd.h (IA64_NO_LIBGCC_TFMODE): Define.
497         * config/ia64/hpux.h (LIBGCC2_HAS_XF_MODE, LIBGCC2_HAS_TF_MODE):
498         Remove.
499         * config/ia64/ia64.c (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P):
500         New macro.
501         (ia64_libgcc_floating_mode_supported_p): New function.
502         * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): Remove.
503         * config/ia64/vms.h (IA64_NO_LIBGCC_XFMODE)
504         (IA64_NO_LIBGCC_TFMODE): Define.
505         * config/msp430/msp430.h (LIBGCC2_HAS_DF_MODE): Remove.
506         * config/pdp11/pdp11.c (TARGET_SCALAR_MODE_SUPPORTED_P): New
507         macro.
508         (pdp11_scalar_mode_supported_p): New function.
509         * config/rl78/rl78.h (LIBGCC2_HAS_DF_MODE): Remove.
510         * config/rx/rx.h (LIBGCC2_HAS_DF_MODE): Remove.
512 2014-09-12  Richard Biener  <rguenther@suse.de>
514         PR middle-end/63237
515         * gimple-fold.c (get_maxval_strlen): Gimplify string length.
517 2014-09-12  Marc Glisse  <marc.glisse@inria.fr>
519         * tree.c (integer_each_onep): New function.
520         * tree.h (integer_each_onep): Declare it.
521         * fold-const.c (fold_binary_loc): Use it for ~A + 1 to -A and
522         -A - 1 to ~A.  Disable (X & 1) ^ 1, (X ^ 1) & 1 and ~X & 1 to
523         (X & 1) == 0 for vector and complex.
525 2014-09-12  Wilco Dijkstra  <wilco.dijkstra@arm.com>
527         * gcc/config/aarch64/aarch64.c (cortexa57_regmove_cost): New cost table
528         for A57.
529         (cortexa53_regmove_cost): New cost table for A53.  Increase GP2FP/FP2GP
530         cost to spilling from integer to FP registers.
532 2014-09-12  Wilco Dijkstra  <wilco.dijkstra@arm.com>
534         * config/aarch64/aarch64.c (aarch64_register_move_cost): Fix Q register
535         move handling.
536         (generic_regmove_cost): Undo raised FP2FP move cost as Q register moves
537         are now handled correctly.
539 2014-09-12  Wilco Dijkstra  <wilco.dijkstra@arm.com>
541         * config/aarch64/aarch64.c (aarch64_register_move_cost): Add cost
542         handling of CALLER_SAVE_REGS and POINTER_REGS.
544 2014-09-12  Wilco Dijkstra  <wilco.dijkstra@arm.com>
546         * gcc/ree.c (combine_reaching_defs): Ensure inserted copy don't change
547         the number of hard registers.
549 2014-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
550             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
551             Anna Tikhonova  <anna.tikhonova@intel.com>
552             Ilya Tocar  <ilya.tocar@intel.com>
553             Andrey Turetskiy  <andrey.turetskiy@intel.com>
554             Ilya Verbin  <ilya.verbin@intel.com>
555             Kirill Yukhin  <kirill.yukhin@intel.com>
556             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
558         * config/i386/sse.md
559         (define_mode_iterator VI48_AVX512VL): New.
560         (define_expand "<avx512>_vternlog<mode>_maskz"): Rename from
561         "avx512f_vternlog<mode>_maskz" and update mode iterator.
562         (define_insn "<avx512>_vternlog<mode><sd_maskz_name>"): Rename
563         from "avx512f_vternlog<mode><sd_maskz_name>" and update mode iterator.
564         (define_insn "<avx512>_vternlog<mode>_mask"): Rename from
565         "avx512f_vternlog<mode>_mask" and update mode iterator.
566         (define_insn "<mask_codefor><avx512>_align<mode><mask_name>"): Rename
567         from "<mask_codefor>avx512f_align<mode><mask_name>" and update mode
568         iterator.
569         (define_insn "<avx512>_<rotate>v<mode><mask_name>"): Rename from
570         "avx512f_<rotate>v<mode><mask_name>" and update mode iterator.
571         (define_insn "<avx512>_<rotate><mode><mask_name>"): Rename from
572         "avx512f_<rotate><mode><mask_name>" and update mode iterator.
573         (define_insn "clz<mode>2<mask_name>"): Use VI48_AVX512VL mode iterator.
574         (define_insn "<mask_codefor>conflict<mode><mask_name>"): Ditto.
576 2014-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
577             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
578             Anna Tikhonova  <anna.tikhonova@intel.com>
579             Ilya Tocar  <ilya.tocar@intel.com>
580             Andrey Turetskiy  <andrey.turetskiy@intel.com>
581             Ilya Verbin  <ilya.verbin@intel.com>
582             Kirill Yukhin  <kirill.yukhin@intel.com>
583             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
585         * config/i386/sse.md (VI128_256): Delete.
586         (define_mode_iterator VI124_256): New.
587         (define_mode_iterator VI124_256_AVX512F_AVX512BW): Ditto.
588         (define_expand "<code><mode>3<mask_name><round_name>"): Delete.
589         (define_expand "<code><VI124_256_AVX512F_AVX512BW:mode>3"): New.
590         (define_insn "*avx2_<code><VI124_256:mode>3"): Rename from
591         "*avx2_<code><mode>3<mask_name><round_name>" and update mode iterator.
592         (define_expand "<code><VI48_AVX512VL:mode>3_mask"): New.
593         (define_insn "*avx512bw_<code><VI48_AVX512VL:mode>3<mask_name>"): Ditto.
594         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Update mode
595         iterator.
596         (define_expand "<code><VI8_AVX2:mode>3"): Update pettern generation
597         in presence of AVX-512.
599 2014-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
600             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
601             Anna Tikhonova  <anna.tikhonova@intel.com>
602             Ilya Tocar  <ilya.tocar@intel.com>
603             Andrey Turetskiy  <andrey.turetskiy@intel.com>
604             Ilya Verbin  <ilya.verbin@intel.com>
605             Kirill Yukhin  <kirill.yukhin@intel.com>
606             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
608         * config/i386/sse.md
609         (define_expand "<avx512>_gathersi<mode>"): Rename from
610         "avx512f_gathersi<mode>".
611         (define_insn "*avx512f_gathersi<mode>"): Use VI48F.
612         (define_insn "*avx512f_gathersi<mode>_2"): Ditto.
613         (define_expand "<avx512>_gatherdi<mode>"): Rename from
614         "avx512f_gatherdi<mode>".
615         (define_insn "*avx512f_gatherdi<mode>"): Use VI48F.
616         (define_insn "*avx512f_gatherdi<mode>_2"): Use VI48F, add 128/256-bit
617         wide versions.
618         (define_expand "<avx512>_scattersi<mode>"): Rename from
619         "avx512f_scattersi<mode>".
620         (define_insn "*avx512f_scattersi<mode>"): Use VI48F.
621         (define_expand "<avx512>_scatterdi<mode>"): Rename from
622         "avx512f_scatterdi<mode>".
623         (define_insn "*avx512f_scatterdi<mode>"): Use VI48F.
625 2014-09-12  Richard Sandiford  <richard.sandiford@arm.com>
627         * ira.h (ira_finish_once): Delete.
628         * ira-int.h (target_ira_int::~target_ira_int): Declare.
629         (target_ira_int::free_ira_costs): Likewise.
630         (target_ira_int::free_register_move_costs): Likewise.
631         (ira_finish_costs_once): Delete.
632         * ira.c (free_register_move_costs): Replace with...
633         (target_ira_int::free_register_move_costs): ...this new function.
634         (target_ira_int::~target_ira_int): Define.
635         (ira_init): Call free_register_move_costs as a member function rather
636         than a global function.
637         (ira_finish_once): Delete.
638         * ira-costs.c (free_ira_costs): Replace with...
639         (target_ira_int::free_ira_costs): ...this new function.
640         (ira_init_costs): Call free_ira_costs as a member function rather
641         than a global function.
642         (ira_finish_costs_once): Delete.
643         * target-globals.c (target_globals::~target_globals): Call the
644         target_ira_int destructor.
645         * toplev.c: Include lra.h.
646         (finalize): Call lra_finish_once rather than ira_finish_once.
648 2014-09-11  Jan Hubicka  <hubicka@ucw.cz>
650         * common.opt (flto-odr-type-merging): New flag.
651         * ipa-deivrt.c (hash_type_name): Use ODR names for hasing if availale.
652         (types_same_for_odr): Likewise.
653         (odr_subtypes_equivalent_p): Likewise.
654         (add_type_duplicate): Do not walk type variants.
655         (register_odr_type): New function.
656         * ipa-utils.h (register_odr_type): Declare.
657         (odr_type_p): New function.
658         * langhooks.c (lhd_set_decl_assembler_name): Do not compute
659         TYPE_DECLs
660         * doc/invoke.texi (-flto-odr-type-merging): Document.
661         * tree.c (need_assembler_name_p): Compute ODR names when asked
662         for it.
663         * tree.h (DECL_ASSEMBLER_NAME): Update comment.
665 2014-09-11  H.J. Lu  <hongjiu.lu@intel.com>
667         PR target/63228
668         * config/i386/i386.c (ix86_option_override_internal): Also turn
669         off OPTION_MASK_ABI_X32 for -m16.
671 2014-09-11  Segher Boessenkool  <segher@kernel.crashing.org>
673         * config/rs6000/rs6000.md (rs6000_mftb_<mode>): Use mode iterator
674         GPR instead of P.
676 2014-09-11  Marc Glisse  <marc.glisse@inria.fr>
678         PR target/58757
679         * ginclude/float.h (FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
680         Directly forward to __*_DENORM_MIN__.
682 2014-09-11  David Malcolm  <dmalcolm@redhat.com>
684         * rtl.h (LABEL_REF_LABEL): New macro.
686         * alias.c (rtx_equal_for_memref_p): Use LABEL_REF_LABEL in place
687         of XEXP (, 0), where we know that we have a LABEL_REF.
688         * cfgbuild.c (make_edges): Likewise.
689         (purge_dead_tablejump_edges): Likewise.
690         * cfgexpand.c (convert_debug_memory_address): Likewise.
691         * cfgrtl.c (patch_jump_insn): Likewise.
692         * combine.c (distribute_notes): Likewise.
693         * cse.c (hash_rtx_cb): Likewise.
694         (exp_equiv_p): Likewise.
695         (fold_rtx): Likewise.
696         (check_for_label_ref): Likewise.
697         * cselib.c (rtx_equal_for_cselib_1): Likewise.
698         (cselib_hash_rtx): Likewise.
699         * emit-rtl.c (mark_label_nuses): Likewise.
700         * explow.c (convert_memory_address_addr_space): Likewise.
701         * final.c (output_asm_label): Likewise.
702         (output_addr_const): Likewise.
703         * gcse.c (add_label_notes): Likewise.
704         * genconfig.c (walk_insn_part): Likewise.
705         * genrecog.c (validate_pattern): Likewise.
706         * ifcvt.c (cond_exec_get_condition): Likewise.
707         (noce_emit_store_flag): Likewise.
708         (noce_get_alt_condition): Likewise.
709         (noce_get_condition): Likewise.
710         * jump.c (maybe_propagate_label_ref): Likewise.
711         (mark_jump_label_1): Likewise.
712         (redirect_exp_1): Likewise.
713         (rtx_renumbered_equal_p): Likewise.
714         * lra-constraints.c (operands_match_p): Likewise.
715         * reload.c (operands_match_p): Likewise.
716         (find_reloads): Likewise.
717         * reload1.c (set_label_offsets): Likewise.
718         * reorg.c (get_branch_condition): Likewise.
719         * rtl.c (rtx_equal_p_cb): Likewise.
720         (rtx_equal_p): Likewise.
721         * rtlanal.c (reg_mentioned_p): Likewise.
722         (rtx_referenced_p): Likewise.
723         (get_condition): Likewise.
724         * sched-vis.c (print_value): Likewise.
725         * varasm.c (const_hash_1): Likewise.
726         (compare_constant): Likewise.
727         (const_rtx_hash_1): Likewise.
728         (output_constant_pool_1): Likewise.
730 2014-09-11  Segher Boessenkool  <segher@kernel.crashing.org>
732         * config/rs6000/htm.md (tabort, tabortdc, tabortdci, tabortwc,
733         tabortwci, tbegin, tcheck, tend, trechkpt, treclaim, tsr): Use xor
734         instead of minus.
735         * config/rs6000/vector.md (cr6_test_for_zero_reverse,
736         cr6_test_for_lt_reverse): Ditto.
738 2014-09-11  Paolo Carlini  <paolo.carlini@oracle.com>
740         PR c++/61489
741         * doc/invoke.texi ([-Wmissing-field-initializers]): Update.
743 2014-09-11  Alan Lawrence  <alan.lawrence@arm.com>
745         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_su_qualifiers,
746         TYPES_REINTERP_SU, aarch64_types_unop_sp_qualifiers, TYPE_REINTERP_SP,
747         aarch64_types_unop_us_qualifiers, TYPES_REINTERP_US,
748         aarch64_types_unop_ps_qualifiers, TYPES_REINTERP_PS, BUILTIN_VD):
749         Delete.
751         (aarch64_fold_builtin): Remove all reinterpret cases.
753         * config/aarch64/aarch64-protos.h (aarch64_simd_reinterpret): Delete.
755         * config/aarch64/aarch64-simd-builtins.def (reinterpret*) : Delete.
757         * config/aarch64/aarch64-simd.md (aarch64_reinterpretv8qi<mode>,
758         aarch64_reinterpretv4hi<mode>, aarch64_reinterpretv2si<mode>,
759         aarch64_reinterpretv2sf<mode>, aarch64_reinterpretdi<mode>,
760         aarch64_reinterpretv1df<mode>, aarch64_reinterpretv16qi<mode>,
761         aarch64_reinterpretv8hi<mode>, aarch64_reinterpretv4si<mode>,
762         aarch64_reinterpretv4sf<mode>, aarch64_reinterpretv2di<mode>,
763         aarch64_reinterpretv2df<mode>): Delete.
765         * config/aarch64/aarch64.c (aarch64_simd_reinterpret): Delete.
767         * config/aarch64/arm_neon.h (vreinterpret_p8_f64,
768         vreinterpret_p16_f64, vreinterpret_f32_f64, vreinterpret_f64_f32,
769         vreinterpret_f64_p8, vreinterpret_f64_p16, vreinterpret_f64_s8,
770         vreinterpret_f64_s16, vreinterpret_f64_s32, vreinterpret_f64_u8,
771         vreinterpret_f64_u16, vreinterpret_f64_u32, vreinterpret_s64_f64,
772         vreinterpret_u64_f64, vreinterpret_s8_f64, vreinterpret_s16_f64,
773         vreinterpret_s32_f64, vreinterpret_u8_f64, vreinterpret_u16_f64,
774         vreinterpret_u32_f64): Use cast.
776         * config/aarch64/iterators.md (VD_RE): Delete.
778 2014-09-11  Alan Lawrence  <alan.lawrence@arm.com>
780         * config/aarch64/arm_neon.h (aarch64_vset_lane_any): New (*2).
781         (vset_lane_f32, vset_lane_f64, vset_lane_p8, vset_lane_p16,
782         vset_lane_s8, vset_lane_s16, vset_lane_s32, vset_lane_s64,
783         vset_lane_u8, vset_lane_u16, vset_lane_u32, vset_lane_u64,
784         vsetq_lane_f32, vsetq_lane_f64, vsetq_lane_p8, vsetq_lane_p16,
785         vsetq_lane_s8, vsetq_lane_s16, vsetq_lane_s32, vsetq_lane_s64,
786         vsetq_lane_u8, vsetq_lane_u16, vsetq_lane_u32, vsetq_lane_u64):
787         Replace inline assembler with __aarch64_vset_lane_any.
789 2014-09-11  James Greenhalgh  <james.greenhalgh@arm.com>
791         * config/aarch64/arm_neon.h (vmull_high_lane_s16): Fix argument
792         types.
793         (vmull_high_lane_s32): Likewise.
794         (vmull_high_lane_u16): Likewise.
795         (vmull_high_lane_u32): Likewise.
797 2014-09-11  Jason Merrill  <jason@redhat.com>
799         PR c++/58678
800         * ipa-devirt.c (ipa_devirt): Don't check DECL_COMDAT.
802 2014-09-11  Georg-Johann Lay  <avr@gjlay.de>
804         PR target/63223
805         * config/avr/avr.md (*tablejump.3byte-pc): New insn.
806         (*tablejump): Restrict to !AVR_HAVE_EIJMP_EICALL.  Add void clobber.
807         (casesi): Expand to *tablejump.3byte-pc if AVR_HAVE_EIJMP_EICALL.
809 2014-09-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
810             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
811             Anna Tikhonova  <anna.tikhonova@intel.com>
812             Ilya Tocar  <ilya.tocar@intel.com>
813             Andrey Turetskiy  <andrey.turetskiy@intel.com>
814             Ilya Verbin  <ilya.verbin@intel.com>
815             Kirill Yukhin  <kirill.yukhin@intel.com>
816             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
818         * config/i386/sse.md
819         (define_expand "<avx512>_vpermi2var<VI48F:mode>3_maskz"): Rename from
820         "avx512f_vpermi2var<mode>3_maskz" and update mode iterator.
821         (define_expand "<avx512>_vpermi2var<VI2_AVX512VL:mode>3_maskz"):
822         New.
823         (define_insn "<avx512>_vpermi2var<VI48F:mode>3<sd_maskz_name>"): Rename
824         from "avx512f_vpermi2var<mode>3<sd_maskz_name>" and update mode
825         iterator.
826         (define_insn "<avx512>_vpermi2var<VI2_AVX512VL:mode>3<sd_maskz_name>"):
827         New.
828         (define_insn "<avx512>_vpermi2var<VI48F:mode>3_mask"): Rename from
829         "avx512f_vpermi2var<mode>3_mask" and update mode iterator.
830         (define_insn "<avx512>_vpermi2var<VI2_AVX512VL:mode>3_mask"): New.
831         (define_expand "<avx512>_vpermt2var<VI48F:mode>3_maskz"): Rename from
832         "avx512f_vpermt2var<mode>3_maskz" and update mode iterator.
833         (define_expand "<avx512>_vpermt2var<VI2_AVX512VL:mode>3_maskz"): New.
834         (define_insn "<avx512>_vpermt2var<VI48F:mode>3<sd_maskz_name>"): Rename
835         from "avx512f_vpermt2var<mode>3<sd_maskz_name>" and update mode
836         iterator.
837         (define_insn "<avx512>_vpermt2var<VI2_AVX512VL:mode>3<sd_maskz_name>"):
838         New.
839         (define_insn "<avx512>_vpermt2var<VI48F:mode>3_mask"): Rename from
840         "avx512f_vpermt2var<mode>3_mask" and update mode iterator.
841         (define_insn "<avx512>_vpermt2var<VI2_AVX512VL:mode>3_mask"): New.
843 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
845         * varpool.c (varpool_node::ctor_useable_for_folding_p): Do not try
846         to access removed nodes.
848 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
850         PR tree-optimization/63186
851         * ipa-split.c (test_nonssa_use): Skip nonforced labels.
852         (mark_nonssa_use): Likewise.
853         (verify_non_ssa_vars): Verify all header blocks for label
854         definitions.
856 2014-09-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
857             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
858             Anna Tikhonova  <anna.tikhonova@intel.com>
859             Ilya Tocar  <ilya.tocar@intel.com>
860             Andrey Turetskiy  <andrey.turetskiy@intel.com>
861             Ilya Verbin  <ilya.verbin@intel.com>
862             Kirill Yukhin  <kirill.yukhin@intel.com>
863             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
865         * config/i386/sse.md
866         (define_mode_attr avx2_avx512): Rename from avx2_avx512bw.
867         (define_mode_iterator VI48F_256_512): Extend to AVX-512VL.
868         (define_insn "<avx2_avx512>_permvar<mode><mask_name>"): Rename from
869         "<avx2_avx512f>_permvar<mode><mask_name>".
870         (define_insn "<avx512>_permvar<mode><mask_name>"): New.
871         (define_insn "<avx2_avx512>_ashrv<VI48_AVX512F_AVX512VL:mode><mask_name>"):
872         Rename from "<avx2_avx512f>_ashrv<mode><mask_name>".
873         (define_insn "<avx2_avx512>_ashrv<VI2_AVX512VL:mode><mask_name>"):
874         Ditto.
875         (define_insn "<avx2_avx512>_<shift_insn>v<VI48_AVX512F:mode><mask_name>"):
876         Rename from "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>".
877         (define_insn "<avx2_avx512>_<shift_insn>v<VI2_AVX512VL:mode><mask_name>"):
878         Rename from "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>".
880 2014-09-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
882         * config/rs6000/vsx.md (vsx_fmav4sf4): Use correct constraints for
883         V2DF, V4SF, DF, and DI modes.
884         (vsx_fmav2df2): Likewise.
885         (vsx_float_fix_<mode>2): Likewise.
886         (vsx_reduc_<VEC_reduc_name>_v2df_scalar): Likewise.
888 2014-09-10  Xinliang David Li  <davidxl@google.com>
890         PR target/63209
891         * config/arm/arm.md (movcond_addsi): Handle case where source
892         and target operands are the same.
894 2014-09-10  David Malcolm  <dmalcolm@redhat.com>
896         * final.c (this_is_asm_operands): Strengthen this variable from
897         rtx to const rtx_insn *.
898         * output.h (this_is_asm_operands): Likewise.
899         * rtl-error.c (location_for_asm): Strengthen param "insn" from
900         const_rtx to const rtx_insn *.
901         (diagnostic_for_asm): Likewise.
902         * rtl-error.h (error_for_asm): Likewise.
903         (warning_for_asm): Likewise.
905 2014-09-10  David Malcolm  <dmalcolm@redhat.com>
907         * genextract.c (print_header): When writing out insn_extract to
908         insn-extract.c, strengthen the param "insn" from rtx to rtx_insn *.
909         * recog.h (insn_extract): Strengthen the param from rtx to
910         rtx_insn *.
912 2014-09-10  Mike Stump  <mikestump@comcast.net>
914         * doc/install.texi (Prerequisites): Note Tcl 8.6 bug fixed in
915         8.6.1.
917 2014-09-10  Martin Jambor  <mjambor@suse.cz>
919         * cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.
920         (analyze): Do not set analyze flag if expand_thunk returns false;.
921         (create_wrapper): Likewise.
922         * cgraphclones.c (duplicate_thunk_for_node): Likewise.
924 2014-09-10  Martin Jambor  <mjambor@suse.cz>
926         PR ipa/61654
927         * cgraphclones.c (duplicate_thunk_for_node): Copy arguments of the
928         new decl properly.  Analyze the new thunk if it is expanded.
930 2014-09-10  Andreas Schwab  <schwab@suse.de>
932         * coretypes.h (struct _dont_use_rtx_insn_here_, rtx_insn)
933         [USED_FOR_TARGET]: Define.
935 2014-09-10  Matthew Fortune  <matthew.fortune@imgtec.com>
937         * config/mips/mips.c (mips_secondary_reload_class): Handle
938         regno < 0 case.
940 2014-09-10  Robert Suchanek   <robert.suchanek@imgtec.com>
942         * lra-lives.c (process_bb_lives): Replace assignment with bitwise OR
943         assignment.
945 2014-09-10  Jakub Jelinek  <jakub@redhat.com>
947         * flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE
948         and SANITIZE_RETURNS_NONNULL_ATTRIBUTE, or them into SANITIZE_UNDEFINED.
949         * opts.c (common_handle_option): Handle SANITIZE_NONNULL_ATTRIBUTE and
950         SANITIZE_RETURNS_NONNULL_ATTRIBUTE and disable
951         flag_delete_null_pointer_checks for them.
952         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
953         BUILT_IN_UBSAN_HANDLE_NONNULL_ARG_ABORT,
954         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN,
955         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN_ABORT): New.
956         * ubsan.c (instrument_bool_enum_load): Set *gsi back to
957         stmt's iterator.
958         (instrument_nonnull_arg, instrument_nonnull_return): New functions.
959         (pass_ubsan::gate): Return true even for SANITIZE_NONNULL_ATTRIBUTE
960         or SANITIZE_RETURNS_NONNULL_ATTRIBUTE.
961         (pass_ubsan::execute): Call instrument_nonnull_{arg,return}.
962         * doc/invoke.texi (-fsanitize=nonnull-attribute,
963         -fsanitize=returns-nonnull-attribute): Document.
965         * ubsan.h (struct ubsan_mismatch_data): Removed.
966         (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
967         * ubsan.c (ubsan_source_location): For unknown locations,
968         pass { NULL, 0, 0 } instead of { "<unknown>", x, y }.
969         (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
970         Allow more than one location and arbitrary extra arguments passed
971         in ... instead of through MISMATCH pointer.
972         (ubsan_instrument_unreachable, ubsan_expand_bounds_ifn,
973         ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
974         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
975         callers.
977 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
978             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
979             Anna Tikhonova  <anna.tikhonova@intel.com>
980             Ilya Tocar  <ilya.tocar@intel.com>
981             Andrey Turetskiy  <andrey.turetskiy@intel.com>
982             Ilya Verbin  <ilya.verbin@intel.com>
983             Kirill Yukhin  <kirill.yukhin@intel.com>
984             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
986         * config/i386/sse.md
987         (define_mode_iterator VI48F): New.
988         (define_insn "<avx512>_compress<mode>_mask"): Rename from
989         "avx512f_compress<mode>_mask" and update mode iterator.
990         (define_insn "<avx512>_compressstore<mode>_mask"): Rename from
991         "avx512f_compressstore<mode>_mask" and update mode iterator.
992         (define_expand "<avx512>_expand<mode>_maskz"): Rename from
993         "avx512f_expand<mode>_maskz" and update mode iterator.
994         (define_insn "<avx512>_expand<mode>_mask"): Rename from
995         "avx512f_expand<mode>_mask" and update mode iterator.
997 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
998             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
999             Anna Tikhonova  <anna.tikhonova@intel.com>
1000             Ilya Tocar  <ilya.tocar@intel.com>
1001             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1002             Ilya Verbin  <ilya.verbin@intel.com>
1003             Kirill Yukhin  <kirill.yukhin@intel.com>
1004             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
1006         * config/i386/i386.c
1007         (ix86_expand_args_builtin): Handle avx512dq_rangepv8df_mask_round,
1008         avx512dq_rangepv16sf_mask_round, avx512dq_rangepv4df_mask,
1009         avx512dq_rangepv8sf_mask, avx512dq_rangepv2df_mask,
1010         avx512dq_rangepv4sf_mask.
1011         * config/i386/sse.md
1012         (define_c_enum "unspec"): Add UNSPEC_REDUCE, UNSPEC_FPCLASS,
1013         UNSPEC_RANGE.
1014         (define_insn "<mask_codefor>reducep<mode><mask_name>"): New.
1015         (define_insn "reduces<mode>"): Ditto.
1016         (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
1017         Ditto.
1018         (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Ditto.
1019         (define_insn "avx512dq_fpclass<mode><mask_scalar_merge_name>"): Ditto.
1020         (define_insn "avx512dq_vmfpclass<mode>"): Ditto..
1022 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1023             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
1024             Anna Tikhonova  <anna.tikhonova@intel.com>
1025             Ilya Tocar  <ilya.tocar@intel.com>
1026             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1027             Ilya Verbin  <ilya.verbin@intel.com>
1028             Kirill Yukhin  <kirill.yukhin@intel.com>
1029             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
1031         * config/i386/i386.c
1032         (avx512f_vgetmantv2df_round): Rename from "avx512f_getmantv2df_round".
1033         (avx512f_vgetmantv4sf_round): Rename from "avx512f_vgetmantv4sf_round".
1034         (ix86_expand_args_builtin): Handle avx512vl_getmantv8sf_mask,
1035         avx512vl_getmantv4df_mask, avx512vl_getmantv4sf_mask,
1036         avx512vl_getmantv2df_mask.
1037         (ix86_expand_round_builtin): Handle avx512f_vgetmantv2df_round,
1038         avx512f_vgetmantv4sf_round.
1039         * config/i386/sse.md
1040         (define_insn "<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask"):
1041         Rename from "avx512f_storeu<ssemodesuffix>512_mask" and update
1042         mode iterator.
1043         (define_insn "<mask_codefor>rcp14<mode><mask_name>"): Use VF_AVX512VL.
1044         (define_insn "<mask_codefor>rsqrt14<mode><mask_name>"): Ditto.
1045         (define_insn "<avx512>_scalef<mode><mask_name><round_name>"): Rename
1046         from "avx512f_scalef<mode><mask_name><round_name>" and update mode
1047         iterator..
1048         (define_insn "<avx512>_getexp<mode><mask_name><round_saeonly_name>"):
1049         Rename from "avx512f_getexp<mode><mask_name><round_saeonly_name>" and
1050         update mode iterator.
1051         (define_expand
1052         "<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>"): Rename from
1053         "avx512f_fixupimm<mode>_maskz<round_saeonly_expand_name>" and update
1054         mode iterator.
1055         (define_insn
1056         "<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>"): Rename
1057         from "avx512f_fixupimm<mode><sd_maskz_name><round_saeonly_name>" and
1058         update mode iterator.
1059         (define_insn "<avx512>_fixupimm<mode>_mask<round_saeonly_name>"): Rename
1060         from "avx512f_fixupimm<mode>_mask<round_saeonly_name>" and update mode
1061         iterator..
1062         (define_insn
1063         "<avx512>_rndscale<mode><mask_name><round_saeonly_name>"): rename from
1064         "avx512f_rndscale<mode><mask_name><round_saeonly_name>" and update
1065         mode iterator..
1066         (define_insn "<avx512>_getmant<mode><mask_name><round_saeonly_name>"):
1067         Rename from "avx512f_getmant<mode><mask_name><round_saeonly_name>" and
1068         update mode iterator.
1069         (define_insn "avx512f_vgetmant<mode><round_saeonly_name>"): Rename from
1070         "avx512f_getmant<mode><round_saeonly_name>".
1072 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
1074         PR ipa/63166
1075         * ipa-prop.c (compute_known_type_jump_func): Fix conditional.
1077 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1078             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
1079             Anna Tikhonova  <anna.tikhonova@intel.com>
1080             Ilya Tocar  <ilya.tocar@intel.com>
1081             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1082             Ilya Verbin  <ilya.verbin@intel.com>
1083             Kirill Yukhin  <kirill.yukhin@intel.com>
1084             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
1086         * config/i386/sse.md (define_mode_iterator VF_AVX512VL): New.
1087         (define_mode_iterator FMAMODEM): Allow 128/256bit EVEX version.
1088         (define_mode_iterator FMAMODE_AVX512): New.
1089         (define_mode_iterator FMAMODE): Remove conditions.
1090         (define_expand "fma4i_fmadd_<mode>"): Use FMAMODE_AVX512 mode iterator.
1091         (define_expand "<avx512>_fmadd_<mode>_maskz<round_expand_name>"): Rename
1092         from "<avx512>_fmadd_<mode>_maskz<round_expand_name>" and use VF_AVX512VL
1093         mode iterator.
1094         (define_mode_iterator FMAMODE_NOVF512): Remove.
1095         (define_insn "*fma_fmadd_<mode>"): Rename from
1096         "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>" and use
1097         FMAMODE mode iterator.
1098         (define_mode_iterator VF_SF_AVX512VL): New.
1099         (define_insn "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>"):
1100         Use VF_SF_AVX512VL mode iterator.
1101         (define_insn "<avx512>_fmadd_<mode>_mask<round_name>"): Rename from
1102         "avx512f_fmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
1103         iterator.
1104         (define_insn "<avx512>_fmadd_<mode>_mask3<round_name>"): Rename from
1105         "avx512f_fmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
1106         iterator.
1107         (define_insn "*fma_fmsub_<mode>"): Rename from
1108         "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>" and use
1109         FMAMODE mode iterator.
1110         (define_insn "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>"):
1111         Use VF_SF_AVX512VL mode iterator.
1112         (define_insn "<avx512>_fmsub_<mode>_mask<round_name>"): Rename from
1113         "avx512f_fmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
1114         iterator.
1115         (define_insn "<avx512>_fmsub_<mode>_mask3<round_name>"): Rename from
1116         "avx512f_fmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
1117         iterator.
1118         (define_insn "*fma_fnmadd_<mode>"): Rename from
1119         "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>" and
1120         use FMAMODE mode iterator.
1121         (define_insn "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>"):
1122         Use VF_SF_AVX512VL mode iterator.
1123         (define_insn "<avx512>_fnmadd_<mode>_mask<round_name>"): Rename from
1124         "avx512f_fnmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
1125         iterator.
1126         (define_insn "<avx512>_fnmadd_<mode>_mask3<round_name>"): Rename from
1127         "avx512f_fnmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
1128         iterator.
1129         (define_insn "*fma_fnmsub_<mode>"): Rename from
1130         "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>" and use
1131         FMAMODE mode iterator.
1132         (define_insn "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>"):
1133         Use VF_SF_AVX512VL mode iterator.
1134         (define_insn "<avx512>_fnmsub_<mode>_mask<round_name>"): Rename from
1135         "avx512f_fnmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
1136         iterator.
1137         (define_insn "<avx512>_fnmsub_<mode>_mask3<round_name>"): Rename from
1138         "avx512f_fnmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
1139         iterator.
1140         (define_expand "<avx512>_fmaddsub_<mode>_maskz<round_expand_name>"):
1141         Rename from "avx512f_fmaddsub_<mode>_maskz<round_expand_name>" and
1142         use VF_AVX512VL mode iterator.
1143         (define_insn "*fma_fmaddsub_<mode>"): Rename from
1144         "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>" and
1145         remove subst usage.
1146         (define_insn "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>"):
1147         Use VF_SF_AVX512VL mode iterator.
1148         (define_insn "<avx512>_fmaddsub_<mode>_mask<round_name>"): Rename from
1149         "avx512f_fmaddsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
1150         iterator.
1151         (define_insn "<avx512>_fmaddsub_<mode>_mask3<round_name>"): Rename from
1152         "avx512f_fmaddsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
1153         iterator.
1154         (define_insn "*fma_fmsubadd_<mode>"): Rename from
1155         "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>" and
1156         remove usage of subst.
1157         (define_insn "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>"):
1158         Use VF_SF_AVX512VL mode iterator.
1159         (define_insn "<avx512>_fmsubadd_<mode>_mask<round_name>"): Rename from
1160         "avx512f_fmsubadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
1161         iterator.
1162         (define_insn "<avx512>_fmsubadd_<mode>_mask3<round_name>"): Rename from
1163         "avx512f_fmsubadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
1164         iterator.
1166 2014-09-10  Kugan Vivekanandarajah  <kuganv@linaro.org>
1168         Revert r213751:
1169         * calls.c (precompute_arguments): Check
1170          promoted_for_signed_and_unsigned_p and set the promoted mode.
1171         (promoted_for_signed_and_unsigned_p): New function.
1172         (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
1173         and set the promoted mode.
1174         * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
1175         * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
1176         SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
1178 2014-09-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1180         * opth-gen.awk: Generate mapping from cpp message reasons to the
1181         options that enable them.
1182         * doc/options.texi (CppReason): Document.
1184 2014-09-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1186         * doc/invoke.texi (Wnormalized=): Update.
1188 2014-09-09  Segher Boessenkool  <segher@kernel.crashing.org>
1190         PR target/63195
1191         * config/rs6000/rs6000.md (*bool<mode>3): Allow only register
1192         operands.  Split off the constant operand alternative to ...
1193         (*bool<mode>3_imm): New.
1195 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
1197         * rtl.h (single_set_2): Strengthen first param from const_rtx to
1198         const rtx_insn *, and move prototype to above...
1199         (single_set): ...this.  Convert this from a macro to an inline
1200         function, enforcing the requirement that the param is a const
1201         rtx_insn *.
1202         (find_args_size_adjust): Strengthen param from rtx to rtx_insn *.
1204         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
1205         Strengthen both params from rtx to rtx_insn *.
1206         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
1207         Likewise; introduce locals "producer_set", "consumer_set", using
1208         them in place of "producer" and "consumer" when dealing with SET
1209         rather than insn.
1210         * config/avr/avr.c (avr_out_plus): Add checked cast to rtx_insn *
1211         when invoking single_set in region guarded by INSN_P.
1212         (avr_out_bitop): Likewise.
1213         (_reg_unused_after): Introduce local rtx_sequence * "seq" in
1214         region guarded by GET_CODE check, using methods to strengthen
1215         local "this_insn" from rtx to rtx_insn *, and for clarity.
1216         * config/avr/avr.md (define_insn_and_split "xload8<mode>_A"):
1217         Strengthen local "insn" from rtx to rtx_insn *.
1218         (define_insn_and_split "xload<mode>_A"): Likewise.
1219         * config/bfin/bfin.c (trapping_loads_p): Likewise for param
1220         "insn".
1221         (find_load): Likewise for return type.
1222         (workaround_speculation): Likewise for both locals named
1223         "load_insn".
1224         * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise for
1225         local "cc0_user".
1226         * config/cris/cris.md (define_peephole2 ; moversideqi): Likewise
1227         for local "prev".
1228         * config/h8300/h8300-protos.h (notice_update_cc): Likewise for
1229         param 2.
1230         * config/h8300/h8300.c (notice_update_cc): Likewise.
1231         * config/i386/i386.c (ix86_flags_dependent): Likewise for params
1232         "insn" and "dep_insn".
1233         (exact_store_load_dependency): Likewise for both params.
1234         (ix86_macro_fusion_pair_p): Eliminate local named "single_set"
1235         since this now clashes with inline function.  Instead, delay
1236         calling single_set until the point where its needed, and then
1237         assign the result to "compare_set" and rework the conditional that
1238         follows.
1239         * config/ia64/ia64.md (define_expand "tablejump"): Strengthen
1240         local "last" from rtx to rtx_insn *.
1241         * config/mips/mips-protos.h (mips_load_store_insns): Likewise for
1242         second param.
1243         (mips_store_data_bypass_p): Likewise for both params.
1244         * config/mips/mips.c (mips_load_store_insns): Likewise for second
1245         param.
1246         (mips_store_data_bypass_p): Likewise for both params.
1247         (mips_orphaned_high_part_p): Likewise for param "insn".
1248         * config/mn10300/mn10300.c (extract_bundle): Likewise.
1249         (mn10300_bundle_liw): Likewise for locals "r", "insn1", "insn2".
1250         Introduce local rtx "insn2_pat".
1251         * config/rl78/rl78.c (move_elim_pass): Likewise for locals "insn",
1252         "ninsn".
1253         (rl78_remove_unused_sets): Likewise for locals "insn", "ninsn".
1254         Introduce local rtx "set", using it in place of "insn" for the
1255         result of single_set.  This appears to fix a bug, since the call
1256         to find_regno_note on a SET does nothing.
1257         * config/rs6000/rs6000.c (set_to_load_agen): Strengthen both
1258         params from rtx to rtx_insn *.
1259         (set_to_load_agen): Likewise.
1260         * config/s390/s390.c (s390_label_align): Likewise for local
1261         "prev_insn".  Introduce new rtx locals "set" and "src", using
1262         them in place of "prev_insn" for the results of single_set
1263         and SET_SRC respectively.
1264         (s390_swap_cmp): Strengthen local "jump" from rtx to rtx_insn *.
1265         Introduce new rtx local "set" using in place of "jump" for the
1266         result of single_set.  Use SET_SRC (set) rather than plain
1267         XEXP (set, 1).
1268         * config/sh/sh.c (noncall_uses_reg): Strengthen param 2from
1269         rtx to rtx_insn *.
1270         (noncall_uses_reg): Likewise.
1271         (reg_unused_after): Introduce local rtx_sequence * "seq" in region
1272         guarded by GET_CODE check, using its methods for clarity, and to
1273         enable strengthening local "this_insn" from rtx to rtx_insn *.
1274         * config/sh/sh.md (define_expand "mulhisi3"): Strengthen local
1275         "insn" from rtx to rtx_insn *.
1276         (define_expand "umulhisi3"): Likewise.
1277         (define_expand "smulsi3_highpart"): Likewise.
1278         (define_expand "umulsi3_highpart"): Likewise.
1279         * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
1280         local "after".  Replace GET_CODE check with a dyn_cast,
1281         introducing new local rtx_sequence * "seq", using insn method for
1282         typesafety.
1284         * dwarf2cfi.c (dwarf2out_frame_debug): Strengthen param "insn"
1285         from rtx to rtx_insn *.  Introduce local rtx "pat", using it in
1286         place of "insn" once we're dealing with patterns rather than the
1287         input insn.
1288         (scan_insn_after): Strengthen param "insn" from rtx to rtx_insn *.
1289         (scan_trace): Likewise for local "elt", updating lookups within
1290         sequence to use insn method rather than element method.
1291         * expr.c (find_args_size_adjust): Strengthen param "insn" from rtx
1292         to rtx_insn *.
1293         * gcse.c (gcse_emit_move_after): Likewise for local "new_rtx".
1294         * ifcvt.c (noce_try_abs): Likewise for local "insn".
1295         * ira.c (fix_reg_equiv_init): Add checked cast to rtx_insn * when
1296         invoking single_set.
1297         * lra-constraints.c (insn_rhs_dead_pseudo_p): Strengthen param
1298         "insn" from rtx to rtx_insn *.
1299         (skip_usage_debug_insns): Likewise for return type, adding a
1300         checked cast.
1301         (check_secondary_memory_needed_p): Likewise for local "insn".
1302         (inherit_reload_reg): Likewise.
1303         * modulo-sched.c (sms_schedule): Likewise for local "count_init".
1304         * recog.c (peep2_attempt): Likewise for local "old_insn", adding
1305         checked casts.
1306         (store_data_bypass_p): Likewise for both params.
1307         (if_test_bypass_p): Likewise.
1308         * recog.h (store_data_bypass_p): Likewise for both params.
1309         (if_test_bypass_p): Likewise.
1310         * reload.c (find_equiv_reg): Likewise for local "where".
1311         * reorg.c (delete_jump): Likewise for param "insn".
1312         * rtlanal.c (single_set_2): Strenghen param "insn" from const_rtx
1313         to const rtx_insn *.
1314         * store-motion.c (replace_store_insn): Likewise for param "del".
1315         (delete_store): Strengthen local "i" from rtx to rtx_insn_list *,
1316         and use its methods for clarity, and to strengthen local "del"
1317         from rtx to rtx_insn *.
1318         (build_store_vectors): Use insn method of "st" when calling
1319         replace_store_insn for typesafety and clarity.
1321 2014-09-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1323         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add
1324         UNSPEC_VSX_CVDPSPN as an unswappable operand, and add commentary
1325         on how to make it legal in future.
1327 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
1329         * caller-save.c (rtx saveinsn): Strengthen this variable from rtx
1330         to rtx_insn *.
1331         (restinsn): Likewise.
1332         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
1333         Likewise for param.
1334         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move):
1335         Likewise.
1336         * config/arc/arc-protos.h (arc_adjust_insn_length): Likewise for
1337         first param.
1338         (arc_hazard): Likewise for both params.
1339         * config/arc/arc.c (arc600_corereg_hazard): Likewise, adding
1340         checked casts to rtx_sequence * and uses of the insn method for
1341         type-safety.
1342         (arc_hazard): Strengthen both params from rtx to rtx_insn *.
1343         (arc_adjust_insn_length): Likewise for param "insn".
1344         (struct insn_length_parameters_s): Likewise for first param of
1345         "get_variants" callback field.
1346         (arc_get_insn_variants): Likewise for first param and local
1347         "inner".  Replace a check of GET_CODE with a dyn_cast to
1348         rtx_sequence *, using methods for type-safety and clarity.
1349         * config/arc/arc.h (ADJUST_INSN_LENGTH): Use casts to
1350         rtx_sequence * and uses of the insn method for type-safety when
1351         invoking arc_adjust_insn_length.
1352         * config/arm/arm-protos.h (arm_attr_length_move_neon): Likewise
1353         for param.
1354         (arm_address_offset_is_imm): Likewise.
1355         (struct tune_params): Likewise for params 1 and 3 of the
1356         "sched_adjust_cost" callback field.
1357         * config/arm/arm.c (cortex_a9_sched_adjust_cost): Likewise for
1358         params 1 and 3 ("insn" and "dep").
1359         (xscale_sched_adjust_cost): Likewise.
1360         (fa726te_sched_adjust_cost): Likewise.
1361         (cortexa7_older_only): Likewise for param "insn".
1362         (cortexa7_younger): Likewise.
1363         (arm_attr_length_move_neon): Likewise.
1364         (arm_address_offset_is_imm): Likewise.
1365         * config/avr/avr-protos.h (avr_notice_update_cc): Likewise.
1366         * config/avr/avr.c (avr_notice_update_cc): Likewise.
1367         * config/bfin/bfin.c (hwloop_pattern_reg): Likewise.
1368         (workaround_speculation): Likewise for local "last_condjump".
1369         * config/c6x/c6x.c (shadow_p): Likewise for param "insn".
1370         (shadow_or_blockage_p): Likewise.
1371         (get_unit_reqs): Likewise.
1372         (get_unit_operand_masks): Likewise.
1373         (c6x_registers_update): Likewise.
1374         (returning_call_p): Likewise.
1375         (can_use_callp): Likewise.
1376         (convert_to_callp): Likewise.
1377         (find_last_same_clock): Likwise for local "t".
1378         (reorg_split_calls): Likewise for local "shadow".
1379         (hwloop_pattern_reg): Likewise for param "insn".
1380         * config/frv/frv-protos.h (frv_final_prescan_insn): Likewise.
1381         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
1382         (frv_extract_membar): Likewise.
1383         (frv_optimize_membar_local): Strengthen param "last_membar" from
1384         rtx * to rtx_insn **.
1385         (frv_optimize_membar_global): Strengthen param "membar" from rtx
1386         to rtx_insn *.
1387         (frv_optimize_membar): Strengthen local "last_membar" from rtx *
1388         to rtx_insn **.
1389         * config/ia64/ia64-protos.h (ia64_st_address_bypass_p): Strengthen
1390         both params from rtx to rtx_insn *.
1391         (ia64_ld_address_bypass_p): Likewise.
1392         * config/ia64/ia64.c (ia64_safe_itanium_class): Likewise for param
1393         "insn".
1394         (ia64_safe_type): Likewise.
1395         (group_barrier_needed): Likewise.
1396         (safe_group_barrier_needed): Likewise.
1397         (ia64_single_set): Likewise.
1398         (is_load_p): Likewise.
1399         (record_memory_reference): Likewise.
1400         (get_mode_no_for_insn): Likewise.
1401         (important_for_bundling_p): Likewise.
1402         (unknown_for_bundling_p): Likewise.
1403         (ia64_st_address_bypass_p): Likewise for both params.
1404         (ia64_ld_address_bypass_p): Likewise.
1405         (expand_vselect): Introduce new local rtx_insn * "insn", using it
1406         in place of rtx "x" after the emit_insn call.
1407         * config/i386/i386-protos.h (x86_extended_QIreg_mentioned_p):
1408         Strengthen param from rtx to rtx_insn *.
1409         (ix86_agi_dependent): Likewise for both params.
1410         (ix86_attr_length_immediate_default): Likewise for param 1.
1411         (ix86_attr_length_address_default): Likewise for param.
1412         (ix86_attr_length_vex_default): Likewise for param 1.
1413         * config/i386/i386.c (ix86_attr_length_immediate_default):
1414         Likewise for param "insn".
1415         (ix86_attr_length_address_default): Likewise.
1416         (ix86_attr_length_vex_default): Likewise.
1417         (ix86_agi_dependent): Likewise for both params.
1418         (x86_extended_QIreg_mentioned_p): Likewise for param "insn".
1419         (vselect_insn): Likewise for this variable.
1420         * config/m68k/m68k-protos.h (m68k_sched_attr_opx_type): Likewise
1421         for param 1.
1422         (m68k_sched_attr_opy_type): Likewise.
1423         * config/m68k/m68k.c (sched_get_operand): Likewise.
1424         (sched_attr_op_type): Likewise.
1425         (m68k_sched_attr_opx_type): Likewise.
1426         (m68k_sched_attr_opy_type): Likewise.
1427         (sched_get_reg_operand): Likewise.
1428         (sched_get_mem_operand): Likewise.
1429         (m68k_sched_address_bypass_p): Likewise for both params.
1430         (sched_get_indexed_address_scale): Likewise.
1431         (m68k_sched_indexed_address_bypass_p): Likewise.
1432         * config/m68k/m68k.h (m68k_sched_address_bypass_p): Likewise.
1433         (m68k_sched_indexed_address_bypass_p): Likewise.
1434         * config/mep/mep.c (mep_jmp_return_reorg): Strengthen locals
1435         "label", "ret" from rtx to rtx_insn *, adding a checked cast and
1436         removing another.
1437         * config/mips/mips-protos.h (mips_linked_madd_p): Strengthen both
1438         params from rtx to rtx_insn *.
1439         (mips_fmadd_bypass): Likewise.
1440         * config/mips/mips.c (mips_fmadd_bypass): Likewise.
1441         (mips_linked_madd_p): Likewise.
1442         (mips_macc_chains_last_hilo): Likewise for this variable.
1443         (mips_macc_chains_record): Likewise for param.
1444         (vr4130_last_insn): Likewise for this variable.
1445         (vr4130_swap_insns_p): Likewise for both params.
1446         (mips_ls2_variable_issue): Likewise for param.
1447         (mips_need_noat_wrapper_p): Likewise for param "insn".
1448         (mips_expand_vselect): Add a new local rtx_insn * "insn", using it
1449         in place of "x" after the emit_insn.
1450         * config/pa/pa-protos.h (pa_fpstore_bypass_p): Strengthen both
1451         params from rtx to rtx_insn *.
1452         * config/pa/pa.c (pa_fpstore_bypass_p): Likewise.
1453         (pa_combine_instructions): Introduce local "par" for result of
1454         gen_rtx_PARALLEL, moving decl and usage of new_rtx for after call
1455         to make_insn_raw.
1456         (pa_can_combine_p): Strengthen param "new_rtx" from rtx to rtx_insn *.
1457         * config/rl78/rl78.c (insn_ok_now): Likewise for param "insn".
1458         (rl78_alloc_physical_registers_op1): Likewise.
1459         (rl78_alloc_physical_registers_op2): Likewise.
1460         (rl78_alloc_physical_registers_ro1): Likewise.
1461         (rl78_alloc_physical_registers_cmp): Likewise.
1462         (rl78_alloc_physical_registers_umul): Likewise.
1463         (rl78_alloc_address_registers_macax): Likewise.
1464         (rl78_alloc_physical_registers): Likewise for locals "insn", "curr".
1465         * config/s390/predicates.md (execute_operation): Likewise for
1466         local "insn".
1467         * config/s390/s390-protos.h (s390_agen_dep_p): Likewise for both
1468         params.
1469         * config/s390/s390.c (s390_safe_attr_type): Likewise for param.
1470         (addr_generation_dependency_p): Likewise for param "insn".
1471         (s390_agen_dep_p): Likewise for both params.
1472         (s390_fpload_toreg): Likewise for param "insn".
1473         * config/sh/sh-protos.h (sh_loop_align): Likewise for param.
1474         * config/sh/sh.c (sh_loop_align): Likewise for param and local
1475         "next".
1476         * config/sh/sh.md (define_peephole2): Likewise for local "insn2".
1477         * config/sh/sh_treg_combine.cc
1478         (sh_treg_combine::make_inv_ccreg_insn): Likewise for return type
1479         and local "i".
1480         (sh_treg_combine::try_eliminate_cstores): Likewise for local "i".
1481         * config/stormy16/stormy16.c (combine_bnp): Likewise for locals
1482         "and_insn", "load", "shift".
1483         * config/tilegx/tilegx.c (match_pcrel_step2): Likewise for param
1484         "insn".
1485         * final.c (final_scan_insn): Introduce local rtx_insn * "other"
1486         for XEXP (note, 0) of the REG_CC_SETTER note.
1487         (cleanup_subreg_operands): Strengthen param "insn" from rtx to
1488         rtx_insn *, eliminating a checked cast made redundant by this.
1489         * gcse.c (process_insert_insn): Strengthen local "insn" from rtx
1490         to rtx_insn *.
1491         * genattr.c (main): When writing out the prototype to
1492         const_num_delay_slots, strengthen the param from rtx to
1493         rtx_insn *.
1494         * genattrtab.c (write_const_num_delay_slots): Likewise when
1495         writing out the implementation of const_num_delay_slots.
1496         * hw-doloop.h (struct hw_doloop_hooks): Strengthen the param
1497         "insn" of callback field "end_pattern_reg" from rtx to rtx_insn *.
1498         * ifcvt.c (noce_emit_store_flag): Eliminate local rtx "tmp" in
1499         favor of new rtx locals "src" and "set" and new local rtx_insn *
1500         "insn" and "seq".
1501         (noce_emit_move_insn): Strengthen locals "seq" and "insn" from rtx
1502         to rtx_insn *.
1503         (noce_emit_cmove): Eliminate local rtx "tmp" in favor of new rtx
1504         locals "cond", "if_then_else", "set" and new rtx_insn * locals
1505         "insn" and "seq".
1506         (noce_try_cmove_arith): Strengthen locals "insn_a" and "insn_b",
1507         "last" from rtx to rtx_insn *.  Likewise for a local "tmp",
1508         renaming to "tmp_insn".  Eliminate the other local rtx "tmp" from
1509         the top-level scope, replacing with new more tightly-scoped rtx
1510         locals "reg", "pat", "mem" and rtx_insn * "insn", "copy_of_a",
1511         "new_insn", "copy_of_insn_b", and make local rtx "set" more
1512         tightly-scoped.
1513         * ira-int.h (ira_setup_alts): Strengthen param "insn" from rtx to
1514         rtx_insn *.
1515         * ira.c (setup_prohibited_mode_move_regs): Likewise for local
1516         "move_insn".
1517         (ira_setup_alts): Likewise for param "insn".
1518         * lra-constraints.c (emit_inc): Likewise for local "add_insn".
1519         * lra.c (emit_add3_insn): Split local rtx "insn" in two, an rtx
1520         and an rtx_insn *.
1521         (lra_emit_add): Eliminate top-level local rtx "insn" in favor of
1522         new more-tightly scoped rtx locals "add3_insn", "insn",
1523         "add2_insn" and rtx_insn * "move_insn".
1524         * postreload-gcse.c (eliminate_partially_redundant_load): Add
1525         checked cast on result of gen_move_insn when invoking
1526         extract_insn.
1527         * recog.c (insn_invalid_p): Strengthen param "insn" from rtx to
1528         rtx_insn *.
1529         (verify_changes): Add a checked cast on "object" when invoking
1530         insn_invalid_p.
1531         (extract_insn_cached): Strengthen param "insn" from rtx to
1532         rtx_insn *.
1533         (extract_constrain_insn_cached): Likewise.
1534         (extract_insn): Likewise.
1535         * recog.h (insn_invalid_p): Likewise for param 1.
1536         (recog_memoized): Likewise for param.
1537         (extract_insn): Likewise.
1538         (extract_constrain_insn_cached): Likewise.
1539         (extract_insn_cached): Likewise.
1540         * reload.c (can_reload_into): Likewise for local "test_insn".
1541         * reload.h (cleanup_subreg_operands): Likewise for param.
1542         * reload1.c (emit_insn_if_valid_for_reload): Rename param from
1543         "insn" to "pat", reintroducing "insn" as an rtx_insn * on the
1544         result of emit_insn.  Remove a checked cast made redundant by this
1545         change.
1546         * sel-sched-ir.c (sel_insn_rtx_cost): Strengthen param "insn" from
1547         rtx to rtx_insn *.
1548         * sel-sched.c (get_reg_class): Likewise.
1550 2014-09-09  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1551         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1553          * config/aarch64/aarch64-elf-raw.h (ENDFILE_SPEC): Add crtfastmath.o.
1554          * config/aarch64/aarch64-linux.h (GNU_USER_TARGET_MATH_ENDFILE_SPEC):
1555         Define.
1556         (ENDFILE_SPEC): Define and use GNU_USER_TARGET_MATH_ENDFILE_SPEC.
1558 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
1560         * rtl.h (INSN_LOCATION): Strengthen param from const_rtx to
1561         const rtx_insn *, and from rtx to rtx_insn * for the other
1562         overloaded variant.
1563         (RTL_LOCATION): Add a checked cast to rtx_insn * when invoking
1564         INSN_LOCATION, since we know INSN_P holds.
1565         (insn_line): Strengthen param from const_rtx to const rtx_insn *.
1566         (insn_file): Likewise.
1567         (insn_scope): Likewise.
1568         (insn_location): Likewise.
1570         * config/mips/mips.c (mips16_gp_pseudo_reg): Strengthen local
1571         "insn" from rtx to rtx_insn *, introducing a new local rtx "set"
1572         for the result of gen_load_const_gp.
1573         * config/rs6000/rs6000-protos.h (output_call): Strengthen first
1574         param from rtx to rtx_insn *.
1575         * config/rs6000/rs6000.c (output_call): Likewise.
1576         * dwarf2out.c (dwarf2out_var_location): Likewise for local "prev",
1577         introducing a checked cast to rtx_sequence * and use of the insn
1578         method.
1579         * emit-rtl.c (emit_copy_of_insn_after): Strengthen both params
1580         from rtx to rtx_insn *.
1581         (insn_scope): Strengthen param from const_rtx to const rtx_insn *.
1582         (insn_line): Likewise.
1583         (insn_file): Likewise.
1584         (insn_location): Likewise.
1585         * emit-rtl.h (emit_copy_of_insn_after): Strengthen both params
1586         from rtx to rtx_insn *.
1587         * print-rtl.c (print_rtx): Introduce local "in_insn" via a checked
1588         cast, using it for calls to INSN_HAS_LOCATION and insn_location.
1589         * recog.c (peep2_attempt): Introduce local rtx_insn * "peepinsn"
1590         via a checked cast.
1591         * reorg.c (relax_delay_slots): Strengthen locals named "after"
1592         from rtx to rtx_insn *; use methods of "pat" for type-safety.
1594 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
1596         * combine.c (try_combine): Eliminate checked cast on result of
1597         gen_rtx_INSN.
1598         * emit-rtl.c (gen_rtx_INSN): New function, improving over the prior
1599         autogenerated one by strengthening the return type and params 2 and 3
1600         from rtx to rtx_insn *, and by naming the params.
1601         * gengenrtl.c (special_rtx): Add INSN to those that are
1602         special-cased.
1603         * rtl.h (gen_rtx_INSN): New prototype.
1605 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
1607         * ira.c (ira_update_equiv_info_by_shuffle_insn): Use NULL rather
1608         than NULL_RTX.
1609         (no_equiv): Likewise.
1610         (update_equiv_regs): Likewise.
1611         (setup_reg_equiv): Likewise.  Strengthen locals "elem",
1612         "prev_elem", "next_elem" from rtx to rtx_insn_list *, and "insn"
1613         from rtx to rtx_insn *.  Use methods of "elem" for typesafety and
1614         clarity.
1615         * ira.h (struct ira_reg_equiv_s): Strengthen field "init_insns"
1616         from rtx to rtx_insn_list *.
1617         * lra-assigns.c (spill_for): Strengthen local "x" from rtx to
1618         rtx_insn_list * and use methods for clarity and typesafety.
1619         * lra-constraints.c (contains_deleted_insn_p): Likewise for param
1620         "list".
1621         (init_insn_rhs_dead_pseudo_p): Likewise for local "insns".  Remove
1622         redundant check on INSN_P (insns): this cannot hold, as "insns" is
1623         an INSN_LIST, not an insn.
1624         (reverse_equiv_p): Strengthen local "insns" from rtx to
1625         rtx_insn_list * and use methods for clarity and typesafety.
1626         (contains_reloaded_insn_p): Likewise for local "list".
1628 2014-09-09  Jiong Wang  <jiong.wang@arm.com>
1630         * config/arm/arm.c (NEON_COPYSIGNF): New enum.
1631         (arm_init_neon_builtins): Support NEON_COPYSIGNF.
1632         (arm_builtin_vectorized_function): Likewise.
1633         * config/arm/arm_neon_builtins.def: New macro for copysignf.
1634         * config/arm/neon.md (neon_copysignf<mode>): New pattern for vector copysignf.
1636 2014-09-09  Richard Sandiford  <richard.sandiford@arm.com>
1638         * bb-reorder.h (default_target_bb_reorder): Remove redundant GTY.
1639         * builtins.h (default_target_builtins): Likewise.
1640         * gcse.h (default_target_gcse): Likewise.
1641         * target-globals.h (target_globals): Add a destructor.  Convert
1642         void-pointer fields back to their real type and change from
1643         GTY((atomic)) to GTY((skip)).
1644         (restore_target_globals): Remove casts accordingly.
1645         * target-globals.c (save_target_globals): Use XCNEW rather than
1646         ggc_internal_cleared_alloc to allocate non-GC structures.
1647         Use ggc_cleared_alloc to allocate the target_globals structure
1648         itself.
1649         (target_globals::~target_globals): Define.
1651 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1653         * config/arm/arm.md (vfp_pop_multiple_with_writeback): Use vldm
1654         mnemonic instead of fldmfdd.
1655         * config/arm/arm.c (vfp_output_fstmd): Rename to...
1656         (vfp_output_vstmd): ... This.  Convert output to UAL syntax.
1657         Output vpush when address register is SP.
1658         * config/arm/arm-protos.h (vfp_output_fstmd): Rename to...
1659         (vfp_output_vstmd): ... This.
1660         * config/arm/vfp.md (push_multi_vfp): Update call to
1661         vfp_output_vstmd.
1663 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1665         * config/arm/vfp.md (*movcc_vfp): Use UAL syntax.
1667 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1669         * config/arm/vfp.md (*sqrtsf2_vfp): Use UAL assembly syntax.
1670         (*sqrtdf2_vfp): Likewise.
1671         (*cmpsf_vfp): Likewise.
1672         (*cmpsf_trap_vfp): Likewise.
1673         (*cmpdf_vfp): Likewise.
1674         (*cmpdf_trap_vfp): Likewise.
1676 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1678         * config/arm/vfp.md (*extendsfdf2_vfp): Use UAL assembly syntax.
1679         (*truncdfsf2_vfp): Likewise.
1680         (*truncsisf2_vfp): Likewise.
1681         (*truncsidf2_vfp): Likewise.
1682         (fixuns_truncsfsi2): Likewise.
1683         (fixuns_truncdfsi2): Likewise.
1684         (*floatsisf2_vfp): Likewise.
1685         (*floatsidf2_vfp): Likewise.
1686         (floatunssisf2): Likewise.
1687         (floatunssidf2): Likewise.
1689 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1691         * config/arm/vfp.md (*mulsf3_vfp): Use UAL assembly syntax.
1692         (*muldf3_vfp): Likewise.
1693         (*mulsf3negsf_vfp): Likewise.
1694         (*muldf3negdf_vfp): Likewise.
1695         (*mulsf3addsf_vfp): Likewise.
1696         (*muldf3adddf_vfp): Likewise.
1697         (*mulsf3subsf_vfp): Likewise.
1698         (*muldf3subdf_vfp): Likewise.
1699         (*mulsf3negsfaddsf_vfp): Likewise.
1700         (*fmuldf3negdfadddf_vfp): Likewise.
1701         (*mulsf3negsfsubsf_vfp): Likewise.
1702         (*muldf3negdfsubdf_vfp): Likewise.
1704 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1706         * config/arm/vfp.md (*abssf2_vfp): Use UAL assembly syntax.
1707         (*absdf2_vfp): Likewise.
1708         (*negsf2_vfp): Likewise.
1709         (*negdf2_vfp): Likewise.
1710         (*addsf3_vfp): Likewise.
1711         (*adddf3_vfp): Likewise.
1712         (*subsf3_vfp): Likewise.
1713         (*subdf3_vfp): Likewise.
1714         (*divsf3_vfp): Likewise.
1715         (*divdf3_vfp): Likewise.
1717 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1719         * config/arm/arm.c (output_move_vfp): Use UAL syntax for load/store
1720         multiple.
1721         (arm_print_operand): Don't convert real values to decimal
1722         representation in default case.
1723         (fp_immediate_constant): Delete.
1724         * config/arm/arm-protos.h (fp_immediate_constant): Likewise.
1725         * config/arm/vfp.md (*arm_movsi_vfp): Convert to VFP moves to UAL
1726         syntax.
1727         (*thumb2_movsi_vfp): Likewise.
1728         (*movdi_vfp): Likewise.
1729         (*movdi_vfp_cortexa8): Likewise.
1730         (*movhf_vfp_neon): Likewise.
1731         (*movhf_vfp): Likewise.
1732         (*movsf_vfp): Likewise.
1733         (*thumb2_movsf_vfp): Likewise.
1734         (*movdf_vfp): Likewise.
1735         (*thumb2_movdf_vfp): Likewise.
1736         (*movsfcc_vfp): Likewise.
1737         (*thumb2_movsfcc_vfp): Likewise.
1738         (*movdfcc_vfp): Likewise.
1739         (*thumb2_movdfcc_vfp): Likewise.
1741 2014-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1743         * doc/invoke.texi (-march): Use GNU/Linux rather than Linux.
1744         (-mtune): Likewise.
1745         (-mcpu): Likewise.
1747 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1749         PR target/61749
1750         * config/aarch64/aarch64-builtins.c (aarch64_types_quadop_qualifiers):
1751         Use qualifier_immediate for last operand.  Rename to...
1752         (aarch64_types_ternop_lane_qualifiers): ... This.
1753         (TYPES_QUADOP): Rename to...
1754         (TYPES_TERNOP_LANE): ... This.
1755         (aarch64_simd_expand_args): Return const0_rtx when encountering user
1756         error.  Change return of 0 to return of NULL_RTX.
1757         (aarch64_crc32_expand_builtin): Likewise.
1758         (aarch64_expand_builtin): Return NULL_RTX instead of 0.
1759         ICE when expanding unknown builtin.
1760         * config/aarch64/aarch64-simd-builtins.def (sqdmlal_lane): Use
1761         TERNOP_LANE qualifiers.
1762         (sqdmlsl_lane): Likewise.
1763         (sqdmlal_laneq): Likewise.
1764         (sqdmlsl_laneq): Likewise.
1765         (sqdmlal2_lane): Likewise.
1766         (sqdmlsl2_lane): Likewise.
1767         (sqdmlal2_laneq): Likewise.
1768         (sqdmlsl2_laneq): Likewise.
1770 2014-09-09  Nick Clifton  <nickc@redhat.com>
1772         * doc/invoke.texi (Optimization Options): Add missing @gol to the
1773         end of a line.
1774         (S/390 and zSeries Options): Remove superfluous word from the
1775         description of the -mhotpatch option.
1777 2014-09-09  Zhenqiang Chen  <zhenqiang.chen@arm.com>
1779         * shrink-wrap.h: #define SHRINK_WRAPPING_ENABLED.
1780         * ira.c: #include "shrink-wrap.h"
1781         (split_live_ranges_for_shrink_wrap): Use SHRINK_WRAPPING_ENABLED.
1782         * ifcvt.c: #include "shrink-wrap.h"
1783         (dead_or_predicable): Use SHRINK_WRAPPING_ENABLED.
1785 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
1787         * common/config/picochip/picochip-common.c: Remove.
1788         * config.gcc: Remove support for picochip.
1789         * config/picochip/constraints.md: Remove.
1790         * config/picochip/dfa_space.md: Remove.
1791         * config/picochip/dfa_speed.md: Remove.
1792         * config/picochip/picochip-protos.h: Remove.
1793         * config/picochip/picochip.c: Remove.
1794         * config/picochip/picochip.h: Remove.
1795         * config/picochip/picochip.md: Remove.
1796         * config/picochip/picochip.opt: Remove.
1797         * config/picochip/predicates.md: Remove.
1798         * config/picochip/t-picochip: Remove.
1799         * doc/md.texi: Don't document picochi.
1801 2014-09-08  David Malcolm  <dmalcolm@redhat.com>
1803         * basic-block.h (control_flow_insn_p): Strengthen param from
1804         const_rtx to const rtx_insn *.
1805         * cfgbuild.c (control_flow_insn_p): Likewise.
1807 2014-09-08  David Malcolm  <dmalcolm@redhat.com>
1809         * gcse.c (modify_mem_list): Strengthen this variable from
1810         vec<rtx> * to vec<rtx_insn *> *.
1811         (vec_rtx_heap): Strengthen this typedef from vec<rtx> to
1812         vec<rtx_insn *>.
1813         (load_killed_in_block_p): Strengthen local "list" from vec<rtx> to
1814         vec<rtx_insn *>, and local "setter" from rtx to rtx_insn *.
1815         (record_last_mem_set_info): Strengthen param "insn" from rtx to
1816         rtx_insn *.
1817         (record_last_set_info): Likewise for local "last_set_insn".
1819 2014-09-08  DJ Delorie  <dj@redhat.com>
1821         * doc/invoke.texi (MSP430 Options): Add -minrt.
1823 2014-09-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1825         * config/rs6000/rs6000.c (special_handling_values):  Add SH_SPLAT.
1826         (rtx_is_swappable_p): Convert UNSPEC cascading ||s to a switch
1827         statement; allow optimization of UNSPEC_VSPLT_DIRECT with special
1828         handling SH_SPLAT.
1829         (adjust_extract): Fix test for VEC_DUPLICATE case; fix adjustment
1830         of extracted lane.
1831         (adjust_splat): New function.
1832         (handle_special_swappables): Call adjust_splat for SH_SPLAT.
1833         (dump_swap_insn_table): Add case for SH_SPLAT.
1835 2014-09-08  Richard Biener  <rguenther@suse.de>
1837         PR ipa/63196
1838         * tree-inline.c (copy_loops): The source loop header should
1839         always be non-NULL.
1840         (tree_function_versioning): If loops need fixup after removing
1841         unreachable blocks fix them.
1842         * omp-low.c (simd_clone_adjust): Do not add incr block to
1843         loop under construction.
1845 2014-09-08  Alan Lawrence  <alan.lawrence@arm.com>
1847         * config/aarch64/aarch64-builtins.c
1848         (aarch64_types_cmtst_qualifiers, TYPES_TST): Remove as unused.
1850 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
1852         * config/i386/cygming.h (TF_SIZE): Remove.
1853         * config/i386/darwin.h (TF_SIZE): Remove.
1854         * config/i386/dragonfly.h (TF_SIZE): Remove.
1855         * config/i386/freebsd.h (TF_SIZE): Remove.
1856         * config/i386/gnu-user-common.h (TF_SIZE): Remove.
1857         * config/i386/openbsdelf.h (TF_SIZE): Remove.
1858         * config/i386/sol2.h (TF_SIZE): Remove.
1859         * config/ia64/hpux.h (XF_SIZE, TF_SIZE): Remove.
1860         * config/ia64/linux.h (TF_SIZE): Remove.
1861         * doc/tm.texi.in (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Remove.
1862         * doc/tm.texi: Regenerate.
1863         * system.h (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Poison.
1865 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
1867         * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
1868         Remove.
1869         * doc/tm.texi.in (ROUND_TOWARDS_ZERO, LARGEST_EXPONENT_IS_NORMAL):
1870         Remove.
1871         * doc/tm.texi: Regenerate.
1872         * system.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
1873         Poison.
1874         * config/arm/arm.h (LARGEST_EXPONENT_IS_NORMAL): Remove.
1875         * config/cris/cris.h (__make_dp): Remove.
1877 2014-09-08  Richard Biener  <rguenther@suse.de>
1879         PR bootstrap/63204
1880         * cfgloop.c (mark_loop_for_removal): Track former header
1881         unconditionally.
1882         * cfgloop.h (struct loop): Add former_header member unconditionally.
1883         * loop-init.c (fix_loop_structure): Enable bogus loop removal
1884         diagnostic unconditionally.
1886 2014-09-07 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
1888         PR target/63190
1889         * config/aarch64/aarch64.md (stack_protect_test_<mode>) Add register
1890         constraint for operand0 and remove write only modifier from operand3.
1892 2014-09-07  Richard Sandiford  <richard.sandiford@arm.com>
1894         PR rtl-optimization/62208
1895         * simplify-rtx.c (simplify_relational_operation_1): Use CONST0_RTX
1896         rather than const0_rtx in eq/ne-xor simplifications.
1898 2014-09-06  Joern Rennecke  <joern.rennecke@embecosm.com>
1900         * config/arc/arc.c (arc_print_operand): Fix format for HOST_WIDE_INT.
1901         (arc_output_mi_thunk): Likewise.
1903         * config/arc/arc.c (arc_predicate_delay_insns): Swap comparison
1904         arguments to silence bogus warning.
1906 2014-09-06  Richard Sandiford  <richard.sandiford@arm.com>
1908         PR middle-end/63171
1909         * rtlanal.c (tls_referenced_p): Don't skip constant subrtxes.
1911 2014-09-06  Tom de Vries  <tom@codesourcery.com>
1913         * ira-costs.c (ira_tune_allocno_costs): Don't conditionalize
1914         IRA_HARD_REGNO_ADD_COST_MULTIPLIER code on
1915         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
1917 2014-09-05  Dominique Dhumieres  <dominiq@lps.ens.fr>
1919         PR target/63188
1920         * config/darwin.h (INIT_SECTION_ASM_OP): Define to "".
1921         * config/pa/pa64-hpux.h (INIT_SECTION_ASM_OP): Likewise.
1923 2014-09-05  Easwaran Raman  <eraman@google.com>
1925         PR rtl-optimization/62146
1926         * ifcvt.c (dead_or_predicable): Make removal of REG_EQUAL note of
1927         hoisted instruction unconditional.
1929 2014-09-05  Segher Boessenkool  <segher@kernel.crashing.org>
1931         PR target/63187
1932         * config/rs6000/rs6000.md (*and<mode>3_imm_dot, *and<mode>3_imm_dot2):
1933         Do not allow any_mask_operand for operands[2].
1934         (*and<mode>3_imm_mask_dot, *and<mode>3_imm_mask_dot2): New.
1936 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1938         * config/arc/arc.c (arc_print_operand): Use insn method of
1939         final_sequence for type-safety.
1940         * config/bfin/bfin.c (bfin_hardware_loop): Strengthen param
1941         "insn" from rtx to rtx_insn *.
1942         * config/frv/frv.c (frv_print_operand_jump_hint): Likewise.
1943         * config/mn10300/mn10300.c (mn10300_scan_for_setlb_lcc):
1944         Likewise for locals "branch", "label".
1945         * config/h8300/h8300.c (same_cmp_preceding_p): Likewise for
1946         locals "i1", "i2".  Use NULL rather than NULL_RTX in comparisons.
1947         (same_cmp_following_p): Likewise for locals "i2", "i3".
1948         * config/sh/sh_optimize_sett_clrt.cc
1949         (sh_optimize_sett_clrt::sh_cbranch_ccreg_value): Likewise for
1950         param "cbranch_insn".
1951         * function.c (convert_jumps_to_returns): Likewis for local "jump".
1952         * ifcvt.c (cond_exec_get_condition): Likewise for param "jump".
1953         * jump.c (simplejump_p): Strengthen param "insn" from const_rtx to
1954         const rtx_insn *.
1955         (condjump_p): Likewise.
1956         (condjump_in_parallel_p): Likewise.
1957         (pc_set): Likewise.
1958         (any_uncondjump_p): Likewise.
1959         (any_condjump_p): Likewise.
1960         (condjump_label): Likewise.
1961         (returnjump_p): Strengthen param "insn" from rtx to
1962         const rtx_insn *.
1963         (onlyjump_p): Strengthen param "insn" from const_rtx to
1964         const rtx_insn *.
1965         (jump_to_label_p): Likewise.
1966         (invert_jump_1): Strengthen param "jump" from rtx to rtx_insn *.
1967         (invert_jump): Likewise.
1968         * reorg.c (simplejump_or_return_p): Add checked cast when calling
1969         simplejump_p.
1970         (get_jump_flags): Strengthen param "insn" from rtx to
1971         const rtx_insn *.
1972         (get_branch_condition): Likewise.
1973         (condition_dominates_p): Likewise.
1974         (make_return_insns): Move declaration of local "pat" earlier, to
1975         after we've handled NONJUMP_INSN_P and non-sequences, using its
1976         methods to simplify the code and for type-safety.
1977         * rtl.h (find_constant_src): Strengthen param from const_rtx to
1978         const rtx_insn *.
1979         (jump_to_label_p): Strengthen param from rtx to const rtx_insn *.
1980         (condjump_p): Strengthen param from const_rtx to
1981         const rtx_insn *.
1982         (any_condjump_p): Likewise.
1983         (any_uncondjump_p): Likewise.
1984         (pc_set): Likewise.
1985         (condjump_label): Likewise.
1986         (simplejump_p): Likewise.
1987         (returnjump_p): Likewise.
1988         (onlyjump_p): Likewise.
1989         (invert_jump_1): Strengthen param 1 from rtx to rtx_insn *.
1990         (invert_jump): Likewise.
1991         (condjump_in_parallel_p): Strengthen param from const_rtx to
1992         const rtx_insn *.
1993         * rtlanal.c (find_constant_src): Strengthen param from const_rtx
1994         to const rtx_insn *.
1995         * sel-sched-ir.c (fallthru_bb_of_jump): Strengthen param from rtx
1996         to const rtx_insn *.
1997         * sel-sched-ir.h (fallthru_bb_of_jump): Likewise.
1999 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2001         * reorg.c (relax_delay_slots): Move declaration of "trial_seq"
2002         above the conditional, and convert the check on GET_CODE to a
2003         dyn_cast, so that "trial_seq" is available as an rtx_sequence * in
2004         the conditional.  Simplify the conditional by using methods of
2005         "trial_seq".
2007 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2009         * haifa-sched.c (check_clobbered_conditions): Strengthen local
2010         "link" from rtx to rtx_insn_list *, and use its methods for
2011         clarity and type-safety.
2012         (toggle_cancelled_flags): Likewise.
2013         (restore_last_backtrack_point): Likewise.
2014         (queue_to_ready): Use insn method of "link" in one place.
2015         (schedule_block): Strengthen local "link" from rtx to
2016         rtx_insn_list *, and use its methods for clarity and type-safety.
2018 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2020         * sched-deps.c (sched_get_condition_with_rev_uncached): Strengthen
2021         param "insn" from const_rtx to const rtx_insn *.
2022         (sched_get_reverse_condition_uncached): Likewise.
2023         (sched_get_condition_with_rev): Likewise.
2024         (sched_has_condition_p): Likewise.
2025         (sched_insns_conditions_mutex_p): Likewise for both params.
2026         (sched_insn_is_legitimate_for_speculation_p): Likewise for param
2027         "insn"; conver use of CONST_CAST_RTX to CONST_CAST_RTX_INSN.
2028         (setup_insn_reg_uses): Move local "list" to be more tightly
2029         scoped, strengthening it from an rtx to an rtx_insn_list *.  Use
2030         its methods for clarity and type-safety.
2031         (sched_analyze_1): Strengthen local "pending" from rtx to
2032         rtx_insn_list *, and local "pending_mem" from rtx to
2033         rtx_expr_list *.  Use methods of each for clarity and type-safety.
2034         (sched_analyze_2): Likewise.
2035         (sched_analyze_insn): Likewise.
2037         * sched-int.h (sched_get_reverse_condition_uncached): Strengthen
2038         param from const_rtx to const rtx_insn *.
2039         (sched_insns_conditions_mutex_p): Likewise for both params.
2040         (sched_insn_is_legitimate_for_speculation_p): Likewise for first
2041         param.
2043         * system.h (CONST_CAST_RTX_INSN): New macro.
2045 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2047         * recog.c (peep2_attempt): Strengthen return type from rtx to
2048         rtx_insn *.
2049         (peep2_update_life): Likewise for params "last", "prev", removing
2050         a checked cast made redundant by this.
2051         (peephole2_optimize): Likewise for local "last".
2053 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2055         * basic-block.h (set_block_for_insn): Eliminate this macro in
2056         favor of...
2057         * rtl.h (set_block_for_insn): New inline function, imposing the
2058         requirement that the "insn" param is an rtx_insn *.
2060 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2062         * caller-save.c (setup_save_areas): Strengthen local "insn" from
2063         rtx to rtx_insn *.
2064         * final.c (get_call_reg_set_usage): Likewise for first param,
2065         eliminating a checked cast.
2066         * regs.h (get_call_reg_set_usage): Likewise for first param.
2067         * resource.c (mark_set_resources): Introduce local rtx_call_insn *
2068         "call_insn" for the case of a MARK_SRC_DEST_CALL via a checked
2069         cast, replacing references to "x" with "call_insn" where
2070         appropriate.
2071         (mark_target_live_regs): Strengthen local "real_insn" from rtx to
2072         rtx_insn *, adding a checked cast.
2074 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2076         * output.h (final_scan_insn): Strengthen first param from rtx to
2077         rtx_insn *.
2079         * final.c (final_scan_insn): Likewise, renaming it back from
2080         "uncast_insn" to "insn", eliminating the checked cast.
2082         * config/h8300/h8300.md (define_insn "jump"): Replace local rtx
2083         "vec" with an rtx_sequence * "seq", taking a copy of
2084         "final_sequence", and using methods of "seq" for clarity, and for
2085         type-safety in the calls to final_scan_insn.
2086         * config/mips/mips.c (mips_output_conditional_branch): Use methods
2087         of "final_sequence" for clarity, and for type-safety in the call to
2088         final_scan_insn.
2089         * config/sh/sh.c (print_slot): Strengthen param from rtx to
2090         rtx_sequence * and rename from "insn" to "seq".
2092 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2094         * jump.c (delete_related_insns): Introduce a new local "table" by
2095         replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the
2096         get_labels method of "table" to simplify access to the labels in
2097         the jump table.
2099 2014-09-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2101         * config/arm/cortex-a53.md (cortex_a53_fpalu): Add f_rints, f_rintd,
2102         f_minmaxs, f_minmaxd types.
2104 2014-09-05  Richard Biener  <rguenther@suse.de>
2106         * cfgloop.c (mark_loop_for_removal): Record former header
2107         when ENABLE_CHECKING.
2108         * cfgloop.h (strut loop): Add former_header member when
2109         ENABLE_CHECKING.
2110         * loop-init.c (fix_loop_structure): Sanity check loops
2111         marked for removal if they re-appeared.
2113 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
2115         * config/aarch64/arm_neon.h (int32x1_t, int16x1_t, int8x1_t,
2116         uint32x1_t, uint16x1_t, uint8x1_t): Remove typedefs.
2118         (vqabsb_s8, vqabsh_s16, vqabss_s32, vqaddb_s8, vqaddh_s16, vqadds_s32,
2119         vqaddb_u8, vqaddh_u16, vqadds_u32, vqdmlalh_s16, vqdmlalh_lane_s16,
2120         vqdmlals_s32, vqdmlslh_s16, vqdmlslh_lane_s16, vqdmlsls_s32,
2121         vqdmulhh_s16, vqdmulhh_lane_s16, vqdmulhs_s32, vqdmulhs_lane_s32,
2122         vqdmullh_s16, vqdmullh_lane_s16, vqdmulls_s32, vqdmulls_lane_s32,
2123         vqmovnh_s16, vqmovns_s32, vqmovnd_s64, vqmovnh_u16, vqmovns_u32,
2124         vqmovnd_u64, vqmovunh_s16, vqmovuns_s32, vqmovund_s64, vqnegb_s8,
2125         vqnegh_s16, vqnegs_s32, vqrdmulhh_s16, vqrdmulhh_lane_s16,
2126         vqrdmulhs_s32, vqrdmulhs_lane_s32, vqrshlb_s8, vqrshlh_s16,
2127         vqrshls_s32, vqrshlb_u8, vqrshlh_u16, vqrshls_u32, vqrshrnh_n_s16,
2128         vqrshrns_n_s32, vqrshrnd_n_s64, vqrshrnh_n_u16, vqrshrns_n_u32,
2129         vqrshrnd_n_u64, vqrshrunh_n_s16, vqrshruns_n_s32, vqrshrund_n_s64,
2130         vqshlb_s8, vqshlh_s16, vqshls_s32, vqshlb_u8, vqshlh_u16, vqshls_u32,
2131         vqshlb_n_s8, vqshlh_n_s16, vqshls_n_s32, vqshlb_n_u8, vqshlh_n_u16,
2132         vqshls_n_u32, vqshlub_n_s8, vqshluh_n_s16, vqshlus_n_s32,
2133         vqshrnh_n_s16, vqshrns_n_s32, vqshrnd_n_s64, vqshrnh_n_u16,
2134         vqshrns_n_u32, vqshrnd_n_u64, vqshrunh_n_s16, vqshruns_n_s32,
2135         vqshrund_n_s64, vqsubb_s8, vqsubh_s16, vqsubs_s32, vqsubb_u8,
2136         vqsubh_u16, vqsubs_u32, vsqaddb_u8, vsqaddh_u16, vsqadds_u32,
2137         vuqaddb_s8, vuqaddh_s16, vuqadds_s32): Replace all int{32,16,8}x1_t
2138         with int{32,16,8}_t.
2140 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
2142         * config/aarch64/arm_neon.h (__GET_HIGH): New macro.
2143         (vget_high_f32, vget_high_f64, vget_high_p8, vget_high_p16,
2144         vget_high_s8, vget_high_s16, vget_high_s32, vget_high_s64,
2145         vget_high_u8, vget_high_u16, vget_high_u32, vget_high_u64):
2146         Remove temporary __asm__ and reimplement.
2148 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
2150         * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Remove code
2151         handling cmge, cmgt, cmeq, cmtst.
2153         * config/aarch64/aarch64-simd-builtins.def (cmeq, cmge, cmgt, cmle,
2154         cmlt, cmgeu, cmgtu, cmtst): Remove.
2156         * config/aarch64/arm_neon.h (vceq_*, vceqq_*, vceqz_*, vceqzq_*,
2157         vcge_*, vcgeq_*, vcgez_*, vcgezq_*, vcgt_*, vcgtq_*, vcgtz_*,
2158         vcgtzq_*, vcle_*, vcleq_*, vclez_*, vclezq_*, vclt_*, vcltq_*,
2159         vcltz_*, vcltzq_*, vtst_*, vtstq_*): Use gcc vector extensions.
2161 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
2163         * config/aarch64/aarch64-builtins.c (aarch64_types_cmtst_qualifiers,
2164         TYPES_TST): Define.
2165         (aarch64_fold_builtin): Update pattern for cmtst.
2167         * config/aarch64/aarch64-protos.h (aarch64_const_vec_all_same_int_p):
2168         Declare.
2170         * config/aarch64/aarch64-simd-builtins.def (cmtst): Update qualifiers.
2172         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>):
2173         Switch operands, separate out more cases, refactor.
2175         (aarch64_cmtst<mode>): Rewrite pattern to match (plus ... -1).
2177         * config/aarch64.c (aarch64_const_vec_all_same_int_p): Take single
2178         argument; rename old version to...
2179         (aarch64_const_vec_all_same_in_range_p): ...this.
2180         (aarch64_print_operand, aarch64_simd_shift_imm_p): Follow renaming.
2182         * config/aarch64/predicates.md (aarch64_simd_imm_minus_one): Define.
2184 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
2186         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
2187         Remove qualifier_const_pointer, update comment.
2189 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
2191         * config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add.
2193 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
2195         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Replace
2196         varargs with pointer parameter.
2197         (aarch64_simd_expand_builtin): pass pointer into previous.
2199 2014-09-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2201         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext,
2202         alus_ext.
2204 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
2206         * config/aarch64/aarch64-simd.md (aarch64_rbit<mode>): New pattern.
2207         * config/aarch64/aarch64-simd-builtins.def (rbit): New builtin.
2208         * config/aarch64/arm_neon.h (vrbit_s8, vrbit_u8, vrbitq_s8, vrbitq_u8):
2209         Replace temporary asm with call to builtin.
2210         (vrbit_p8, vrbitq_p8): New functions.
2212 2014-09-05  Richard Biener  <rguenther@suse.de>
2214         * cfgloop.c (mark_loop_for_removal): New function.
2215         * cfgloop.h (mark_loop_for_removal): Declare.
2216         * cfghooks.c (delete_basic_block): Use mark_loop_for_removal.
2217         (merge_blocks): Likewise.
2218         (duplicate_block): Likewise.
2219         * except.c (sjlj_emit_dispatch_table): Likewise.
2220         * tree-eh.c (cleanup_empty_eh_merge_phis): Likewise.
2221         * tree-ssa-threadupdate.c (ssa_redirect_edges): Likewise.
2222         (thread_through_loop_header): Likewise.
2224 2014-09-05  Richard Biener  <rguenther@suse.de>
2226         PR middle-end/63148
2227         * fold-const.c (try_move_mult_to_index): Remove.
2228         (fold_binary_loc): Do not call it.
2229         * tree-data-ref.c (dr_analyze_indices): Strip conversions
2230         from the base object again.
2232 2014-09-05  James Greenhalgh  <james.greenhalgh@arm.com>
2234         * config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
2235         DImode.
2237 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
2239         PR target/55701
2240         * config/arm/arm.md (setmem): New pattern.
2241         * config/arm/arm-protos.h (struct tune_params): New fields.
2242         (arm_gen_setmem): New prototype.
2243         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
2244         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
2245         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
2246         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
2247         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
2248         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
2249         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
2250         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
2251         (arm_const_inline_cost): New function.
2252         (arm_block_set_max_insns): New function.
2253         (arm_block_set_non_vect_profit_p): New function.
2254         (arm_block_set_vect_profit_p): New function.
2255         (arm_block_set_unaligned_vect): New function.
2256         (arm_block_set_aligned_vect): New function.
2257         (arm_block_set_unaligned_non_vect): New function.
2258         (arm_block_set_aligned_non_vect): New function.
2259         (arm_block_set_vect, arm_gen_setmem): New functions.
2261 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
2263         * config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint.
2265 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
2267         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
2269 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
2271         * valtrack.c (dead_debug_insert_temp): Take an rtx_insn * instead of
2272         an rtx.
2273         * valtrack.h: Adjust.
2275 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
2277         * emit-rtl.c (emit_insn_before_noloc): Take an rtx_insn * instead of
2278         an rtx.
2279         (emit_jump_insn_before_noloc): Likewise.
2280         (emit_call_insn_before_noloc): Likewise.
2281         (emit_label_before): Likewise.
2282         (emit_label_after): Likewise.
2283         (emit_insn_before_setloc): Likewise.
2284         (emit_jump_insn_before_setloc): Likewise.
2285         (emit_call_insn_before_setloc): Likewise.
2286         (emit_call_insn_before): Likewise.
2287         * rtl.h: Adjust.
2289 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2291         * cse.c (cse_insn): Strengthen local "new_rtx" from rtx to
2292         rtx_insn *, eliminating a checked cast.
2294 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2296         * rtl.h (modified_between_p): Strengthen params 2 and 3 from
2297         const_rtx to const rtx_insn *.
2298         * rtlanal.c (modified_between_p): Likewise, eliminating a checked
2299         cast.
2301 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2303         * emit-rtl.c (try_split): Update NULL_RTX to NULL in call to
2304         fixup_args_size_notes.
2305         * expr.c (fixup_args_size_notes): Strengthen first two params from
2306         rtx to rtx_insn *, eliminating a checked cast.
2307         * rtl.h (fixup_args_size_notes): Strengthen first two params from
2308         rtx to rtx_insn *.
2310 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
2312         * haifa-sched.c (get_ready_element): Strengthen return type from
2313         rtx to rtx_insn *.
2314         * sched-int.h (get_ready_element): Likewise.
2316 2014-09-04  Segher Boessenkool  <segher@kernel.crashing.org>
2318         PR target/63165
2319         * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax_mem): Use
2320         indexed_or_indirect_operand instead of memory_operand.
2321         (floatsi<mode>2_lfiwzx_mem): Ditto.
2323 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
2325         * config/bfin/bfin.c, config/c6x/c6x.c, config/m32c/m32c.c,
2326         config/mn10300/mn10300.c, config/s390/s390.c, config/sh/sh.c,
2327         ifcvt.c, reorg.c: Change types of variables from rtx to rtx_insn *.
2329 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
2331         * emit-rtl.c (get_first_nonnote_insn): Return rtx_insn * instead of
2332         rtx.
2333         (get_last_nonnote_insn): Likewise.
2334         (next_nonnote_insn_bb): Take rtx_insn * instead of rtx.
2335         * resource.c (find_basic_block): Likewise.
2336         * rtl.h: Adjust.
2337         * rtlanal.c (keep_with_call_p): Take const rtx_insn * instead of
2338         const_rtx.
2340 2014-09-04  David Malcolm  <dmalcolm@redhat.com>
2342         * genattr.c (main): Within the prototype of insn_latency written
2343         out to insn-attr.h, strengthen both params from rtx to rtx_insn *.
2344         * genautomata.c (output_internal_maximal_insn_latency_func):
2345         Within the implementation of insn_latency written out to
2346         insn-automata.c, strengthen both params from rtx to rtx_insn *,
2347         eliminating a pair of checked casts.
2349 2014-09-04  David Malcolm  <dmalcolm@redhat.com>
2351         * jump.c (eh_returnjump_p): Strengthen param "insn" from rtx to
2352         rtx_insn *.
2354         * rtl.h (eh_returnjump_p): Likewise.
2356 2014-09-04  Aldy Hernandez  <aldyh@redhat.com>
2358         * Makefile.in (TAGS): Handle constructs in timevar.def.
2360 2014-09-04  Guozhi Wei  <carrot@google.com>
2362         PR target/62040
2363         * config/aarch64/iterators.md (VQ_NO2E, VQ_2E): New iterators.
2364         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): Split
2365         it into two patterns.
2366         (move_lo_quad_internal_be_<mode>): Likewise.
2368 2014-09-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2370         * doc/options.texi: Document that Var and Init are required if CPP
2371         is given.
2372         * optc-gen.awk: Require Var and Init if CPP is given.
2373         * common.opt (Wpedantic): Use Init.
2375 2014-09-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2377         * config/rs6000/rs6000.c (special_handling_values): Add
2378         SH_EXTRACT.
2379         (rtx_is_swappable_p): Look for patterns with a VEC_SELECT, perhaps
2380         wrapped in a VEC_DUPLICATE, representing an extract.  Mark these
2381         as swappable with special handling SH_EXTRACT.  Remove
2382         UNSPEC_VSX_XXSPLTW from the list of disallowed unspecs for the
2383         optimization.
2384         (adjust_extract): New function.
2385         (handle_special_swappables): Add default to case statement; add
2386         case for SH_EXTRACT that calls adjust_extract.
2387         (dump_swap_insn_table): Handle SH_EXTRACT.
2389 2014-09-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2391         * config/rs6000/vsx.md (*vsx_extract_<mode>_load): Always match
2392         selection of 0th memory doubleword, regardless of endianness.
2394 2014-09-04  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2396         * config/rx/rx.h (HARD_REGNO_MODE_OK): Add braces.
2398 2014-09-04  Alan Modra  <amodra@gmail.com>
2400         PR debug/60655
2401         * dwarf2out.c (mem_loc_descriptor <PLUS>): Return NULL if addend
2402         can't be output.
2404 2014-09-03  Matthew Fortune  <matthew.fortune@imgtec.com>
2406         * target.def (TARGET_DWARF_FRAME_REG_MODE): New target hook.
2407         * targhooks.c (default_dwarf_frame_reg_mode): New function.
2408         * targhooks.h (default_dwarf_frame_reg_mode): New prototype.
2409         * doc/tm.texi.in (TARGET_DWARF_FRAME_REG_MODE): Document.
2410         * doc/tm.texi: Regenerate.
2411         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Abstract mode
2412         selection logic to default_dwarf_frame_reg_mode.
2414 2014-09-03  Marek Polacek  <polacek@redhat.com>
2416         * doc/invoke.texi: Document that -Wlogical-not-parentheses is enabled
2417         by -Wall.
2419 2014-09-03  Richard Sandiford  <richard.sandiford@arm.com>
2421         * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
2422         the automodified register.
2424 2014-09-03  Richard Sandiford  <richard.sandiford@arm.com>
2426         * output.h (get_some_local_dynamic_name): Declare.
2427         * final.c (some_local_dynamic_name): New variable.
2428         (get_some_local_dynamic_name): New function.
2429         (final_end_function): Clear some_local_dynamic_name.
2430         * config/alpha/alpha.c (machine_function): Remove some_ld_name.
2431         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
2432         (print_operand): Report an error if '%&' is used inappropriately.
2433         * config/i386/i386.c (get_some_local_dynamic_name): Delete.
2434         (get_some_local_dynamic_name_1): Delete.
2435         * config/rs6000/rs6000.c (machine_function): Remove some_ld_name.
2436         (rs6000_get_some_local_dynamic_name): Delete.
2437         (rs6000_get_some_local_dynamic_name_1): Delete.
2438         (print_operand): Report an error if '%&' is used inappropriately.
2439         * config/s390/s390.c (machine_function): Remove some_ld_name.
2440         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
2441         (print_operand): Assert that get_some_local_dynamic_name is nonnull.
2442         * config/sparc/sparc.c: Include rtl-iter.h.
2443         (machine_function): Remove some_ld_name.
2444         (sparc_print_operand): Report an error if '%&' is used inappropriately.
2445         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
2447 2014-09-03  Richard Henderson  <rth@redhat.com>
2449         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): Remove.
2450         (aarch64_popwb_pair_reg): Remove.
2451         (aarch64_set_frame_expr): Remove.
2452         (aarch64_restore_callee_saves): Add CFI_OPS argument; fill it with
2453         the restore ops performed by the insns generated.
2454         (aarch64_expand_epilogue): Attach CFI_OPS to the stack deallocation
2455         insn.  Perform the calls_eh_return addition later; do not attempt to
2456         preserve the CFA in that case.  Don't use aarch64_set_frame_expr.
2457         (aarch64_expand_prologue): Use REG_CFA_ADJUST_CFA directly, or no
2458         special markup at all.  Load cfun->machine->frame.hard_fp_offset
2459         into a local variable.
2460         (aarch64_frame_pointer_required): Don't check calls_alloca.
2462 2014-09-03  Richard Biener  <rguenther@suse.de>
2464         * opts.c (default_options_optimization): Adjust
2465         max-combine-insns to 2 for -Og.
2467 2014-09-03  Martin Jambor  <mjambor@suse.cz>
2469         PR ipa/62015
2470         * ipa-cp.c (intersect_aggregates_with_edge): Handle impermissible
2471         pass-trough jump functions correctly.
2473 2014-09-03  Martin Jambor  <mjambor@suse.cz>
2475         PR ipa/61986
2476         * ipa-cp.c (find_aggregate_values_for_callers_subset): Chain
2477         created replacements in ascending order of offsets.
2478         (known_aggs_to_agg_replacement_list): Likewise.
2480 2014-09-03  Martin Liska  <mliska@suse.cz>
2482         * tree-ssa-sccvn.c (vn_reference_lookup_call): default (NULL) value
2483         is set to set uninitialized value for vnresult.
2485 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2487         * config/nds32/nds32.c (nds32_must_pass_in_stack): New implementation
2488         for TARGET_MUST_PASS_IN_STACK.
2490 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2492         * config/nds32/nds32.c (nds32_arg_partial_bytes): New implementation
2493         for TARGET_ARG_PARTIAL_BYTES.
2495 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2497         * config/nds32/nds32.c (nds32_expand_prologue): Emit stack push
2498         instructions for varargs implementation.
2499         (nds32_expand_epilogue): Emit stack adjustment instructions for
2500         varargs implementation.
2502 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2504         * config/nds32/nds32.c (nds32_expand_prologue): Suppress fp-as-gp
2505         optimization detection.
2507 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2509         * config/nds32/nds32.c (nds32_function_arg): Deal with nameless
2510         arguments.
2511         (nds32_function_arg_advance): Deal with nameless arguments.
2512         * config/nds32/nds32.h (NDS32_ARG_PASS_IN_REG_P): Split it into ...
2513         (NDS32_ARG_ENTIRE_IN_GPR_REG_P): ... this one and ...
2514         (NDS32_ARG_PARTIAL_IN_GPR_REG_P): ... this one.
2516 2014-09-03  Richard Biener  <rguenther@suse.de>
2518         * tree-ssa-pre.c (alloc_expression_id): Use quick_grow_cleared.
2519         (struct bb_bitmap_sets): Remove deferred member.
2520         (BB_DEFERRED): Remove.
2521         (defer_or_phi_translate_block): Remove.
2522         (compute_antic_aux): Remove deferring of blocks, assert
2523         proper iteration order.
2524         (compute_antic): Do not set BB_DEFERRED.
2525         (eliminate): Allocate el_avail of proper size initially.
2527 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2529         * config/nds32/nds32.h (FIRST_PARM_OFFSET): Set proper location
2530         according to the value of crtl->args.pretend_args_size.
2532 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2534         * config/nds32/nds32.c (nds32_compute_stack_frame): Prepare necessary
2535         varargs information.
2537 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2539         * config/nds32/nds32.c (nds32_setup_incoming_varargs): New
2540         implementation for TARGET_SETUP_INCOMING_VARARGS.
2541         (nds32_strict_argument_naming): Refine comment.
2542         * config/nds32/nds32.h (TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT):
2543         Define for future implementation.
2545 2014-09-03  Ilya Tocar  <ilya.tocar@intel.com>
2547         * config/i386/adxintrin.h (_subborrow_u32): New.
2548         (_addcarry_u32): Ditto.
2549         (_subborrow_u64): Ditto.
2550         (_addcarry_u64): Ditto.
2551         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_SBB32,
2552         IX86_BUILTIN_SBB64.
2553         (ix86_init_mmx_sse_builtins): Handle __builtin_ia32_sbb_u32,
2554         __builtin_ia32_sbb_u64
2556 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2558         * config/nds32/nds32.c (nds32_function_arg): Define and rename some
2559         GPR-specific stuff.
2560         (nds32_function_arg_advance): Likewise.
2561         (nds32_init_cumulative_args): Likewise.
2562         * config/nds32/nds32.h (NDS32_MAX_GPR_REGS_FOR_ARGS): Define.
2563         (NDS32_FIRST_GPR_REGNUM): Define.
2564         (NDS32_LAST_GPR_REGNUM): Define.
2565         (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG): Define.
2566         (NDS32_ARG_PASS_IN_REG_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
2567         (FUNCTION_ARG_REGNO_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
2568         (machine_function): Use GRP-specific stuff.
2570 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2572         * config/nds32/nds32.c (nds32_expand_prologue): Remove unused variables.
2573         (nds32_expand_epilogue): Likewise.
2574         (nds32_expand_prologue_v3push): Likewise.
2575         (nds32_expand_epilogue_v3pop): Likewise.
2577 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2579         * config/nds32/nds32.c (nds32_compute_stack_frame): Do not use
2580         v3push/v3pop for variadic function.
2581         * config/nds32/nds32.md (prologue, epilogue): Likewise.
2583 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2585         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
2586         Check rtx for varargs implementation.
2587         (nds32_output_stack_pop): Likewise.
2588         * config/nds32/nds32-protos.h: Have a rtx argument for
2589         nds32_output_stack_push and nds32_output_stack_pop.
2590         * config/nds32/nds32.md: Likewise.
2592 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2594         * config/nds32/nds32-isr.c (nds32_isr_function_p): Define new function
2595         to check if FUNC is an interrupt service routine.
2596         * config/nds32/nds32-protos.h (nds32_isr_function_p): Declaration.
2598 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2600         * config/nds32/nds32.h (machine_function): Add some fields for variadic
2601         arguments implementation.
2603 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2605         * config/nds32/nds32-predicates.c
2606         (nds32_valid_stack_push_pop): Rename to ...
2607         (nds32_valid_stack_push_pop_p): ... this.
2608         * config/nds32/nds32-protos.h: Likewise.
2609         * config/nds32/predicates.md: Likewise.
2611 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2613         * config/nds32/nds32.c (nds32_gen_stack_v3push): Rename to ...
2614         (nds32_emit_stack_v3push): ... this.
2615         (nds32_gen_stack_v3pop): Rename to ...
2616         (nds32_emit_stack_v3pop): ... this and consider CFA restore
2617         information.
2619 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2621         * config/nds32/nds32.c (nds32_gen_stack_push_multiple): Rename to ...
2622         (nds32_emit_stack_push_multiple): ... this.
2623         (nds32_gen_stack_pop_multiple): Rename to ...
2624         (nds32_emit_stack_pop_multiple): ... this and consider CFA restore
2625         information.
2627 2014-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2629         PR target/61078
2630         * config/s390/s390.md ("*negdi2_31"): Add s390_split_ok_p check
2631         and add a second splitter to handle the remaining cases.
2633 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
2635         * config/nds32/nds32.h (PIC_OFFSET_TABLE_REGNUM): Define.
2637 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
2639         * cfgexpand.c (label_rtx_for_bb): Change type to
2640         hash_map<basic_block, rtx_code_label *> *.
2641         (expand_gimple_basic_block): Adjust.
2642         (pass_expand::execute): Likewise.
2644 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
2646         * asan.c, cfgexpand.c, config/alpha/alpha.md, config/arm/arm.c,
2647         config/epiphany/epiphany.md, config/h8300/h8300.c, config/i386/i386.md,
2648         config/m32r/m32r.c, config/mcore/mcore.md, config/mips/mips.c,
2649         config/mips/mips.md, config/nios2/nios2.c, config/pa/pa.c,
2650         config/s390/s390.c, config/s390/s390.md, config/sh/sh-mem.cc,
2651         config/sh/sh.c, config/sparc/sparc.c, dojump.c, function.c, optabs.c,
2652         stmt.c: Assign the result of gen_label_rtx to rtx_code_label * instead
2653         of rtx.
2655 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
2657         * alloc-pool.c: Include coretypes.h.
2658         * cgraph.h, dbxout.c, dwarf2out.c, except.c, except.h, function.c,
2659         function.h, symtab.c, tree-cfg.c, tree-eh.c: Use hash_map and
2660         hash_set instead of htab.
2661         * ggc-page.c (in_gc): New variable.
2662         (ggc_free): Do nothing if a collection is taking place.
2663         (ggc_collect): Set in_gc appropriately.
2664         * ggc.h (gt_ggc_mx(const char *)): New function.
2665         (gt_pch_nx(const char *)): Likewise.
2666         (gt_ggc_mx(int)): Likewise.
2667         (gt_pch_nx(int)): Likewise.
2668         * hash-map.h (hash_map::hash_entry::ggc_mx): Likewise.
2669         (hash_map::hash_entry::pch_nx): Likewise.
2670         (hash_map::hash_entry::pch_nx_helper): Likewise.
2671 (hash_map::hash_map): Adjust.
2672 (hash_map::create_ggc): New function.
2673 (gt_ggc_mx): Likewise.
2674 (gt_pch_nx): Likewise.
2675         * hash-set.h (default_hashset_traits::ggc_mx): Likewise.
2676 (default_hashset_traits::pch_nx): Likewise.
2677 (hash_set::hash_entry::ggc_mx): Likewise.
2678 (hash_set::hash_entry::pch_nx): Likewise.
2679 (hash_set::hash_entry::pch_nx_helper): Likewise.
2680 (hash_set::hash_set): Adjust.
2681 (hash_set::create_ggc): New function.
2682 (hash_set::elements): Likewise.
2683 (gt_ggc_mx): Likewise.
2684 (gt_pch_nx): Likewise.
2685         * hash-table.h (hash_table::hash_table): Adjust.
2686 (hash_table::m_ggc): New member.
2687         (hash_table::~hash_table): Adjust.
2688         (hash_table::expand): Likewise.
2689         (hash_table::empty): Likewise.
2690 (gt_ggc_mx): New function.
2691         (hashtab_entry_note_pointers): Likewise.
2692 (gt_pch_nx): Likewise.
2694 2014-09-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2696         * config/rs6000/rs6000-builtin.def (XVCVSXDDP_SCALE):  New
2697         built-in definition.
2698         (XVCVUXDDP_SCALE): Likewise.
2699         (XVCVDPSXDS_SCALE): Likewise.
2700         (XVCVDPUXDS_SCALE): Likewise.
2701         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):  Add
2702         entries for VSX_BUILTIN_XVCVSXDDP_SCALE,
2703         VSX_BUILTIN_XVCVUXDDP_SCALE, VSX_BUILTIN_XVCVDPSXDS_SCALE, and
2704         VSX_BUILTIN_XVCVDPUXDS_SCALE.
2705         * config/rs6000/rs6000-protos.h (rs6000_scale_v2df): New
2706         prototype.
2707         * config/rs6000/rs6000.c (real.h): New include.
2708         (rs6000_scale_v2df): New function.
2709         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSXDDP): New unspec.
2710         (UNSPEC_VSX_XVCVUXDDP): Likewise.
2711         (UNSPEC_VSX_XVCVDPSXDS): Likewise.
2712         (UNSPEC_VSX_XVCVDPUXDS): Likewise.
2713         (vsx_xvcvsxddp_scale): New define_expand.
2714         (vsx_xvcvsxddp): New define_insn.
2715         (vsx_xvcvuxddp_scale): New define_expand.
2716         (vsx_xvcvuxddp): New define_insn.
2717         (vsx_xvcvdpsxds_scale): New define_expand.
2718         (vsx_xvcvdpsxds): New define_insn.
2719         (vsx_xvcvdpuxds_scale): New define_expand.
2720         (vsx_xvcvdpuxds): New define_insn.
2721         * doc/extend.texi (vec_ctf): Add new prototypes.
2722         (vec_cts): Likewise.
2723         (vec_ctu): Likewise.
2724         (vec_splat): Likewise.
2725         (vec_div): Likewise.
2726         (vec_mul): Likewise.
2728 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2730         PR target/62275
2731         * config/arm/neon.md
2732         (neon_vcvt<NEON_VCVT:nvrint_variant><su_optab><VCVTF:mode>
2733         <v_cmp_result>): New pattern.
2734         * config/arm/iterators.md (NEON_VCVT): New int iterator.
2735         * config/arm/arm_neon_builtins.def (vcvtav2sf, vcvtav4sf, vcvtauv2sf,
2736         vcvtauv4sf, vcvtpv2sf, vcvtpv4sf, vcvtpuv2sf, vcvtpuv4sf, vcvtmv2sf,
2737         vcvtmv4sf, vcvtmuv2sf, vcvtmuv4sf): New builtin definitions.
2738         * config/arm/arm.c (arm_builtin_vectorized_function): Handle
2739         BUILT_IN_LROUNDF, BUILT_IN_LFLOORF, BUILT_IN_LCEILF.
2741 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2743         PR target/62275
2744         * config/arm/iterators.md (FIXUORS): New code iterator.
2745         (VCVT): New int iterator.
2746         (su_optab): New code attribute.
2747         (su): Likewise.
2748         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): New pattern.
2750 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2752         * config/aarch64/predicates.md (aarch64_comparison_operation):
2753         New special predicate.
2754         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use
2755         aarch64_comparison_operation instead of matching an operator.
2756         Update operand numbers.
2757         (csinc3<mode>_insn): Likewise.
2758         (*csinv3<mode>_insn): Likewise.
2759         (*csneg3<mode>_insn): Likewise.
2760         (ffs<mode>2): Update gen_csinc3<mode>_insn callsite.
2761         * config/aarch64/aarch64.c (aarch64_get_condition_code):
2762         Return -1 instead of aborting on invalid condition codes.
2763         (aarch64_print_operand): Update aarch64_get_condition_code callsites
2764         to assert that the returned condition code is valid.
2765         * config/aarch64/aarch64-protos.h (aarch64_get_condition_code): Export.
2767 2014-09-02  Aldy Hernandez  <aldyh@redhat.com>
2769         * Makefile.in (TAGS): Handle constructs in common.opt, rtl.def,
2770         tree.def, and gimple.def
2772 2014-09-02  Jakub Jelinek  <jakub@redhat.com>
2773             Balaji V. Iyer  <balaji.v.iyer@intel.com>
2774             Igor Zamyatin  <igor.zamyatin@intel.com>
2776         * cilk-builtins.def (__cilkrts_cilk_for_32): New.
2777         (__cilkrts_cilk_for_64): Likewise.
2778         * cilk-common.c (declare_cilk_for_builtin): New function.
2779         (cilk_init_builtins): Declare __cilkrts_cilk_for_32 and
2780         __cilkrts_cilk_for_64 bultins.
2781         * cilk.h (enum cilk_tree_index): Added CILK_TI_F_LOOP_32 and
2782         CILK_TI_F_LOOP_64.
2783         (cilk_for_32_fndecl): New define.
2784         (cilk_for_64_fndecl): Likewise.
2785         * gimple-pretty-print.c (dump_gimple_omp_for): Correct hadling of
2786         GF_OMP_FOR_KIND_CILKFOR cases; Added NE_EXPR case.
2787         * gimple.h (enum gf_mask): Added GF_OMP_FOR_KIND_CILKFOR; adjusted
2788         GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED,
2789         GF_OMP_FOR_COMBINED_INTO.
2790         * gimplify.c (gimplify_scan_omp_clauses): Added
2791         OMP_CLAUSE__CILK_FOR_COUNT_ case.
2792         (gimplify_adjust_omp_clauses): Ditto.
2793         (gimplify_omp_for): Added CILK_FOR case.
2794         (gimplify_expr): Ditto.
2795         * omp-low.c: Include cilk.h.
2796         (extract_omp_for_data): Set appropriate kind for
2797         GF_OMP_FOR_KIND_CILKFOR; added check for GF_OMP_FOR_KIND_CILKFOR.
2798         (scan_sharing_clauses): Added OMP_CLAUSE__CILK_FOR_COUNT_ cases.
2799         (create_omp_child_function_name): Added second argument to handle
2800         cilk_for case.
2801         (cilk_for_check_loop_diff_type): New function.
2802         (expand_cilk_for_call): Likewise.
2803         (expand_cilk_for): Likewise.
2804         (create_omp_child_function): Set cilk_for_count; handle the cases when
2805         it is true; call create_omp_child_function_name with second argument.
2806         (expand_omp_taskreg): Set is_cilk_for and handle cases when it's true.
2807         (expand_omp_for): Handle case of GF_OMP_FOR_KIND_CILKFOR.
2808         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__CILK_FOR_COUNT_.
2809         * tree-nested.c (convert_nonlocal_omp_clauses): Added
2810         OMP_CLAUSE__CILK_FOR_COUNT_ case.
2811         (convert_local_omp_clauses): Ditto.
2812         * tree-pretty-print.c (dump_omp_clause): Added
2813         OMP_CLAUSE__CILK_FOR_COUNT_ and OMP_CLAUSE_SCHEDULE_CILKFOR cases.
2814         (dump_generic_node): Added CILK_FOR case.
2815         * tree.c (omp_clause_num_ops): New element
2816         OMP_CLAUSE__CILK_FOR_COUNT_ (1).
2817         (omp_clause_code_name): New element _Cilk_for_count_.
2818         (walk_tree_1): Added OMP_CLAUSE__CILK_FOR_COUNT_ case.
2819         * tree.def: Add tree code for CILK_FOR.
2821 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
2823         * config/rs6000/40x.md (ppc403-integer): Move "exts" to "no dot".
2824         (ppc403-compare): Add "exts with dot" case.
2825         * config/rs6000/440.md (ppc440-integer, ppc440-compare): As above.
2826         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Ditto.
2827         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Ditto.
2828         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Ditto.
2829         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Ditto.
2830         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Ditto.
2831         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Ditto.
2832         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
2833         cell-cmp-microcoded): Similarly.
2834         * config/rs6000/e300c2c3.md (ppce300c3_iu, ppce300c3_cmp): As before.
2835         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Ditto.
2836         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Ditto.
2837         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Ditto.
2838         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Ditto.
2839         * config/rs6000/power4.md (power4-integer, power4-compare): Ditto.
2840         * config/rs6000/power5.md (power5-integer, power5-compare): Ditto.
2841         * config/rs6000/power6.md (power6-exts): Add "no dot" condition.
2842         (power6-compare): Add "exts with dot" case.
2843         * config/rs6000/power7.md (power7-integer, power7-compare): As before.
2844         * config/rs6000/power8.md (power8-1cyc, power8-compare): Ditto.
2845         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Ditto.
2847         * config/rs6000/predicates.md (lwa_operand): Don't allow memory
2848         if avoiding Cell microcode.
2849         * config/rs6000/rs6000.c (rs6000_adjust_cost): Handle exts+dot case.
2850         (is_cracked_insn): Ditto.
2851         (insn_must_be_first_in_group): Ditto.
2852         * config/rs6000/rs6000.md (dot): Adjust comment.
2853         (cell_micro): Handle exts+dot.
2854         (extendqidi2, extendhidi2, extendsidi2, *extendsidi2_lfiwax,
2855         *extendsidi2_nocell, *extendsidi2_nocell, extendqisi2, extendqihi2,
2856         extendhisi2, 16 anonymous instructions, and 12 splitters): Delete.
2857         (extendqi<mode>2, *extendqi<mode>2_dot, *extendqi<mode>2_dot2,
2858         extendhi<mode>2, *extendhi<mode>2, *extendhi<mode>2_noload,
2859         *extendhi<mode>2_dot, *extendhi<mode>2_dot2, extendsi<mode>2,
2860         *extendsi<mode>2_dot, *extendsi<mode>2_dot2): New.
2862 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
2864         * config/rs6000/rs6000.md (QHSI): Delete.
2865         (EXTQI, EXTHI, EXTSI): New mode iterators.
2866         (zero_extend<mode>di2, *zero_extend<mode>di2_internal1,
2867         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
2868         *zero_extendsidi2_lfiwzx, zero_extendqisi2, zero_extendhisi2,
2869         9 anonymous instructions, and 8 splitters): Delete.
2870         (zero_extendqi<mode>2, *zero_extendqi<mode>2_dot,
2871         *zero_extendqi<mode>2_dot2, zero_extendhi<mode>2,
2872         *zero_extendhi<mode>2_dot, *zero_extendhi<mode>2_dot2,
2873         zero_extendsi<mode>2, *zero_extendsi<mode>2_dot,
2874         *zero_extendsi<mode>2_dot2): New.
2876 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
2878         * config/rs6000/rs6000.md (any_extend): New code iterator.
2879         (u, su): New code attributes.
2880         (dmode, DMODE): New mode attributes.
2881         (<su>mul<mode>3_highpart): New.
2882         (*<su>mul<mode>3_highpart): New.
2883         (<su>mulsi3_highpart_le): New.
2884         (<su>muldi3_highpart_le): New.
2885         (<su>mulsi3_highpart_64): New.
2886         (<u>mul<mode><dmode>3): New.
2887         (mulsidi3, umulsidi3, smulsi3_highpart, umulsi3_highpart, and two
2888         splitters): Delete.
2889         (mulditi3, umulditi3, smuldi3_highpart, umuldi3_highpart, and two
2890         splitters): Delete.
2892 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
2894         * config/rs6000/rs6000.md (mulsi3, *mulsi3_internal1,
2895         *mulsi3_internal2, and two splitters): Delete.
2896         (muldi3, *muldi3_internal1, *muldi3_internal2, and two splitters):
2897         Delete.
2898         (mul<mode>3, mul<mode>3_dot, mul<mode>3_dot2): New.
2900 2014-09-02  Richard Biener  <rguenther@suse.de>
2902         PR tree-optimization/62695
2903         * tree-ssa-structalias.c (find_func_clobbers): Add missing
2904         vector truncate.
2906 2014-09-01  Oleg Endo  <olegendo@gcc.gnu.org>
2908         PR target/62312
2909         * config/sh/sh.md (*cmp_div0s_0): Add missing constraints.
2911 2014-09-01  Andi Kleen  <ak@linux.intel.com>
2913         * file-find.c (add_prefix_begin): Add.
2914         (do_add_prefix): Rename from add_prefix with first argument.
2915         (add_prefix): Add new wrapper.
2916         * file-find.h (add_prefix_begin): Add.
2917         * gcc-ar.c (main): Support -B option.
2919 2014-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2921         * genemit.c: Include dumpfile.h.
2922         (gen_split): Print name of splitter function to dump file.
2924 2014-09-01  Richard Biener  <rguenther@suse.de>
2926         * tree-ssa-struct-aliases.c (find_func_aliases_for_builtin_call):
2927         Use stack auto_vecs for constraint expressions.
2928         (find_func_aliases_for_call): Likewise.
2929         (find_func_aliases): Likewise.
2930         (find_func_clobbers): Likewise.
2932 2014-09-01  Richard Biener  <rguenther@suse.de>
2934         * tree-ssa-pre.c (phi_translate_1): Avoid re-allocating the
2935         operands vector in most cases.  Remove redundant code.
2937 2014-09-01  Olivier Hainque  <hainque@adacore.com>
2939         * config/vxworksae.h (VXWORKSAE_TARGET_DIR): Rely on
2940         $WIND_BASE instead of designating a harcoded arbitrary home dir.
2941         (VXWORKS_ADDITIONAL_CPP_SPEC): Adjust callers.
2943 2014-09-01  Richard Biener  <rguenther@suse.de>
2945         * tree-ssa-sccvn.h (copy_reference_ops_from_ref,
2946         copy_reference_ops_from_call, vn_nary_op_compute_hash,
2947         vn_reference_compute_hash, vn_reference_insert): Remove.
2948         (vn_reference_lookup_call): New function.
2949         * tree-ssa-sccvn.c (vn_reference_compute_hash,
2950         copy_reference_ops_from_ref, copy_reference_ops_from_call,
2951         vn_reference_insert, vn_nary_op_compute_hash): Make static.
2952         (create_reference_ops_from_call): Remove.
2953         (vn_reference_lookup_3): Properly update shared_lookup_references.
2954         (vn_reference_lookup_pieces): Assert that we updated
2955         shared_lookup_references properly.
2956         (vn_reference_lookup): Likewise.
2957         (vn_reference_lookup_call): New function.
2958         (visit_reference_op_call): Use it.  Avoid re-building the
2959         reference ops.
2960         (visit_reference_op_load): Remove redundant lookup.
2961         (visit_reference_op_store): Perform special tail-merging work
2962         only when possibly doing tail-merging.
2963         (visit_use): Likewise.
2964         * tree-ssa-pre.c (compute_avail): Use vn_reference_lookup_call.
2966 2014-09-01  Jakub Jelinek  <jakub@redhat.com>
2968         PR target/62025
2969         * sched-deps.c (add_or_update_dep_1): If ask_dependency_caches
2970         returned DEP_PRESENT, make sure to set DEP_MULTIPLE on present_dep.
2971         (find_inc): Revert 2014-08-13 change.
2973 2014-09-01  Marek Polacek  <polacek@redhat.com>
2975         PR middle-end/61903
2976         * expmed.c (store_fixed_bit_field_1): Shift UHWI 1 instead of HWI 1.
2977         Change the type of V to unsigned HOST_WIDE_INT.
2979 2014-09-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2981         * tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about
2982         the size of byte markers.
2983         (do_shift_rotate): Fix confusion between host, target and marker byte
2984         size.
2985         (verify_symbolic_number_p): Likewise.
2986         (find_bswap_or_nop_1): Likewise.
2987         (find_bswap_or_nop): Likewise.
2989 2014-09-01  Olivier Hainque  <hainque@adacore.com>
2991         * Makefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL_DATA,
2992         INSTALL_SCRIPT and INSTALL_PROGRAM as well.
2994 2014-09-01  Jakub Jelinek  <jakub@redhat.com>
2996         * config/gnu-user.h (LIBLSAN_EARLY_SPEC): Define.
2997         * gcc.c (LIBLSAN_SPEC, LIBLSAN_EARLY_SPEC): Follow LIBTSAN*_SPEC.
2998         (SANITIZER_EARLY_SPEC): Include LIBLSAN_EARLY_SPEC for -fsanitize=leak.
3000 2014-09-01  Yury Gribov  <y.gribov@samsung.com>
3002         PR sanitizer/61897
3003         PR sanitizer/62140
3004         * asan.c (asan_mem_ref_get_end): Handle non-ptroff_t lengths.
3005         (build_check_stmt): Likewise.
3006         (instrument_strlen_call): Likewise.
3007         (asan_expand_check_ifn): Likewise and fix types.
3008         (maybe_cast_to_ptrmode): New function.
3010 2014-09-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3012         * config/mcore/mcore.c (try_constant_tricks): Fix declaration.
3014 2014-08-31  Gerald Pfeifer  <gerald@pfeifer.com>
3016         * doc/generic.texi (Deficiencies): Add note on exemplary mistakes.
3018 2014-08-30  John David Anglin  <danglin@gcc.gnu.org>
3020         * config/pa/pa.c (pa_assemble_integer): Don't add PLABEL relocation
3021         prefix to function labels when generating fast indirect calls.
3023 2014-08-30  David Malcolm  <dmalcolm@redhat.com>
3025         PR bootstrap/62304
3027         * gcc/reorg.c (skip_consecutive_labels): Convert return type and
3028         param back from rtx_insn * to rtx.  Rename param from "label" to
3029         "label_or_return", reintroducing "label" as an rtx_insn * after
3030         we've ensured it's not a RETURN.
3031         (first_active_target_insn): Likewise for return type and param;
3032         add a checked cast to rtx_insn * once we've ensured "insn" is not
3033         a RETURN.
3034         (steal_delay_list_from_target): Convert param "pnew_thread" back
3035         from rtx_insn ** to rtx *.  Replace use of JUMP_LABEL_AS_INSN
3036         with JUMP_LABEL.
3037         (own_thread_p): Convert param "thread" back from an rtx_insn * to
3038         an rtx.  Introduce local rtx_insn * "thread_insn" with a checked
3039         cast once we've established we're not dealing with a RETURN,
3040         renaming subsequent uses of "thread" to "thread_insn".
3041         (fill_simple_delay_slots): Convert uses of JUMP_LABEL_AS_INSN back
3042         to JUMP_LABEL.
3043         (follow_jumps): Convert return type and param "label" from
3044         rtx_insn * back to rtx.  Move initialization of "value" to after
3045         the handling for ANY_RETURN_P, adding a checked cast there to
3046         rtx_insn *.  Convert local rtx_insn * "this_label" to an rtx and
3047         rename to "this_label_or_return", reintroducing "this_label" as
3048         an rtx_insn * once we've handled the case where it could be an
3049         ANY_RETURN_P.
3050         (fill_slots_from_thread): Rename param "thread" to
3051         "thread_or_return", converting from an rtx_insn * back to an rtx.
3052         Reintroduce name "thread" as an rtx_insn * local with a checked
3053         cast once we've handled the case of it being an ANY_RETURN_P.
3054         Convert local "new_thread" from an rtx_insn * back to an rtx.
3055         Add a checked cast when assigning to "trial" from "new_thread".
3056         Convert use of JUMP_LABEL_AS_INSN back to JUMP_LABEL.  Add a
3057         checked cast to rtx_insn * from "new_thread" when invoking
3058         get_label_before.
3059         (fill_eager_delay_slots): Convert locals "target_label",
3060         "insn_at_target" from rtx_insn * back to rtx.
3061         Convert uses of JUMP_LABEL_AS_INSN back to JUMP_LABEL.
3062         (relax_delay_slots): Convert locals "trial", "target_label" from
3063         rtx_insn * back to rtx.  Convert uses of JUMP_LABEL_AS_INSN back
3064         to JUMP_LABEL.  Add a checked cast to rtx_insn * on "trial" when
3065         invoking update_block.
3066         (dbr_schedule): Convert use of JUMP_LABEL_AS_INSN back to
3067         JUMP_LABEL; this removes all JUMP_LABEL_AS_INSN from reorg.c.
3069         * resource.h (mark_target_live_regs): Undo erroneous conversion
3070         of second param of r214693, converting it back from rtx_insn * to
3071         rtx, since it could be a RETURN.
3073         * resource.c (find_dead_or_set_registers): Similarly, convert
3074         param "jump_target" back from an rtx_insn ** to an rtx *, as we
3075         could be writing back a RETURN.  Rename local rtx_insn * "next" to
3076         "next_insn", and introduce "lab_or_return" as a local rtx,
3077         handling the case where JUMP_LABEL (this_jump_insn) is a RETURN.
3078         (mark_target_live_regs): Undo erroneous conversion
3079         of second param of r214693, converting it back from rtx_insn * to
3080         rtx, since it could be a RETURN.  Rename it from "target" to
3081         "target_maybe_return", reintroducing the name "target" as a local
3082         rtx_insn * with a checked cast, after we've handled the case of
3083         ANY_RETURN_P.
3085 2014-08-29  DJ Delorie  <dj@redhat.com>
3087         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Round
3088         pointer size up to a power of two.
3089         * defaults.h (DWARF2_ADDR_SIZE): Round up.
3090         (POINTER_SIZE_UNITS): New, rounded up value.
3091         * dwarf2asm.c (size_of_encoded_value): Use it.
3092         (dw2_output_indirect_constant_1): Likewise.
3093         * expmed.c (init_expmed_one_conv): We now know the sizes of
3094         partial int modes.
3095         * loop-iv.c (iv_number_of_iterations): Use precision, not size.
3096         * optabs.c (expand_float): Use precision, not size.
3097         (expand_fix): Likewise.
3098         * simplify-rtx (simplify_unary_operation_1): Likewise.
3099         * tree-dfa.c (get_ref_base_and_extent): Likewise.
3100         * varasm.c (assemble_addr_to_section): Round up pointer sizes.
3101         (default_assemble_integer) Likewise.
3102         (dump_tm_clone_pairs): Likewise.
3103         * dwarf2out.c (mem_loc_descriptor): Allow partial-int modes also.
3104         * var-tracking.c (adjust_mems): Allow partial-int modes also.
3105         (prepare_call_arguments): Likewise.
3106         * stor-layout.c (finalize_type_size): Preserve precision.
3107         (layout_type): Use precision, not size.
3109         * expr.c (convert_move): If the target has an explicit converter,
3110         use it.
3112 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
3114         * gdbinit.in: Skip various inline functions in rtl.h when
3115         stepping.
3117 2014-08-29  Richard Sandiford  <richard.sandiford@arm.com>
3119         PR bootstrap/62301
3120         * rtlanal.c (rtx_referenced_p): Fix typo in LABEL_P call.
3122 2014-08-29  Richard Biener  <rguenther@suse.de>
3124         PR tree-optimization/62291
3125         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Reserve
3126         exactly the vector size needed and use quick_push.
3127         (phi_translate_1): Adjust comment.
3128         (valid_in_sets): Remove block argument and remove pointless
3129         checking of NAMEs.
3130         (dependent_clean): Adjust for removal of block argument.
3131         (clean): Likewise.
3132         (compute_antic_aux): Likewise.
3133         (compute_partial_antic_aux): Likewise.
3135 2014-08-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3136             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3137             Anna Tikhonova  <anna.tikhonova@intel.com>
3138             Ilya Tocar  <ilya.tocar@intel.com>
3139             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3140             Ilya Verbin  <ilya.verbin@intel.com>
3141             Kirill Yukhin  <kirill.yukhin@intel.com>
3142             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3144         * config/i386/sse.md
3145         (define_insn "avx2_interleave_highv4di<mask_name>"): Add masking.
3146         (define_insn "vec_interleave_highv2di<mask_name>"): Ditto.
3147         (define_insn "avx2_interleave_lowv4di<mask_name>"): Ditto.
3148         (define_insn "vec_interleave_lowv2di<mask_name>"): Ditto.
3150 2014-08-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3151             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3152             Anna Tikhonova  <anna.tikhonova@intel.com>
3153             Ilya Tocar  <ilya.tocar@intel.com>
3154             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3155             Ilya Verbin  <ilya.verbin@intel.com>
3156             Kirill Yukhin  <kirill.yukhin@intel.com>
3157             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3159         * config/i386/i386-modes.def: Add V12QI, V14QI, V6HI modes.
3160         * config/i386/sse.md
3161         (define_mode_iterator VI4_128_8_256): New.
3162         (define_mode_iterator VI2_128_4_256): Ditto.
3163         (define_mode_iterator PMOV_DST_MODE): Rename into
3164         (define_mode_iterator PMOV_DST_MODE_1): this.
3165         (define_insn "*avx512f_<code><pmov_src_lower><mode>2"):
3166         Use PMOV_DST_MODE_1 mode iterator.
3167         (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
3168         Ditto.
3169         (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
3170         Ditto.
3171         (define_insn "*avx512bw_<code>v32hiv32qi2"): New.
3172         (define_insn "avx512bw_<code>v32hiv32qi2_mask"): Ditto.
3173         (define_expand "avx512bw_<code>v32hiv32qi2_store_mask"): Ditto.
3174         (define_mode_iterator PMOV_DST_MODE_2): New.
3175         (define_insn "*avx512vl_<code><ssedoublemodelower><mode>2"): Ditto.
3176         (define_insn "<avx512>_<code><ssedoublemodelower><mode>2_mask"): Ditto.
3177         (define_expand "<avx512>_<code><ssedoublemodelower><mode>2_store_mask"):
3178         Ditto.
3179         (define_mode_iterator PMOV_SRC_MODE_3): Ditto.
3180         (define_mode_attr pmov_dst_3): Ditto.
3181         (define_mode_attr pmov_dst_zeroed_3): Ditto.
3182         (define_mode_attr pmov_suff_3): Ditto.
3183         (define_insn "*avx512vl_<code><mode>v<ssescalarnum>qi2"): Ditto.
3184         (define_insn "*avx512vl_<code>v2div2qi2_store"): Ditto.
3185         (define_insn "avx512vl_<code>v2div2qi2_mask"): Ditto.
3186         (define_insn "avx512vl_<code>v2div2qi2_store_mask"): Ditto.
3187         (define_insn "*avx512vl_<code><mode>v4qi2_store"): Ditto.
3188         (define_insn "avx512vl_<code><mode>v4qi2_mask"): Ditto.
3189         (define_insn "avx512vl_<code><mode>v4qi2_store_mask"): Ditto.
3190         (define_insn "*avx512vl_<code><mode>v8qi2_store"): Ditto.
3191         (define_insn "avx512vl_<code><mode>v8qi2_mask"): Ditto.
3192         (define_insn "avx512vl_<code><mode>v8qi2_store_mask"): Ditto.
3193         (define_mode_iterator PMOV_SRC_MODE_4): Ditto.
3194         (define_mode_attr pmov_dst_4): Ditto.
3195         (define_mode_attr pmov_dst_zeroed_4): Ditto.
3196         (define_mode_attr pmov_suff_4): Ditto.
3197         (define_insn "*avx512vl_<code><mode>v<ssescalarnum>hi2"): Ditto.
3198         (define_insn "*avx512vl_<code><mode>v4hi2_store"): Ditto.
3199         (define_insn "avx512vl_<code><mode>v4hi2_mask"): Ditto.
3200         (define_insn "avx512vl_<code><mode>v4hi2_store_mask"): Ditto.
3201         (define_insn "*avx512vl_<code>v2div2hi2_store"): Ditto.
3202         (define_insn "avx512vl_<code>v2div2hi2_mask"): Ditto.
3203         (define_insn "avx512vl_<code>v2div2hi2_store_mask"): Ditto.
3204         (define_insn "*avx512vl_<code>v2div2si2"): Ditto.
3205         (define_insn "*avx512vl_<code>v2div2si2_store"): Ditto.
3206         (define_insn "avx512vl_<code>v2div2si2_mask"): Ditto.
3207         (define_insn "avx512vl_<code>v2div2si2_store_mask"): Ditto.
3209 2014-08-29  Richard Biener  <rguenther@suse.de>
3211         * tree-cfg.c (verify_gimple_assign_unary): Do not allow
3212         NON_LVALUE_EXPR in gimple.
3214 2014-08-29  Richard Biener  <rguenther@suse.de>
3216         PR middle-end/62292
3217         * gimple-fold.c (gimple_fold_builtin_strcpy): Fix error
3218         from previous refactoring.
3219         (gimple_fold_builtin_strncpy): Likewise.
3221 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
3223         PR bootstrap/62300
3224         * function.c (assign_parm_setup_reg): Remove erroneous checked
3225         cast to rtx_insn * on result of gen_extend_insn in favor of
3226         introducing a new local rtx "pat".
3228 2014-08-29  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3230         * config/mep/mep-pragma.c (mep_pragma_coprocessor_subclass): Rework
3231         to silence warning.
3232         * config/mep/mep.c (VECTOR_TYPE_P): Remove duplicate definition.
3234 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3236         * rtl.h (previous_insn): Strengthen param from rtx to rtx_insn *.
3237         (next_insn): Likewise.
3238         * emit-rtl.c (next_insn): Likewise.
3239         (previous_insn): Likewise.
3240         * config/pa/pa.c (remove_useless_addtr_insns): Strenghten locals
3241         "insn" and "next" from rtx to rtx_insn *.
3242         * config/picochip/picochip.c (picochip_reorg): Likewise for locals
3243         "insn", "insn1", "vliw_start",  "prologue_end_note",
3244         "last_insn_in_packet".
3246 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3248         * shrink-wrap.h (active_insn_between): Strengthen both params from
3249         rtx to rtx_insn *.
3250         * function.c (active_insn_between): Likewise.
3252 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3254         * genattr.c (main): When writing out insn-attr.h, strengthen param
3255         of dfa_clear_single_insn_cache from rtx to rtx_insn *.
3256         * genautomata.c (output_dfa_clean_insn_cache_func): Likewise when
3257         writing out the definition of dfa_clear_single_insn_cache to the
3258         generated insn-automata.c
3260 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3262         * resource.h (clear_hashed_info_for_insn): Strengthen param from
3263         rtx to rtx_insn *.
3264         (incr_ticks_for_insn): Likewise.
3265         (init_resource_info): Likewise.
3267         * resource.c (init_resource_info): Likewise.
3268         (clear_hashed_info_for_insn): Likewise.
3269         (incr_ticks_for_insn): Likewise.
3271         * reorg.c (delete_scheduled_jump): Strengthen param "insn" from
3272         rtx to rtx_insn *.
3273         (steal_delay_list_from_target): Use methods of "seq".
3274         (try_merge_delay_insns): Use methods of "merged_insns".
3275         (update_block): Strengthen param "insn" from rtx to rtx_insn *.
3276         (reorg_redirect_jump): Likewise for param "jump".
3278 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3280         * insn-addr.h (insn_addresses_new): Strengthen param "insn" from
3281         rtx to rtx_insn *.
3282         * config/s390/s390.c (s390_split_branches): Eliminate top-level
3283         local rtx "tmp", in favor of new local rtx "mem" and rtx_insn *
3284         "set_insn".
3285         (s390_mainpool_finish): In three places, split out a local rtx
3286         "insn" into a local rtx - "set" or "pat" - and a rtx_insn *
3287         "insn".  Strengthen local "pool_end" from rtx to rtx_code_label *
3288          and split another local rtx "insn" out into rtx "pat" and
3289         rtx_insn * "insn".
3290         * config/sh/sh.c (output_branchy_insn): Rather than working
3291         directly on operands[9], introduce local rtx_code_label *
3292         variables named "lab" in two places, working on them, and then
3293         assigning them to operands[9], so that the intervening operations
3294         are known by the type system to be on insns.
3296 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3298         * rtl.h (INSN_HAS_LOCATION): Strengthen param from const_rtx to
3299         const rtx_insn *.
3301         * print-rtl.c (print_rtx): Add checked cast to const rtx_insn *
3302         in invocation of INSN_HAS_LOCATION.
3304 2014-08-28  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3306         * config/rs6000/altivec.h (vec_xl): New #define.
3307         (vec_xst): Likewise.
3308         * config/rs6000/rs6000-builtin.def (XXSPLTD_V2DF): New built-in.
3309         (XXSPLTD_V2DI): Likewise.
3310         (DIV_V2DI): Likewise.
3311         (UDIV_V2DI): Likewise.
3312         (MUL_V2DI): Likewise.
3313         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3314         entries for VSX_BUILTIN_XVRDPI, VSX_BUILTIN_DIV_V2DI,
3315         VSX_BUILTIN_UDIV_V2DI, VSX_BUILTIN_MUL_V2DI,
3316         VSX_BUILTIN_XXSPLTD_V2DF, and VSX_BUILTIN_XXSPLTD_V2DI).
3317         * config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTD): New unspec.
3318         (UNSPEC_VSX_DIVSD): Likewise.
3319         (UNSPEC_VSX_DIVUD): Likewise.
3320         (UNSPEC_VSX_MULSD): Likewise.
3321         (vsx_mul_v2di): New insn-and-split.
3322         (vsx_div_v2di): Likewise.
3323         (vsx_udiv_v2di): Likewise.
3324         (vsx_xxspltd_<mode>): New insn.
3326 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3328         * rtl.h (RTX_PREV): Added checked casts to uses of PREV_INSN and
3329         NEXT_INSN.
3330         (PREV_INSN): Strengthen param from const_rtx to const rtx_insn *.
3331         (NEXT_INSN): Likewise.
3332         (JUMP_LABEL_AS_INSN): Add a "const" modifier to param.
3333         (reg_used_between_p): Strengthen params 2 and 3 from const_rtx to
3334         const rtx_insn *.
3335         (no_labels_between_p): Likewise for both params.
3337         * config/aarch64/aarch64.c (aarch64_output_casesi): Add a checked
3338         cast when using NEXT_INSN on operands[2].
3339         * config/alpha/alpha.c (alpha_set_memflags): Strengthen local
3340         "insn" from rtx to rtx_insn *, adding a checked cast.
3341         (alpha_handle_trap_shadows): Strengthen locals "i", "n" from rtx to
3342         rtx_insn *.
3343         * config/arc/arc-protos.h (arc_ccfsm_record_condition): Likewise
3344         for third param.
3345         (arc_text_label): Likewise for param "insn".
3346         * config/arc/arc.c (arc_expand_epilogue): Likewise for local
3347         "insn".
3348         (arc_ccfsm_record_condition): Likewise for param "jump".
3349         (arc_text_label): Likewise for local "label".
3350         * config/arc/arc.md (doloop_begin_i): Likewise for local "scan".
3351         Introduce a local "seq" via a dyn_cast to rtx_sequence *, and use
3352         a method for typesafety.  Add a checked cast.
3353         * config/arc/constraints.md (Clb): Add a checked cast when getting
3354         the CODE_LABEL from a LABEL_REF.
3355         * config/arm/arm.c (require_pic_register): Strengthen locals
3356         "seq", "insn" from rtx to rtx_insn *.
3357         (create_fix_barrier): Likewise for locals "selected", "next".
3358         (thumb1_reorg): Likewise for locals "prev", "insn".
3359         (arm_expand_prologue): Likewise for local "last".
3360         (thumb1_output_casesi): Add a checked cast when using NEXT_INSN on
3361         operands[0].
3362         (thumb2_output_casesi): Likewise for operands[2].
3363         * config/avr/avr-log.c (avr_log_vadump): Within 'L' case,
3364         strengthen local "insn" from rtx to rtx_insn *.
3365         * config/bfin/bfin.c (find_next_insn_start): Likewise for return
3366         type and param "insn".
3367         (find_prev_insn_start): Likewise.
3368         (hwloop_optimize): Likewise for locals "insn", "last_insn",
3369         "prev".
3370         (gen_one_bundle): Likewise for loal "t".
3371         (find_load): Likewise for param "insn".
3372         (workaround_speculation): Likewise for locals "insn", "next",
3373         "target", "next_tgt".
3374         * config/c6x/c6x.c (assign_reservations): Likewise for both params
3375         and for locals "insn", "within", "last".
3376         (count_unit_reqs): Likewise for params "head", "tail" and local
3377         "insn".
3378         (try_rename_operands): Likewise for params "head", "tail".
3379         (reshuffle_units): Likewise for locals "head", "tail", "insn".
3380         (struct c6x_sched_context): Likewise for fields
3381         "last_scheduled_insn", "last_scheduled_iter0".
3382         (init_sched_state): Replace NULL_RTX with NULL.
3383         (reorg_split_calls): Strengthen local "new_cycle_first" from rtx
3384         to rtx_insn *.
3385         (undo_split_delayed_nonbranch): Likewise for param and for local
3386         "prev".
3387         (conditionalize_after_sched): Likewise for local "insn".
3388         (bb_earliest_end_cycle): Likewise.
3389         (filter_insns_above): Likewise for locals "insn", "next".
3390         (hwloop_optimize): Remove redundant checked cast.
3391         (hwloop_fail): Strengthen local "t" from rtx to rtx_insn *.
3392         * config/cris/cris.c (cris_initial_frame_pointer_offset): Replace
3393         NULL_RTX with NULL.
3394         (cris_simple_epilogue): Likewise.
3395         (cris_expand_prologue): Likewise.
3396         (cris_expand_epilogue): Likewise.
3397         * config/frv/frv.c (frv_function_contains_far_jump): Strengthen
3398         local "insn" from rtx to rtx_insn *.
3399         (frv_ifcvt_modify_tests): Likewise for locals "last_insn", "insn".
3400         (struct frv_packet_group): Likewise for the elements within array
3401         fields "insns", "sorted", and for field "nop".
3402         (frv_packet): Likewise for the elements within array field
3403         "insns".
3404         (frv_add_insn_to_packet): Likewise for param "insn".
3405         (frv_insert_nop_in_packet): Likewise for param "insn" and local
3406         "last".
3407         (frv_for_each_packet): Likewise for locals "insn", "next_insn".
3408         (frv_sort_insn_group_1): Likewise for local "insn".
3409         (frv_optimize_membar_local): Likewise.
3410         (frv_align_label): Likewise for locals "x", "last", "barrier",
3411         "label".
3412         * config/ia64/ia64.c (last_scheduled_insn): Likewise for this
3413         local.
3414         (ia64_sched_init): Likewise for local "insn".
3415         (scheduled_good_insn): Likewise for param "last".
3416         (struct _ia64_sched_context): Likewise for field
3417         "last_scheduled_insn".
3418         (ia64_init_sched_context): Replace NULL_RTX with NULL.
3419         (struct bundle_state): Likewise for field "insn".
3420         (issue_nops_and_insn): Likewise for param "insn".
3421         (get_next_important_insn): Likewise for return type and both
3422         params.
3423         (ia64_add_bundle_selector_before): Likewise for param "insn".
3424         (bundling): Likewise for params "prev_head_insn", "tail" and
3425         locals "insn", "next_insn", "b".  Eliminate top-level local rtx
3426         "nop" in favor of new locals rtx "nop_pat" and rtx_insn *nop;
3427         * config/iq2000/iq2000-protos.h (iq2000_fill_delay_slot):
3428         Strengthen final param from rtx to rtx_insn *.
3429         (iq2000_move_1word): Likewise for second param.
3430         * config/iq2000/iq2000.c (iq2000_fill_delay_slot): Likewise for
3431         param "cur_insn" and local "next_insn".
3432         (iq2000_move_1word): Likewise for param "insn".
3433         * config/iq2000/iq2000.md (insn before ADDR_DIFF_VEC): Add checked
3434         casts when using NEXT_INSN on operands[1].
3435         * config/m32c/m32c.c (m32c_function_needs_enter): Strengthen local
3436         "insn" from rtx to rtx_insn *.
3437         * config/m68k/m68k.c (m68k_jump_table_ref_p): Split out uses of
3438         "x", introducing local rtx_insn * "insn" for when working with the
3439         CODE_LABEL of the LABEL_REF.
3440         (m68k_sched_md_init_global): Strengthen local "insn" from rtx to
3441         rtx_insn *.
3442         * config/mcore/mcore-protos.h (mcore_is_dead): Likewise for first
3443         param.
3444         * config/mcore/mcore.c (emit_new_cond_insn): Likewise for return
3445         type.
3446         (conditionalize_block): Likewise for return type and param.
3447         (mcore_is_dead): Likewise for param "first" and local "insn".
3448         (emit_new_cond_insn): Likewise for return type.
3449         (conditionalize_block): Likewise for return type, param, and
3450         locals "insn", "blk_1_br", "end_blk_2_insn", "start_blk_3_lab",
3451         "newinsn".
3452         (conditionalize_optimization): Likewise for local "insn".
3453         * config/mep/mep.c (mep_jmp_return_reorg): Add checked cast when
3454         using NEXT_INSN.
3455         * config/microblaze/microblaze.md: Add checked casts when using
3456         NEXT_INSN.
3457         * config/mips/mips.c (mips_expand_prologue): Eliminate top-level
3458         rtx "insn" in favor of various more tightly-scoped rtx "insn" and
3459         and rtx_insn * "insn".
3460         * config/mips/mips.md (casesi_internal_mips16_<mode>): Add a
3461         checked cast when using NEXT_INSN on operands[2].
3462         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Strengthen
3463         local "insn" from rtx to rtx_insn *.
3464         * config/nds32/nds32-fp-as-gp.c (nds32_fp_as_gp_check_available):
3465         Likewise.
3466         * config/nds32/nds32-md-auxiliary.c (nds32_output_casesi_pc_relative):
3467         Add a checked cast when using NEXT_INSN on operands[1].
3468         * config/pa/pa-protos.h (pa_following_call): Strengthen param from
3469         rtx to rtx_insn *.
3470         (pa_output_cbranch): Likewise for final param.
3471         (pa_output_lbranch): Likewise for second param.
3472         (pa_output_bb): Likewise for third param.
3473         (pa_output_bvb): Likewise.
3474         (pa_output_dbra): Likewise for second param.
3475         (pa_output_movb): Likewise.
3476         (pa_output_parallel_movb): Likewise.
3477         (pa_output_parallel_addb): Likewise.
3478         (pa_output_millicode_call): Likewise for first param.
3479         (pa_output_mul_insn): Likewise for second param.
3480         (pa_output_div_insn): Likewise for third param.
3481         (pa_output_mod_insn): Likewise for second param.
3482         (pa_jump_in_call_delay): Likewise for param.
3483         * config/pa/pa.c (pa_output_mul_insn): Likewise for param "insn".
3484         (pa_output_div_insn): Likewise.
3485         (pa_output_mod_insn): Likewise.
3486         (pa_output_cbranch): Likewise.
3487         (pa_output_lbranch): Likewise.
3488         (pa_output_bb): Likewise.
3489         (pa_output_bvb): Likewise.
3490         (pa_output_dbra): Likewise.
3491         (pa_output_movb): Likewise.
3492         (pa_output_millicode_call): Likewise; use method of rtx_sequence *
3493         to simplify and for typesafety.
3494         (pa_output_call): Use method of rtx_sequence *.
3495         (forward_branch_p): Strengthen param "insn" from rtx to rtx_insn *.
3496         (pa_jump_in_call_delay): Likewise.
3497         (pa_output_parallel_movb): Likewise.
3498         (pa_output_parallel_addb): Likewise.
3499         (pa_following_call): Likewise.
3500         (pa_combine_instructions): Likewise for locals "anchor",
3501         "floater".
3502         (pa_can_combine_p): Likewise for params "anchor", "floater" and
3503         locals "start", "end".
3504         * config/picochip/picochip.c (picochip_reset_vliw): Likewise for
3505         param "insn" and local "local_insn".
3506         (picochip_final_prescan_insn): Likewise for local "local_insn".
3507         * config/rs6000/rs6000.c (compute_save_world_info): Likewise for
3508         local "insn".
3509         (uses_TOC): Likewise.
3510         * config/s390/s390.c (get_some_local_dynamic_name): Likewise.
3511         (s390_mainpool_finish): Eliminate top-level local rtx "insn",
3512         splitting out to more tightly-scoped locals, 3 as rtx and one as
3513         rtx_insn *.
3514         (s390_optimize_nonescaping_tx): Strengthen local "tmp" from rtx
3515         to rtx_insn *.
3516         (s390_emit_prologue): Introduce a local "insn" to be an rtx_insn *
3517         where needed.
3518         * config/sh/sh-protos.h (barrier_align): Strenghten param from rtx
3519         to rtx_insn *.
3520         (fixup_addr_diff_vecs): Likewise.
3521         (reg_unused_after): Likewise for param 2.
3522         (sh_can_redirect_branch): Likewise for both params.
3523         (check_use_sfunc_addr): Likewise for param 1.
3524         * config/sh/sh.c (fixup_mova): Likewise for local "worker".
3525         (find_barrier): Likewise for local "last_got".
3526         (gen_block_redirect): Likewise for return type, param "jump" and
3527         locals "prev", "scan", "next", "insn".
3528         (struct far_branch): Likewise for fields "near_label",
3529         "insert_place", "far_label".
3530         (gen_far_branch): Likewise for local "jump".
3531         (fixup_addr_diff_vecs): Likewise for param "first" and locals
3532         "insn", "prev".
3533         (barrier_align): Likewise for param and for locals "prev", "x".
3534         Introduce local rtx_sequence * "prev_seq" and use insn method for
3535         typesafety and clarity.
3536         (sh_reorg): Strengthen local "scan" from rtx to rtx_insn *.
3537         (get_dest_uid): Likewise for local "dest".
3538         (split_branches): Likewise for locals "next", "beyond", "label",
3539         "block", "far_label".  Add checked casts when assigning to
3540         bp->far_label and "far_label".
3541         (reg_unused_after): Strengthen param "scan" from rtx to rtx_insn *.
3542         (sequence_insn_p): Likewise.
3543         (mark_constant_pool_use): Likewise for locals "insn", "lab".  Add a
3544         more loop-scoped rtx "insn" when walking LABEL_REFS.
3545         (sh_can_redirect_branch): Strengthen both params from rtx to
3546         rtx_insn *.
3547         (check_use_sfunc_addr): Likewise for param "insn".  Introduce a
3548         new local rtx_sequence * "seq" via a dyn_cast, and use a method
3549         for clarity and typesafety.
3550         * config/sh/sh.md (define_expand "epilogue"): Strengthen local
3551         "insn" from rtx to rtx_insn *.
3552         (define_insn "casesi_worker_1"): Add a checked cast to rtx_insn *
3553         when using NEXT_INSN on the CODE_LABEL in operands[2].
3554         (define_insn "casesi_worker_2"): Likewise.
3555         (define_insn "casesi_shift_media"): Likewise.
3556         (define_insn "casesi_load_media"): Likewise for the CODE_LABEL in
3557         operands[3].
3558         * config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value):
3559         Strengthen field "insn" from rtx to rtx_insn *.
3560         (sh_optimize_sett_clrt::execute): Likewise for locals "next_i", "i".
3561         (sh_optimize_sett_clrt::find_last_ccreg_values): Likewise for
3562         param "start_insn" and local "start_insn".
3563         * config/sh/sh_treg_combine.cc (struct set_of_reg): Likewise for
3564         field "insn".
3565         (find_set_of_reg_bb): Likewise for param "insn".
3566         (trace_reg_uses_1): Likewise for param "start_insn" and local "i".
3567         (trace_reg_uses): Likewise for param "start_insn".
3568         (sh_treg_combine::cbranch_trace): Likewise for field
3569         "cbranch_insn".
3570         (sh_treg_combine::cbranch_trace::cbranch_trace): Likewise for
3571         param "insn".
3572         (sh_treg_combine::record_set_of_reg): Likewise for param
3573         "start_insn" and local "i".
3574         (sh_treg_combine::can_remove_cstore): Likewise for local
3575         "prev_insn".
3576         (sh_treg_combine::try_optimize_cbranch): Likewise for param
3577         "insn".
3578         (sh_treg_combine::execute): Likewise for local "i".
3579         * config/sparc/sparc-protos.h (empty_delay_slot): Likewise for
3580         param.
3581         (sparc_check_64): Likewise for second param.
3582         * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
3583         locals "insn", "next".  Introduce local rtx_sequence * "seq" via a
3584         dyn_cast, using its insn method for typesafety and clarity.
3585         (empty_delay_slot): Strengthen param "insn" from rtx to
3586         rtx_insn *.
3587         (set_extends): Likewise.
3588         (sparc_check_64): Likewise.
3589         * config/stormy16/stormy16.c (xstormy16_split_cbranch): Likewise
3590         for locals "seq", "last_insn".
3591         (combine_bnp): Likewise for param "insn".
3592         (xstormy16_reorg): Likewise for local "insn".
3593         * config/v850/v850.c (substitute_ep_register): Likewise for params
3594         "first_insn", "last_insn" and local "insn".
3595         (v850_reorg): Likewise for fields "first_insn", "last_insn" within
3596         elements of "regs" array, and local "insn".
3597         * except.c (emit_note_eh_region_end): Likewise for param "insn".
3598         * final.c (final_sequence): Strengthen this global from rtx to
3599         rtx_sequence *.
3600         (shorten_branches): Strenthen locals "rel_lab", "prev" from rtx to
3601         rtx_insn *.
3602         (final_scan_insn): Update assignment to "final_sequence" to be
3603         from "seq", the cast version of "body", for type-safety.
3604         * function.c (assign_parm_setup_reg): Strengthen locals "insn",
3605         "insns" from rtx to rtx_insn *.
3606         (thread_prologue_and_epilogue_insns): Likewise for local "seq".
3607         * genattr.c (main): When writing out generated insn-attr.h,
3608         strengthen params 1 and 3 of eligible_for_delay,
3609         eligible_for_annul_true, eligible_for_annul_false from rtx to
3610         rtx_insn *.
3611         * genattrtab.c (write_eligible_delay): Likewise when writing out
3612         generated insn-attrtab.c; also local "insn" the generated
3613         functions.
3614         * hw-doloop.c (discover_loops): Strengthen local "insn" from rtx
3615         to rtx_insn *.
3616         * hw-doloop.h (struct GTY hwloop_info_d): Strengthen field
3617         "start_label" from rtx to rtx_insn *.
3618         * ira.c (decrease_live_ranges_number): Likewise for local "p".
3619         (ira_update_equiv_info_by_shuffle_insn): Likewise for param
3620         "insns" and local "insn".
3621         (validate_equiv_mem): Likewise for param "start" and local "insn".
3622         (memref_used_between_p): Likewise for params "start", "end" and
3623         local "insn".
3624         * ira.h (ira_update_equiv_info_by_shuffle_insn): Likewise for
3625         final param.
3626         * loop-doloop.c (doloop_optimize): Within region guarded by
3627         INSN_P (doloop_pat), introduce a new local rtx_insn *
3628         "doloop_insn" via a checked cast, and use it for typesafety,
3629         eventually writing the value back into doloop_pat.
3630         * output.h (final_sequence): Strengthen this global from rtx to
3631         rtx_sequence *.
3632         * recog.c (peep2_attempt): Rename param "insn" to "uncast_insn",
3633         reintroducing "insn" as an rtx_insn * via a checked cast.
3634         Strengthen param "attempt" and local "new_insn"from rtx to
3635         rtx_insn *.
3636         (peephole2_optimize): Strengthen locals "insn", "attempt" from rtx
3637         to rtx_insn *.
3638         * ree.c (emit_note_eh_region_end): Likewise for local "insn".
3639         * reload1.c (reload_as_needed): Eliminate top-level locals "x" and
3640         "p" in favor of more tightly-scoped replacements, sometimes rtx
3641         and sometimes rtx_insn *, as appropriate.
3642         (delete_output_reload): Eliminate top-level rtx "i1", splitting
3643         into two loop-scoped locals, one an rtx, the other an rtx_insn *.
3644         * reorg.c (delete_scheduled_jump): Add checked cast.  Strengthen
3645         local "trial" from rtx to rtx_insn *.
3646         (redirect_with_delay_slots_safe_p): Strengthen param "jump" from
3647         rtx to rtx_insn *.  Strenghten local "pat" from rtx to
3648         rtx_sequence * and use methods for clarity and typesafety.
3649         (redirect_with_delay_list_safe_p): Strengthen param "jump" from
3650         rtx to rtx_insn *.  Strenghten local "li" from rtx to
3651         rtx_insn_list * and use its methods for clarity and typesafety.
3652         (steal_delay_list_from_target): Strengthen param "insn" from rtx
3653         to rtx_insn *.
3654         (steal_delay_list_from_fallthrough): Likewise.
3655         (try_merge_delay_insns): Likewise for param "thread" and locals
3656         "trial", "next_trial", "delay_insn".
3657         (redundant_insn): Likewise for param "target" and local "trial".
3658         (own_thread_p): Likewise for param "thread" and locals
3659         "active_insn", "insn".
3660         (get_label_before): Likewise for param "insn".
3661         (fill_simple_delay_slots): Likewise for local "new_label"; use
3662         JUMP_LABEL_AS_INSN as necessary when calling own_thread_p.
3663         (label_before_next_insn): Strengthen return type and local "insn"
3664         from rtx to rtx_insn *.
3665         (relax_delay_slots): Likewise for locals "other", "tmp".
3666         (make_return_insns): Likewise for param "first" and locals "insn",
3667         "jump_insn", "prev".  Move declaration of "pat" to its assignment
3668         and strengthen from rtx to rtx_sequence *.  Use its methods for
3669         clarity and typesafety.
3670         * rtlanal.c (no_labels_between_p): Strengthen params from
3671         const_rtx to const rtx_insn *.  Strengthen local "p" from rtx to
3672         rtx_insn *.
3673         (reg_used_between_p): Strengthen params "from_insn", "to_insn"
3674         from const_rtx to const rtx_insn *.
3675         (reg_set_between_p): Rename param "from_insn" to
3676         "uncast_from_insn", and reintroduce "from_insn" as a
3677         const rtx_insn * via a checked cast.
3678         (modified_between_p): Likewise for param "start" as "uncast_start".
3679         (tablejump_p): Add a cast when invoking NEXT_INSN on "label".
3680         * sel-sched-ir.c (get_seqno_by_preds): Strengthen param and locals
3681         "tmp", head" from rtx to rtx_insn *.
3682         (recompute_rev_top_order): Likewise for local "insn".
3683         * sel-sched-ir.h (get_seqno_by_preds): Likewise for param.
3684         * store-motion.c (build_store_vectors): Likewise for local "insn".
3685         Strengthen local "st" from rtx to rtx_insn_list * and use methods
3686         for clarity and typesafety.
3687         * tree-ssa-loop-ivopts.c (seq_cost): Strengthen param "seq" from
3688         rtx to rtx_insn *.
3689         (computation_cost): Likewise for local "seq".
3690         (get_address_cost): Likewise.
3692 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3694         * rtl.h (tablejump_p): Strengthen first param from const_rtx to
3695         const rtx_insn *.
3696         (label_is_jump_target_p): Likewise for second param.
3698         * rtlanal.c (tablejump_p): Likewise for param "insn".
3699         (label_is_jump_target_p): Likewise for param "jump_insn".
3701 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3703         * rtl.h (find_first_parameter_load): Strengthen return type and
3704         both params from rtx to rtx_insn *.
3705         * rtlanal.c (find_first_parameter_load): Strengthen return type,
3706         both params and locals "before", "first_set" from rtx to
3707         rtx_insn *.  Remove now-redundant cast.
3708         * except.c (sjlj_mark_call_sites): Use NULL rather than NULL_RTX.
3710 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3712         * rtl.h (find_last_value): Delete.
3713         * rtlanal.c (find_last_value): Delete.
3715 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3717         * cfgexpand.c (pass_expand::execute): Strengthen local "after"
3718         from rtx to rtx_insn *.
3719         * cfgrtl.c (force_nonfallthru_and_redirect): Replace use of local
3720         rtx "note" with new local rtx_insn * "new_head" when calculating
3721         head insn of new basic block.
3722         * combine.c (combine_split_insns): Strengthen return type and local
3723         "ret" from rtx to rtx_insn *.
3724         (likely_spilled_retval_p): Likewise for locals "use" and "p".
3725         (try_combine): Eliminate local "m_split", splitting into new
3726         locals "m_split_insn" and "m_split_pat".
3727         (find_split_point): Strengthen local "seq" from rtx into
3728         rtx_insn *.
3729         * config/spu/spu.c (spu_machine_dependent_reorg): Likewise for
3730         locals "label", "branch".
3731         * config/spu/spu.md (define_expand "smulsi3_highpart"): Likewise
3732         for local "insn".
3733         (define_expand "umulsi3_highpart"): Likewise for local "insn".
3734         * dse.c (note_add_store_info): Likewise for fields "first",
3735         "current".
3736         (note_add_store): Likewise for local "insn".
3737         (emit_inc_dec_insn_before): Likewise for locals "insn",
3738         "new_insn", "cur".
3739         (find_shift_sequence): Likewise for locals "shift_seq", "insn".
3740         (replace_read): Likewise for locals "insns", "this_insn".
3741         * dwarf2cfi.c (dw_trace_info): Likewise for field "eh_head".
3742         (notice_eh_throw): Likewise for param "insn".
3743         (before_next_cfi_note): Likewise for return type, param, and local
3744         "prev".
3745         (connect_traces): Likewise for local "note".
3746         * emit-rtl.c (reset_all_used_flags): Likewise for local "p".
3747         (verify_rtl_sharing): Likewise.
3748         (unshare_all_rtl_in_chain): Likewise for param "insn".
3749         (get_first_nonnote_insn): Likewise for local "insn".
3750         (get_last_nonnote_insn): Likewise.  Introduce local rtx_sequence *
3751         "seq" and use its methods to clarify things.
3752         (next_insn): Strengthen return type from rtx to rtx_insn *.
3753         Rename param "insn" to "uncast_insn" and reintroduce "insn" as a
3754         local rtx_insn * using a checked cast, dropping a checked cast
3755         made redundant by this change.  Use a cast to and method of
3756         rtx_sequence to clarify the code.
3757         (previous_insn): Rename param "insn" to "uncast_insn" and
3758         reintroduce "insn" as a local rtx_insn * using a checked cast,
3759         dropping a checked cast made redundant by this change.  Use a cast
3760         to and method of rtx_sequence to clarify the code.
3761         (next_nonnote_insn): Rename param "insn" to "uncast_insn" and
3762         reintroduce "insn" as a local rtx_insn * using a checked cast,
3763         dropping a checked cast made redundant by this change.
3764         (next_nonnote_insn_bb): Likewise.
3765         (prev_nonnote_insn): Likewise.
3766         (prev_nonnote_insn_bb): Likewise.
3767         (next_nondebug_insn): Likewise.
3768         (prev_nondebug_insn): Likewise.
3769         (next_nonnote_nondebug_insn): Likewise.
3770         (prev_nonnote_nondebug_insn): Likewise.
3771         (next_real_insn): Likewise.
3772         (prev_real_insn): Likewise.
3773         (next_active_insn): Likewise.
3774         (prev_active_insn): Likewise.
3775         (next_cc0_user): Likewise.  Use rtx_sequence and a method for
3776         clarity.
3777         (prev_cc0_setter): Likewise.
3778         (try_split): Rename param "trial" to "uncast_trial" and
3779         reintroduce "insn" as a local rtx_insn * using a checked cast,
3780         dropping checked casts made redundant by this change.
3781         Strengthen locals "seq", "tem", "insn_last", "insn", "next" from
3782         rtx to rtx_insn *.
3783         (remove_insn): Rename param "insn" to "uncast_insn" and
3784         reintroduce "insn" as a local rtx_insn * using a checked cast.
3785         (emit_pattern_after_setloc): Likewise for param "after", as
3786         "uncast_after".
3787         (emit_pattern_after): Likewise.  Strengthen local "prev" from
3788         rtx to rtx_insn *.
3789         (emit_pattern_before_setloc): Rename param "before" to
3790         "uncast_before" and reintroduce "before" as a local rtx_insn *
3791         using a checked cast.  Strengthen locals "first", "last" from
3792         rtx to rtx_insn *.
3793         (emit_pattern_before): Likewise rename/cast param "before" to
3794         "uncast_before". Strengthen local "next" from rtx to rtx_insn *.
3795         * except.c (copy_reg_eh_region_note_forward): Strengthen param
3796         "first" and local "insn" from rtx to rtx_insn *.
3797         (copy_reg_eh_region_note_backward): Likewise for param "last"
3798         and local "insn".
3799         * expr.c (fixup_args_size_notes): Rename param "last" to
3800         "uncast_last" and reintroduce "last" as a local rtx_insn *
3801         using a checked cast.  Strengthen local "insn" from rtx to
3802         rtx_insn *.
3803         * function.c (set_insn_locations): Strengthen param "insn" from
3804         rtx to rtx_insn *.
3805         (record_insns): Likewise for param "insns" and local "tmp".
3806         (active_insn_between): Rename param "tail" to
3807         "uncast_tail" and reintroduce "tail" as a local rtx_insn *
3808         using a checked cast.
3809         (thread_prologue_and_epilogue_insns): Split out top-level local
3810         rtx "seq" into three different rtx_insn * locals.  Strengthen
3811         local "prologue_seq" from rtx to rtx_insn *.
3812         * gcse.c (insert_insn_end_basic_block): Strenghen local "insn"
3813         from rtx to rtx_insn *.
3814         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
3815         (priority): Likewise for locals "prev_first", "twin".
3816         (setup_insn_max_reg_pressure): Likewise for param "after".
3817         (sched_setup_bb_reg_pressure_info): Likewise.
3818         (no_real_insns_p): Strengthen params from const_rtx to
3819         const rtx_insn *.
3820         (schedule_block): Strengthen local "next_tail" from rtx to
3821         rtx_insn *.
3822         * ifcvt.c (find_active_insn_before): Strengthen return type and
3823         param "insn" from rtx to rtx_insn *.
3824         (find_active_insn_after): Likewise.
3825         (cond_exec_process_insns): Likewise for param "start" and local "insn".
3826         (cond_exec_process_if_block): Likewise for locals "then_start",
3827         "then_end", "else_start", "else_end", "insn", "start", "end", "from".
3828         (noce_process_if_block): Likewise for local "jump".
3829         (merge_if_block): Likewise for two locals named "end".
3830         (cond_exec_find_if_block): Likewise for local "last_insn".
3831         * jump.c (delete_related_insns): Rename param "insn" to
3832         "uncast_insn" and reintroduce "insn" as a local rtx_insn * using a
3833         checked cast.  Strengthen local "p" from rtx to rtx_insn *.
3834         * lra-constraints.c (inherit_reload_reg): Replace NULL_RTX with
3835         NULL.
3836         (split_reg): Likewise.
3837         * lra.c (lra_process_new_insns): Likewise.
3838         * modulo-sched.c (permute_partial_schedule): Strengthen param
3839         "last" from rtx to rtx_insn *.
3840         * optabs.c (add_equal_note): Likewise for param "insns" and local
3841         "last_insn".
3842         (expand_binop_directly): Add checked casts to rtx_insn * within
3843         NEXT_INSN (pat) uses.
3844         (expand_unop_direct): Likewise.
3845         (maybe_emit_unop_insn): Likewise.
3846         * recog.c (peep2_attempt): Strengthen locals "last",
3847         "before_try", "x" from rtx to rtx_insn *.
3848         * reorg.c (optimize_skip): Strengthen return type and local
3849         "delay_list" from rtx to rtx_insn_list *.  Strengthen param "insn"
3850         and locals "trial", "next_trial" from rtx to rtx_insn *.
3851         * resource.c (next_insn_no_annul): Strengthen return type and
3852         param "insn" from rtx to rtx_insn *.  Use a cast to and method of
3853         rtx_sequence to clarify the code.
3854         (mark_referenced_resources): Add a checked cast to rtx_insn *
3855         within PREV_INSN (x).
3856         (find_dead_or_set_registers): Strengthen return type, param
3857         "target", locals "insn", "next", "jump_insn", "this_jump_insn"
3858         from rtx to rtx_insn *.  Strengthen param "jump_target" from rtx *
3859         to rtx_insn **.
3860         (mark_target_live_regs): Strengthen params "insns" and "target",
3861         locals "insn", "jump_target", "start_insn", "stop_insn" from rtx
3862         to rtx_insn *.  Use cast to and method of rtx_sequence to clarify
3863         the code.
3864         * resource.h (mark_target_live_regs): Strengthen params 1 and 2
3865         from rtx to rtx_insn *.
3866         * rtl.h (copy_reg_eh_region_note_forward): Strengthen second param
3867         from rtx to rtx_insn *.
3868         (copy_reg_eh_region_note_backward): Likewise.
3869         (unshare_all_rtl_in_chain): Likewise for sole param.
3870         (dump_rtl_slim): Strengthen second and third params from const_rtx
3871         to const rtx_insn *.
3872         * sched-deps.c (sched_free_deps): Strengthen params "head" and
3873         "tail" and locals "insn", "next_tail" from rtx to rtx_insn *.
3874         * sched-ebb.c (init_ready_list): Strengthen locals "prev_head",
3875         "next_tail" from rtx to rtx_insn *.
3876         (begin_move_insn): Likewise for local "next".
3877         * sched-int.h (sched_free_deps): Likewise for first and second
3878         params.
3879         (no_real_insns_p): Strengthen both params from const_rtx to
3880         const rtx_insn *.
3881         (sched_setup_bb_reg_pressure_info): Strengthen second params from
3882         rtx to rtx_insn *.
3883         * sched-rgn.c (init_ready_list): Likewise for locals "prev_head",
3884         "next_tail".
3885         * sched-vis.c (dump_rtl_slim): Strengthen params "first", "last"
3886         and locals "insn", "tail" from const_rtx to const rtx_insn *.
3887         (rtl_dump_bb_for_graph): Strengthen local "insn" from rtx to
3888         rtx_insn *.
3889         (debug_rtl_slim): Strengthen params "first" and "last" from
3890         const_rtx to const rtx_insn *.
3891         * shrink-wrap.c (try_shrink_wrapping): Strengthen param
3892         "prologue_seq" and locals "seq", "p_insn" from rtx to rtx_insn *.
3893         (convert_to_simple_return): Likewise for param "returnjump".
3894         * shrink-wrap.h (try_shrink_wrapping): Likewise for param
3895         "prologue_seq".
3896         (convert_to_simple_return): Likewise for param "returnjump".
3897         * valtrack.c (propagate_for_debug): Likewise for params
3898         "insn", "last".
3899         * valtrack.h (propagate_for_debug): Likewise for second param.
3901 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3903         * output.h (insn_current_reference_address): Strengthen param
3904         from rtx to rtx_insn *.
3905         * final.c (insn_current_reference_address): Likewise.
3907 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3909         * basic-block.h (inside_basic_block_p): Strengthen param from
3910         const_rtx to const rtx_insn *.
3911         * cfgbuild.c (inside_basic_block_p): Likewise.
3913 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3915         * dwarf2cfi.c (dw_trace_info): Strengthen field "head" from rtx to
3916         rtx_insn *.
3917         (get_trace_info): Likewise for param "insn".
3918         (save_point_p): Likewise.
3919         (maybe_record_trace_start): Likewise for both params.
3920         (maybe_record_trace_start_abnormal): Likewise.
3921         (create_trace_edges): Likewise for sole param and for three of the
3922         locals named "lab".
3923         (scan_trace): Strengthen local "prev", "insn", "control" from rtx
3924         to rtx_insn *, and update a call to pat->element to pat->insn.
3926 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3928         * function.h (struct expr_status): Convert field "x_forced_labels"
3929         from rtx_expr_list * to rtx_insn_list *.
3931         * cfgbuild.c (make_edges): Convert local "x" from an
3932         rtx_expr_list * to an rtx_insn_list *, replacing use of
3933         "element" method with "insn" method.
3934         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3935         * except.c (sjlj_emit_dispatch_table): Replace use of
3936         gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending to
3937         forced_labels.
3938         * jump.c (rebuild_jump_labels_1): Convert local "insn" from an
3939         rtx_expr_list * to an rtx_insn_list *, replacing use of
3940         "element" method with "insn" method.
3941         * reload1.c (set_initial_label_offsets): Likewise for local "x".
3942         * stmt.c (label_rtx): Strengthen local "ref" from rtx to
3943         rtx_insn *, adding a checked cast.  Replace use of
3944         gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending it to
3945         forced_labels.
3946         (expand_label): Likewise for local "label_r".
3948 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3950         * function.h (struct rtl_data): Convert field
3951         "x_nonlocal_goto_handler_labels" from rtx_expr_list * to
3952         rtx_insn_list *.
3953         * rtl.h (remove_node_from_insn_list): New prototype.
3955         * builtins.c (expand_builtin): When prepending to
3956         nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
3957         gen_rtx_EXPR_LIST.
3958         * cfgbuild.c (make_edges): Convert local "x" from rtx_expr_list *
3959         to rtx_insn_list *, and use its "insn" method rather than
3960         "element" method.
3961         * cfgrtl.c (delete_insn): Use new function
3962         remove_node_from_insn_list rather than
3963         remove_node_from_expr_list.
3964         (cfg_layout_initialize): Convert local "x" from rtx_expr_list *
3965         to rtx_insn_list *, and use its "insn" method rather than
3966         "element" method.
3967         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3968         * reload1.c (set_initial_label_offsets): Likewise for local "x".
3969         * rtlanal.c (remove_node_from_insn_list): New function, adapted
3970         from remove_node_from_expr_list.
3971         * stmt.c (expand_label): When prepending to
3972         nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
3973         gen_rtx_EXPR_LIST.
3975 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3977         * function.h (struct rtl_data): Strengthen fields "x_return_label"
3978         and "x_naked_return_label" from rtx to rtx_code_label *.
3980 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3982         * rtl.h (SET_PREV_INSN): Strengthen param from rtx to rtx_insn *.
3983         (SET_NEXT_INSN): Likewise.
3984         (gen_rtvec_v): Add an overload for param types (int, rtx_insn **).
3986         * config/c6x/c6x.c (gen_one_bundle): Strengthen param "slot" from
3987         rtx * to rtx_insn **.  Introduce a new local rtx "seq", using it
3988         to split out the SEQUENCE from local "bundle", strengthening the
3989         latter from rtx to rtx_insn * to hold the insn holding the SEQUENCE.
3990         Strengthen locals "t" and "insn" from rtx to rtx_insn *.
3991         (c6x_gen_bundles): Strengthen locals "insn", "next", "last_call"
3992         and the type of the elements of the "slot" array from rtx to
3993         rtx_insn *.
3994         (reorg_split_calls): Likewise for locals "insn" and "next", and
3995         the type of the elements of the "slot" array.
3997         * config/frv/frv.c (frv_nops): Likewise for the elements of this
3998         array.
3999         (frv_function_prologue): Likewise for locals "insn", "next",
4000         "last_call".
4001         (frv_register_nop): Introduce a local "nop_insn" to be the
4002         rtx_insn * containing rtx "nop".
4004         * config/mep/mep.c (mep_make_bundle): Param "core" is sometimes
4005         used as an insn and sometimes as a pattern, so rename it to
4006         "core_insn_or_pat", and introduce local rtx_insn * "core_insn",
4007         using it where dealing with the core insn.
4009         * config/picochip/picochip.c (reorder_var_tracking_notes):
4010         Strengthen locals "insn", "next", "last_insn", "queue",
4011         "next_queue", "prev" from rtx to rtx_insn *.
4013         * emit-rtl.c (gen_rtvec_v): Add overloaded implementation for when
4014         the second param is an rtx_insn ** rather than an rtx **.
4015         (link_insn_into_chain): Strengthen locals "seq" and "sequence"
4016         from rtx to rtx_sequence *, and introduce local named "sequence",
4017         using methods of rtx_sequence to clarify the code.
4018         (remove_insn): Introduce local rtx_sequence * named "sequence" and
4019         use its methods.
4020         (emit_insn_after_1): Strengthen return type from rtx to rtx_insn *.
4021         Rename param "after" to "uncast_after", reintroducing "after" as a
4022         local rtx_insn * with a checked cast.
4023         (emit_pattern_after_noloc): Rename param "after" to "uncast_after",
4024         reintroducing "after" as a local rtx_insn * with a checked cast.
4025         Strengthen local "last" from rtx to rtx_insn * and remove the
4026         now-redundant checked casts.
4027         (copy_delay_slot_insn): Strengthen return type and param from rtx
4028         to rtx_insn *.
4030         * haifa-sched.c (reemit_notes): Strengthen params "insn" and
4031         "last" from rtx to rtx_insn *.
4033 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4035         * emit-rtl.h (copy_delay_slot_insn): Strengthen return type and
4036         param from rtx to rtx_insn *.
4038         * emit-rtl.c (copy_delay_slot_insn): Likewise.
4040         * reorg.c (skip_consecutive_labels): Strengthen return type, param
4041         and local "insn" from rtx to rtx_insn *.
4042         (unfilled_slots_base): Strengthen type from rtx * to rtx_insn **.
4043         (unfilled_slots_next): Likewise.
4044         (function_return_label): Strengthen from rtx to rtx_code_label *.
4045         (function_simple_return_label): Likewise.
4046         (first_active_target_insn): Strengthen return type and param from
4047         rtx to rtx_insn *.
4048         (find_end_label): Strengthen return type from rtx to
4049         rtx_code_label *; strengthen locals as appropriate.
4050         (emit_delay_sequence): Strengthen return type, param "insn" and
4051         local "seq_insn" from rtx to rtx_insn *.  Strengthen param "list"
4052         and local "li" from rtx to rtx_insn_list *, using methods of
4053         rtx_insn_list for clarity and typesafety.
4054         (add_to_delay_list): Strengthen return type and param "insn" from
4055         rtx to rtx_insn *.  Strengthen param "delay_list" from rtx to
4056         rtx_insn_list * and use methods of rtx_insn_list.
4057         (delete_from_delay_slot): Strengthen return type, param "insn",
4058         locals "trial", "seq_insn", "prev" from rtx to rtx_insn *.
4059         Strengthen local "seq" from rtx to rtx_sequence *, and local
4060         "delay_list" from rtx to rtx_insn_list *, using methods of
4061         rtx_sequence for clarity and type-safety.
4062         (delete_scheduled_jump): Add checked cast when invoking
4063         delete_from_delay_slot.  Strengthen local "trial" from rtx to
4064         rtx_insn *.
4065         (optimize_skip): Strengthen return type and local "delay_list"
4066         from rtx to rtx_insn_list *.  Strengthen local "trial" from rtx to
4067         rtx_insn *.
4068         (steal_delay_list_from_target): Strengthen return type, param
4069         "delay_list" and local "new_delay_list" from rtx to
4070         rtx_insn_list *.  Strengthen param "seq" from rtx to
4071         rtx_sequence *.  Strengthen param "pnew_thread" from rtx * to
4072         rtx_insn **.
4073         Split out local "temp" into multiple more-tightly scoped locals:
4074         sometimes an rtx_insn_list *, and once a rtx_insn *.  Use methods
4075         of rtx_insn_list and rtx_sequence for clarity and typesafety.
4076         Strengthen locals named "trial" from rtx to rtx_insn *.
4077         (steal_delay_list_from_fallthrough): Strengthen return type and
4078         param "delay_list" from rtx to rtx_insn_list *.  Strengthen param
4079         "seq" from rtx to rtx_sequence *.  Use methods of rtx_sequence.
4080         Strengthen local "trial" from rtx to rtx_insn *.
4081         (try_merge_delay_insns): Strength local "merged_insns" from rtx
4082         to rtx_insn_list * and use its methods.  Strengthen local "pat"
4083         from rtx to rtx_sequence * and use its methods.  Strengthen locals
4084         "dtrial" and "new_rtx" from rtx to rtx_insn *.
4085         (get_label_before): Strengthen return type and local "label" from
4086         rtx to rtx_insn *.
4087         (fill_simple_delay_slots): Likewise for locals "insn", "trial",
4088         "next_trial", "next", prev".  Strengthen local "delay_list" from
4089         rtx to rtx_insn_list *  Strengthen local "tmp" from rtx * to
4090         rtx_insn **.
4091         (follow_jumps): Strengthen return type, param "label" and locals
4092         "insn", "next", "value", "this_label" from rtx to rtx_insn *.
4093         (fill_slots_from_thread): Strengthen return type, param
4094         "delay_list" from rtx to rtx_insn_list *.  Strengthen params
4095         "insn", "thread", "opposite_thread" and locals "new_thread",
4096         "trial", "temp", "ninsn" from rtx to rtx_insn *.  Introduce local
4097         "sequence" from a checked cast to rtx_sequence so that we can call
4098         steal_delay_list_from_target and steal_delay_list_from_fallthrough
4099         with an rtx_sequence *.
4100         (fill_eager_delay_slots): Strengthen locals "insn", "target_label",
4101         "insn_at_target", "fallthrough_insn" from rtx to rtx_insn *.
4102         Strengthen local "delay_list" from rtx to rtx_insn_list *.
4103         (relax_delay_slots): Strengthen param "first" and locals "insn",
4104         "next", "trial", "delay_insn", "target_label" from rtx to
4105         rtx_insn *.  Strengthen local "pat" from rtx to rtx_sequence *.
4106         Introduce a local "trial_seq" for PATTERN (trial) of type
4107         rtx_sequence *, in both cases using methods of rtx_sequence.
4108         (dbr_schedule): Strengthen param "first" and locals "insn",
4109         "next", "epilogue_insn" from rtx to rtx_insn *.
4111 2014-08-28  Richard Biener  <rguenther@suse.de>
4113         PR tree-optimization/62283
4114         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
4115         Do not peel loops for alignment where the vector loop likely
4116         doesn't run at least VF times.
4118 2014-08-28  Bin Cheng  <bin.cheng@arm.com>
4120         * tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter
4121         important_candidates.  Consider all important candidates if
4122         IVS doesn't give any result.  Remove check on ivs->upto.
4123         (try_add_cand_for): Call iv_ca_add_use only once.
4125 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4126             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
4127             Anna Tikhonova  <anna.tikhonova@intel.com>
4128             Ilya Tocar  <ilya.tocar@intel.com>
4129             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4130             Ilya Verbin  <ilya.verbin@intel.com>
4131             Kirill Yukhin  <kirill.yukhin@intel.com>
4132             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
4134         (define_mode_iterator VI12_AVX2): Add V64QI and V32HI modes.
4135         (define_expand "<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Add
4136         masking.
4137         (define_insn "*<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Ditto.
4138         (define_expand "<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
4139         (define_insn "*<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
4140         (define_insn "*mul<mode>3"): Add EVEX version.
4142 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4143             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
4144             Anna Tikhonova  <anna.tikhonova@intel.com>
4145             Ilya Tocar  <ilya.tocar@intel.com>
4146             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4147             Ilya Verbin  <ilya.verbin@intel.com>
4148             Kirill Yukhin  <kirill.yukhin@intel.com>
4149             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
4151         * config/i386/sse.md
4152         (define_insn "avx512bw_interleave_highv64qi<mask_name>"): New.
4153         (define_insn "avx2_interleave_highv32qi<mask_name>"): Add masking.
4154         (define_insn "vec_interleave_highv16qi<mask_name>"): Ditto.
4155         (define_insn "avx2_interleave_lowv32qi<mask_name>"): Ditto.
4156         (define_insn "vec_interleave_lowv16qi<mask_name>"): Ditto.
4157         (define_insn "avx2_interleave_highv16hi<mask_name>"): Ditto.
4158         (define_insn "vec_interleave_highv8hi<mask_name>"): Ditto.
4159         (define_insn "avx2_interleave_lowv16hi<mask_name>"): Ditto.
4160         (define_insn "vec_interleave_lowv8hi<mask_name>"): Ditto.
4161         (define_insn "avx2_interleave_highv8si<mask_name>"): Ditto.
4162         (define_insn "vec_interleave_highv4si<mask_name>"): Ditto.
4163         (define_insn "avx2_interleave_lowv8si<mask_name>"): Ditto.
4164         (define_insn "vec_interleave_lowv4si<mask_name>"): Ditto.
4165         (define_insn "vec_interleave_highv16qi<mask_name>"): New.
4166         (define_insn "avx512bw_interleave_highv32hi<mask_name>"): Ditto.
4167         (define_insn "<mask_codefor>avx512bw_interleave_lowv32hi<mask_name>"): Ditto.
4169 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4170             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
4171             Anna Tikhonova  <anna.tikhonova@intel.com>
4172             Ilya Tocar  <ilya.tocar@intel.com>
4173             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4174             Ilya Verbin  <ilya.verbin@intel.com>
4175             Kirill Yukhin  <kirill.yukhin@intel.com>
4176             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
4178         * config/i386/sse.md
4179         (define_mode_iterator VIMAX_AVX2): Add V4TI mode.
4180         (define_insn "<sse2_avx2>_ashl<mode>3"): Add EVEX version.
4181         (define_insn "<sse2_avx2>_lshr<mode>3"): Ditto.
4183 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4184             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
4185             Anna Tikhonova  <anna.tikhonova@intel.com>
4186             Ilya Tocar  <ilya.tocar@intel.com>
4187             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4188             Ilya Verbin  <ilya.verbin@intel.com>
4189             Kirill Yukhin  <kirill.yukhin@intel.com>
4190             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
4192         * config/i386/sse.md
4193         (define_mode_iterator VI128_256): New.
4194         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Ditto.
4196 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4197             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
4198             Anna Tikhonova  <anna.tikhonova@intel.com>
4199             Ilya Tocar  <ilya.tocar@intel.com>
4200             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4201             Ilya Verbin  <ilya.verbin@intel.com>
4202             Kirill Yukhin  <kirill.yukhin@intel.com>
4203             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
4205         * config/i386/sse.md
4206         (define_mode_iterator VI8_256_512): New.
4207         (define_insn "<mask_codefor>avx512dq_cvtps2qq<mode><mask_name><round_name>"):
4208         Ditto.
4209         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
4210         (define_insn "<mask_codefor>avx512dq_cvtps2uqq<mode><mask_name><round_name>"):
4211         Ditto.
4212         (define_insn "<mask_codefor>avx512dq_cvtps2uqqv2di<mask_name>"): Ditto.
4214 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4216         * varasm.c (compute_reloc_for_rtx_1): Take a const_rtx.  Remove the
4217         pointer to the cumulative reloc value and return the value for
4218         this reloc instead.
4219         (compute_reloc_for_rtx): Take a const_rtx.  Call
4220         compute_reloc_for_rtx_1 directly for SYMBOL_REF and LABEL_REF,
4221         avoiding any recursion.  Use FOR_EACH_SUBRTX rather than
4222         for_each_rtx for the CONST case.
4224 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4226         * varasm.c (mark_constant): Replace this for_each_rtx callback with...
4227         (mark_constants_in_pattern): ...this new function to iterate over
4228         all the subrtxes.
4229         (mark_constants): Update accordingly.
4231 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4233         * varasm.c: Include rtl-iter.h.
4234         (const_rtx_hash_1): Take a const_rtx rather than an rtx *.
4235         Remove the pointer to the cumulative hashval_t and just return
4236         the hash for this rtx instead.  Remove recursive CONST_VECTOR case.
4237         (const_rtx_hash): Use FOR_EACH_SUBRTX instead of for_each_rtx.
4238         Accumulate the hashval_ts here instead of const_rtx_hash_1.
4240 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4242         * var-tracking.c (add_uses): Take an rtx rather than an rtx *.
4243         Give real type of data parameter.  Remove return value.
4244         (add_uses_1): Use FOR_EACH_SUBRTX_VAR rather than for_each_rtx
4245         to iterate over subrtxes.
4247 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4249         * var-tracking.c (use_narrower_mode_test): Turn from being a
4250         for_each_rtx callback to being a function that examines each
4251         subrtx itself.
4252         (adjust_mems): Update accordingly.
4254 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4256         * var-tracking.c (non_suitable_const): Turn from being a for_each_rtx
4257         callback to being a function that examines each subrtx itself.
4258         Remove handling of null rtxes.
4259         (add_uses): Update accordingly.
4261 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4263         * var-tracking.c: Include rtl-iter.h.
4264         (rtx_debug_expr_p): Turn from being a for_each_rtx callback
4265         to being a function that examines each subrtx itself.
4266         (use_type): Update accordingly.
4268 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4270         * store-motion.c: Include rtl-iter.h.
4271         (extract_mentioned_regs_1): Delete.
4272         (extract_mentioned_regs): Use FOR_EACH_SUBRTX_VAR rather than
4273         for_each_rtx to iterate over subrtxes.
4275 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4277         * sel-sched.c: Include rtl-iter.h
4278         (count_occurrences_1): Delete.
4279         (count_occurrences_equiv): Turn rtxes into const_rtxes.
4280         Use FOR_EACH_SUBRTX rather than for_each_rtx.
4282 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4284         * rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.
4285         * rtlanal.c (tls_referenced_p_1): Delete.
4286         (tls_referenced_p): Take a const_rtx rather than an rtx.
4287         Use FOR_EACH_SUBRTX rather than for_each_rtx.
4289 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4291         * rtl.h (for_each_inc_dec_fn): Remove special case for -1.
4292         (for_each_inc_dec): Take an rtx rather than an rtx *.
4293         * cselib.c (cselib_record_autoinc_cb): Update accordingly.
4294         (cselib_record_sets): Likewise.
4295         * dse.c (emit_inc_dec_insn_before, check_for_inc_dec_1)
4296         (check_for_inc_dec): Likewise.
4297         * rtlanal.c (for_each_inc_dec_ops): Delete.
4298         (for_each_inc_dec_find_inc_dec): Take the MEM as argument,
4299         rather than a pointer to the memory address.  Replace
4300         for_each_inc_dec_ops argument with separate function and data
4301         arguments.  Abort on non-autoinc addresses.
4302         (for_each_inc_dec_find_mem): Delete.
4303         (for_each_inc_dec): Take an rtx rather than an rtx *.  Use
4304         FOR_EACH_SUBRTX_VAR to visit every autoinc MEM.
4306 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4308         * rtl.h (find_all_hard_regs): Declare.
4309         * rtlanal.c (find_all_hard_regs): New function.
4310         (record_hard_reg_uses_1): Delete.
4311         (record_hard_reg_uses): Use find_all_hard_regs.
4313 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4315         * rtl.h (replace_label_data): Delete.
4316         (replace_label): Take the old label, new label and update-nuses flag
4317         as direct arguments.  Return void.
4318         * cfgcleanup.c (outgoing_edges_match): Update accordingly.
4319         * rtlanal.c (replace_label): Update interface as above.  Handle
4320         JUMP_TABLE_DATA as a special case.  Handle JUMPs outside the
4321         iterator.  Use FOR_EACH_SUBRTX_PTR.
4323 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4325         * rtl.h (get_pool_constant, rtx_referenced_p): Replace rtx parameters
4326         with const_rtx parameters.
4327         * varasm.c (get_pool_constant): Likewise.
4328         * rtlanal.c (rtx_referenced_p_1): Delete.
4329         (rtx_referenced_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
4330         Assert that the rtx we're looking for is nonnull.  Allow searches
4331         for constant pool SYMBOL_REFs.
4333 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4335         * reload1.c: Include rtl-iter.h.
4336         (note_reg_elim_costly): Turn from being a for_each_rtx callback
4337         to being a function that examines each subrtx itself.
4338         (eliminate_regs_1, elimination_costs_in_insn): Update accordingly.
4340 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4342         * regcprop.c (cprop_find_used_regs_1): Delete.
4343         (cprop_find_used_regs): Use FOR_EACH_SUBRTX instead of for_each_rtx.
4345 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4347         * regcprop.c: Include rtl-iter.h.
4348         (kill_value): Take a const_rtx.
4349         (kill_autoinc_value): Turn from being a for_each_rtx callback
4350         to being a function that examines each subrtx itself.
4351         (copyprop_hardreg_forward_1): Update accordingly.
4353 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4355         * reg-stack.c: Include rtl-iter.h.
4356         (subst_stack_regs_in_debug_insn): Delete.
4357         (subst_all_stack_regs_in_debug_insn): Use FOR_EACH_SUBRTX_PTR
4358         instead of for_each_rtx.
4360 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4362         * lower-subreg.c (find_decomposable_subregs): Turn from being
4363         a for_each_rtx callback to being a function that examines each
4364         subrtx itself.  Remove handling of null rtxes.
4365         (decompose_multiword_subregs): Update accordingly.
4367 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4369         * lower-subreg.c (adjust_decomposed_uses): Delete.
4370         (resolve_debug): Use FOR_EACH_SUBRTX_PTR rather than for_each_rtx.
4371         Remove handling of null rtxes.
4373 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4375         * lower-subreg.c: Include rtl-iter.h.
4376         (resolve_subreg_use): Turn from being a for_each_rtx callback
4377         to being a function that examines each subrtx itself.  Remove
4378         handling of null rtxes.
4379         (resolve_reg_notes, resolve_simple_move): Update accordingly.
4380         (decompose_multiword_subregs): Likewise.
4382 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4384         * loop-iv.c (altered_reg_used): Turn from being a for_each_rtx callback
4385         to being a function that examines each subrtx itself.
4386         (simplify_using_condition, simplify_using_initial_values): Update
4387         accordingly.
4389 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4391         * loop-iv.c: Include rtl-iter.h.
4392         (find_single_def_src): New function.
4393         (replace_single_def_regs): Turn from being a for_each_rtx callback
4394         to being a function that examines each subrtx itself.
4395         (replace_in_expr, simplify_using_initial_values): Update accordingly.
4397 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4399         * jump.c (eh_returnjump_p_1): Delete.
4400         (eh_returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
4401         Remove handling of null rtxes.
4403 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4405         * jump.c: Include rtl-iter.h.
4406         (returnjump_p_1): Delete.
4407         (returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
4408         Remove handling of null rtxes.
4410 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4412         * ira.c: Include rtl-iter.h.
4413         (set_paradoxical_subreg): Turn from being a for_each_rtx callback
4414         to being a function that examines each subrtx itself.  Remove
4415         handling of null rtxes.
4416         (update_equiv_regs): Update call accordingly.
4418 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4420         * fwprop.c: Include rtl-iter.h.
4421         (varying_mem_p): Turn from being a for_each_rtx callback to being
4422         a function that examines each subrtx itself.
4423         (propagate_rtx): Update accordingly.
4425 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4427         * function.c: Include rtl-iter.h
4428         (instantiate_virtual_regs_in_rtx): Turn from being a for_each_rtx
4429         callback to being a function that examines each subrtx itself.
4430         Return the changed flag.
4431         (instantiate_virtual_regs_in_insn, instantiate_decl_rtl)
4432         (instantiate_virtual_regs): Update calls accordingly.
4434 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4436         * final.c: Include rtl-iter.h.
4437         (mark_symbol_ref_as_used): Delete.
4438         (mark_symbol_refs_as_used): Use FOR_EACH_SUBRTX instead of
4439         for_each_rtx.
4441 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4443         * emit-rtl.c: Include rtl-iter.h.
4444         (find_auto_inc): Turn from being a for_each_rtx callback to being
4445         a function that examines each subrtx itself.  Assume the first operand
4446         to an RTX_AUTOINC is the automodified register.
4447         (try_split): Update call accordingly.
4449 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4451         * dwarf2out.c (resolve_one_addr): Remove unused data parameter.
4452         Return a bool, inverting the result so that 0/false means "not ok".
4453         Use FOR_EACH_SUBRTX_PTR instead of for_each_rtx to iterate over
4454         subrtxes of a CONST.
4455         (mem_loc_descriptor, add_const_value_attribute)
4456         (resolve_addr_in_expr): Update calls accordingly.
4458 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4460         * dwarf2out.c: Include rtl-iter.h.
4461         (const_ok_for_output_1): Take the rtx instead of a pointer to it.
4462         Remove unused data parameter.  Return a bool, inverting the result
4463         so that 0/false means "not ok".
4464         (const_ok_for_output): Update accordingly.  Use FOR_EACH_SUBRTX_VAR
4465         instead of for_each_rtx.
4467 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4469         * dse.c: Include rtl-iter.h.
4470         (check_mem_read_rtx): Change void * parameter to real type.
4471         Remove return value.
4472         (check_mem_read_use): Fix comment.  Use FOR_EACH_SUBRTX_PTR instead of
4473         for_each_rtx.  Don't handle null rtxes.
4475 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4477         * df-problems.c: Include rtl-iter.h.
4478         (find_memory): Turn from being a for_each_rtx callback to being
4479         a function that examines each subrtx itself.  Continue to look for
4480         volatile references even after a nonvolatile one has been found.
4481         (can_move_insns_across): Update calls accordingly.
4483 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4485         * ddg.c (walk_mems_2, walk_mems_1): Delete.
4486         (insns_may_alias_p): Use FOR_EACH_SUBRTX rather than for_each_rtx
4487         to iterate over subrtxes.  Return a bool rather than an int.
4489 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4491         * ddg.c: Include rtl-iter.h.
4492         (mark_mem_use_1): Rename to...
4493         (mark_mem_use): ...deleting old mark_mem_use.  Use FOR_EACH_SUBRTX
4494         instead of for_each_rtx.
4495         (mem_read_insn_p): Update accordingly.
4497 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4499         * cse.c (change_cc_mode_args): Delete.
4500         (cse_change_cc_mode): Turn from being a for_each_rtx callback to being
4501         a function that examines each subrtx itself.  Take the fields of
4502         change_cc_mode_args as argument and return void.
4503         (cse_change_cc_mode_insn): Update calls accordingly.
4505 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4507         * cse.c (is_dead_reg): Change argument to const_rtx.
4508         (dead_debug_insn_data): Delete.
4509         (is_dead_debug_insn): Expand commentary.  Turn from being a
4510         for_each_rtx callback to being a function that examines
4511         each subrtx itself.  Take the fields of dead_debug_insn_data
4512         as argument.
4513         (delete_trivially_dead_insns): Update call accordingly.
4515 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4517         * cse.c (check_for_label_ref): Move earlier in file.  Turn from
4518         being a for_each_rtx callback to being a function that examines
4519         each subrtx itself.
4520         (cse_extended_basic_block): Update call accordingly.
4522 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4524         * cse.c (check_dependence_data): Delete.
4525         (check_dependence): Change from being a for_each_rtx callback to being
4526         a function that examines all subrtxes itself.  Don't handle null rtxes.
4527         (invalidate): Update call accordingly.
4529 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4531         * cse.c: Include rtl-iter.h.
4532         (approx_reg_cost_1): Delete.
4533         (approx_reg_cost): Use FOR_EACH_SUBRTX instead of for_each_rtx.
4534         Don't handle null rtxes.
4536 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4538         * cfgcleanup.c: Include rtl-iter.h.
4539         (mentions_nonequal_regs): Turn from being a for_each_rtx callback
4540         to being a function that examines each subrtx itself.
4541         (thread_jump): Update accordingly.
4543 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4545         * combine-stack-adj.c: Include rtl-iter.h.
4546         (record_stack_refs_data): Delete.
4547         (record_stack_refs): Turn from being a for_each_rtx callback
4548         to being a function that examines each subrtx itself.
4549         Take a pointer to the reflist.  Invert sense of return value
4550         so that true means success and false means failure.  Don't
4551         handle null rtxes.
4552         (combine_stack_adjustments_for_block): Update accordingly.
4554 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4556         * combine.c (record_truncated_value): Turn from being a for_each_rtx
4557         callback to a function that takes an rtx and returns a bool
4558         (record_truncated_values): Use FOR_EACH_SUBRTX_VAR instead of
4559         for_each_rtx.
4561 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4563         * combine.c: Include rtl-iter.h.
4564         (unmentioned_reg_p_1): Delete.
4565         (unmentioned_reg_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
4566         Don't handle null rtxes.
4568 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4570         * calls.c: Include rtl-iter.h.
4571         (internal_arg_pointer_based_exp_1): Delete.
4572         (internal_arg_pointer_based_exp): Take a const_rtx.
4573         Use FOR_EACH_SUBRTX to iterate over subrtxes.
4575 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4577         * caller-save.c: Include rtl-iter.h.
4578         (add_used_regs_1): Delete.
4579         (add_used_regs): Use FOR_EACH_SUBRTX rather than for_each_rtx
4580         to iterate over subrtxes.  Assert that any remaining pseudos
4581         have been spilled.
4583 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4585         * bt-load.c: Include rtl-iter.h.
4586         (btr_reference_found, find_btr_reference, btr_referenced_p): Delete.
4587         (find_btr_use): Move further up file.  Use FOR_EACH_SUBRTX_PTR
4588         to iterate over subrtxes.
4589         (insn_sets_btr_p, new_btr_user, compute_defs_uses_and_gen): Use
4590         find_btr_use rather than btr_referenced_p.
4592 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4594         * alias.c: Include rtl-iter.h.
4595         (refs_newer_value_cb): Delete.
4596         (refs_newer_value_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
4598 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
4600         * rtl-iter.h: New file.
4601         * rtlanal.c: Include it.
4602         (rtx_all_subrtx_bounds, rtx_nonconst_subrtx_bounds): New variables.
4603         (generic_subrtx_iterator <T>::add_single_to_queue)
4604         (generic_subrtx_iterator <T>::add_subrtxes_to_queue)
4605         (generic_subrtx_iterator <T>::free_array): New functions.
4606         (generic_subrtx_iterator <T>::LOCAL_ELEMS): Define.
4607         (generic_subrtx_iterator <const_rtx_accessor>)
4608         (generic_subrtx_iterator <rtx_var_accessor>
4609         (generic_subrtx_iterator <rtx_ptr_accessor>): Instantiate.
4610         (setup_reg_subrtx_bounds): New function.
4611         (init_rtlanal): Call it.
4613 2014-08-27  Kaz Kojima  <kkojima@gcc.gnu.org>
4615         PR target/62261
4616         * config/sh/sh.md (ashlsi3): Handle negative shift count for
4617         TARGET_SHMEDIA.
4618         (ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
4620 2014-08-27  Richard Sandiford  <rdsandiford@googlemail.com>
4622         * emit-rtl.c (set_unique_reg_note): Discard notes with side effects.
4624 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4626         * rtl.h (JUMP_LABEL_AS_INSN): New.
4628 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4630         * rtl.h (free_EXPR_LIST_list): Strengthen param from rtx * to
4631         rtx_expr_list **.
4632         (alloc_EXPR_LIST): Strengthen return type from rtx to
4633         rtx_expr_list *.
4634         (remove_free_EXPR_LIST_node): Likewise for param.
4635         * reload.h (struct reg_equivs_t): Strengthen field "alt_mem_list"
4636         from rtx to rtx_expr_list *.
4637         * sched-int.h (struct deps_desc): Strengthen fields
4638         "pending_read_mems" and "pending_write_mems" from rtx to
4639         rtx_expr_list *.
4641         * dwarf2out.c (decl_piece_varloc_ptr): Strengthen return type from
4642         rtx to rtx_expr_list *.
4643         * lists.c (alloc_INSN_LIST): Likewise, also for local "r".
4644         (free_EXPR_LIST_list): Strengthen param "listp" from rtx * to
4645         rtx_expr_list **.
4646         (remove_free_EXPR_LIST_node): Likewise.  Strengthen local "node"
4647         from rtx to rtx_expr_list *.
4648         * loop-iv.c (simplify_using_initial_values): Strengthen local
4649         "cond_list" from rtx to rtx_expr_list *, and locals "pnode",
4650         "pnote_next" from rtx * to rtx_expr_list **.
4651         * sched-deps.c (remove_from_both_dependence_lists):  Strengthen
4652         param "exprp" from rtx * to rtx_expr_list **.
4653         (add_insn_mem_dependence): Strengthen local "mem_list" from
4654         rtx * to rtx_expr_list **.  Strengthen local "mem_node" from rtx
4655         to rtx_expr_list *.
4656         * sched-rgn.c (concat_insn_mem_list): Strengthen param "copy_mems"
4657         and local "new_mems" from rtx to rtx_expr_list *.  Strengthen
4658         param "old_mems_p" from rtx * to rtx_expr_list **.
4659         * var-tracking.c (struct adjust_mem_data): Strengthen field
4660         "side_effects" from rtx to rtx_expr_list *.
4661         (adjust_insn): Replace NULL_RTX with NULL when assigning to
4662         rtx_expr_list *.
4663         (prepare_call_arguments): Likewise.
4665 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4667         * function.h (struct rtl_data): Strengthen field
4668         "x_stack_slot_list" from rtx to rtx_expr_list *.
4670         * emit-rtl.c (unshare_all_rtl_1): Add a checked cast
4671         when assigning to stack_slot_list.
4673 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4675         * function.h (struct rtl_data): Strengthen field
4676         x_nonlocal_goto_handler_labels from rtx to rtx_expr_list *.
4677         * rtl.h (remove_node_from_expr_list): Strengthen second param from
4678         rtx * to rtx_expr_list **.
4680         * cfgbuild.c (make_edges): In loop over
4681         nonlocal_goto_handler_labels, strengthen local "x" from rtx to
4682         rtx_expr_list *, and use methods of the latter class to clarify
4683         the code.
4684         * cfgrtl.c (cfg_layout_initialize): Strengthen local "x" from rtx to
4685         rtx_expr_list *, and use methods of the latter class to clarify
4686         the code.
4687         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
4688         * reload1.c (set_initial_label_offsets): Likewise for local "x".
4689         * rtlanal.c (remove_node_from_expr_list): Strengthen param "listp"
4690         from rtx * to rtx_expr_list **.  Strengthen local "temp" from rtx
4691         to rtx_expr_list *.  Use methods of the latter class to clarify
4692         the code.
4694 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4696         * function.h (struct expr_status): Strengthen field
4697         "x_forced_labels" from rtx to rtx_expr_list *.
4699         * cfgbuild.c (make_edges): Split local "x" into two locals,
4700         strengthening one from rtx to rtx_expr_list *, and using methods
4701         of said class.
4702         * dwarf2cfi.c (create_trace_edges): Split local "lab" out; within
4703         loop over forced_labels, introduce strengthen it from rtx to
4704         rtx_expr_list *, using methods to clarify the code.
4705         * jump.c (rebuild_jump_labels_1): Strengthen local "insn" from rtx
4706         to rtx_expr_list *, using methods of said class to clarify the
4707         code.
4708         * reload1.c (set_initial_label_offsets): Split local "x" into two
4709         per-loop variables, strengthening the first from rtx to
4710         rtx_expr_list * and using methods.
4712 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4714         * coretypes.h (class rtx_expr_list): Add forward declaration.
4715         * emit-rtl.c (gen_rtx_EXPR_LIST): New.
4716         * gengenrtl.c (special_rtx): Add EXPR_LIST.
4717         * rtl.h (class rtx_expr_list): New subclass of rtx_def, adding
4718         invariant: GET_CODE (X) == EXPR_LIST.
4719         (is_a_helper <rtx_expr_list *>::test): New.
4720         (rtx_expr_list::next): New.
4721         (rtx_expr_list::element): New.
4722         (gen_rtx_EXPR_LIST): New.
4724 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4726         * varasm.c (mark_constants): Convert a GET_CODE check into a
4727         dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
4728         Use methods of rtx_sequence to clarify the code.
4730 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4732         * sched-vis.c (print_pattern): Within SEQUENCE case, introduce a
4733         local "seq" via a checked cast, and use methods of rtx_sequence
4734         to simplify the code.
4736 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4738         * resource.c (mark_referenced_resources): Strengthen local
4739         "sequence" from rtx to rtx_sequence *, adding a checked cast, and
4740         using methods of rtx_sequence to clarify the code.
4741         (find_dead_or_set_registers): Within the switch statement, convert
4742         a GET_CODE check to a dyn_cast, introducing local "seq".  Within
4743         the JUMP_P handling, introduce another local "seq", adding a
4744         checked cast to rtx_sequence *.  In both cases, use methods of
4745         rtx_sequence to clarify the code.
4746         (mark_set_resources): Within SEQUENCE case, introduce local "seq"
4747         via a checked cast, and use methods of rtx_sequence to simplify
4748         the code.
4750 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4752         * reorg.c (redundant_insn): In two places in the function, replace
4753         a check of GET_CODE with a dyn_cast, introducing local "seq", and
4754         usings methods of rtx_sequence to clarify the code.
4756 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4758         * jump.c (mark_jump_label_1): Within the SEQUENCE case, introduce
4759         local "seq" with a checked cast, and use methods of rtx_sequence
4760         to clarify the code.
4762 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4764         * function.c (contains): Introduce local "seq" for PATTERN (insn),
4765         with a checked cast, in the region for where we know it's a
4766         SEQUENCE.  Use methods of rtx_sequence.
4768 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4770         * final.c (get_attr_length_1): Replace GET_CODE check with a
4771         dyn_cast, introducing local "seq" and the use of methods of
4772         rtx_sequence.
4773         (shorten_branches): Likewise, introducing local "body_seq".
4774         Strengthen local "inner_insn" from rtx to rtx_insn *.
4775         (reemit_insn_block_notes): Replace GET_CODE check with a
4776         dyn_cast, strengthening local "body" from rtx to rtx_sequence *.
4777         Use methods of rtx_sequence.
4778         (final_scan_insn): Likewise, introducing local "seq" for when
4779         "body" is known to be a SEQUENCE, using its methods.
4781 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4783         * except.c (can_throw_external): Strengthen local "seq" from rtx
4784         to rtx_sequence *.  Use methods of rtx_sequence.
4785         (insn_nothrow_p): Likewise.
4787 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4789         * dwarf2cfi.c (create_trace_edges): Convert GET_CODE check into a
4790         dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
4791         Use methods of rtx_sequence.
4792         (scan_trace): Likewise for local "pat".
4794 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4796         * coretypes.h (class rtx_sequence): Add forward declaration.
4797         * rtl.h (class rtx_sequence): New subclass of rtx_def, adding
4798         invariant: GET_CODE (X) == SEQUENCE.
4799         (is_a_helper <rtx_sequence *>::test): New.
4800         (is_a_helper <const rtx_sequence *>::test): New.
4801         (rtx_sequence::len): New.
4802         (rtx_sequence::element): New.
4803         (rtx_sequence::insn): New.
4805 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4807         * rtl.h (free_INSN_LIST_list): Strengthen param from rtx * to
4808         rtx_insn_list **.
4809         (alloc_INSN_LIST): Strengthen return type from rtx to
4810         rtx_insn_list *.
4811         (copy_INSN_LIST): Likewise for return type and param.
4812         (concat_INSN_LIST): Likewise for both params and return type.
4813         (remove_free_INSN_LIST_elem): Strenghten first param from rtx to
4814         rtx_insn *.  Strengthen second param from rtx * to rtx_insn_list **.
4815         (remove_free_INSN_LIST_node): Strenghten return type from rtx to
4816         rtx_insn *.  Strengthen param from rtx * to rtx_insn_list **.
4818         * sched-int.h (struct deps_reg): Strengthen fields "uses", "sets",
4819         "implicit_sets", "control_uses", "clobbers" from rtx to
4820         rtx_insn_list *.
4821         (struct deps_desc): Likewise for fields "pending_read_insns",
4822         "pending_write_insns", "pending_jump_insns",
4823         "last_pending_memory_flush", "last_function_call",
4824         "last_function_call_may_noreturn", "sched_before_next_call",
4825         "sched_before_next_jump".
4826         (struct _haifa_deps_insn_data): Likewise for field "cond_deps".
4827         (remove_from_deps): Strengthen second param from rtx to rtx_insn *.
4829         * gcse.c (struct ls_expr): Strengthen fields "loads" and "stores"
4830         from rtx to rtx_insn_list *.
4831         (ldst_entry): Replace use of NULL_RTX with NULL when dealing with
4832         rtx_insn_list *.
4834         * haifa-sched.c (insn_queue): Strengthen this variable from rtx *
4835         to rtx_insn_list **.
4836         (dep_cost_1): Strengthen local "dep_cost_rtx_link" from rtx to
4837         rtx_insn_list *.
4838         (queue_insn): Likewise for local "link".
4839         (struct haifa_saved_data): Strengthen field "insn_queue" from
4840         rtx * to rtx_insn_list **.
4841         (save_backtrack_point): Update allocation of save->insn_queue to
4842         reflect the strengthening of elements from rtx to rtx_insn_list *.
4843         (queue_to_ready): Strengthen local "link" from rtx to
4844         rtx_insn_list *; use methods "next" and "insn" when traversing the
4845         list.
4846         (early_queue_to_ready): Likewise for locals "link", "next_link",
4847         "prev_link".
4848         (schedule_block): Update allocation of insn_queue to reflect the
4849         strengthening of elements from rtx to rtx_insn_list *.  Strengthen
4850         local "link" from rtx to rtx_insn_list *, and use methods when
4851         working it.
4852         (add_to_speculative_block): Strengthen locals "twins" and
4853         "next_node" from rtx to rtx_insn_list *, and use methods when
4854         working with them.  Strengthen local "twin" from rtx to
4855         rtx_insn *, eliminating a checked cast.
4856         (fix_recovery_deps): Strengthen locals "ready_list" and "link"
4857         from rtx to rtx_insn_list *, and use methods when working with
4858         them.
4860         * lists.c (alloc_INSN_LIST): Strengthen return type and local "r"
4861         from rtx to rtx_insn_list *, adding a checked cast.
4862         (free_INSN_LIST_list): Strengthen param "listp" from rtx * to
4863         rtx_insn_list **.
4864         (copy_INSN_LIST): Strengthen return type and locals "new_queue",
4865         "newlink" from rtx to rtx_insn_list *.  Strengthen local
4866         "pqueue" from rtx * to rtx_insn_list **.  Strengthen local "x"
4867         from rtx to rtx_insn *.
4868         (concat_INSN_LIST): Strengthen return type and local "new_rtx",
4869         from rtx to rtx_insn_list *.  Use methods of the latter class.
4870         (remove_free_INSN_LIST_elem): Strengthen param "elem" from rtx to
4871         rtx_insn *, and param "listp" from rtx * to rtx_insn_list **.
4872         (remove_free_INSN_LIST_node): Strengthen return type and local
4873         "elem" from rtx to rtx_insn *.  Strenghten param "listp" from
4874         rtx * to rtx_insn_list **.  Strengthen local "node" from rtx to
4875         rtx_insn_list *, using "insn" method.
4877         * sched-deps.c (add_dependence_list):  Strengthen param "list"
4878         from rtx to rtx_insn_list *, and use methods when working with it.
4879         (add_dependence_list_and_free):  Strengthen param "listp" from
4880         rtx * to rtx_insn_list **.
4881         (remove_from_dependence_list): Strenghten param "listp" from rtx *
4882         to rtx_insn_list **, and use methods when working with *listp.
4883         (remove_from_both_dependence_lists): Strengthen param "listp" from
4884         rtx * to rtx_insn_list **
4885         (add_insn_mem_dependence): Strengthen local "insn_list" from rtx *
4886         to rtx_insn_list **.  Eliminate local "link", in favor of two new
4887         locals "insn_node" and "mem_node", an rtx_insn_list * and an rtx
4888         respectively.
4889         (deps_analyze_insn): Split out uses 'f local "t" as an INSN_LIST
4890         by introducing local "cond_deps".
4891         (remove_from_deps): Strengthen param "insn" from rtx to
4892         rtx_insn *.
4894         * sched-rgn.c (concat_insn_mem_list): Strengthen param
4895         "copy_insns" and local "new_insns" from rtx to rtx_insn_list *.
4896         Strengthen param "old_insns_p" from rtx * to rtx_insn_list **.
4897         Use methods of rtx_insn_list.
4899         * store-motion.c (struct st_expr): Strengthen fields
4900         "antic_stores" and "avail_stores" from rtx to rtx_insn_list *.
4901         (st_expr_entry): Replace NULL_RTX with NULL when dealing with
4902         rtx_insn_list *.
4903         (find_moveable_store): Split out "tmp" into multiple more-tightly
4904         scoped locals.  Use methods of rtx_insn_list *.
4905         (compute_store_table): Strengthen local "tmp" from rtx to
4906         rtx_insn *.  Use methods of rtx_insn_list *.
4908 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4910         * coretypes.h (class rtx_insn_list): Add forward declaration.
4911         * rtl.h (class rtx_insn_list): New subclass of rtx_def
4912         (is_a_helper <rtx_insn_list *>::test): New.
4913         (rtx_insn_list::next): New.
4914         (rtx_insn_list::insn): New.
4915         (gen_rtx_INSN_LIST): Add prototype.
4916         * emit-rtl.c (gen_rtx_INSN_LIST): New.
4917         * gengenrtl.c (special_rtx): Add INSN_LIST.
4919 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4921         * ira-lives.c (find_call_crossed_cheap_reg): Strengthen local
4922         "prev" from rtx to rtx_insn *.
4924 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4926         * rtl.h (INSN_UID): Convert from a macro to a pair of inline
4927         functions.  Require merely an rtx for now, not an rtx_insn *.
4928         (BLOCK_FOR_INSN): Likewise.
4929         (INSN_LOCATION): Likewise.
4930         (INSN_HAS_LOCATION): Convert from a macro to an inline function.
4932 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4934         * rtl.h (PATTERN): Convert this macro into a pair of inline
4935         functions, for now, requiring const_rtx and rtx.
4937 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4939         * target.def (unwind_emit): Strengthen param "insn" from rtx to
4940         rtx_insn *.
4941         (final_postscan_insn): Likewise.
4942         (adjust_cost): Likewise.
4943         (adjust_priority): Likewise.
4944         (variable_issue): Likewise.
4945         (macro_fusion_pair_p): Likewise.
4946         (dfa_post_cycle_insn): Likewise.
4947         (first_cycle_multipass_dfa_lookahead_guard): Likewise.
4948         (first_cycle_multipass_issue): Likewise.
4949         (dfa_new_cycle): Likewise.
4950         (adjust_cost_2): Likewise for params "insn" and "dep_insn".
4951         (speculate_insn): Likewise for param "insn".
4952         (gen_spec_check): Likewise for params "insn" and "label".
4953         (get_insn_spec_ds): Likewise for param "insn".
4954         (get_insn_checked_ds): Likewise.
4955         (dispatch_do): Likewise.
4956         (dispatch): Likewise.
4957         (cannot_copy_insn_p): Likewise.
4958         (invalid_within_doloop): Likewise.
4959         (legitimate_combined_insn): Likewise.
4960         (needed): Likewise.
4961         (after): Likewise.
4963         * doc/tm.texi: Automatically updated to reflect changes to
4964         target.def.
4966         * haifa-sched.c (choose_ready): Convert NULL_RTX to NULL when
4967         working with insn.
4968         (schedule_block): Likewise.
4969         (sched_init): Likewise.
4970         (sched_speculate_insn): Strengthen param "insn" from rtx to
4971         rtx_insn *.
4972         (ready_remove_first_dispatch): Convert NULL_RTX to NULL when
4973         working with insn.
4974         * hooks.c (hook_bool_rtx_true): Rename to...
4975         hook_bool_rtx_insn_true): ...this, and strengthen first param from
4976         rtx to rtx_insn *.
4977         (hook_constcharptr_const_rtx_null): Rename to...
4978         (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
4979         first param from const_rtx to const rtx_insn *.
4980         (hook_bool_rtx_int_false): Rename to...
4981         (hook_bool_rtx_insn_int_false): ...this, and strengthen first
4982         param from rtx to rtx_insn *.
4983         (hook_void_rtx_int): Rename to...
4984         (hook_void_rtx_insn_int): ...this, and strengthen first param from
4985         rtx to rtx_insn *.
4987         * hooks.h (hook_bool_rtx_true): Rename to...
4988         (hook_bool_rtx_insn_true): ...this, and strengthen first param from
4989         rtx to rtx_insn *.
4990         (hook_bool_rtx_int_false): Rename to...
4991         (hook_bool_rtx_insn_int_false): ...this, and strengthen first
4992         param from rtx to rtx_insn *.
4993         (hook_void_rtx_int): Rename to...
4994         (hook_void_rtx_insn_int): ...this, and strengthen first param from
4995         rtx to rtx_insn *.
4996         (hook_constcharptr_const_rtx_null): Rename to...
4997         (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
4998         first param from const_rtx to const rtx_insn *.
5000         * sched-deps.c (sched_macro_fuse_insns): Strengthen param "insn"
5001         and local "prev" from rtx to rtx_insn *.
5003         * sched-int.h (sched_speculate_insn): Strengthen first param from
5004         rtx to rtx_insn *.
5006         * sel-sched.c (create_speculation_check): Likewise for local "label".
5007         * targhooks.c (default_invalid_within_doloop): Strengthen param
5008         "insn" from const_rtx to const rtx_insn *.
5009         * targhooks.h (default_invalid_within_doloop): Strengthen param
5010         from const_rtx to const rtx_insn *.
5012         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Likewise.
5013         (alpha_adjust_cost): Likewise for params "insn", "dep_insn".
5015         * config/arc/arc.c (arc_sched_adjust_priority): Likewise for param
5016         "insn".
5017         (arc_invalid_within_doloop): Likewise, with const.
5019         * config/arm/arm.c (arm_adjust_cost): Likewise for params "insn", "dep".
5020         (arm_cannot_copy_insn_p): Likewise for param "insn".
5021         (arm_unwind_emit): Likewise.
5023         * config/bfin/bfin.c (bfin_adjust_cost): Likewise for params "insn",
5024         "dep_insn".
5026         * config/c6x/c6x.c (c6x_dfa_new_cycle): Likewise for param "insn".
5027         (c6x_variable_issue): Likewise.  Removed now-redundant checked
5028         cast.
5029         (c6x_adjust_cost): Likewise for params "insn", "dep_insn".
5031         * config/epiphany/epiphany-protos.h (epiphany_mode_needed):
5032         Likewise for param "insn".
5033         (epiphany_mode_after): Likewise.
5034         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise for
5035         params "insn", "dep_insn".
5036         (epiphany_mode_needed): Likewise for param "insn".
5037         (epiphany_mode_after): Likewise.
5039         * config/i386/i386-protos.h (i386_pe_seh_unwind_emit): Likewise.
5040         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
5041         (ix86_avx_u128_mode_needed): Likewise.
5042         (ix86_i387_mode_needed): Likewise.
5043         (ix86_mode_needed): Likewise.
5044         (ix86_avx_u128_mode_after): Likewise.
5045         (ix86_mode_after): Likewise.
5046         (ix86_adjust_cost): Likewise for params "insn", "dep_insn".
5047         (ix86_macro_fusion_pair_p): Likewise for params "condgen", "condjmp".
5048         (ix86_adjust_priority): Likewise for param "insn".
5049         (core2i7_first_cycle_multipass_issue): Likewise for param "insn".
5050         (do_dispatch): Likewise.
5051         (has_dispatch): Likewise.
5052         * config/i386/winnt.c (i386_pe_seh_unwind_emit): Likewise.
5054         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Update to
5055         reflect renaming of default hook implementation from
5056         hook_constcharptr_const_rtx_null to
5057         hook_constcharptr_const_rtx_insn_null.
5058         (ia64_adjust_cost_2): Strengthen params "insn", "dep_insn" from
5059         rtx to rtx_insn *.
5060         (ia64_variable_issue): Likewise for param "insn".
5061         (ia64_first_cycle_multipass_dfa_lookahead_guard): Likewise.
5062         (ia64_dfa_new_cycle): Likewise.
5063         (ia64_get_insn_spec_ds): Likewise.
5064         (ia64_get_insn_checked_ds): Likewise.
5065         (ia64_speculate_insn): Likewise.
5066         (ia64_gen_spec_check): Likewise for params "insn", "label".
5067         (ia64_asm_unwind_emit): Likewise for param "insn".
5069         * config/m32r/m32r.c (m32r_adjust_priority): Likewise.
5071         * config/m68k/m68k.c (m68k_sched_adjust_cost): Likewise for params
5072         "insn", "def_insn".
5073         (m68k_sched_variable_issue): Likewise for param "insn".
5075         * config/mep/mep.c (mep_adjust_cost): Likewise for params "insn",
5076         "def_insn".
5078         * config/microblaze/microblaze.c (microblaze_adjust_cost):
5079         Likewise for params "insn", "dep".
5081         * config/mips/mips.c (mips_adjust_cost): Likewise.
5082         (mips_variable_issue): Likewise for param "insn".
5083         (mips_final_postscan_insn): Likewise.
5085         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost): Likewise
5086         for params "insn", "dep".
5088         * config/pa/pa.c (pa_adjust_cost): Likewise for params "insn",
5089         "dep_insn".
5090         (pa_adjust_priority): Likewise for param "insn".
5092         * config/picochip/picochip.c (picochip_sched_adjust_cost):
5093         Likewise for params "insn", "dep_insn".
5095         * config/rs6000/rs6000.c (rs6000_variable_issue_1): Likewise for
5096         param "insn".
5097         (rs6000_variable_issue): Likewise.
5098         (rs6000_adjust_cost): Likewise for params "insn", "dep_insn".
5099         (rs6000_debug_adjust_cost): Likewise.
5100         (rs6000_adjust_priority): Likewise for param "insn".
5101         (rs6000_use_sched_lookahead_guard): Likewise.
5102         (get_next_active_insn): Likewise for return type and both params.
5103         (redefine_groups): Likewise for params "prev_head_insn", "tail"
5104         and locals "insn", "next_insn".
5105         (pad_groups): Likewise.
5107         * config/s390/s390.c (s390_adjust_priority): Likewise for param
5108         "insn".
5109         (s390_cannot_copy_insn_p): Likewise.
5110         (s390_sched_variable_issue): Likewise for third param, eliminating
5111         checked cast.
5112         (TARGET_INVALID_WITHIN_DOLOOP): Update to reflect renaming of
5113         default hook implementation from hook_constcharptr_const_rtx_null
5114         to hook_constcharptr_const_rtx_insn_null.
5116         * config/sh/sh.c (sh_cannot_copy_insn_p): Strengthen param "insn"
5117         from rtx to rtx_insn *.
5118         (sh_adjust_cost): Likewise for params "insn", "dep_insn".
5119         (sh_variable_issue): Likewise for param "insn".
5120         (sh_dfa_new_cycle): Likewise.
5121         (sh_mode_needed): Likewise.
5122         (sh_mode_after): Likewise.
5124         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise for
5125         params "insn", "dep_insn".
5126         (hypersparc_adjust_cost): Likewise.
5127         (sparc_adjust_cost): Likewise.
5129         * config/spu/spu.c (spu_sched_variable_issue): Likewise for third
5130         param, eliminated checked cast.
5131         (spu_sched_adjust_cost): Likewise for first and third params.
5133         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Strengthen
5134         params "insn" and "dep_insn" from rtx to rtx_insn *.
5136         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost): Likewise.
5138 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
5140         * gcc/config/mn10300/mn10300.c (is_load_insn): Rename to...
5141         (set_is_load_p): ...this, updating to work on a SET pattern rather
5142         than an insn.
5143         (is_store_insn): Rename to...
5144         (set_is_store_p): ...this, updating to work on a SET pattern
5145         rather than an insn.
5146         (mn10300_adjust_sched_cost): Move call to get_attr_timings from
5147         top of function to where it is needed.  Rewrite the bogus
5148         condition that checks for "insn" and "dep" being PARALLEL to
5149         instead use single_set, introducing locals "insn_set" and
5150         "dep_set".  Given that we only ever returned "cost" for a non-pair
5151         of SETs, bail out early if we don't have a pair of SET.
5152         Rewrite all uses of PATTERN (dep) and PATTERN (insn) to instead
5153         use the new locals "insn_set" and "dep_set", and update calls to
5154         is_load_insn and is_store_insn to be calls to set_is_load_p and
5155         set_is_store_p.
5157 2014-08-27  Guozhi Wei  <carrot@google.com>
5159         PR target/62262
5160         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Check the shift
5161         amount before using it.
5163 2014-08-27  Richard Biener  <rguenther@suse.de>
5165         * gimple-fold.c (get_maxval_strlen): Add overload wrapping
5166         get_maxval_strlen inside a more useful API.
5167         (gimple_fold_builtin_with_strlen): Remove and fold into ...
5168         (gimple_fold_builtin): ... caller.
5169         (gimple_fold_builtin_strlen, gimple_fold_builtin_strcpy,
5170         gimple_fold_builtin_strncpy, gimple_fold_builtin_strcat,
5171         gimple_fold_builtin_fputs, gimple_fold_builtin_memory_chk,
5172         gimple_fold_builtin_stxcpy_chk, gimple_fold_builtin_stxncpy_chk,
5173         gimple_fold_builtin_snprintf_chk, gimple_fold_builtin_snprintf,
5174         gimple_fold_builtin_sprintf): Adjust to compute maxval
5175         themselves.
5177 2014-08-27  Yvan Roux  <yvan.roux@linaro.org>
5179         PR other/62248
5180         * config.gcc (arm*-*-*): Check --with-fpu against arm-fpus.def.
5182 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
5183             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
5184             Anna Tikhonova  <anna.tikhonova@intel.com>
5185             Ilya Tocar  <ilya.tocar@intel.com>
5186             Andrey Turetskiy  <andrey.turetskiy@intel.com>
5187             Ilya Verbin  <ilya.verbin@intel.com>
5188             Kirill Yukhin  <kirill.yukhin@intel.com>
5189             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
5191         * config/i386/sse.md
5192         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"):
5193         Use `concat_tg_mode' attribute to determine asm register size.
5195 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
5196             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
5197             Anna Tikhonova  <anna.tikhonova@intel.com>
5198             Ilya Tocar  <ilya.tocar@intel.com>
5199             Andrey Turetskiy  <andrey.turetskiy@intel.com>
5200             Ilya Verbin  <ilya.verbin@intel.com>
5201             Kirill Yukhin  <kirill.yukhin@intel.com>
5202             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
5204         * config/i386/sse.md
5205         (define_mode_iterator VI48_AVX512VL): New.
5206         (define_mode_iterator VI_UNALIGNED_LOADSTORE): Delete.
5207         (define_mode_iterator VI_ULOADSTORE_BW_AVX512VL): New.
5208         (define_mode_iterator VI_ULOADSTORE_F_AVX512VL): Ditto.
5209         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
5210         with VI1): Change mode iterator.
5211         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
5212         with VI_ULOADSTORE_BW_AVX512VL): New.
5213         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
5214         with VI_ULOADSTORE_F_AVX512VL): Ditto.
5215         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
5216         with VI1): Change mode iterator.
5217         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
5218         with VI_ULOADSTORE_BW_AVX512VL): New.
5219         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
5220         with VI_ULOADSTORE_F_AVX512VL): Ditto.
5221         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
5222         with VI1): Change mode iterator.
5223         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
5224         with VI_ULOADSTORE_BW_AVX512VL): New.
5225         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
5226         with VI_ULOADSTORE_BW_AVX512VL): Ditto.
5227         (define_insn "avx512f_storedqu<mode>_mask"): Delete.
5228         (define_insn "<avx512>_storedqu<mode>_mask" with
5229         VI48_AVX512VL): New.
5230         (define_insn "<avx512>_storedqu<mode>_mask" with
5231         VI12_AVX512VL): Ditto.
5233 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
5234             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
5235             Anna Tikhonova  <anna.tikhonova@intel.com>
5236             Ilya Tocar  <ilya.tocar@intel.com>
5237             Andrey Turetskiy  <andrey.turetskiy@intel.com>
5238             Ilya Verbin  <ilya.verbin@intel.com>
5239             Kirill Yukhin  <kirill.yukhin@intel.com>
5240             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
5242         * config/i386/sse.md
5243         (define_mode_iterator VI48_AVX2_48_AVX512F): Delete.
5244         (define_mode_iterator VI48_AVX512BW): New.
5245         (define_insn "<avx2_avx512f>_<shift_insn>v<mode><mask_name>"): Delete.
5246         (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
5247         with VI48_AVX2_48_AVX512F): New.
5248         (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
5249         with VI2_AVX512VL): Ditto.
5251 2014-08-27  Richard Biener  <rguenther@suse.de>
5253         PR middle-end/62239
5254         * builtins.c (fold_builtin_strcat_chk): Move to gimple-fold.c.
5255         (fold_builtin_3): Do not fold strcat_chk here.
5256         * gimple-fold.c (gimple_fold_builtin_strcat_chk): Move here
5257         from builtins.c.
5258         (gimple_fold_builtin): Fold strcat_chk here.
5260 2014-08-26  Aldy Hernandez  <aldyh@redhat.com>
5262         * dwarf2out.h (dwarf2out_decl): Remove prototype.
5263         * dwarf2out.c (dwarf2out_decl): Make static.
5265 2014-08-26  Joel Sherrill <joel.sherrill@oarcorp.com>
5267         * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
5269 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5271         * cselib.h (struct elt_loc_list): Strengthen field "setting_insn"
5272         from rtx to rtx_insn *.
5273         (cselib_lookup_from_insn): Likewise for final param.
5274         (cselib_subst_to_values_from_insn): Likewise.
5275         (cselib_add_permanent_equiv): Likewise.
5277         * cselib.c (cselib_current_insn): Likewise for this variable.
5278         (cselib_subst_to_values_from_insn): Likewise for param "insn".
5279         (cselib_lookup_from_insn): Likewise.
5280         (cselib_add_permanent_equiv): Likewise for param "insn" and local
5281         "save_cselib_current_insn".
5282         (cselib_process_insn): Replace use of NULL_RTX with NULL.
5284         * sched-deps.c (add_insn_mem_dependence): Strengthen param "insn"
5285         from rtx to rtx_insn *.
5287 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5289         * dse.c (dse_step6): Strengthen local "rinsn" from rtx to
5290         rtx_insn *.
5292 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5294         * df.h (df_dump_insn_problem_function): Strengthen first param of
5295         this callback from const_rtx to const rtx_insn *.
5296         (struct df_insn_info): Strengthen field "insn" from rtx to
5297         rtx_insn *.
5298         (DF_REF_INSN): Eliminate this function, reinstating the older
5299         macro definition.
5300         (df_find_def): Strengthen param 1 from rtx to rtx_insn *.
5301         (df_reg_defined): Likewise.
5302         (df_find_use): Likewise.
5303         (df_reg_used): Likewise.
5304         (df_dump_insn_top): Strengthen param 1 from const_rtx to
5305         const rtx_insn *.
5306         (df_dump_insn_bottom): Likewise.
5307         (df_insn_debug): Strengthen param 1 from rtx to rtx_insn *.
5308         (df_insn_debug_regno): Likewise.
5309         (debug_df_insn): Likewise.
5310         (df_rd_simulate_one_insn): Likewise for param 2.
5311         (df_word_lr_simulate_defs): Likewise for param 1.
5312         (df_word_lr_simulate_uses): Likewise.
5313         (df_md_simulate_one_insn): Likewise for param 2.
5314         (df_simulate_find_noclobber_defs): Likewise for param 1.
5315         (df_simulate_find_defs): Likewise.
5316         (df_simulate_defs): Likewise.
5317         (df_simulate_uses): Likewise.
5318         (df_simulate_one_insn_backwards): Likewise for param 2.
5319         (df_simulate_one_insn_forwards): Likewise.
5320         (df_uses_create): Likewise for param 2.
5321         (df_insn_create_insn_record): Likewise for param 1.
5322         (df_insn_delete): Likewise.
5323         (df_insn_rescan): Likewise.
5324         (df_insn_rescan_debug_internal): Likewise.
5325         (df_insn_change_bb): Likewise.
5326         (df_notes_rescan): Likewise.
5327         * rtl.h (remove_death): Likewise for param 2.
5328         (print_rtl_with_bb): Strengthen param 2 from const_rtx to
5329         const rtx_insn *.
5330         * sched-int.h (reemit_notes): Strengthen param from rtx to
5331         rtx_insn *.
5332         * valtrack.h (propagate_for_debug): Likewise for param 1.
5334         * cfgrtl.c (print_rtl_with_bb): Strengthen param "rtx_first" and
5335         local "tmp_rtx" from const_rtx to const rtx_insn *.
5336         * combine.c (remove_death): Strengthen param "insn" from rtx to
5337         rtx_insn *.
5338         (move_deaths): Likewise for local "where_dead".
5339         * cse.c (delete_trivially_dead_insns): Introduce local
5340         "bind_var_loc" so that "bind" can be strengthened to an rtx_insn *.
5341         * df-core.c (df_find_def): Strengthen param "insn" from rtx to
5342         rtx_insn *.
5343         (df_reg_defined): Likewise.
5344         (df_find_use): Likewise.
5345         (df_reg_used): Likewise.
5346         (df_dump_insn_problem_data): Strengthen param "insn" from
5347         const_rtx to const rtx_insn *.
5348         (df_dump_insn_top): Likewise.
5349         (df_dump_insn_bottom): Likewise.
5350         (df_insn_debug): Strengthen param "insn" from rtx to rtx_insn *.
5351         (df_insn_debug_regno): Likewise.
5352         (debug_df_insn): Likewise.
5353         (DF_REF_INSN): Delete.
5354         * df-problems.c (df_rd_simulate_one_insn): Strengthen param "insn"
5355         from rtx to rtx_insn *.
5356         (df_chain_insn_top_dump): Strengthen param "insn" from
5357         const_rtx to const rtx_insn *.
5358         (df_chain_insn_bottom_dump): Likewise.
5359         (df_word_lr_simulate_defs): Strengthen param "insn" from rtx to
5360         rtx_insn *.
5361         (df_word_lr_simulate_uses): Likewise.
5362         (df_print_note): Likewise.
5363         (df_remove_dead_and_unused_notes): Likewise.
5364         (df_set_unused_notes_for_mw): Likewise.
5365         (df_set_dead_notes_for_mw): Likewise.
5366         (df_create_unused_note): Likewise.
5367         (df_simulate_find_defs): Likewise.
5368         (df_simulate_find_uses): Likewise.
5369         (df_simulate_find_noclobber_defs): Likewise.
5370         (df_simulate_defs): Likewise.
5371         (df_simulate_uses): Likewise.
5372         (df_simulate_one_insn_backwards): Likewise.
5373         (df_simulate_one_insn_forwards): Likewise.
5374         (df_md_simulate_one_insn): Likewise.
5375         * df-scan.c (df_uses_create): Likewise.
5376         (df_insn_create_insn_record): Likewise.
5377         (df_insn_delete): Likewise.
5378         (df_insn_rescan): Likewise.
5379         (df_insn_rescan_debug_internal): Likewise.
5380         (df_insn_change_bb): Likewise.
5381         (df_notes_rescan): Likewise.
5382         (df_refs_add_to_chains): Likewise.
5383         (df_insn_refs_verify): Likewise.
5384         * emit-rtl.c (set_insn_deleted): Add checked cast to rtx_insn *
5385         when invoking df_insn_delete.
5386         (reorder_insns): Strengthen local "x" from rtx to rtx_insn *.
5387         (set_unique_reg_note): Add checked cast.
5388         * final.c (cleanup_subreg_operands): Likewise.
5389         * gcse.c (update_ld_motion_stores): Likewise, strengthening local
5390         "insn" from rtx to rtx_insn *.
5391         * haifa-sched.c (reemit_notes): Strengthen param "insn" and local
5392         "last" from rtx to rtx_insn *.
5393         * ira-emit.c (change_regs_in_insn): New function.
5394         (change_loop): Strengthen local "insn" from rtx to rtx_insn *.
5395         Invoke change_regs_in_insn rather than change_regs.
5396         * ira.c (update_equiv_regs): Strengthen locals "insn",
5397         "init_insn", "new_insn" from rtx to rtx_insn *.  Invoke
5398         for_each_rtx_in_insn rather than for_each_rtx.
5399         * recog.c (confirm_change_group): Add checked casts.
5400         (peep2_update_life): Strengthen local "x" from rtx to rtx_insn *.
5401         Add checked cast.
5402         (peep2_fill_buffer): Add checked cast.
5403         * rtlanal.c (remove_note): Likewise.
5404         * valtrack.c (propagate_for_debug): Strengthen param "insn" and
5405         locals "next" "end" from rtx to rtx_insn *.
5407 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5409         * sched-int.h (sched_init_insn_luid): Strengthen param 1 from rtx
5410         to rtx_insn *.
5411         (struct reg_use_data): Likewise for field "insn".
5412         (insn_cost): Likewise for param.
5413         (real_insn_for_shadow): Likewise for return type and param.
5414         (increase_insn_priority): Likewise for param 1.
5415         (debug_dependencies): Likewise for both params.
5417         * haifa-sched.c (insn_delay): Likewise for param "insn".
5418         (real_insn_for_shadow): Likewise for return type and param "insn".
5419         (update_insn_after_change): Likewise for param "insn".
5420         (recompute_todo_spec): Likewise for param "next" and locals "pro",
5421         "other".
5422         (insn_cost): Likewise for param "insn".
5423         (increase_insn_priority): Likewise.
5424         (calculate_reg_deaths): Likewise.
5425         (setup_insn_reg_pressure_info): Likewise.
5426         (model_schedule): Strengthen from vec<rtx> to vec<rtx_insn *>.
5427         (model_index): Strengthen param "insn" from rtx to rtx_insn *.
5428         (model_recompute): Likewise.
5429         (must_restore_pattern_p): Likewise for param "next".
5430         (model_excess_cost): Likewise for param "insn".
5431         (queue_remove): Likewise.
5432         (adjust_priority): Likewise for param "prev".
5433         (update_register_pressure): Likewise for param "insn".
5434         (setup_insn_max_reg_pressure): Likewise for local "insn".
5435         (update_reg_and_insn_max_reg_pressure): Likewise for param "insn".
5436         (model_add_to_schedule): Likewise.
5437         (model_reset_queue_indices): Likewise for local "insn".
5438         (unschedule_insns_until): Strengthen local "recompute_vec" from
5439         auto_vec<rtx> to auto_vec<rtx_insn *>.  Strengthen locals "last",
5440         "con" from rtx to rtx_insn *.
5441         (restore_last_backtrack_point): Likewise for both locals "x". Add
5442         checked casts.
5443         (estimate_insn_tick): Likewise for param "insn".
5444         (commit_schedule): Likewise for params "prev_head", "tail" and
5445         local "x".
5446         (verify_shadows): Likewise for locals "i1", "i2".
5447         (dump_insn_stream): Likewise for params "head", "tail" and locals
5448         "next_tail", "insn".
5449         (schedule_block): Likewise for locals "insn", "x".  Add a checked
5450         cast.
5451         (fix_inter_tick): Likewise for params "head", "tail".
5452         (create_check_block_twin): Likewise for local "jump".
5453         (haifa_change_pattern): Likewise for param "insn".
5454         (haifa_speculate_insn): Likewise.
5455         (dump_new_block_header): Likewise for params "head", "tail".
5456         (fix_jump_move): Likewise for param "jump".
5457         (move_block_after_check): Likewise.
5458         (sched_init_insn_luid): Likewise for param "insn".
5459         (sched_init_luids): Likewise for local "insn".
5460         (insn_luid): Likewise for param "insn".
5461         (init_h_i_d): Likewise.
5462         (haifa_init_h_i_d): Likewise for local "insn".
5463         (haifa_init_insn): Likewise for param "insn".
5464         * sched-deps.c (add_dependence): Likewise for local "real_pro",
5465         "other".
5466         (create_insn_reg_use): Likewise for param "insn".
5467         (setup_insn_reg_uses): Likewise.  Add a checked cast.
5468         * sched-ebb.c (debug_ebb_dependencies): Strengthen params "head",
5469         "tail" from rtx to rtx_insn *.
5470         * sched-rgn.c (void debug_dependencies): Likewise, also for locals
5471         "insn", "next_tail".
5473 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5475         * haifa-sched.c (struct model_insn_info): Strengthen field "insn"
5476         from rtx to rtx_insn *.
5477         (model_add_to_schedule): Likewise for locals "start", "end",
5478         "iter".
5480 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5482         * rtl.h (duplicate_insn_chain): Strengthen both params from rtx to
5483         rtx_insn *.
5484         * cfgrtl.c (duplicate_insn_chain): Likewise for  params "from",
5485         "to" and locals "insn", "next", "copy".  Remove now-redundant
5486         checked cast.
5488 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5490         * rtl.h (canonicalize_condition): Strengthen param 1 from rtx to
5491         rtx_insn * and param 4 from rtx * to rtx_insn **.
5492         (get_condition): Strengthen param 1 from rtx to rtx_insn * and
5493         param 2 from rtx * to rtx_insn **.
5495         * df.h (can_move_insns_across): Strengthen params 1-4 from rtx to
5496         rtx_insn * and final param from rtx * to rtx_insn **.
5498         * cfgcleanup.c (try_head_merge_bb): Strengthen local "move_before"
5499         from rtx to rtx_insn *.
5500         (try_head_merge_bb): Likewise for both locals named "move_upto".
5501         * df-problems.c (can_move_insns_across): Likewise for params
5502         "from", "to", "across_from", "across_to" and locals "insn",
5503         "next", "max_to".  Strengthen param "pmove_upto" from rtx * to
5504         rtx_insn **.
5505         * ifcvt.c (struct noce_if_info): Strengthen field "cond_earliest"
5506         from rtx to rtx_insn *.
5507         (noce_get_alt_condition): Strengthen param "earliest" from rtx *
5508         to rtx_insn **.  Strengthen local "insn" from rtx to rtx_insn *.
5509         (noce_try_minmax): Strengthen locals "earliest", "seq" from rtx to
5510         rtx_insn *.
5511         (noce_try_abs): Likewise.
5512         (noce_get_condition): Likewise for param "jump".  Strengthen param
5513         "earliest" from rtx * to rtx_insn **.
5514         (noce_find_if_block): Strengthen local "cond_earliest" from rtx to
5515         rtx_insn *.
5516         (find_cond_trap): Likewise.
5517         (dead_or_predicable): Likewise for local "earliest".
5518         * loop-iv.c (check_simple_exit): Likewise for local "at".  Add
5519         checked cast.
5520         * rtlanal.c (canonicalize_condition): Likewise for param "insn"
5521         and local "prev".  Strengthen param "earliest" from rtx * to
5522         rtx_insn **.
5523         (get_condition): Strengthen param "jump" from rtx to rtx_insn *
5524         Strengthen param "earliest" from rtx * to rtx_insn **.
5526 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5528         * fwprop.c (local_ref_killed_between_p): Strengthen params "from",
5529         "to" and local "insn" from rtx to rtx_insn *.
5531 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5533         * sel-sched.c (find_place_for_bookkeeping): Strengthen local "insn"
5534         from rtx to rtx_insn *.
5535         (need_nop_to_preserve_insn_bb): Likewise for param "insn".
5536         (code_motion_path_driver): Likewise for local "last_insn".
5537         (simplify_changed_insns): Likewise for local "insn".
5539 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5541         * rtl.h (push_to_sequence): Strengthen param from rtx to
5542         rtx_insn *.
5543         (push_to_sequence2): Likewise for both params.
5544         (delete_insns_since): Likewise for param.
5545         (reorder_insns_nobb): Likewise for all three params.
5546         (set_new_first_and_last_insn): Likewise for both params.
5548         * emit-rtl.h (set_first_insn): Strengthen param "insn" from rtx to
5549         rtx_insn *.  Remove now-redundant cast.
5550         (set_last_insn): Likewise.
5552         * builtins.c (expand_builtin_return): Strengthen local
5553         "call_fusage" from rtx to rtx_insn *.
5554         * cfgrtl.c (create_basic_block_structure): Likewise for local
5555         "after".
5556         * emit-rtl.c (set_new_first_and_last_insn): Likewise for params
5557         "first", "last" and local "insn".
5558         (delete_insns_since): Likewise for param "from".
5559         (reorder_insns_nobb): Likewise for params "from", "to", "after"
5560         and local "x".
5561         (push_to_sequence): Likewise for param "first" and local "last".
5562         (push_to_sequence2): Likewise for params "first" and "last".
5563         * lra.c (emit_add3_insn): Likewise for local "last".
5564         (lra_emit_add): Likewise.
5565         * lra-constraints.c (base_to_reg): Likewise for locals "insn",
5566         "last_insn".
5567         (process_address_1): Likewise for locals "insn", last".
5568         * modulo-sched.c (ps_first_note): Likewise for return type.
5569         * optabs.c (expand_binop_directly): Likewise for param "last".
5571 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5573         * rtl.h (get_last_insn_anywhere): Strengthen return type from rtx
5574         to rtx_insn*.
5575         * emit-rtl.c (get_last_insn_anywhere): Likewise.
5577 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5579         * function.h (struct sequence_stack): Strengthen fields "first"
5580         and "last" from rtx to rtx_insn *.
5581         (struct emit_status): Likewise for fields "x_first_insn" and
5582         "x_last_insn".
5584         * emit-rtl.h (get_insns): Remove now-redundant checked cast.
5585         (set_first_insn): Add checked cast.
5586         (get_last_insn): Remove now-redundant checked cast.
5587         (set_last_insn): Add checked cast.
5589         * config/m32c/m32c.c (m32c_leaf_function_p): Strengthen locals
5590         "saved_first" and "saved_last" from rtx to rtx_insn *.
5592 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5594         * rtl.h (add_insn): Strengthen param from rtx to rtx_insn *.
5595         (unlink_insn_chain): Strengthen both params from rtx to
5596         rtx_insn *.
5598         * cfgrtl.c (cfg_layout_function_header): Likewise for this
5599         variable.
5600         (unlink_insn_chain): Likewise for params "first" and "last".
5601         Remove now-redundant checked cast.
5602         (record_effective_endpoints): Replace use of NULL_RTX with NULL.
5603         (fixup_reorder_chain): Strengthen local "insn" from rtx to
5604         rtx_insn *.
5605         * emit-rtl.c (link_insn_into_chain): Likewise for all three
5606         params.
5607         (add_insn): Likewise for param "insn" and local "prev".
5608         (add_insn_after_nobb): Likewise for both params and local "next".
5609         (add_insn_before_nobb): Likewise for both params and local "prev".
5610         (add_insn_after): Rename param "after" to "uncast_after",
5611         introducing local "after" with another checked cast.
5612         (add_insn_before): Rename params "insn" and "before", giving them
5613         "uncast_" prefixes, adding the old names back using checked casts.
5614         (emit_note_after): Likewise for param "after".
5615         (emit_note_before): Likewise for param "before".
5616         (emit_label): Add a checked cast.
5618 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5620         * cselib.h (cselib_record_sets_hook):  Strengthen initial param
5621         "insn" from rtx to rtx_insn *.
5623         * cselib.c (cselib_record_sets_hook): Likewise.
5625         * var-tracking.c (add_with_sets): Likewise, renaming back from
5626         "uncast_insn" to "insn" and eliminating the checked cast from rtx
5627         to rtx_insn *.
5629 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5631         * basic-block.h (struct rtl_bb_info): Strengthen fields "end_"
5632         and "header_" from rtx to rtx_insn *.
5633         (struct basic_block_d): Likewise for field "head_" within "x"
5634         field of union basic_block_il_dependent.
5635         (BB_HEAD): Drop function...
5636         (SET_BB_HEAD): ...and this function in favor of...
5637         (BB_HEAD): ...reinstate macro.
5638         (BB_END): Drop function...
5639         (SET_BB_END): ...and this function in favor of...
5640         (BB_END): ...reinstate macro.
5641         (BB_HEADER): Drop function...
5642         (SET_BB_HEADER): ...and this function in favor of...
5643         (BB_HEADER): ...reinstate macro.
5645         * bb-reorder.c (add_labels_and_missing_jumps): Drop use of BB_END.
5646         (fix_crossing_unconditional_branches): Likewise.
5647         * caller-save.c (save_call_clobbered_regs): Likewise.
5648         (insert_one_insn): Drop use of SET_BB_HEAD and SET_BB_END.
5649         * cfgbuild.c (find_bb_boundaries): Drop use of SET_BB_END.
5650         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
5651         (merge_blocks_move_successor_nojumps): Likewise.
5652         (outgoing_edges_match): Update use of for_each_rtx to
5653         for_each_rtx_in_insn.
5654         * cfgexpand.c (expand_gimple_cond): Drop use of SET_BB_END.
5655         (expand_gimple_cond): Likewise.
5656         (expand_gimple_tailcall): Likewise.
5657         (expand_gimple_basic_block): Drop use of SET_BB_HEAD and
5658         SET_BB_END.
5659         (construct_exit_block): Drop use of SET_BB_END.
5660         * cfgrtl.c (cfg_layout_function_footer): Strengthen from rtx to
5661         rtx_insn *.
5662         (delete_insn): Rename param "insn" to "uncast_insn", introducing
5663         a new local "insn" with a checked cast to rtx_insn *.  Drop use of
5664         SET_BB_HEAD and SET_BB_END.
5665         (create_basic_block_structure): Drop use of SET_BB_HEAD and
5666         SET_BB_END.
5667         (rtl_delete_block): Drop use of SET_BB_HEAD.
5668         (rtl_split_block): Drop use of SET_BB_END.
5669         (emit_nop_for_unique_locus_between): Likewise.
5670         (rtl_merge_blocks): Drop use of SET_BB_END and SET_BB_HEAD.
5671         (block_label): Drop use of SET_BB_HEAD.
5672         (fixup_abnormal_edges): Drop use of SET_BB_END.
5673         (record_effective_endpoints): Drop use of SET_BB_HEADER.
5674         (relink_block_chain): Likewise.
5675         (fixup_reorder_chain): Drop use of SET_BB_END.
5676         (cfg_layout_duplicate_bb): Drop use of SET_BB_HEADER.
5677         (cfg_layout_delete_block): Strengthen local "to" from rtx * to
5678         rtx_insn **.  Drop use of SET_BB_HEADER.
5679         (cfg_layout_merge_blocks): Drop use of SET_BB_HEADER, SET_BB_END,
5680         SET_BB_HEAD.
5681         (BB_HEAD): Delete this function.
5682         (SET_BB_HEAD): Likewise.
5683         (BB_END): Likewise.
5684         (SET_BB_END): Likewise.
5685         (BB_HEADER): Likewise.
5686         (SET_BB_HEADER): Likewise.
5687         * emit-rtl.c (add_insn_after):  Rename param "insn" to
5688         "uncast_insn", adding a new local "insn" and a checked cast to
5689         rtx_insn *.  Drop use of SET_BB_END.
5690         (remove_insn): Strengthen locals "next" and "prev" from rtx to
5691         rtx_insn *.  Drop use of SET_BB_HEAD and SET_BB_END.
5692         (reorder_insns): Drop use of SET_BB_END.
5693         (emit_insn_after_1): Strengthen param "first" and locals "last",
5694         "after_after" from rtx to rtx_insn *.  Drop use of SET_BB_END.
5695         (emit_pattern_after_noloc): Add checked cast.
5696         * haifa-sched.c (get_ebb_head_tail): Drop use of SET_BB_END.
5697         (restore_other_notes): Likewise.
5698         (move_insn): Likewise.
5699         (sched_extend_bb): Likewise.
5700         (fix_jump_move): Likewise.
5701         * ifcvt.c (noce_process_if_block): Likewise.
5702         (dead_or_predicable): Likewise.
5703         * ira.c (update_equiv_regs): Drop use of SET_BB_HEAD.
5704         * reg-stack.c (change_stack): Drop use of SET_BB_END.
5705         * sel-sched-ir.c (sel_move_insn): Likewise.
5706         * sel-sched.c (move_nop_to_previous_block): Likewise.
5708         * config/c6x/c6x.c (hwloop_optimize): Drop use of SET_BB_HEAD and
5709         SET_BB_END.
5710         * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
5712 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5714         * basic-block.h (create_basic_block_structure): Strengthen params
5715         1 "head" and 2 "end" from rtx to rtx_insn *.
5716         * cfgrtl.c (create_basic_block_structure): Likewise.
5717         (rtl_create_basic_block): Update casts from void * to rtx to
5718         rtx_insn *, so that we can pass them as rtx_insn * to
5719         create_basic_block_structure.
5720         * sel-sched-ir.c (sel_create_basic_block): Likewise.
5722 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5724         * rtl.h (for_each_inc_dec): Strengthen param 1 from rtx * to
5725         rtx_insn **.
5726         (check_for_inc_dec): Strengthen param "insn" from rtx to
5727         rtx_insn *.
5729         * cselib.h (cselib_process_insn): Likewise.
5731         * cselib.c (cselib_record_sets): Likewise.
5732         (cselib_process_insn): Likewise.
5734         * dse.c (struct insn_info): Likewise for field "insn".
5735         (check_for_inc_dec_1): Likewise for local "insn".
5736         (check_for_inc_dec): Likewise for param "insn".
5737         (scan_insn): Likewise.
5738         (dse_step1): Likewise for local "insn".
5740         * rtlanal.c (for_each_inc_dec): Strengthen param 1 from rtx * to
5741         rtx_insn **.  Use for_each_rtx_in_insn rather than for_each_rtx.
5743 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5745         * sched-int.h (struct _dep): Strengthen fields "pro" and "con"
5746         from rtx to rtx_insn *.
5747         (DEP_PRO): Delete this function and...
5748         (SET_DEP_PRO): ...this function in favor of...
5749         (DEP_PRO): ...reinstate this macro.
5750         (DEP_CON): Delete this function and...
5751         (SET_DEP_CON): ...this function in favor of...
5752         (DEP_CON): ...reinstate this old macro.
5753         (init_dep_1): Strengthen params 2 and 3 from rtx to rtx_insn *.
5754         (init_dep): Likewise.
5755         (set_priorities): Likewise for both params.
5756         (sd_copy_back_deps): Likewise for params 1 and 2.
5758         * haifa-sched.c (priority): Likewise for param "insn" and local
5759         "next".
5760         (set_priorities): Likewise for params "head" and "tail" and local
5761         "insn".
5762         (process_insn_forw_deps_be_in_spec): Likewise for param "twin" and
5763         local "consumer".
5764         (add_to_speculative_block): Add a checked cast.
5765         (create_check_block_twin): Drop use of SET_DEP_CON.
5766         (add_jump_dependencies): Strengthen params "insn" and "jump" from
5767         rtx to rtx_insn *.
5769         * sched-deps.c (init_dep_1): Likewise for params "pro" and "con".
5770         Drop use of SET_DEP_PRO
5771         (init_dep): Strengthen params "pro" and "con" from rtx to
5772         rtx_insn *.
5773         (sd_copy_back_deps): Likewise for params "to" and "from".  Drop
5774         use of SET_DEP_CON.
5775         (DEP_PRO): Delete.
5776         (DEP_CON): Delete.
5777         (SET_DEP_PRO): Delete.
5778         (SET_DEP_CON): Delete.
5780 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5782         * sel-sched-ir.h (struct vinsn_def): Strengthen field "insn_rtx"
5783         from rtx to rtx_insn *.
5784         (VINSN_INSN_RTX): Eliminate rvalue function and...
5785         (SET_VINSN_INSN): ...lvalue function in favor of...
5786         (VINSN_INSN_RTX): reinstate this old macro.
5788         * sel-sched-ir.c (vinsn_init): Eliminate use of SET_VINSN_INSN_RTX
5789         in favor of VINSN_INSN_RTX.
5790         (VINSN_INSN_RTX): Delete this function.
5791         (SET_VINSN_INSN_RTX): Likewise.
5793 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5795         * sel-sched-ir.h (insn_t): Strengthen from rtx to rtx_insn *.
5796         (BND_TO): Delete this function and...
5797         (SET_BND_TO): ...this functions in favor of...
5798         (BND_TO): ...reinstating this macro.
5799         (struct _fence): Strengthen field "executing_insns" from
5800         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.  Strengthen fields
5801         "last_scheduled_insn" and "sched_next" from rtx to rtx_insn *.
5802         (_succ_iter_cond): Update param "succp" from rtx * to insn_t *
5803         and param "insn" from rtx to insn_t.
5804         (create_vinsn_from_insn_rtx): Strengthen first param from rtx to
5805         rtx_insn *.
5807         * sched-int.h (insn_vec_t): Strengthen from vec<rtx> to
5808         vec<rtx_insn *> .
5809         (rtx_vec_t): Likewise.
5810         (struct sched_deps_info_def): Strengthen param of "start_insn"
5811         callback from rtx to rtx_insn *.  Likewise for param "insn2" of
5812         "note_mem_dep" callback and first param of "note_dep" callback.
5814         * haifa-sched.c (add_to_speculative_block): Strengthen param
5815         "insn" from rtx to rtx_insn *.
5816         (clear_priorities): Likewise.
5817         (calc_priorities): Likewise for local "insn".
5819         * sched-deps.c (haifa_start_insn): Likewise for param "insn".
5820         Remove redundant checked cast.
5821         (haifa_note_mem_dep): Likewise for param "pending_insn".
5822         (haifa_note_dep): Likewise for param "elem".
5823         (note_mem_dep): Likewise for param "e".
5824         (sched_analyze_1): Add checked casts.
5825         (sched_analyze_2): Likewise.
5827         * sel-sched-dump.c (dump_insn_vector): Strengthen local "succ"
5828         from rtx to rtx_insn *.
5829         (debug): Update param from vec<rtx> & to vec<rtx_insn *>, and
5830         from vec<rtx> * to vec<rtx_insn *> *.
5832         * sel-sched-ir.c (blist_add): Remove use of SET_BND_TO
5833         scaffolding.
5834         (flist_add): Strengthen param "executing_insns" from
5835         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
5836         (advance_deps_context): Remove now-redundant checked cast.
5837         (init_fences): Replace uses of NULL_RTX with NULL.
5838         (merge_fences): Strengthen params "last_scheduled_insn" and
5839         "sched_next" from rtx to rtx_insn * and "executing_insns" from
5840         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
5841         (add_clean_fence_to_fences): Replace uses of NULL_RTX with NULL.
5842         (get_nop_from_pool): Add local "nop_pat" so that "nop" can be
5843         an instruction, rather than doing double-duty as a pattern.
5844         (return_nop_to_pool): Update for change of insn_t.
5845         (deps_init_id): Remove now-redundant checked cast.
5846         (struct sched_scan_info_def): Strengthen param of "init_insn"
5847         callback from rtx to insn_t.
5848         (sched_scan): Strengthen local "insn" from rtx to rtx_insn *.
5849         (init_global_and_expr_for_insn): Replace uses of NULL_RTX with
5850         NULL.
5851         (get_seqno_by_succs): Strengthen param "insn" and locals "tmp",
5852         "end" from rtx to rtx_insn *.
5853         (create_vinsn_from_insn_rtx): Likewise for param "insn_rtx".
5854         (rtx insn_rtx, bool force_unique_p)
5855         (BND_TO): Delete function.
5856         (SET_BND_TO): Delete function.
5858         * sel-sched.c (advance_one_cycle): Strengthen local "insn" from
5859         rtx to rtx_insn *.
5860         (extract_new_fences_from): Replace uses of NULL_RTX with NULL.
5861         (replace_dest_with_reg_in_expr): Strengthen local "insn_rtx" from
5862         rtx to rtx_insn *.
5863         (undo_transformations): Likewise for param "insn".
5864         (update_liveness_on_insn): Likewise.
5865         (compute_live_below_insn): Likewise for param "insn" and local
5866         "succ".
5867         (update_data_sets): Likewise for param "insn".
5868         (fill_vec_av_set): Replace uses of NULL_RTX with NULL.
5869         (convert_vec_av_set_to_ready): Drop now-redundant checked cast.
5870         (invoke_aftermath_hooks): Strengthen param "best_insn" from rtx to
5871         rtx_insn *.
5872         (move_cond_jump): Likewise for param "insn".
5873         (move_cond_jump): Drop use of SET_BND_TO.
5874         (compute_av_set_on_boundaries): Likewise.
5875         (update_fence_and_insn): Replace uses of NULL_RTX with NULL.
5876         (update_and_record_unavailable_insns): Strengthen local "bb_end"
5877         from rtx to rtx_insn *.
5878         (maybe_emit_renaming_copy): Likewise for param "insn".
5879         (maybe_emit_speculative_check): Likewise.
5880         (handle_emitting_transformations): Likewise.
5881         (remove_insn_from_stream): Likewise.
5882         (code_motion_process_successors): Strengthen local "succ" from rtx
5883         to insn_t.
5885 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5887         * sel-sched-ir.h (ilist_t): Redefine this typedef in terms of
5888         ilist_t, not _xlist_t;
5889         (ILIST_INSN): Define in terms of new union field "insn".
5890         (ILIST_NEXT): Define in terms of _LIST_NEXT rather than
5891         _XLIST_NEXT.
5892         (struct _list_node): Add new field "insn" to the union, of type
5893         insn_t.
5894         (ilist_add): Replace macro with an inline function, requiring an
5895         insn_t.
5896         (ilist_remove): Define this macro directly in terms of
5897         _list_remove, rather than indirectly via _xlist_remove.
5898         (ilist_clear): Likewise, in terms of _list_clear rather than
5899         _xlist_clear.
5900         (ilist_is_in_p): Replace macro with an inline function, requiring
5901         an insn_t.
5902         (_list_iter_cond_insn): New function.
5903         (ilist_iter_remove): Define this macro directly in terms of
5904         _list_iter_remove, rather than indirectly via _xlist_iter_remove.
5905         (ilist_iterator): Define directly in terms of _list_iterator
5906         rather than indirectly through _xlist_iterator.
5907         (FOR_EACH_INSN): Define in terms of _list_iter_cond_insn rather
5908         than in terms of _FOR_EACH_X.
5909         (FOR_EACH_INSN_1): Likewise.
5911 2014-08-26  Joseph Myers  <joseph@codesourcery.com>
5913         PR target/60606
5914         PR target/61330
5915         * varasm.c (make_decl_rtl): Clear DECL_ASSEMBLER_NAME and
5916         DECL_HARD_REGISTER and return for invalid register specifications.
5917         * cfgexpand.c (expand_one_var): If expand_one_hard_reg_var clears
5918         DECL_HARD_REGISTER, call expand_one_error_var.
5919         * config/arm/arm.c (arm_hard_regno_mode_ok): Do not allow
5920         CC_REGNUM with non-MODE_CC modes.
5921         (arm_regno_class): Return NO_REGS for PC_REGNUM.
5923 2014-08-26  Marek Polacek  <polacek@redhat.com>
5925         PR c/61271
5926         * sel-sched-ir.c (make_regions_from_the_rest): Fix condition.
5928 2014-08-26  Evandro Menezes <e.menezes@samsung.com>
5930         * config/arm/aarch64/aarch64.c (generic_addrcost_table): Delete
5931         qi cost; add di cost.
5932         (cortexa57_addrcost_table): Likewise.
5934 2014-08-26  Marek Polacek  <polacek@redhat.com>
5936         PR c/61271
5937         * expr.c (is_aligning_offset): Remove logical not.
5939 2014-08-26  Marek Polacek  <polacek@redhat.com>
5941         PR c/61271
5942         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT,
5943         LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Wrap in parens.
5945 2014-08-26  Richard Biener  <rguenther@suse.de>
5947         PR tree-optimization/62175
5948         * tree-ssa-loop-niter.c (expand_simple_operations): Do not
5949         expand possibly trapping operations.
5951 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5953         * config/rs6000/rs6000.c (class swap_web_entry): Strengthen field
5954         "insn" from rtx to rtx_insn *.
5955         (permute_load): Likewise for param "insn".
5956         (permute_store): Likewise.
5957         (handle_special_swappables): Likewise for local "insn".
5958         (replace_swap_with_copy): Likewise for locals "insn" and
5959         "new_insn".
5960         (rs6000_analyze_swaps): Likewise for local "insn".
5962 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5964         * regrename.h (struct du_chain): Strengthen field "insn" from rtx
5965         to rtx_insn *.
5967 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5969         * sel-sched-ir.h (struct sel_region_bb_info_def): Strengthen field
5970         "note_list" from rtx to rtx_insn *.
5971         (BB_NOTE_LIST): Replace this function and...
5972         (SET_BB_NOTE_LIST): ...this function with...
5973         (BB_NOTE_LIST): ...the former macro implementation.
5975         * sched-int.h (concat_note_lists): Strengthen param "from_end" and
5976         local "from_start" from rtx to rtx_insn *.  Strengthen param
5977         "to_endp" from rtx * to rtx_insn **.
5979         * haifa-sched.c (concat_note_lists): Likewise.
5980         * sel-sched-ir.c (init_bb): Eliminate SET_BB_NOTE_LIST in favor of
5981         BB_NOTE_LIST.
5982         (sel_restore_notes): Likewise.
5983         (move_bb_info): Likewise.
5984         (BB_NOTE_LIST): Delete this function.
5985         (SET_BB_NOTE_LIST): Delete this function.
5986         * sel-sched.c (create_block_for_bookkeeping): Eliminate
5987         SET_BB_NOTE_LIST in favor of BB_NOTE_LIST.
5989 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5991         * target.def (reorder): Strengthen param "ready" of this DEFHOOK
5992         from rtx * to rtx_insn **.
5993         (reorder2): Likewise.
5994         (dependencies_evaluation_hook): Strengthen params "head", "tail"
5995         from rtx to rtx_insn *.
5997         * doc/tm.texi: Update mechanically for above change to target.def.
5999         * sched-int.h (note_list): Strengthen this variable from rtx to
6000         rtx_insn *.
6001         (remove_notes): Likewise for both params.
6002         (restore_other_notes): Likewise for return type and first param.
6003         (struct ready_list): Strengthen field "vec" from rtx * to
6004         rtx_insn **.
6005         (struct dep_replacement): Strenghten field "insn" from rtx to
6006         rtx_insn *.
6007         (struct deps_desc): Likewise for fields "last_debug_insn",
6008         "last_args_size".
6009         (struct haifa_sched_info): Likewise for callback field
6010         "can_schedule_ready_p"'s param, for first param of "new_ready"
6011         callback field, for both params of "rank" callback field, for
6012         first field of "print_insn" callback field (with a const), for
6013         both params of "contributes_to_priority" callback, for param
6014         of "insn_finishes_block_p" callback, for fields "prev_head",
6015         "next_tail", "head", "tail", for first param of "add_remove_insn"
6016         callback, for first param of "begin_schedule_ready" callback, for
6017         both params of "begin_move_insn" callback, and for second param
6018         of "advance_target_bb" callback.
6019         (add_dependence): Likewise for params 1 and 2.
6020         (sched_analyze): Likewise for params 2 and 3.
6021         (deps_analyze_insn): Likewise for param 2.
6022         (ready_element): Likewise for return type.
6023         (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
6024         (try_ready): Strenghten param from rtx to rtx_insn *.
6025         (sched_emit_insn): Likewise for return type.
6026         (record_delay_slot_pair): Likewise for params 1 and 2.
6027         (add_delay_dependencies): Likewise for param.
6028         (contributes_to_priority): Likewise for both params.
6029         (find_modifiable_mems): Likewise.
6031         * config/arm/arm.c (cortexa7_sched_reorder):  Strengthen param
6032         "ready" from rtx * to rtx_insn **.  Strengthen locals "insn",
6033         "first_older_only_insn" from rtx to rtx_insn *.
6034         (arm_sched_reorder):  Strengthen param "ready"  from rtx * to
6035         rtx_insn **.
6037         * config/c6x/c6x.c (struct c6x_sched_context): Strengthen field
6038         "last_scheduled_iter0" from rtx to rtx_insn *.
6039         (init_sched_state): Replace use of NULL_RTX with NULL for insn.
6040         (c6x_sched_reorder_1): Strengthen param "ready" and locals
6041         "e_ready", "insnp" from rtx * to rtx_insn **.  Strengthen local
6042         "insn" from rtx to rtx_insn *.
6043         (c6x_sched_reorder): Strengthen param "ready" from rtx * to
6044         rtx_insn **.
6045         (c6x_sched_reorder2): Strengthen param "ready" and locals
6046         "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen local
6047         "insn" from rtx to rtx_insn *.
6048         (c6x_variable_issue):  Add a checked cast when assigning from insn
6049         to ss.last_scheduled_iter0.
6050         (split_delayed_branch): Strengthen param "insn" and local "i1"
6051         from rtx to rtx_insn *.
6052         (split_delayed_nonbranch): Likewise.
6053         (undo_split_delayed_nonbranch): Likewise for local "insn".
6054         (hwloop_optimize): Likewise for locals "seq", "insn", "prev",
6055         "entry_after", "end_packet", "head_insn", "tail_insn",
6056         "new_insns", "last_insn", "this_iter", "prev_stage_insn".
6057         Strengthen locals "orig_vec", "copies", "insn_copies" from rtx *
6058         to rtx_insn **.  Remove now-redundant checked cast on last_insn,
6059         but add a checked cast on loop->start_label.  Consolidate calls to
6060         avoid assigning result of gen_spkernel to "insn", now an
6061         rtx_insn *.
6063         * config/i386/i386.c (do_reorder_for_imul): Strengthen param
6064         "ready" from rtx * to rtx_insn **.  Strengthen local "insn" from
6065         rtx to rtx_insn *.
6066         (swap_top_of_ready_list): Strengthen param "ready" from rtx * to
6067         rtx_insn **.  Strengthen locals "top", "next" from rtx to
6068         rtx_insn *.
6069         (ix86_sched_reorder): Strengthen param "ready" from rtx * to
6070         rtx_insn **.  Strengthen local "insn" from rtx to rtx_insn *.
6071         (add_parameter_dependencies): Strengthen params "call", "head" and
6072         locals "insn", "last", "first_arg" from rtx to rtx_insn *.
6073         (avoid_func_arg_motion): Likewise for params "first_arg", "insn".
6074         (add_dependee_for_func_arg): Likewise for param "arg" and local
6075         "insn".
6076         (ix86_dependencies_evaluation_hook): Likewise for params "head",
6077         "tail" and locals "insn", "first_arg".
6079         * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Likewise
6080         for params "head", "tail" and locals "insn", "next", "next_tail".
6081         (ia64_dfa_sched_reorder): Strengthen param "ready" and locals
6082         "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen locals
6083         "insn", "lowest", "highest" from rtx to rtx_insn *.
6084         (ia64_sched_reorder): Strengthen param "ready" from rtx * to
6085         rtx_insn **.
6086         (ia64_sched_reorder2): Likewise.
6088         * config/mep/mep.c (mep_find_ready_insn): Strengthen return type
6089         and local "insn" from rtx to rtx_insn *.  Strengthen param "ready"
6090         from rtx * to rtx_insn **.
6091         (mep_move_ready_insn): Strengthen param "ready" from rtx * to
6092         rtx_insn **.
6093         (mep_print_sched_insn): Strengthen param "insn" from rtx to
6094         rtx_insn *.
6095         (mep_sched_reorder): Strengthen param "ready" from rtx * to
6096         rtx_insn **.  Strengthen locals "core_insn", "cop_insn" from rtx
6097         to rtx_insn *.
6099         * config/mips/mips.c (mips_promote_ready): Strengthen param "ready"
6100         from rtx * to rtx_insn **.  Strengthen local "new_head" from rtx
6101         to rtx_insn *.
6102         (mips_maybe_swap_ready): Strengthen param "ready" from rtx * to
6103         rtx_insn **.  Strengthen local "temp" from rtx to rtx_insn *.
6104         (mips_macc_chains_reorder): Strengthen param "ready" from rtx * to
6105         rtx_insn **.
6106         (vr4130_reorder): Likewise.
6107         (mips_74k_agen_reorder): Likewise.  Strengthen local "insn" from
6108         rtx to rtx_insn *.
6109         (mips_sched_reorder_1): Strengthen param "ready" from rtx * to
6110         rtx_insn **.
6111         (mips_sched_reorder): Likewise.
6112         (mips_sched_reorder2): Likewise.
6114         * config/picochip/picochip.c (picochip_sched_reorder): Likewise.
6116         * config/rs6000/rs6000.c (rs6000_sched_reorder): Likewise.
6117         Strengthen local "tmp" from rtx to rtx_insn *.
6118         (rs6000_sched_reorder2): Likewise.
6120         * config/s390/s390.c (s390_z10_prevent_earlyload_conflicts):
6121         Likewise.  Update sizeof(rtx) to sizeof(rtx_insn *) in memmove.
6122         (s390_sched_reorder): Strengthen param "ready" from rtx * to
6123         rtx_insn **.  Strengthen local "tmp" from rtx to rtx_insn *.
6125         * config/sh/sh.c (rank_for_reorder): Strengthen locals "tmp",
6126         "tmp2" from rtx to rtx_insn *.
6127         (swap_reorder): Strengthen param "a" from rtx * to rtx_insn **.
6128         Strengthen local "insn" from rtx to rtx_insn *.
6129         (ready_reorder): Strengthen param "ready" from rtx * to
6130         rtx_insn **.  Update sizeof(rtx) to sizeof(rtx_insn *) in qsort.
6131         (sh_reorder):  Strengthen param "ready" from rtx * to rtx_insn **.
6132         (sh_reorder2): Likewise.
6134         * config/spu/spu.c (spu_sched_reorder): Likewise.  Strengthen
6135         local "insn" from rtx to rtx_insn *.
6137         * haifa-sched.c (note_list): Strengthen this variable from rtx to
6138         rtx_insn *.
6139         (scheduled_insns): Strengthen this variable from vec<rtx> to
6140         vec<rtx_insn *>.
6141         (set_modulo_params): Likewise for locals "i1", "i2".
6142         (record_delay_slot_pair): Likewise for params "i1", "i2".
6143         (add_delay_dependencies): Likewise for param "insn".
6144         (cond_clobbered_p): Likewise.
6145         (recompute_todo_spec): Likewise for local "prev".
6146         (last_scheduled_insn): Likewise for this variable.
6147         (nonscheduled_insns_begin): Likewise.
6148         (model_set_excess_costs): Strengthen param "insns" from rtx * to
6149         rtx_insn **.
6150         (rank_for_schedule): Strengthen locals "tmp", "tmp2" from rtx to
6151         rtx_insn *.
6152         (swap_sort): Strengthen param "a" from rtx * to rtx_insn **.
6153         Strengthen local "insn" from rtx to rtx_insn *.
6154         (queue_insn): Strengthen param "insn" from rtx to rtx_insn *.
6155         (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
6156         (ready_add): Strengthen param "insn" from rtx to rtx_insn *.
6157         (ready_remove_first): Likewise for return type and local "t".
6158         (ready_element): Likewise for return type.
6159         (ready_remove): Likewise for return type and local "t".
6160         (ready_sort): Strengthen local "first" from rtx * to rtx_insn **.
6161         (check_clobbered_conditions): Strengthen local "x" from rtx to
6162         rtx_insn *, adding a checked cast.
6163         (schedule_insn): Likewise for param "insn".
6164         (remove_notes): Likewise for params "head", "tail" and locals
6165         "next_tail", "insn", "next".
6166         (struct haifa_saved_data): Likewise for fields
6167         "last_scheduled_insn", "nonscheduled_insns_begin".
6168         (save_backtrack_point): Update for change to field "vec" of
6169         struct ready_list.
6170         (toggle_cancelled_flags): Strengthen local "first" from rtx * to
6171         rtx_insn **.
6172         (restore_last_backtrack_point): Likewise.  Strengthen local "insn"
6173         from rtx to rtx_insn *
6174         (resolve_dependencies): Strengthen param "insn" from rtx to
6175         rtx_insn *
6176         (restore_other_notes): Likewise for return type, for param "head"
6177         and local "note_head".
6178         (undo_all_replacements): Likewise for local "insn".
6179         (first_nonscheduled_insn): Likewise for return type and local "insn".
6180         (queue_to_ready): Likewise for local "insn", adding checked casts.
6181         (early_queue_to_ready): Likewise for local "insn".
6182         (debug_ready_list_1): Strengthen local "p" from rtx * to
6183         rtx_insn **.
6184         (move_insn): Strengthen param "insn" and local "note" from rtx to
6185         rtx_insn *
6186         (insn_finishes_cycle_p): Likewise for param "insn".
6187         (max_issue): Likewise for local "insn".
6188         (choose_ready): Likewise.  Strengthen param "insn_ptr" from rtx *
6189         to rtx_insn **.
6190         (commit_schedule): Strengthen param "prev_head" and local "insn"
6191         from rtx to rtx_insn *
6192         (prune_ready_list): Likewise for local "insn".
6193         (schedule_block): Likewise for locals "prev_head", "head", "tail",
6194         "skip_insn", "insn", "failed_insn", "x", adding a checked cast.
6195         (set_priorities): Likewise for local "prev_head".
6196         (try_ready): Likewise for param "next".
6197         (fix_tick_ready): Likewise.
6198         (change_queue_index): Likewise.
6199         (sched_extend_ready_list): Update for change to field "vec" of
6200         struct ready_list.
6201         (generate_recovery_code): Strengthen param "insn" from rtx to
6202         rtx_insn *.
6203         (begin_speculative_block): Likewise.
6204         (create_check_block_twin): Likewise for param "insn" and locals
6205         "label", "check", "twin".  Introduce local "check_pat" to avoid
6206         "check" being used as a plain rtx before being used as an insn.
6207         (fix_recovery_deps): Add a checked cast to rtx_insn * when
6208         extracting elements from ready_list.
6209         (sched_remove_insn): Strengthen param "insn" from rtx to
6210         rtx_insn *.
6211         (sched_emit_insn): Likewise for return type.
6212         (ready_remove_first_dispatch): Likewise for return type and local
6213         "insn".
6215         * hw-doloop.c (discover_loop): Add a checked cast to rtx_insn *.
6217         * modulo-sched.c (sms_print_insn): Strengthen from const_rtx to
6218         const rtx_insn *.
6220         * sched-deps.c (add_dependence): Strengthen params "con", "pro"
6221         from rtx to rtx_insn *.
6222         (add_dependence_list): Likewise for param "insn".  Add a checked
6223         cast.
6224         (add_dependence_list_and_free): Strengthen param "insn" from rtx
6225         to rtx_insn *.  Strengthen param "list_p" from rtx * to
6226         rtx_insn **.
6227         (chain_to_prev_insn): Strengthen param "insn" and locals
6228         "prec_nonnote", "i" from rtx to rtx_insn *.
6229         (flush_pending_lists): Likewise for param "insn".
6230         (cur_insn): Likewise for this variable.
6231         (haifa_start_insn): Add a checked cast.
6232         (note_dep): Strengthen param "e" from rtx to rtx_insn *.
6233         (sched_analyze_reg): Likewise for param "insn".
6234         (sched_analyze_1): Likewise.
6235         (sched_analyze_2): Likewise.  Add checked casts.
6236         (sched_analyze_insn): Likewise.  Also for local "prev".
6237         (deps_analyze_insn): Likewise for param "insn".
6238         (sched_analyze): Likewise for params "head", "tail" and local "insn".
6239         (add_dependence_1): Likewise for params "insn", "elem".
6240         (struct mem_inc_info): Likewise for fields "inc_insn", "mem_insn".
6241         (parse_add_or_inc): Likewise for param "insn".
6242         (find_inc): Likewise for local "inc_cand".
6243         (find_modifiable_mems): Likewise for params "head", "tail" and
6244         locals "insn", "next_tail".
6246         * sched-ebb.c (init_ready_list): Likewise for local "insn".
6247         (begin_schedule_ready): Likewise for param "insn".
6248         (begin_move_insn): Likewise for params "insn" and "last".
6249         (ebb_print_insn): Strengthen param "insn" from const_rtx to
6250         const rtx_insn *.
6251         (rank): Strengthen params "insn1", "insn2" from rtx to rtx_insn *.
6252         (ebb_contributes_to_priority): Likewise for params "next", "insn".
6253         (ebb_add_remove_insn): Likewise for param "insn".
6254         (advance_target_bb): Likewise.
6256         * sched-rgn.c (rgn_estimate_number_of_insns): Likewise for local
6257         "insn".
6258         (check_live): Likewise for param "insn".
6259         (init_ready_list): Likewise for local "insn".
6260         (can_schedule_ready_p): Likewise for param "insn".
6261         (begin_schedule_ready): Likewise.
6262         (new_ready): Likewise for param "next".
6263         (rgn_print_insn): Likewise for param "insn".
6264         (rgn_rank): Likewise for params "insn1", "insn2".
6265         (contributes_to_priority): Likewise for params "next", "insn".
6266         (rgn_insn_finishes_block_p): Likewise for param "insn".
6267         (add_branch_dependences): Likewise for params "head", "tail" and
6268         locals "insn", "last".
6269         (rgn_add_remove_insn): Likewise for param "insn".
6270         (advance_target_bb): Likewise.
6272         * sel-sched-dump.c (sel_print_insn): Strengthen param "insn" from
6273         const_rtx to const rtx_insn *.
6275         * sel-sched-dump.h (sel_print_insn): Likewise.
6277         * sel-sched-ir.c (advance_deps_context): Add a checked cast.
6278         (deps_init_id): Likewise.
6280         * sel-sched.c (convert_vec_av_set_to_ready): Likewise.
6281         (invoke_reorder_hooks): Strengthen local "arr" from rtx * to
6282         rtx_insn **.
6284 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6286         * output.h (final_start_function): Strengthen param 1 from rtx to
6287         rtx_insn *.
6289         * final.c (final_start_function): Likewise, renaming back from
6290         "uncast_first" to "first", and dropping the checked cast from rtx
6291         to rtx_insn *.
6293 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6295         * output.h (final): Strengthen param 1 from rtx to rtx_insn *.
6296         * final.c (final): Likewise.  Rename param back from
6297         "uncast_first" to "first" and eliminate the checked cast from rtx
6298         to rtx_insn *.
6300 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6302         * output.h (shorten_branches): Strengthen param from rtx to
6303         rtx_insn *.
6305         * final.c (shorten_branches): Likewise, renaming param back from
6306         "uncast_first" to "first", and dropping the checked cast from rtx
6307         to rtx_insn *.
6309         * genattr.c (gen_attr): Likewise when writing out the prototype of
6310         shorten_branches.
6312 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6314         * sched-int.h (struct haifa_sched_info): Strengthen fields
6315         "prev_head" and "next_tail" from rtx to rtx_insn *.
6317 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6319         * rtl.h (rtx_jump_table_data::get_labels): New method.
6320         * cfgbuild.c (make_edges): Replace hand-coded lookup of labels
6321         with use of the new rtx_jump_table_data::get_labels method.
6322         (purge_dead_tablejump_edges): Strengthen param "table" from rtx
6323         to rtx_jump_table_data *.  Simplify by using get_labels method.
6324         * cfgrtl.c (delete_insn): Replace use of JUMP_TABLE_DATA_P with
6325         a dyn_cast, introducing local "table", using it to replace
6326         label-lookup logic with a get_labels method call.
6327         (patch_jump_insn): Simplify using get_labels method.
6328         * dwarf2cfi.c (create_trace_edges): Likewise.
6329         * rtlanal.c (label_is_jump_target_p): Likewise.
6331 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6333         * rtl.h (unshare_all_rtl_again): Strengthen param "insn" from rtx
6334         to rtx_insn *.
6336         * emit-rtl.c (unshare_all_rtl_1): Likewise.
6337         (unshare_all_rtl_again): Likewise, also for local "p".
6339 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6341         * rtl.h (delete_insn_and_edges): Strengthen param "insn" from rtx
6342         to rtx_insn *.
6343         * cfgrtl.c (delete_insn_and_edges): Likewise.
6345 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6347         * rtl.h (reorder_insns): Strengthen params "from", "to", "after"
6348         from rtx to rtx_insn *.
6350         * emit-rtl.c (reorder_insns): Likewise, also for local "insn".
6352 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6354         * function.c (thread_prologue_and_epilogue_insns): Likewise for
6355         locals "returnjump", "epilogue_end", "insn", "next".
6357         * shrink-wrap.h (get_unconverted_simple_return): Strengthen param
6358         "returnjump" from rtx * to rtx_insn **.
6359         * shrink-wrap.c (get_unconverted_simple_return): Likewise.
6361 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6363         * basic-block.h (struct edge_def). Strengthen "r" within
6364         union edge_def_insns from rtx to rtx_insn *.
6366         * cfgexpand.c (pass_expand::execute): Remove now-redundant cast
6367         from rtx to rtx_insn *.  Strengthen local "insns" from rtx to
6368         rtx_insn *.
6369         * cfgrtl.c (commit_one_edge_insertion): Remove now-redundant cast
6370         from rtx to rtx_insn *.
6371         * cprop.c (find_bypass_set): Strengthen local "insn" from rtx to
6372         rtx_insn *.
6373         * postreload-gcse.c (reg_killed_on_edge): Likewise.
6374         (reg_used_on_edge): Likewise.
6375         * tree-cfg.c (gt_ggc_mx): New overload for rtx_insn *&.
6376         (gt_pch_nx): New overload for rtx_insn *&.
6377         * tree-outof-ssa.c (expand_phi_nodes): Strengthen local "insns"
6378         from rtx to rtx_insn *.
6380 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6382         * basic-block.h (struct rtl_bb_info): Strengthen field "footer_"
6383         from rtx to rtx_insn *.
6384         (BB_FOOTER): Replace function with access macro.
6385         (SET_BB_FOOTER): Delete.
6387         * cfgcleanup.c (try_optimize_cfg): Replace uses of SET_BB_FOOTER
6388         with BB_FOOTER.
6389         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
6390         (emit_barrier_after_bb): Likewise.
6391         (record_effective_endpoints): Likewise.
6392         (relink_block_chain): Likewise.
6393         (fixup_fallthru_exit_predecessor): Likewise.
6394         (cfg_layout_duplicate_bb): Likewise.
6395         (cfg_layout_split_block): Likewise.
6396         (cfg_layout_delete_block): Likewise.
6397         (cfg_layout_merge_blocks): Likewise.
6398         (BB_FOOTER): Delete function.
6399         (SET_BB_FOOTER): Delete function.
6400         * combine.c (update_cfg_for_uncondjump): Replace uses of
6401         SET_BB_FOOTER with BB_FOOTER.
6403 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6405         * except.h (struct eh_landing_pad_d): Strengthen field
6406         "landing_pad" from rtx to rtx_code_label *.
6408         * except.c (sjlj_emit_dispatch_table): Likewise for param
6409         "dispatch_label"
6410         (sjlj_build_landing_pads): Likewise for local "dispatch_label".
6412 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6414         * config/xtensa/xtensa-protos.h (xtensa_emit_loop_end): Strengthen
6415         first param from rtx to rtx_insn *.
6416         * config/xtensa/xtensa.c (struct machine_function): Likewise for
6417         field "set_frame_ptr_insn".
6418         (xtensa_expand_compare_and_swap): Strengthen locals "csloop" and
6419         "csend" from rtx to rtx_code_label *.
6420         (xtensa_expand_atomic): Likewise for local "csloop".
6421         (xtensa_emit_loop_end): Strengthen param "insn" from rtx to
6422         rtx_insn *.
6423         (xtensa_call_tls_desc): Likewise for return type and locals
6424         "call_insn", "insns".
6425         (xtensa_legitimize_tls_address): Likewise for local "insns".
6426         (xtensa_expand_prologue): Likewise for locals "insn", "first".
6428 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6430         * config/v850/v850-protos.h (v850_adjust_insn_length): Strengthen
6431         first param from rtx to rtx_insn *.
6432         * config/v850/v850.c (v850_adjust_insn_length): Likewise for param
6433         "insn".
6435 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6437         * config/tilepro/tilepro-protos.h (tilepro_output_cbranch_with_opcode):
6438         Strengthen param 1 from rtx to rtx_insn *.
6439         (tilepro_output_cbranch): Likewise.
6440         (tilepro_adjust_insn_length): Likewise.
6441         (tilepro_final_prescan_insn): Likewise for sole param.
6443         * config/tilepro/tilepro.c (tilepro_legitimize_tls_address):
6444         Likewise for local "last".
6445         (cbranch_predicted_p): Likewise for param "insn".
6446         (tilepro_output_simple_cbranch_with_opcode): Likewise.
6447         (tilepro_output_cbranch_with_opcode): Likewise.
6448         (tilepro_output_cbranch): Likewise.
6449         (frame_emit_load): Likewise for return type and locals "seq",
6450         "insn".
6451         (emit_sp_adjust): Likewise for return type and local "insn".
6452         (tilepro_expand_epilogue): Likewise for locals "last_insn",
6453         "insn".
6454         (tilepro_adjust_insn_length): Likewise for param "insn".
6455         (next_insn_to_bundle): Likewise for return type and params
6456         "r", "end".
6457         (tilepro_gen_bundles): Likewise for locals "insn", "next", "end".
6458         (replace_pc_relative_symbol_ref): Likewise for param "insn" and
6459         local "new_insns".
6460         (match_addli_pcrel): Likewise for param "insn".
6461         (replace_addli_pcrel): Likewise.
6462         (match_auli_pcrel): Likewise.
6463         (replace_auli_pcrel): Likewise.
6464         (tilepro_fixup_pcrel_references): Likewise for locals "insn",
6465         "next_insn".
6466         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
6467         "queue", "next_queue", "prev".
6468         (tilepro_asm_output_mi_thunk): Likewise for local "insn".
6469         (tilepro_final_prescan_insn): Likewise for param "insn".
6471 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6473         * config/tilegx/tilegx-protos.h (tilegx_output_cbranch_with_opcode):
6474         Strengthen param 1 from rtx to rtx_insn *.
6475         (tilegx_output_cbranch): Likewise.
6476         (tilegx_adjust_insn_length): Likewise.
6477         (tilegx_final_prescan_insn): Likewise for sole param.
6479         * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise
6480         or local "last".
6481         (cbranch_predicted_p): Likewise for param "insn".
6482         (tilegx_output_simple_cbranch_with_opcode): Likewise.
6483         (tilegx_output_cbranch_with_opcode): Likewise.
6484         (tilegx_output_cbranch): Likewise.
6485         (frame_emit_load): Likewise for return type.
6486         (set_frame_related_p): Likewise for locals "seq", "insn".
6487         (emit_sp_adjust): Likewise for return type, and for local "insn".
6488         Introduce local "pat" for use in place of "insn" where the latter
6489         isn't an instruction.
6490         (tilegx_expand_epilogue): Strengthen locals "last_insn", "insn"
6491         from rtx to rtx_insn *.
6492         (tilegx_adjust_insn_length): Likewise for param "insn".
6493         (next_insn_to_bundle): Likewise for return type and params "r" and
6494         "end".
6495         (tilegx_gen_bundles): Likewise for locals "insn", "next", "prev",
6496         "end".
6497         (replace_insns): Likewise for params "old_insn", "new_insns".
6498         (replace_mov_pcrel_step1): Likewise for param "insn" and local
6499         "new_insns".
6500         (replace_mov_pcrel_step2): Likewise.
6501         (replace_mov_pcrel_step3): Likewise.
6502         (tilegx_fixup_pcrel_references): Likewise for locals "insn",
6503         "next_insn".
6504         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
6505         "queue", "next_queue", "prev".
6506         (tilegx_output_mi_thunk): Likewise for local "insn".
6507         (tilegx_final_prescan_insn): Likewise for param "insn".
6509 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6511         * config/spu/spu.c (frame_emit_store): Strengthen return type from
6512         rtx to rtx_insn *.
6513         (frame_emit_load): Likewise.
6514         (frame_emit_add_imm): Likewise, also for local "insn".
6515         (spu_expand_prologue): Likewise for local "insn".
6516         (struct spu_bb_info): Likewise for field "prop_jump".
6517         (emit_nop_for_insn): Likewise for param "insn" and local
6518         "new_insn".
6519         (pad_bb): Likewise for locals "insn", "next_insn", "prev_insn",
6520         "hbr_insn".
6521         (spu_emit_branch_hint): Likewise for params "before", "branch" and
6522         locals "hint", "insn".
6523         (get_branch_target): Likewise for param "branch".
6524         (insn_clobbers_hbr): Likewise for param "insn".
6525         (insert_hbrp_for_ilb_runout): Likewise for param "first" and
6526         locals "insn", "before_4", "before_16".
6527         (insert_hbrp): Likewise for local "insn".
6528         (spu_machine_dependent_reorg): Likewise for locals "branch",
6529         "insn", "next", "bbend".
6530         (uses_ls_unit): Likewise for param "insn".
6531         (get_pipe): Likewise.
6532         (spu_sched_variable_issue): Rename param "insn" to "uncast_insn",
6533         introducing a checked cast.
6534         (spu_sched_adjust_cost): Likewise for params "insn" and
6535         "dep_insn".
6536         (ea_load_store_inline): Strengthen local "insn" from rtx to rtx_insn *.
6537         (spu_sms_res_mii): Likewise.
6539 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6541         * config/sparc/sparc-protos.h (output_ubranch): Strengthen param 2
6542         from rtx to rtx_insn *.
6543         (output_cbranch): Likewise for param 6.
6544         (output_return): Likewise for param 1.
6545         (output_sibcall): Likewise.
6546         (output_v8plus_shift): Likewise.
6547         (output_v8plus_mult): Likewise.
6548         (output_v9branch): Likewise for param 7.
6549         (output_cbcond):  Likewise for param 3.
6551         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise
6552         for local "insn".
6553         (sparc_legitimize_pic_address): Likewise.
6554         (sparc_emit_call_insn): Likewise.
6555         (emit_save_or_restore_regs): Likewise.
6556         (emit_window_save): Likewise for return type and local "insn".
6557         (sparc_expand_prologue): Likewise for local "insn".
6558         (sparc_flat_expand_prologue): Likewise.
6559         (output_return): Likewise for param "insn".
6560         (output_sibcall): Likewise for param "insn" and local "delay".
6561         (output_ubranch): Likewise for param "insn".
6562         (output_cbranch): Likewise.
6563         (output_cbcond): Likewise.
6564         (output_v9branch): Likewise.
6565         (output_v8plus_shift): Likewise.
6566         (sparc_output_mi_thunk): Likewise for local "insn".
6567         (get_some_local_dynamic_name): Likewise.
6568         (output_v8plus_mult): Likewise for param "insn".
6570 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6572         * config/sh/sh-protos.h (output_ieee_ccmpeq): Strengthen param 1
6573         from rtx to rtx_insn *.
6574         (output_branchy_insn): Likewise for param 3.
6575         (output_far_jump): Likewise for param 1.
6576         (final_prescan_insn): Likewise.
6577         (sh_insn_length_adjustment): Likewise for sole param.
6579         * config/sh/sh.c (expand_cbranchsi4): Likewise for local "jump".
6580         (expand_cbranchdi4): Strengthen local "skip_label" from rtx to
6581         rtx_code_label *.
6582         (sh_emit_compare_and_set): Likewise for local "lab".
6583         (output_far_jump): Strengthen param "insn" and local "prev" from
6584         rtx to rtx_insn *.
6585         (output_branchy_insn): Likewise for param "insn" and local
6586         "next_insn".
6587         (output_ieee_ccmpeq): Likewise for param "insn".
6588         (struct label_ref_list_d): Strengthen field "label" from rtx to
6589         rtx_code_label *.
6590         (pool_node): Likewise.
6591         (pool_window_label): Likewise for this global.
6592         (add_constant): Likewise for return type and locals "lab", "new_rtx".
6593         (dump_table): Strengthen params "start", "barrier" and local
6594         "scan" from rtx to rtx_insn *.
6595         (broken_move): Likewise for param "insn".
6596         (untangle_mova): Likewise for params "first_mova" and "new_mova".
6597         Strengthen param "first_mova" from rtx * to rtx_insn **.
6598         (mova_p): Likewise for param "insn".
6599         (fixup_mova): Likewise for param "mova".
6600         (find_barrier): Likewise for return type, params "mova" and
6601         "from", and locals "barrier_before_mova", "found_barrier",
6602         "good_barrier", "orig", "last_symoff", "next".  Strengthen local
6603         "label" from rtx to rtx_code_label *.
6604         (sh_loop_align): Strengthen locals "first", "insn", "mova" from
6605         rtx to rtx_insn *.
6606         (sh_reorg): Likewise for locals "link", "scan", "barrier".
6607         (split_branches): Likewise for param "first" and local "insn".
6608         (final_prescan_insn): Likewise for param "insn".
6609         (sequence_insn_p): Likewise for locals "prev", "next".
6610         (sh_insn_length_adjustment): Likewise for param "insn".
6611         (sh_can_redirect_branch): Likewise for local "insn".
6612         (find_r0_life_regions): Likewise for locals "end", "insn".
6613         (sh_output_mi_thunk): Likewise for local "insns".
6615 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6617         * config/score/score.c (score_output_mi_thunk): Strengthen local
6618         "insn" from rtx to rtx_insn *.
6619         (score_prologue): Likewise.
6621 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6623         * config/s390/s390-protos.h (s390_match_ccmode): Strengthen param
6624         1 from rtx to rtx_insn *.
6625         (s390_emit_jump): Likewise for return type.
6626         (s390_emit_call): Likewise.
6627         (s390_load_got): Likewise.
6629         * config/s390/s390.c (last_scheduled_insn): Likewise for this
6630         variable.
6631         (s390_match_ccmode): Likewise for param "insn".
6632         (s390_emit_jump): Likewise for return type.
6633         (s390_split_branches): Likewise for local "label".
6634         (struct constant): Strengthen field "label" from rtx to
6635         rtx_code_label *.
6636         (struct constant_pool): Likewise for field "label".  Strengthen
6637         fields "first_insn", "pool_insn", "emit_pool_after" from rtx to
6638         rtx_insn *.
6639         (s390_alloc_pool): Replace NULL_RTX with NULL when dealing with
6640         insns.
6641         (s390_start_pool): Strengthen param "insn" from rtx to rtx_insn *.
6642         (s390_end_pool): Likewise.
6643         (s390_dump_pool): Likewise for local "insn".
6644         (s390_mainpool_start): Likewise.
6645         (s390_chunkify_start): Likewise.
6646         (s390_chunkify_start): Replace NULL_RTX with NULL when dealing
6647         with insns.  Strengthen locals "label", "jump", "barrier", "next",
6648         "prev", "vec_insn", "insn" from rtx to rtx_insn *.
6649         (s390_chunkify_finish): Strengthen local "insn" from rtx to
6650         rtx_insn *.
6651         (s390_chunkify_cancel): Likewise for locals "insn", "barrier",
6652         "jump", "label", "next_insn".
6653         (s390_regs_ever_clobbered): Likewise for local "cur_insn".
6654         (s390_optimize_nonescaping_tx): Likewise for locals "insn",
6655         "tbegin_insn".
6656         (s390_load_got): Likewise for return type and local "insns".
6657         (s390_save_gprs_to_fprs): Likewise for local "insn".
6658         (s390_restore_gprs_from_fprs): Likewise.
6659         (pass_s390_early_mach::execute): Likewise.
6660         (s390_emit_prologue): Likewise for local "insns".
6661         (s390_expand_tbegin): Strengthen local "leave_label" from rtx to
6662         rtx_code_label *.
6663         (s390_emit_call): Strengthen return type and local "insn" from
6664         rtx to rtx_insn *.
6665         (s390_emit_tpf_eh_return): Likewise for local "insn".
6666         (s390_optimize_prologue): Likewise for locals "insn", "new_insn",
6667         "next_insn", introducing locals "s_pat", "rpat" to allow this.
6668         (s390_fix_long_loop_prediction): Likewise for param "insn" and
6669         local "cur_insn".
6670         (s390_non_addr_reg_read_p): Likewise for param "insn".
6671         (find_cond_jump): Likewise for return type and param "insn".
6672         (s390_swap_cmp): Likewise for param "insn".
6673         (s390_z10_optimize_cmp): Likewise for param "insn" and locals
6674         "prev_insn", "next_insn".
6675         (s390_reorg): Likewise for locals "insn", "target".
6676         (s390_z10_prevent_earlyload_conflicts): Likewise for local "insn".
6677         (s390_sched_variable_issue): For now, rename param "insn" to
6678         "uncast_insn", introducing a checked cast.
6679         (s390_sched_init): Replace NULL_RTX with NULL when dealing with
6680         insn.
6681         (s390_loop_unroll_adjust): Strengthen local "insn" from rtx to
6682         rtx_insn *.  Use for_each_rtx_in_insn rather than for_each_rtx.
6684 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6686         * config/rx/rx-protos.h (rx_adjust_insn_length): Strengthen first
6687         param from rtx to rtx_insn *.
6688         * config/rx/rx.c (rx_adjust_insn_length): Likewise for param "insn".
6690 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6692         * config/rs6000/rs6000-protos.h (output_cbranch): Strengthen param
6693         4 from rtx to rtx_insn *.
6694         (rs6000_final_prescan_insn): Likewise for first param.
6695         * config/rs6000/rs6000.c (rs6000_emit_set_const): Likewise for
6696         local "insn".
6697         (rs6000_get_some_local_dynamic_name): Likewise.
6698         (output_cbranch): Likewise for param "insn".
6699         (spe_func_has_64bit_regs_p): Likewise for locals "insns", "insn".
6700         (rs6000_function_ok_for_sibcall): Likewise for locals "top", "insn".
6701         (rs6000_emit_allocate_stack): Likewise for local "insn".
6702         (load_cr_save): Likewise.
6703         (restore_saved_cr): Likewise.
6704         (restore_saved_lr): Likewise.
6705         (emit_cfa_restores): Likewise.
6706         (rs6000_output_function_epilogue): Likewise for locals "insn" and
6707         "deleted_debug_label".
6708         (rs6000_output_mi_thunk): Likewise for local "insn".
6709         (rs6000_final_prescan_insn): Likewise for param "insn".
6711 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6713         * config/picochip/picochip-protos.h (picochip_final_prescan_insn):
6714         Strengthen param "insn" from rtx to rtx_insn *.
6715         * config/picochip/picochip.c (picochip_current_prescan_insn):
6716         Likewise for this variable.
6717         (picochip_final_prescan_insn): Likewise for param "insn".
6719 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6721         * config/pa/pa-protos.h (pa_output_call): Strengthen first param
6722         from rtx to rtx_insn *.
6723         (pa_output_indirect_call): Likewise.
6724         (pa_adjust_insn_length): Likewise.
6725         (pa_attr_length_millicode_call): Likewise.
6726         (pa_attr_length_call): Likewise.
6727         (pa_attr_length_indirect_call): Likewise.
6729         * config/pa/pa.c (pa_adjust_insn_length): Likewise for param
6730         "insn".
6731         (pa_attr_length_millicode_call): Likewise.
6732         (pa_attr_length_call): Likewise.
6733         (pa_output_call): Likewise.
6734         (pa_attr_length_indirect_call): Likewise.
6735         (pa_output_indirect_call): Likewise.
6737 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6739         * config/nds32/nds32-protos.h (nds32_adjust_insn_length):
6740         Strengthen first param from rtx to rtx_insn *.
6741         * config/nds32/nds32.c (nds32_adjust_insn_length): Likewise for
6742         param "insn".
6744 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6746         * config/mips/mips-protos.h (mips_emit_move): Strengthen return
6747         type from rtx to rtx_insn *.
6748         (mips_expand_call): Likewise.
6749         (mips_adjust_insn_length): Likewise for first param.
6750         (mips_output_conditional_branch): Likewise.
6751         (mips_output_order_conditional_branch): Likewise.
6752         (mips_final_prescan_insn): Likewise.
6754         * config/mips/mips.c (SEQ_BEGIN): For now, add checked cast to
6755         rtx_insn * for the SEQUENCE case.
6756         (SEQ_END): Likewise.
6757         (mips_emit_move): Strengthen return type from rtx to rtx_insn *.
6758         (mips_emit_call_insn): Likewise, also for local "insn".
6759         (mips16_gp_pseudo_reg): Likewise for local "scan".
6760         (mips16_build_call_stub): Likewise for return type and for local
6761         "insn".  Introduce a new local "pattern" so that "insn" can indeed
6762         be an insn.
6763         (mips_expand_call): Strengthen return type and local "insn" from
6764         rtx to rtx_insn *.
6765         (mips_block_move_loop): Strengthen local "label" from rtx to
6766         rtx_code_label *.
6767         (mips_expand_synci_loop): Likewise for locals "label",
6768         "end_label".
6769         (mips_set_frame_expr): Strengthen local "insn" from rtx to
6770         rtx_insn *.
6771         (mips16e_collect_argument_saves): Likewise for locals "insn",
6772         "next".
6773         (mips_find_gp_ref): Likewise for param of callback for "pred"
6774         param, and for local "insn".
6775         (mips_insn_has_inflexible_gp_ref_p): Likewise for param "insn".
6776         (mips_insn_has_flexible_gp_ref_p): Likewise.
6777         (mips_epilogue_emit_cfa_restores): Likewise for return type and
6778         local "insn".
6779         (mips_epilogue_set_cfa): Likewise for local "insn".
6780         (mips_expand_epilogue): Likewise.
6781         (mips_adjust_insn_length): Likewise for param "insn".
6782         (mips_output_conditional_branch): Likewise.
6783         (mips_output_order_conditional_branch): Likewise.
6784         (struct mips_ls2): Likewise for fields "alu1_turn_enabled_insn",
6785         "alu2_turn_enabled_insn", "falu1_turn_enabled_insn",
6786         "falu2_turn_enabled_insn".
6787         (mips_builtin_branch_and_move): Strengthen locals "true_label",
6788         "done_label" from rtx to rtx_code_label *.
6789         (struct mips16_constant): Likewise for field "label".
6790         (mips16_add_constant): Likewise for return type.
6791         (mips16_emit_constants_1): Strengthen return type and param "insn"
6792         from rtx to rtx_insn *.
6793         (mips16_emit_constants): Likewise for param "insn".
6794         (mips16_insn_length): Likewise.
6795         (mips16_rewrite_pool_constant): Strengthen local "label" from rtx
6796         to rtx_code_label *.
6797         (struct mips16_rewrite_pool_refs_info): Strengthen field "insn"
6798         from rtx to rtx_insn *.
6799         (mips16_lay_out_constants): Likewise for locals "insn", "barrier",
6800         "jump".  Strengthen local "label" from rtx to rtx_code_label *.
6801         (r10k_simplify_address): Strengthen param "insn" and local
6802         "def_insn" from rtx to rtx_insn *.
6803         (r10k_safe_address_p): Strengthen param "insn" from rtx to
6804         rtx_insn *.
6805         (r10k_needs_protection_p_1): Update target type of cast of data
6806         from to rtx to rtx_insn *.
6807         (r10k_needs_protection_p_store): Strengthen local "insn_ptr" from
6808         rtx * to rtx_insn **.
6809         (r10k_needs_protection_p): Strengthen param "insn" from rtx to
6810         rtx_insn *.
6811         (r10k_insert_cache_barriers): Likewise for locals "insn", "end".
6812         (mips_call_expr_from_insn): Likewise for param "insn".
6813         (mips_pic_call_symbol_from_set): Likewise for local "def_insn".
6814         (mips_find_pic_call_symbol): Likewise for param "insn".
6815         (mips_annotate_pic_calls): Likewise for local "insn".
6816         (mips_sim_insn): Likewise for this variable.
6817         (struct mips_sim): Likewise for field "insn" within elements of
6818         last_set array.
6819         (mips_sim_wait_reg): Likewise for param "insn".
6820         (mips_sim_wait_regs): Likewise.
6821         (mips_sim_wait_units): Likewise.
6822         (mips_sim_wait_insn): Likewise.
6823         (mips_sim_issue_insn): Likewise.
6824         (mips_sim_finish_insn): Likewise.
6825         (mips_seq_time): Likewise for param "seq" and local "insn".
6826         (vr4130_avoid_branch_rt_conflict): Likewise for param "insn" and
6827         locals "first", "second".
6828         (vr4130_align_insns): Likewise for locals "insn", "subinsn",
6829         "last", "last2", "next".
6830         (mips_avoid_hazard): Likewise for params "after", "insn".
6831         (mips_reorg_process_insns): Likewise for locals "insn",
6832         "last_insn", "subinsn", "next_insn".
6833         (mips_has_long_branch_p): Likewise for locals "insn", "subinsn".
6834         (mips16_split_long_branches): Likewise for locals "insn" "jump",
6835         "jump_sequence".
6836         (mips_output_mi_thunk): Likewise for local "insn".
6837         (mips_final_prescan_insn): Likewise for param "insn".
6839 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6841         * config/microblaze/microblaze.c (microblaze_call_tls_get_addr):
6842         Strengthen return type and local "insns" from rtx to rtx_insn *.
6843         (microblaze_legitimize_tls_address): Likewise for local "insns".
6844         (microblaze_block_move_loop): Strengthen local "label" from rtx
6845         to rtx_code_label *.
6846         (microblaze_expand_prologue): Strengthen two locals named "insn"
6847         from rtx to rtx_insn *.
6848         (microblaze_asm_output_mi_thunk): Likewise for local "insn".
6849         (microblaze_expand_divide): Likewise for locals "jump", "cjump",
6850         "insn".  Strengthen locals "div_label", "div_end_label" from rtx
6851         to rtx_code_label *.
6853 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6855         * config/mep/mep-protos.h (mep_mulr_source): Strengthen first
6856         param from rtx to rtx_insn *.
6857         (mep_reuse_lo): Likewise for third param.
6858         (mep_use_post_modify_p): Likewise for first param.
6859         (mep_core_address_length): Likewise.
6860         (mep_cop_address_length): Likewise.
6861         (mep_final_prescan_insn): Likewise.
6862         (mep_store_data_bypass_p): Likewise for both params.
6863         (mep_mul_hilo_bypass_p): Likewise.
6864         (mep_ipipe_ldc_p): Likewise for param.
6866         * config/mep/mep.c (mep_mulr_source): Likewise for param "insn".
6867         (mep_rewrite_mult): Likewise.
6868         (mep_rewrite_mulsi3): Likewise.
6869         (mep_rewrite_maddsi3): Likewise.
6870         (mep_reuse_lo_p_1): Likewise.
6871         (mep_reuse_lo_p): Likewise.
6872         (mep_frame_expr): Likewise.
6873         (mep_make_parallel): Likewise for both params.
6874         (mep_use_post_modify_p_1): Likewise for param "set_insn" and
6875         local "insn".
6876         (mep_use_post_modify_p): Likewise for param "insn".
6877         (mep_core_address_length): Likewise.
6878         (mep_cop_address_length): Likewise.
6879         (mep_reg_set_in_function): Likewise for local "insn".
6880         (mep_asm_without_operands_p): Likewise.
6881         (F): Likewise for return type and param "x".
6882         (add_constant): Likewise for local "insn".
6883         (maybe_dead_move): Likewise for return type and local "insn".
6884         (mep_expand_prologue): Likewise for local "insn".
6885         (mep_final_prescan_insn): Likewise for param "insn".
6886         (mep_reorg_regmove): Likewise for param "insns" and locals "insn",
6887         "next", "follow", "x".
6888         (mep_insert_repeat_label_last): Likewise for return type, param
6889         "last_insn", and locals "next", "prev".  Strengthen param "label"
6890         from rtx to rtx_code_label *.
6891         (struct mep_doloop_begin): Strengthen field "insn" from rtx to
6892         rtx_insn *.
6893         (struct mep_doloop_end): Likewise for fields "insn" and
6894         "fallthrough".
6895         (mep_reorg_repeat): Likewise for param "insns" and local "insn".
6896         Strengthen local "repeat_label" from rtx to rtx_code_label *.
6897         (mep_invertable_branch_p): Strengthen param "insn" from rtx to
6898         rtx_insn *.
6899         (mep_invert_branch): Likewise for params "insn" and "after".
6900         (mep_reorg_erepeat): Likewise for param "insns" and locals
6901         "insn", "prev", "new_last", "barrier", "user".  Strengthen local
6902         "l" from rtx to rtx_code_label *.
6903         (mep_jmp_return_reorg): Strengthen param "insns" and local "insn"
6904         from rtx to rtx_insn *.
6905         (mep_reorg_addcombine): Likewise for param "insns" and locals
6906         "i", "n".
6907         (add_sp_insn_p): Likewise for param "insn".
6908         (mep_reorg_noframe): Likewise for param "insns" and locals
6909         "start_frame_insn", "end_frame_insn", "next".
6910         (mep_reorg): Likewise for local "insns".
6911         (mep_store_data_bypass_1): Likewise for param "prev".  Add checked
6912         cast.
6913         (mep_store_data_bypass_p): Likewise for params "prev", "insn".
6914         (mep_mul_hilo_bypass_p): Likewise.
6915         (mep_ipipe_ldc_p): Likewise for param "insn".
6916         (mep_make_bundle): Likewise for return type, param "cop" and local
6917         "insn", splitting out the latter into a new local "seq" for when it
6918         is a SEQUENCE rather than an insn.
6919         (core_insn_p): Likewise for param "insn".
6920         (mep_bundle_insns): Likewise for param "insns" and locals "insn",
6921         "last", "first", "note", "prev", "core_insn".
6923 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6925         * config/m68k/m68k-protos.h (output_btst): Strengthen param 4 from
6926         rtx to rtx_insn *.
6927         (strict_low_part_peephole_ok): Likewise for param 2 "first_insn".
6928         (m68k_final_prescan_insn): Likewise for first param.
6930         * config/m68k/m68k.c (m68k_emit_movem): Likewise for return type.
6931         (m68k_set_frame_related): Likewise for param "insn".
6932         (output_btst): Likewise for param "insn".
6933         (m68k_final_prescan_insn): Likewise.
6934         (m68k_move_to_reg): Likewise for local "insn".
6935         (m68k_call_tls_get_addr): Likewise for local "insns".
6936         (m68k_call_m68k_read_tp): Likewise.
6937         (strict_low_part_peephole_ok): Likewise for param "first_insn".
6938         (m68k_output_mi_thunk): Likewise for local "insn".
6940 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6942         * config/iq2000/iq2000-protos.h (final_prescan_insn): Strengthen
6943         first param from rtx to rtx_insn *.
6944         (iq2000_adjust_insn_length): Likewise.
6945         (iq2000_output_conditional_branch): Likewise.
6946         * config/iq2000/iq2000.c (final_prescan_insn): Likewise for param
6947         "insn" and local "nop_insn".
6948         (iq2000_annotate_frame_insn): Likewise for param "insn".
6949         (iq2000_expand_prologue): Likewise for both locals "insn".
6950         (iq2000_adjust_insn_length): Likewise for param "insn".
6951         (iq2000_output_conditional_branch): Likewise.
6953 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6955         * config/ia64/ia64.c (ia64_expand_tls_address): Strengthen local
6956         "insns" from rtx to rtx_insn *.
6957         (ia64_emit_cond_move): Likewise for locals "insn", "first".
6958         (struct spill_fill_data): Likewise for field "init_after" and for
6959         elements of array field "prev_insn".
6960         (spill_restore_mem): Likewise for locals "insn", "first".
6961         (do_spill): Likewise for local "insn".
6962         (do_restore): Likewise.
6963         (ia64_expand_prologue): Likewise.
6964         (ia64_expand_epilogue): Likewise.
6965         (emit_insn_group_barriers): Likewise for locals "insn",
6966         "last_label".
6967         (emit_all_insn_group_barriers): Likewise for locals "insn",
6968         "last".
6969         (dfa_stop_insn): Likewise for this global.
6970         (dfa_pre_cycle_insn): Likewise.
6971         (ia64_nop): Likewise.
6972         (final_emit_insn_group_barriers): Likewise for locals "insn",
6973         "last".
6974         (emit_predicate_relation_info): Likewise for locals "head", "n",
6975         "insn", "b", "a".
6976         (ia64_reorg): Likewise for local "insn".
6977         (ia64_output_mi_thunk): Likewise.
6978         (expand_vec_perm_interleave_2): Likewise for local "seq".
6980 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6982         * config/i386/i386-protos.h (ix86_avoid_lea_for_add): Strengthen
6983         param 1 "insn" from rtx to rtx_insn *.
6984         (ix86_use_lea_for_mov): Likewise.
6985         (ix86_avoid_lea_for_addr): Likewise.
6986         (ix86_split_lea_for_addr): Likewise.
6987         (ix86_lea_for_add_ok): Likewise.
6988         (ix86_output_call_insn): Likewise.
6990         * config/i386/i386.c (ix86_va_start): Likewise for local "seq".
6991         (ix86_get_drap_rtx): Likewise for locals "seq", "insn".
6992         (ix86_output_function_epilogue): Likewise for locals "insn",
6993         "deleted_debug_label".
6994         (legitimize_tls_address): Likewise for local "insn".
6995         (get_some_local_dynamic_name): Likewise.
6996         (increase_distance): Likewise for params "prev", "next".
6997         (distance_non_agu_define_in_bb): Likewise for params "insn",
6998         "start" and locals "prev", "next".
6999         (distance_non_agu_define): Likewise for param "insn".
7000         (distance_agu_use_in_bb): Likewise for params "insn", "start" and
7001         locals "next", "prev".
7002         (distance_agu_use): Likewise for param "insn".
7003         (ix86_lea_outperforms): Likewise.
7004         (ix86_ok_to_clobber_flags): Likewise.
7005         (ix86_avoid_lea_for_add): Likewise.
7006         (ix86_use_lea_for_mov): Likewise.
7007         (ix86_avoid_lea_for_addr): Likewise.
7008         (find_nearest_reg_def): Likewise, also for locals "prev", "start".
7009         (ix86_split_lea_for_addr): Likewise for param "insn".
7010         (ix86_lea_for_add_ok): Likewise for param "insn".
7011         (ix86_expand_carry_flag_compare): Likewise for local
7012         "compare_seq".
7013         (ix86_expand_int_movcc): Likewise.
7014         (ix86_output_call_insn): Likewise for param "insn".
7015         (ix86_output_call_insn): Likewise for local "i".
7016         (x86_output_mi_thunk): Introduce local "insn", using it in place
7017         of "tmp" when dealing with insns.
7018         (ix86_avoid_jump_mispredicts): Likewise for locals "insn",
7019         "start".
7020         (ix86_pad_returns): Likewise for locals "ret", "prev".
7021         (ix86_count_insn_bb): Likewise for local "insn".
7022         (ix86_pad_short_function): Likewise for locals "ret", "insn".
7023         (ix86_seh_fixup_eh_fallthru): Likewise for locals "insn", "next".
7024         (ix86_vector_duplicate_value): Likewise for local "insn", "seq".
7025         (expand_vec_perm_interleave2): Likewise for local "seq".
7026         (expand_vec_perm_vperm2f128_vblend): Likewise.
7027         (ix86_loop_unroll_adjust): Likewise for local "insn".  Convert
7028         call to for_each_rtx with for_each_rtx_in_insn.
7030 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7032         * config/i386/i386.c (setup_incoming_varargs_64): Strengthen local
7033         "label" from rtx to rtx_code_label *.
7034         (ix86_expand_prologue): Likewise.
7035         (ix86_expand_split_stack_prologue): Likewise for locals "label",
7036         "varargs_label".
7037         (ix86_split_idivmod): Likewise for locals "end_label" and
7038         "qimode_label".
7039         (ix86_expand_branch): Likewise for local "label2".
7040         (ix86_expand_aligntest): Likewise for return type and local "label".
7041         (expand_set_or_movmem_via_loop): Likewise for locals "out_label" and
7042         "top_label".
7043         (expand_movmem_epilogue): Likewise for the various locals named
7044         "label".
7045         (expand_setmem_epilogue): Likewise.
7046         (expand_small_movmem_or_setmem): Likewise for local "label".
7047         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
7048         Strengthen param "done_label" from rtx * to rtx_code_label **.
7049         Strengthen locals "loop_label" and "label" from rtx to
7050         rtx_code_label *.
7051         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
7052         Likewise for locals "loop_label", "label".
7053         (ix86_expand_set_or_movmem): Likewise for locals "label",
7054         "jump_around_label", "hot_label".
7055         (ix86_expand_strlensi_unroll_1): Likewise for locals
7056         "align_2_label", align_3_label", "align_4_label", "end_0_label",
7057         "end_2_label".
7058         (x86_emit_floatuns): Likewise for locals "neglab", "donelab".
7059         (void ix86_emit_i387_log1p): Likewise for locals "label1",
7060         "label2", "jump_label".
7061         (ix86_expand_sse_compare_and_jump): Likewise for return type and
7062         local "label".
7063         (ix86_expand_lfloorceil): Likewise for local "label".
7064         (ix86_expand_rint): Likewise.
7065         (ix86_expand_floorceildf_32): Likewise.
7066         (ix86_expand_floorceil): Likewise.
7067         (ix86_expand_rounddf_32): Likewise.
7068         (ix86_expand_trunc): Likewise.
7069         (ix86_expand_truncdf_32): Likewise.
7070         (ix86_expand_round): Likewise.
7072 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7074         * config/h8300/h8300-protos.h (final_prescan_insn): Strengthen
7075         first param from rtx to rtx_insn *.
7076         (h8300_insn_length_from_table): Likewise.
7077         * config/h8300/h8300.c (F): Likewise for return type and param
7078         "x".
7079         (Fpa): Add a checked cast to rtx_insn *.
7080         (h8300_emit_stack_adjustment): Strengthen local "x" from rtx to
7081         rtx_insn *.
7082         (final_prescan_insn): Likewise for param "insn".
7083         (h8300_binary_length): Likewise.
7084         (h8300_insn_length_from_table): Likewise.
7086 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7088         * config/epiphany/epiphany-protos.h (epiphany_final_prescan_insn):
7089         Strengthen first param "insn" from rtx to rtx_insn *.
7091         * config/epiphany/epiphany.c (epiphany_final_prescan_insn):
7092         Likewise.
7093         (frame_insn): Likewise for return type.  Introduce local "insn"
7094         for use in place of local "x" for use as an rtx_insn *.
7095         (frame_move_insn): Strengthen return type from rtx to rtx_insn *.
7096         (epiphany_expand_prologue): Likewise for local "insn".
7097         * config/epiphany/mode-switch-use.c (insert_uses): Likewise.
7098         * config/epiphany/resolve-sw-modes.c
7099         (pass_resolve_sw_modes::execute): Likewise for locals "insn" and
7100         "seq".
7102 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7104         * config/c6x/c6x-protos.h (c6x_get_unit_specifier): Strengthen
7105         param from rtx to rtx_insn *.
7106         (c6x_final_prescan_insn): Likewise for first param.
7108         * config/c6x/c6x.c (c6x_current_insn): Likewise for this variable.
7109         (c6x_output_mi_thunk): Replace use of NULL_RTX with NULL.
7110         (c6x_expand_compare): Strengthen local "insns" from rtx to
7111         rtx_insn *.
7112         (c6x_get_unit_specifier): Likewise for param "insn".
7113         (c6x_print_unit_specifier_field): Likewise.
7114         (c6x_final_prescan_insn): Likewise.
7115         (emit_add_sp_const): Likewise for local "insn".
7116         (c6x_expand_prologue): Likewise.
7118 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7120         * config/bfin/bfin-protos.h (asm_conditional_branch): Strengthen
7121         param 1 from rtx to rtx_insn *.
7122         * config/bfin/bfin.c (expand_prologue_reg_save): Likewise for
7123         the various locals named "insn".
7124         (expand_epilogue_reg_restore): Likewise.
7125         (frame_related_constant_load): Likewise.
7126         (add_to_reg): Likewise.
7127         (emit_link_insn): Likewise.
7128         (do_link): Likewise.
7129         (expand_interrupt_handler_prologue): Likewise.
7130         (branch_dest): Likewise for param "branch".
7131         (asm_conditional_branch): Likewise for param "insn".
7132         (gen_one_bundle): Likewise for elements of param "slot" and local
7133         "t".
7134         (bfin_gen_bundles): Likewise for locals "insn", "next" and
7135         elements of local "slot".
7136         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
7137         "queue", "next_queue", "prev".
7138         (workaround_rts_anomaly): Likewise for locals "insn", "first_insn".
7139         (add_sched_insns_for_speculation): Likewise for local "insn".
7141 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7143         * config/avr/avr-protos.h (output_movqi): Strengthen first param
7144         from rtx to rtx_insn *.
7145         (output_movhi): Likewise.
7146         (output_movsisf): Likewise.
7147         (avr_out_tstsi): Likewise.
7148         (avr_out_tsthi): Likewise.
7149         (avr_out_tstpsi): Likewise.
7150         (avr_out_compare): Likewise.
7151         (avr_out_compare64): Likewise.
7152         (avr_out_movpsi): Likewise.
7153         (ashlqi3_out): Likewise.
7154         (ashlhi3_out): Likewise.
7155         (ashlsi3_out): Likewise.
7156         (ashrqi3_out): Likewise.
7157         (ashrhi3_out): Likewise.
7158         (ashrsi3_out): Likewise.
7159         (lshrqi3_out): Likewise.
7160         (lshrhi3_out): Likewise.
7161         (lshrsi3_out): Likewise.
7162         (avr_out_ashlpsi3): Likewise.
7163         (avr_out_ashrpsi3): Likewise.
7164         (avr_out_lshrpsi3): Likewise.
7165         (avr_out_fract): Likewise.
7166         (avr_out_sbxx_branch): Likewise.
7167         (avr_out_round): Likewise.
7168         (avr_out_xload): Likewise.
7169         (avr_out_movmem): Likewise.
7170         (adjust_insn_length): Likewise.
7171         (avr_out_lpm): Likewise.
7172         (reg_unused_after): Likewise.
7173         (_reg_unused_after): Likewise.
7174         (avr_jump_mode): Likewise for second param.
7175         (jump_over_one_insn): Likewise for first param.
7176         (avr_final_prescan_insn): Likewise.
7177         (out_shift_with_cnt): Likewise for second param.
7179         * config/avr/avr.c (get_sequence_length): Likewise for param
7180         "insns" and local "insn".
7181         (emit_push_byte): Likewise for local "insn".
7182         (emit_push_sfr): Likewise.
7183         (avr_prologue_setup_frame): Likewise for locals "insn",
7184         "fp_plus_insns", "sp_plus_insns".
7185         (avr_expand_epilogue): Likewise for local "fp_plus_insns",
7186         "sp_plus_insns".
7187         (avr_jump_mode): Likewise for param "insn".
7188         (avr_final_prescan_insn): Likewise.
7189         (avr_find_unused_d_reg): Likewise.
7190         (avr_out_lpm_no_lpmx): Likewise.
7191         (avr_out_lpm): Likewise.
7192         (avr_out_xload): Likewise.
7193         (output_movqi): Likewise.
7194         (output_movhi): Likewise.
7195         (out_movqi_r_mr): Likewise.
7196         (out_movhi_r_mr): Likewise.
7197         (out_movsi_r_mr): Likewise.
7198         (out_movsi_mr_r): Likewise.
7199         (output_movsisf): Likewise.
7200         (avr_out_load_psi): Likewise.
7201         (avr_out_store_psi): Likewise.
7202         (avr_out_movpsi): Likewise.
7203         (out_movqi_mr_r): Likewise.
7204         (avr_out_movhi_mr_r_xmega): Likewise.
7205         (out_movhi_mr_r): Likewise.
7206         (compare_condition): Likewise for param "insn" and local "next".
7207         (compare_sign_p): Likewise for param "insn".
7208         (compare_diff_p): Likewise.
7209         (compare_eq_p): Likewise.
7210         (avr_out_compare): Likewise.
7211         (avr_out_compare64): Likewise.
7212         (avr_out_tsthi): Likewise.
7213         (avr_out_tstpsi): Likewise.
7214         (avr_out_tstsi): Likewise.
7215         (out_shift_with_cnt): Likewise.
7216         (ashlqi3_out): Likewise.
7217         (ashlhi3_out): Likewise.
7218         (avr_out_ashlpsi3): Likewise.
7219         (ashlsi3_out): Likewise.
7220         (ashrqi3_out): Likewise.
7221         (ashrhi3_out): Likewise.
7222         (avr_out_ashrpsi3): Likewise.
7223         (ashrsi3_out): Likewise.
7224         (lshrqi3_out): Likewise.
7225         (lshrhi3_out): Likewise.
7226         (avr_out_lshrpsi3): Likewise.
7227         (lshrsi3_out): Likewise.
7228         (avr_out_fract): Likewise.
7229         (avr_out_round): Likewise.
7230         (avr_adjust_insn_length): Likewise.
7231         (reg_unused_after): Likewise.
7232         (_reg_unused_after): Likewise.
7233         (avr_compare_pattern): Likewise.
7234         (avr_reorg_remove_redundant_compare): Likewise for param "insn1"
7235         and locals "branch1", "branch2", "insn2", "jump".
7236         (avr_reorg): Likewise for local "insn".
7237         (avr_2word_insn_p): Likewise for param "insn".
7238         (jump_over_one_insn_p): Likewise.
7239         (avr_out_sbxx_branch): Likewise.
7240         (avr_out_movmem): Likewise.
7242 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7244         * config/arm/arm-protos.h (arm_final_prescan_insn): Strengthen
7245         param from rtx to rtx_insn *.
7246         (thumb1_final_prescan_insn): Likewise.
7247         (thumb2_final_prescan_insn): Likewise.
7249         * config/arm/arm.c (emit_set_insn): Strengthen return type from
7250         rtx to rtx_insn *.
7251         (struct minipool_node): Likewise for field "insn".
7252         (dump_minipool): Likewise for param "scan".
7253         (create_fix_barrier): Likewise for local "from".  Strengthen local
7254         "label" from rtx to rtx_code_label *.
7255         (push_minipool_barrier): Strengthen param "insn" from rtx to
7256         rtx_insn *.
7257         (push_minipool_fix): Likewise.
7258         (note_invalid_constants): Likewise.
7259         (thumb2_reorg): Likewise for local "insn".
7260         (arm_reorg): Likewise.
7261         (thumb2_final_prescan_insn): Likewise for param
7262         "insn" and local "first_insn".
7263         (arm_final_prescan_insn): Likewise for param "insn" and locals
7264         "start_insn", "this_insn".
7265         (arm_debugger_arg_offset): Likewise for param "insn".
7266         (thumb1_emit_multi_reg_push): Likewise for return type and local
7267         "insn".
7268         (thumb1_final_prescan_insn): Likewise for param "insn".
7269         (thumb_far_jump_used_p): Likewise for local "insn".
7270         (thumb1_expand_prologue): Likewise.
7271         (arm_expand_epilogue_apcs_frame): Likewise.
7272         (arm_expand_epilogue): Likewise for locals "insn", "tmp".
7273         (arm_split_compare_and_swap): Strengthen locals "label1", "label2"
7274         from rtx to rtx_code_label *.
7275         (arm_split_atomic_op): Likewise for local "label".
7276         (arm_emit_coreregs_64bit_shift): Likewise for local "done_label".
7278 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7280         * config/arc/arc-protos.h (arc_final_prescan_insn): Strengthen
7281         first param from rtx to rtx_insn *.
7282         (arc_verify_short): Likewise.
7283         (arc_short_long): Likewise.
7284         (arc_need_delay): Likewise.
7286         * config/arc/arc.c (struct arc_ccfsm): Likewise for field
7287         "target_insn".
7288         (arc_ccfsm_advance): Likewise for param "insn" and locals
7289         "start_insn", "this_insn".
7290         (arc_ccfsm_record_condition): Likewise for local "seq_insn".
7291         (arc_ccfsm_post_advance): Likewise for param "insn".
7292         (arc_next_active_insn): Likewise for return type and param "insn".
7293         Convert NULL_RTX to NULL as appropriate.  Add a checked cast.
7294         (arc_verify_short): Strengthen param "insn" from rtx to rtx_insn *.
7295         (output_short_suffix): Likewise for local "insn".
7296         (arc_final_prescan_insn): Likewise for param "insn".  Remove
7297         now-redundant checked cast.
7298         (arc_reorg): Strengthen locals "insn", "top_label", "lp", "prev",
7299         "lp_simple", "next", "mov", "scan", "link_insn" from rtx to
7300         rtx_insn *.  Add a checked cast.  Introduce local "lc_set_insn"
7301         for use where lc_set became an insn.
7302         (arc_adjust_insn_length): Strengthen locals "prev", "succ" from
7303         rtx to rtx_insn *.
7304         (arc_get_insn_variants): Likewise for local "prev".
7305         (arc_ifcvt): Likewise for locals "insn", "seq", "prev", "pprev",
7306         "next".
7307         (arc_predicate_delay_insns): Likewise for local "insn".
7308         (arc_pad_return): Likewise for local "prev".  For now, add a
7309         checked cast when extracting the insn from "final_sequence".
7310         (arc_short_long): Likewise for param "insn".
7311         (arc_need_delay): Likewise for param "insn" and local "next".
7312         (arc_label_align): Likewise for locals "prev", "next".
7314 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7316         * config/alpha/alpha.c (alpha_emit_set_const): Strengthen local
7317         "insn" from rtx to rtx_insn *.
7318         (alpha_gp_save_rtx): Likewise for local "seq".
7319         (alpha_instantiate_decls): Likewise for local "top".
7320         (get_some_local_dynamic_name): Likewise for local "insn".
7321         (alpha_does_function_need_gp): Likewise.
7322         (set_frame_related_p): Likewise for return type and for locals
7323         "seq" and "insn".
7324         (emit_frame_store_1): Likewise for local "insn".
7325         (alpha_expand_prologue): Likewise for locals "insn", "seq".
7326         (alpha_end_function): Likewise for local "insn".
7327         (alpha_output_mi_thunk_osf): Likewise.
7328         (alphaev4_insn_pipe): Likewise for param "insn".
7329         (alphaev5_insn_pipe): Likewise.
7330         (alphaev4_next_group): Likewise for return type and param 1
7331         "insn".
7332         (alphaev5_next_group): Likewise.
7333         (alpha_align_insns_1): Likewise for return type and param 1 of
7334         callback param "next_group", and for locals "i", "next", "prev",
7335         "where", "where2", "insn".
7337 2014-08-25  Bernd Schmidt  <bernds@codesourcery.com>
7339         * tree-nested.c (finalize_nesting_tree_1): Initialize temporary earlier
7340         rather than modifying the stmt.
7342 2014-08-25  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
7344         * config/rs6000/rs6000.c (rs6000_return_in_msb): Fix fallout from
7345         cgraph_state conversion.
7347 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
7349         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
7350         Strengthen local "insns" from rtx to rtx_insn *.
7351         (aarch64_set_frame_expr): Likewise for local "insn".
7352         (aarch64_save_or_restore_fprs): Likewise.
7353         (aarch64_save_or_restore_callee_save_registers): Likewise.
7354         (aarch64_expand_prologue): Likewise.
7355         (aarch64_expand_epilogue): Likewise.
7356         (aarch64_output_mi_thunk): Likewise.
7357         (aarch64_split_compare_and_swap): Strengthen locals "label1" and
7358         "label2" from rtx to rtx_code_label *.
7359         (aarch64_split_atomic_op): Likewise for local "label".
7361 2014-08-25  Martin Liska  <mliska@suse.cz>
7363         * cgraph.h (symtab_node):
7364         (bool needed_p (void)): created from decide_is_symbol_needed
7365         (bool referred_to_p (void)): created from referred_to_p
7366         (static cgraph_node *get_for_asmname (tree asmname)): created from symtab_node_for_asm
7367         * cgraph.h (cgraph_node):
7368         (void assemble_thunks_and_aliases (void)): created from assemble_thunks_and_aliases
7369         (void expand (void)): created from expand_function
7370         (static void finalize_function (tree, bool)): created from cgraph_finalize_function
7371         (static cgraph_local_info *local_info (tree decl)): created from cgraph_local_info
7372         (static cgraph_global_info *global_info (tree)): created from cgraph_global_info
7373         (static cgraph_rtl_info *rtl_info (tree)): created from cgraph_rtl_info
7374         * cgraph.h (varpool_node):
7375         (static void add (tree decl): created from varpool_add_new_variable
7376         * cgraph.h (cgraph_edge):
7377         void remove (void);
7378         (void remove_caller (void)): created from cgraph_edge_remove_caller
7379         (void remove_callee (void)): created from cgraph_edge_remove_callee
7380         (void set_call_stmt (gimple new_stmt, bool update_speculative = true)):
7381           created from cgraph_set_call_stmt
7382         (void redirect_callee (cgraph_node *n)): created from cgraph_redirect_edge_callee
7383         (cgraph_edge *make_direct (cgraph_node *callee)): created from cgraph_make_edge_direct
7384         (cgraph_edge *make_speculative (cgraph_node *n2, gcov_type direct_count,
7385           gimple redirect_call_stmt_to_callee (void)): created from cgraph_turn_edge_to_speculative
7386         (void speculative_call_info (cgraph_edge *&direct, cgraph_edge *&indirect, ipa_ref *&reference)):
7387           created from cgraph_speculative_call_info
7388         (cgraph_edge * clone (cgraph_node *n, gimple call_stmt, unsigned stmt_uid, gcov_type count_scale,
7389           int freq_scale, bool update_original)): created from cgraph_clone_edge
7390         (cgraph_edge *resolve_speculation (tree callee_decl)): created from cgraph_resolve_speculation
7391         (bool cannot_lead_to_return_p (void)): created from cannot_lead_to_return_p
7392         (bool recursive_p (void)): created from cgraph_edge_recursive_p
7393         (bool maybe_hot_p (void)): created from cgraph_maybe_hot_edge_p
7394         (static unsigned int rebuild_edges (void)): created from rebuild_cgraph_edges
7395         (static void rebuild_references (void)): created from cgraph_rebuild_references
7396         * cgraph.h (symbol_table):
7397         (create_reference): renamed from add_reference
7398         (maybe_create_reference): renamed from maybe_add_reference
7399         (void register_symbol (symtab_node *node)): new function
7400         (void clear_asm_symbols (void)): new function
7401         (void unregister (symtab_node *node)): new function
7402         (void release_symbol (cgraph_node *node, int uid)): new function
7403         (cgraph_node * allocate_cgraph_symbol (void)): new function
7404         (void initialize (void)): created from cgraph_init
7405         (symtab_node *first_symbol (void)):new function
7406         (asm_node *first_asm_symbol (void)):new function
7407         (symtab_node *first_defined_symbol (void)):new function
7408         (varpool_node *first_variable (void)):new function
7409         (varpool_node *next_variable (varpool_node *node)):new function
7410         (varpool_node *first_static_initializer (void)):new function
7411         (varpool_node *next_static_initializer (varpool_node *node)):new function
7412         (varpool_node *first_defined_variable (void)):new function
7413         (varpool_node *next_defined_variable (varpool_node *node)):new function
7414         (cgraph_node *first_defined_function (void)):new function
7415         (cgraph_node *next_defined_function (cgraph_node *node)):new function
7416         (cgraph_node *first_function (void)):new function
7417         (cgraph_node *next_function (cgraph_node *node)):new function
7418         (cgraph_node *first_function_with_gimple_body (void)):new function
7419         (asm_node *finalize_toplevel_asm (tree asm_str)): created from add_asm_node
7420         (bool remove_unreachable_nodes (bool before_inlining_p, FILE *file)):
7421           created from symtab_remove_unreachable_nodes
7422         (void remove_unreferenced_decls (void)): created from varpool_remove_unreferenced_decls
7423         (void process_new_functions (void)): created from cgraph_process_new_functions
7424         (void process_same_body_aliases (void)): created from cgraph_process_same_body_aliases
7425         (bool output_variables (void)): created from varpool_node::output_variables
7426         (void output_asm_statements (void)): created from output_asm_statements
7427         (void finalize_compilation_unit (void)): created from finalize_compilation_unit
7428         (void compile (void)): created from compile
7429         (void output_weakrefs (void)): created from output_weakrefs
7430         (cgraph_node *create_empty (void)): created from cgraph_node::create_empty
7431         (cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee, gimple call_stmt,
7432           gcov_type count, int freq, bool indir_unknown_callee)): created from cgraph_node::create_edge
7433         (void free_edge (cgraph_edge *e)): created from cgraph_free_edge
7434         (cgraph_node *next_function_with_gimple_body (cgraph_node *node)):
7435           created from cgraph_next_function_with_gimple_body
7436         (void remove_edge_removal_hook (cgraph_edge_hook_list *)):
7437           created from cgraph_remove_edge_removal_hook
7438         (cgraph_node_hook_list *add_cgraph_removal_hook (cgraph_node_hook, void *)):
7439           created from cgraph_add_node_removal_hook
7440         (void remove_cgraph_removal_hook (cgraph_node_hook_list *)):
7441           created from cgraph_remove_node_removal_hook
7442         (varpool_node_hook_list *add_varpool_removal_hook (varpool_node_hook, void *)):
7443           created from varpool_add_node_removal_hook
7444         (void remove_varpool_removal_hook (varpool_node_hook_list *)):
7445           created from varpool_remove_node_removal_hook
7446         (cgraph_node_hook_list *add_cgraph_insertion_hook (cgraph_node_hook, void *)):
7447           created from cgraph_add_function_insertion_hook
7448         (void remove_cgraph_insertion_hook (cgraph_node_hook_list *)):
7449           created from cgraph_remove_function_insertion_hook
7450         (varpool_node_hook_list *add_varpool_insertion_hook (varpool_node_hook, void *)):
7451           created from varpool_add_variable_insertion_hook
7452         (void remove_varpool_insertion_hook (varpool_node_hook_list *)):
7453           created from varpool_remove_variable_insertion_hook
7454         (cgraph_2edge_hook_list *add_edge_duplication_hook (cgraph_2edge_hook, void *)):
7455           created from cgraph_add_edge_duplication_hook
7456         (void remove_edge_duplication_hook (cgraph_2edge_hook_list *)):
7457           created from cgraph_remove_edge_duplication_hook
7458         (cgraph_2node_hook_list *add_cgraph_duplication_hook (cgraph_2node_hook, void *)):
7459           created from cgraph_add_node_duplication_hook
7460         (void remove_cgraph_duplication_hook (cgraph_2node_hook_list *)):
7461           created from cgraph_remove_node_duplication_hook
7462         (void call_edge_removal_hooks (cgraph_edge *e)):
7463           created from cgraph_call_edge_removal_hooks
7464         (void call_cgraph_insertion_hooks (cgraph_node *node)):
7465           created from call_function_insertion_hooks 
7466         (void call_cgraph_removal_hooks (cgraph_node *node)):
7467           created from cgraph_call_node_removal_hooks 
7468         (void call_cgraph_duplication_hooks (cgraph_node *node, cgraph_node *node2)):
7469           created from cgraph_node::call_duplication_hooks 
7470         (void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2)):
7471           created from cgraph_call_edge_duplication_hooks
7472         (void call_varpool_removal_hooks (varpool_node *node)):
7473           created from varpool_call_node_removal_hooks
7474         (void call_varpool_insertion_hooks (varpool_node *node)):
7475           created from varpool_call_variable_insertion_hooks
7476         (void insert_to_assembler_name_hash (symtab_node *node, bool with_clones)):
7477           created from insert_to_assembler_name_hash
7478         (void unlink_from_assembler_name_hash (symtab_node *node, bool with_clones)):
7479           created from unlink_from_assembler_name_hash
7480         (void symtab_prevail_in_asm_name_hash (symtab_node *node)):
7481           created from symtab_prevail_in_asm_name_hash
7482         (void symtab_initialize_asm_name_hash (void)):
7483           created from symtab_initialize_asm_name_hash
7484         (void change_decl_assembler_name (tree decl, tree name)):
7485           created from change_decl_assembler_name
7486         (void materialize_all_clones (void)): created from cgraph_materialize_all_clones
7487         (static hashval_t decl_assembler_name_hash (const_tree asmname)):
7488           created from decl_assembler_name_hash
7489         (static bool decl_assembler_name_equal (tree decl, const_tree asmname)):
7490           created from decl_assembler_name_equal
7491         (static hashval_t hash_node_by_assembler_name (const void *p)):
7492           created from hash_node_by_assembler_name
7493         (static int eq_assembler_name (const void *p1, const void *p2)):
7494           created from eq_assembler_name
7496 2014-08-25  Marek Polacek  <polacek@redhat.com>
7498         * config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
7500 2014-08-25  Petr Murzin  <petr.murzin@intel.com>
7502         * config/i386/i386.md (SWI1248_AVX512BW): New mode iterator.
7503         (*k<logic><mode>): Add *k<logic>qi and *k<logic>hi and use
7504         SWI1248_AVX512BW mode iterator.
7506 2014-08-25  Kaz Kojima  <kkojima@gcc.gnu.org>
7508         PR target/62111
7509         * config/sh/predicates.md (general_extend_operand): Disable
7510         TRUNCATE before reload completes.
7512 2014-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
7514         * doc/invoke.texi (Optimize Options): Fix markup in two cases.
7516 2014-08-24  Oleg Endo  <olegendo@gcc.gnu.org>
7518         PR target/61996
7519         * config/sh/sh.opt (musermode): Allow negative form.
7520         * config/sh/sh.c (sh_option_override): Disable TARGET_USERMODE for
7521         targets that don't support it.
7522         * doc/invoke.texi (SH Options): Rename sh-*-linux* to sh*-*-linux*.
7523         Document -mno-usermode option.
7525 2014-08-24  Kito Cheng  <kito@0xlab.org>
7527         * system.h (CALLER_SAVE_PROFITABLE): Poison.
7528         * regs.h (CALLER_SAVE_PROFITABLE): Remove.
7529         * doc/tm.texi.in (CALLER_SAVE_PROFITABLE): Remove.
7530         * doc/tm.texi: Regenerate.
7532 2014-08-24  Kito Cheng  <kito@0xlab.org>
7534         * ira.c: Fix typo in comment.
7536 2014-08-23  Edward Smith-Rowland  <3dw4rd@verizon.net>
7538         * doc/invoke.texi: Change c++1y to c++14 and gnu++1y to gnu++14.
7539         Deprecate c++1y. Change language to reflect greater confidence in C++14.
7541 2014-08-23  John David Anglin  <danglin@gcc.gnu.org>
7543         PR target/62038
7544         * config/pa/pa.c (pa_output_function_epilogue): Don't set
7545         last_address when the current function is a thunk.
7546         (pa_asm_output_mi_thunk): When we don't have named sections or they
7547         are not being used, check that thunk can reach the stub table with a
7548         short branch.
7550 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
7552         * web.c (union_match_dups): Strengthen param "insn" from rtx to
7553         rtx_insn *.
7554         (pass_web::execute): Likewise for local "insn".
7556 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
7558         * var-tracking.c (struct micro_operation_def): Strengthen field
7559         "insn" from rtx to rtx_insn *.
7560         (struct emit_note_data_def): Likewise.
7561         (insn_stack_adjust_offset_pre_post): Likewise for param "insn".
7562         (vt_stack_adjustments): Likewise for local "insn".
7563         (adjust_insn): Likewise for param "insn".
7564         (val_store): Likewise.
7565         (val_resolve): Likewise.
7566         (struct count_use_info): Likewise for field "insn".
7567         (log_op_type): Likewise for param "insn".
7568         (reverse_op): Likewise.
7569         (prepare_call_arguments): Likewise.
7570         (add_with_sets):  The initial param takes an insn, but we can't
7571         yet strengthen it from rtx to rtx_insn * since it's used as a
7572         cselib_record_sets_hook callback.  For now rename initial param
7573         from "insn" to "uncast_insn", and introduce a local "insn" of
7574         the stronger rtx_insn * type, with a checked cast.
7575         (compute_bb_dataflow): Strengthen local "insn" from rtx to
7576         rtx_insn *.
7577         (emit_note_insn_var_location): Likewise.
7578         (emit_notes_for_changes): Likewise.
7579         (emit_notes_for_differences): Likewise.
7580         (next_non_note_insn_var_location): Likewise for return type and
7581         for param "insn".
7582         (emit_notes_in_bb): Likewise for locals "insn" and "next_insn".
7583         (vt_initialize): Likewise for local "insn".
7584         (delete_debug_insns): Likewise for locals "insn" and "next".
7586 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
7588         * varasm.c (mark_constants): Strengthen param "insn" from rtx to
7589         rtx_insn *.
7590         (mark_constant_pool): Likewise for local "insn".
7592 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
7594         * valtrack.c (dead_debug_reset_uses): Strengthen local "insn" from
7595         rtx to rtx_insn *.
7596         (dead_debug_promote_uses): Likewise.
7597         (dead_debug_insert_temp): Likewise.
7599 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
7601         * store-motion.c (store_killed_in_insn): Strengthen param "insn"
7602         from const_rtx to const rtx_insn *.
7603         (store_killed_after): Likewise.  Strengthen locals "last", "act"
7604         from rtx to rtx_insn *.
7605         (store_killed_before): Strengthen param "insn" from const_rtx to
7606         const rtx_insn *.  Strengthen local "first" from rtx to rtx_insn *.
7607         (find_moveable_store): Strengthen param "insn" from rtx to
7608         rtx_insn *.
7609         (compute_store_table): Likewise for local "insn".
7610         (insert_insn_start_basic_block): Likewise for param "insn" and
7611         locals "prev", "before", "insn".
7612         (insert_store): For now, add a checked cast to rtx_insn * on the
7613         result of gen_move_insn.
7614         (remove_reachable_equiv_notes): Strengthen local "insn" from rtx
7615         to rtx_insn *.
7616         (replace_store_insn): Likewise.  For now, add a checked cast to
7617         rtx_insn * on the result of gen_move_insn.
7619 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7621         * stmt.c (expand_case): Strengthen local "before_case" from rtx to
7622         rtx_insn *.
7623         (expand_sjlj_dispatch_table): Likewise.
7625 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7627         * stack-ptr-mod.c (pass_stack_ptr_mod::execute): Strengthen local
7628         "insn" from rtx to rtx_insn *.
7630 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7632         * shrink-wrap.h (requires_stack_frame_p): Strengthen param 1
7633         "insn" from rtx to rtx_insn *.
7634         (dup_block_and_redirect): Likewise for param 3 "before".
7636         * shrink-wrap.c (requires_stack_frame_p): Strengthen param "insn"
7637         from rtx to rtx_insn *.
7638         (move_insn_for_shrink_wrap): Likewise.
7639         (prepare_shrink_wrap): Likewise for locals "insn", "curr".
7640         (dup_block_and_redirect): Likewise for param "before" and local
7641         "insn".
7642         (try_shrink_wrapping): Likewise for locals "insn", "insert_point",
7643         "end".
7644         (convert_to_simple_return): Likewise for local "start".
7646         * config/i386/i386.c (ix86_finalize_stack_realign_flags):
7647         Strengthen local "insn" from rtx to rtx_insn *, for use when
7648         invoking requires_stack_frame_p.
7650 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7652         * sel-sched-ir.c (vinsn_copy): Strengthen local "copy" from rtx to
7653         rtx_insn *.
7654         (speculate_expr): Likewise for locals "orig_insn_rtx",
7655         "spec_insn_rtx".
7656         (eq_transformed_insns): Likewise for locals "i1", "i2".
7657         (check_for_new_jump): Likewise for return type and local "end".
7658         (find_new_jump): Likewise for return type and local "jump".
7659         (sel_split_edge): Likewise for local "jump".
7660         (sel_create_recovery_block): Likewise.
7661         (sel_redirect_edge_and_branch_force): Likewise.
7662         (sel_redirect_edge_and_branch): Likewise.
7664 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7666         * sel-sched.c (substitute_reg_in_expr): Strengthen local
7667         "new_insn" from rtx to rtx_insn *.
7668         (create_insn_rtx_with_rhs): Likewise for return type and for local
7669         "insn_rtx".
7670         (create_insn_rtx_with_lhs): Likewise.
7671         (create_speculation_check): Likewise for local "insn_rtx".
7672         (implicit_clobber_conflict_p): Likewise for local "insn".
7673         (get_expr_cost): Likewise.
7674         (emit_bookkeeping_insn): Likewise for local "new_insn_rtx".
7675         (move_cond_jump): Likewise for locals "next", "prev", "link",
7676         "head", "from", "to".
7678 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7680         * sched-rgn.c (is_cfg_nonregular): Strengthen locals "insn" and
7681         "next" from rtx to rtx_insn *.
7682         (find_conditional_protection): Likewise for local "next".
7683         (is_conditionally_protected): Likewise for local "insn1".
7684         (is_pfree): Likewise for locals "insn1", "insn2".
7686 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7688         * sched-int.h (schedule_ebb): Strengthen params "head", "tail"
7689         from rtx to rtx_insn *.
7691         * sched-ebb.c (earliest_block_with_similiar_load): Strengthen
7692         locals "insn1", "insn2" from rtx to rtx_insn *.
7693         (add_deps_for_risky_insns): Likewise for params "head", "tail" and
7694         locals "insn", "prev", "last_jump", "next_tail".
7695         (schedule_ebb): Likewise for params "head", "tail".
7696         (schedule_ebbs): Likewise for locals "tail", "head".
7698         * config/c6x/c6x.c (hwloop_optimize): For now, add a checked cast
7699         to rtx_insn on "last_insn" in one of the invocations of
7700         schedule_ebb.
7702 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7704         * sched-deps.c (maybe_add_or_update_dep_1): Strengthen locals
7705         "elem", "insn" from rtx to rtx_insn *.
7706         (change_spec_dep_to_hard): Likewise.
7707         (get_back_and_forw_lists): Likewise for local "con".
7708         (sd_add_dep): Likewise for locals "elem", "insn".
7709         (sd_resolve_dep): Likewise for locals "pro", "con".
7710         (sd_unresolve_dep): Likewise.
7711         (sd_delete_dep): Likewise.
7712         (chain_to_prev_insn): Likewise for local "pro".
7713         (find_inc): Likewise for locals "pro", "con".
7715 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7717         * rtlanal.c (reg_used_between_p): Strengthen local "insn" from rtx
7718         to rtx_insn *.
7719         (reg_set_between_p): Strengthen local "insn" from const_rtx to
7720         const rtx_insn *.
7721         (modified_between_p): Strengthen local "insn" from rtx to
7722         rtx_insn *.
7723         (remove_reg_equal_equiv_notes_for_regno): Likewise.
7724         (keep_with_call_p): Strengthen local "i2" from const_rtx to
7725         const rtx_insn *.
7727 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7729         * resource.c (next_insn_no_annul): Strengthen local "next" from
7730         rtx to rtx_insn *.
7731         (mark_referenced_resources): Likewise for local "insn".
7733 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7735         * reload.h (struct insn_chain): Strengthen field "insn" from rtx
7736         to rtx_insn *.
7737         (find_reloads): Likewise for param 1.
7738         (subst_reloads): Likewise for sole param.
7739         (find_equiv_reg): Likwise for param 2.
7740         (regno_clobbered_p): Likwise for param 2.
7741         (reload): Likewise for param 1.
7743         * caller-save.c (save_call_clobbered_regs): Strengthen local
7744         "insn" from rtx to rtx_insn *.
7745         (insert_one_insn): Likewise for local "insn".
7747         * reload.c (this_insn): Likewise for this global.
7748         (find_reloads): Likewise for param "insn".
7749         (find_reloads_toplev): Likewise.
7750         (find_reloads_address): Likewise.
7751         (subst_reg_equivs): Likewise.
7752         (update_auto_inc_notes): Likewise.
7753         (find_reloads_address_1): Likewise.
7754         (find_reloads_subreg_address): Likewise.
7755         (subst_reloads): Likewise.
7756         (find_equiv_reg): Likewise, also for local "p".
7757         (regno_clobbered_p): Likewise for param "insn".
7759         * reload1.c (reg_reloaded_insn): Likewise for the elements of this
7760         array.
7761         (spill_reg_store): Likewise for the elements of this array.
7762         (remove_init_insns): Likewise for local "equiv_insn".
7763         (will_delete_init_insn_p): Likewise for param "insn".
7764         (reload): Likewise for param ""first" and local "insn".
7765         (calculate_needs_all_insns): Strengthen local "insn" from rtx to
7766         rtx_insn *.
7767         (calculate_elim_costs_all_insns): Likewise.
7768         (delete_caller_save_insns): Likewise.
7769         (spill_failure): Likewise for param "insn".
7770         (delete_dead_insn): Likewise.
7771         (set_label_offsets): Likewise.
7772         (eliminate_regs_in_insn): Likewise, also for locals "base_insn" and
7773         "prev_insn".
7774         (elimination_costs_in_insn): Likewise for param "insn".
7775         (set_initial_eh_label_offset): Replace use of NULL_RTX with NULL
7776         when referring to an insn.
7777         (set_initial_label_offsets): Likewise.
7778         (set_offsets_for_label): Strengthen param "insn" from rtx to
7779         rtx_insn *.
7780         (init_eliminable_invariants): Likewise for param "first" and local
7781         "insn".
7782         (fixup_eh_region_note): Likewise for param "insn".
7783         (reload_as_needed): Likewise for locals "prev", "insn",
7784         "old_next", "old_prev", "next".
7785         (gen_reload_chain_without_interm_reg_p): Likewise for locals "insn",
7786         "last".
7787         (reload_inheritance_insn): Strengthen elements of this array from
7788         rtx to rtx_insn *.
7789         (failed_reload): Likewise for param "insn".
7790         (choose_reload_regs): Likewise for local "insn".  Replace use of
7791         NULL_RTX with NULL when referring to an insn.
7792         (input_reload_insns): Strengthen elements of this array from rtx
7793         to rtx_insn *.
7794         (other_input_address_reload_insns): Likewise for this global.
7795         (other_input_reload_insns): Likewise for this global.
7796         (input_address_reload_insns): Likwise for the elements of this
7797         array.
7798         (inpaddr_address_reload_insns): Likwise for the elements of this
7799         array.
7800         (output_reload_insns): Likewise for the elements of this array.
7801         (output_address_reload_insns): Likewise for the elements of this
7802         array.
7803         (outaddr_address_reload_insns): Likewise for the elements of this
7804         array.
7805         (operand_reload_insns): Likewise for this global.
7806         (other_operand_reload_insns): Likewise for this global.
7807         (other_output_reload_insns): Likewise for the elements of this
7808         array.
7809         (new_spill_reg_store): Likewise for the elements of this
7810         array.
7811         (emit_input_reload_insns): Likewise for locals "insn", "temp".
7812         Strengthen local "where" from rtx * to rtx_insn **.
7813         (emit_output_reload_insns): Strengthen locals "insn", "p", "next"
7814         from rtx to rtx_insn *.
7815         (do_input_reload): Likewise for local "insn".
7816         (do_output_reload): Likewise for local "insn".
7817         (emit_reload_insns): Likewise for locals "insn" and "store_insn".
7818         (emit_insn_if_valid_for_reload): Likewise for return type and local
7819         "last".  Add checked cast to rtx_insn when returning "insn" since
7820         this has been through emit_insn.
7821         (gen_reload): Strengthen return type and locals "last", "insn", "set"
7822         from rtx to rtx_insn *.  Add checked cast to rtx_insn when
7823         returning "insn" since it's been through
7824         emit_insn_if_valid_for_reload at this point.
7825         (delete_output_reload): Strengthen param "insn" and locals
7826         "output_reload_insn", "i2" from rtx to rtx_insn *.
7827         (delete_address_reloads): Likewise for params "dead_insn",
7828         "current_insn" and locals "prev", "next".
7829         (delete_address_reloads_1): Likewise for params "dead_insn",
7830         "current_insn" and locals "prev", "i2".
7831         (inc_for_reload): Likewise for locals "last", "add_insn".
7832         (add_auto_inc_notes): Strengthen param "insn" from rtx to
7833         rtx_insn *.
7835         * config/arc/arc-protos.h (regno_clobbered_p): Likewise for 2nd
7836         param of this duplicate of the prototype from reload.h
7838 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7840         * regstat.c (regstat_bb_compute_ri): Strengthen local "insn" from
7841         rtx to rtx_insn *.
7842         (regstat_bb_compute_calls_crossed): Likewise.
7844 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7846         * regrename.c (create_new_chain): Strengthen param "insn" from rtx
7847         to rtx_insn *.
7848         (init_rename_info): Replace use of NULL_RTX with NULL when dealing
7849         with an insn.
7850         (regrename_analyze): Strengthen local "insn" from rtx to
7851         rtx_insn *.
7852         (scan_rtx_reg): Likewise for param "insn".
7853         (scan_rtx_address): Likewise.
7854         (scan_rtx): Likewise.
7855         (restore_operands): Likewise.
7856         (record_out_operands): Likewise.
7857         (build_def_use): Likewise for local "insn".  Replace use of
7858         NULL_RTX with NULL when dealing with an insn.
7860 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7862         * rtl.h (reg_scan): Strengthen param "f" from rtx to rtx_insn *.
7863         * reginfo.c (reg_scan): Likewise, also for local "insn".
7864         (reg_scan_mark_refs): Likewise for param "insn".
7865         (init_subregs_of_mode): Likewise for local "insn".
7867 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7869         * regcprop.c (struct queued_debug_insn_change): Strengthen field
7870         "insn" from rtx to rtx_insn *.
7871         (replace_oldest_value_reg): Likewise for param "insn".
7872         (replace_oldest_value_addr): Likewise.
7873         (replace_oldest_value_mem): Likewise.
7874         (apply_debug_insn_changes): Likewise for local "last_insn".
7875         (copyprop_hardreg_forward_1): Likewise for local "insn".
7877 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7879         * reg-stack.c (next_flags_user): Strengthen return type and param
7880         "insn" from rtx to rtx_insn *.
7881         (straighten_stack): Likewise for param "insn".
7882         (check_asm_stack_operands): Likewise.
7883         (remove_regno_note): Likewise.
7884         (emit_pop_insn): Likewise for return type, param "insn", local
7885         "pop_insn".
7886         (emit_swap_insn):  Strengthen param "insn" and locals "i1", "tmp",
7887         "limit" from rtx to rtx_insn *.
7888         (swap_to_top): Likewise for param "insn".
7889         (move_for_stack_reg): Likewise.
7890         (move_nan_for_stack_reg): Likewise.
7891         (swap_rtx_condition): Likewise.
7892         (compare_for_stack_reg): Likewise.
7893         (subst_all_stack_regs_in_debug_insn): Likewise.
7894         (subst_stack_regs_pat): Likewise, and local "insn2".
7895         (subst_asm_stack_regs): Strengthen param "insn" from rtx to
7896         rtx_insn *.
7897         (subst_stack_regs): Likewise.
7898         (change_stack): Likewise.
7899         (convert_regs_1): Likewise for locals "insn", "next".
7901 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7903         * ree.c (struct ext_cand): Strengthen field "insn" from rtx to
7904         rtx_insn *.
7905         (combine_set_extension): Likewise for param "curr_insn".
7906         (transform_ifelse): Likewise for param "def_insn".
7907         (get_defs): Likewise for param "def_insn".  Strengthen param "dest"
7908         from vec<rtx> * to vec<rtx_insn *> *.
7909         (is_cond_copy_insn): Likewise for param "insn".
7910         (struct ext_state): Strengthen the four vec fields from vec<rtx>
7911         to vec<rtx_insn *>.
7912         (make_defs_and_copies_lists): Strengthen param "extend_insn" and
7913         local "def_insn" from rtx to rtx_insn *.
7914         (get_sub_rtx): Likewise for param "def_insn".
7915         (merge_def_and_ext): Likewise.
7916         (combine_reaching_defs): Likewise.
7917         (add_removable_extension): Likewise for param "insn".
7918         (find_removable_extensions): Likewise for local "insn".
7919         (find_and_remove_re): Likewise for locals "curr_insn" and
7920         "def_insn".  Strengthen locals "reinsn_del_list" and
7921         "reinsn_del_list" from auto_vec<rtx> to auto_vec<rtx_insn *>.
7923 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7925         * recog.c (split_insn): Strengthen param "insn" and locals
7926         "first", "last" from rtx to rtx_insn *.
7927         (split_all_insns): Likewise for locals "insn", "next".
7928         (split_all_insns_noflow): Likewise.
7930 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7932         * rtl.h (debug_rtx_list): Strengthen param 1 "x" from const_rtx to
7933         const rtx_insn *.
7934         (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
7935         (debug_rtx_find): Likewise for param 1 "x".
7937         * print-rtl.c (debug_rtx_list): Strengthen param 1 "x" from
7938         const_rtx to const rtx_insn *.  Likewise for local "insn".
7939         (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
7940         (debug_rtx_find): Likewise for param 1 "x".
7941         (print_rtl): Likewise for local "tmp_rtx", adding a checked cast
7942         from const_rtx to const rtx_insn * within the appropriate cases of
7943         the switch statement.
7945         * config/rs6000/rs6000.c (rs6000_debug_legitimize_address):
7946         Strengthen local "insns" from rtx to rtx_insn * since this is
7947         passed to a call to debug_rtx_list.
7949 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7951         * predict.h (predict_insn_def): Strengthen param "insn" from rtx
7952         to rtx_insn *.
7954         * function.c (stack_protect_epilogue): Add checked cast to
7955         rtx_insn for now when invoking predict_insn_def.
7957         * predict.c (predict_insn): Strengthen param "insn" from rtx to
7958         rtx_insn *.
7959         (predict_insn_def): Likewise.
7960         (rtl_predict_edge): Likewise for local "last_insn".
7961         (can_predict_insn_p): Strengthen param "insn" from const_rtx to
7962         const rtx_insn *.
7963         (combine_predictions_for_insn): Strengthen param "insn" from rtx
7964         to rtx_insn *.
7965         (bb_estimate_probability_locally): Likewise for local "last_insn".
7966         (expensive_function_p): Likewise for local "insn".
7968         * config/cris/cris.c (cris_emit_trap_for_misalignment): Likewise for
7969         local "jmp", since this is used when invoking predict_insn_def.
7971 2014-08-22  Marek Polacek  <polacek@redhat.com>
7973         PR c++/62199
7974         * doc/invoke.texi: Update -Wlogical-not-parentheses description.
7976 2014-08-22  Marek Polacek  <polacek@redhat.com>
7978         PR c/61271
7979         * ira-color.c (coalesced_pseudo_reg_slot_compare): Wrap LHS of
7980         a comparison in parens.
7981         * lra-spills.c (pseudo_reg_slot_compare): Wrap LHS of a comparison
7982         in parens.
7984 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7986         * rtl.h (fis_get_condition): Strengthen param "jump" from rtx to
7987         rtx_insn *.
7989         * cprop.c (fis_get_condition): Likewise.
7991         * postreload.c (reload_cse_regs): Likewise for param "first".
7992         (reload_cse_simplify): Likewise for param "insn".
7993         (reload_cse_regs_1): Likewise for local "insn".
7994         (reload_cse_simplify_set): Likewise for param "insn".
7995         (reload_cse_simplify_operands): Likewise.
7996         (struct reg_use): Likewise for field "insn".
7997         (reload_combine_purge_insn_uses): Likewise for param "insn".
7998         (fixup_debug_insns): Likewise for params "from", "to" and local
7999         "insn".
8000         (try_replace_in_use): Likewise for local "use_insn".
8001         (reload_combine_recognize_const_pattern): Likewise for param
8002         "insn" and locals "add_moved_after_insn", "use_insn".
8003         (reload_combine_recognize_pattern): Likewise for param "insn" and
8004         local "prev".
8005         (reload_combine): Likewise for locals "insn", "prev".
8006         (reload_combine_note_use): Likewise for param "insn".
8007         (move2add_use_add2_insn): Likewise.
8008         (move2add_use_add3_insn): Likewise.
8009         (reload_cse_move2add): Likewise, also for local "next".
8010         (move2add_note_store): Likewise for local "insn".
8012 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8014         * postreload-gcse.c (struct occr): Strengthen field "insn" from
8015         rtx to rtx_insn *.
8016         (struct unoccr): Likewise.
8017         (struct modifies_mem): Likewise.
8018         (alloc_mem): Likewise for local "insn".
8019         (insert_expr_in_table): Likewise for param "insn".
8020         (dump_expr_hash_table_entry): Likewise for local "insn".
8021         (oprs_unchanged_p): Likewise for param "insn".
8022         (load_killed_in_block_p): Likewise for local "setter".
8023         (record_last_reg_set_info): Likewise for param "insn".
8024         (record_last_reg_set_info_regno): Likewise.
8025         (record_last_mem_set_info): Likewise.
8026         (record_last_set_info): Likewise for local "last_set_insn".
8027         (record_opr_changes): Likewise for param "insn".
8028         (hash_scan_set): Likewise.
8029         (compute_hash_table): Likewise for local "insn".
8030         (get_avail_load_store_reg): Likewise for param "insn".
8031         (eliminate_partially_redundant_load): Likewise, also for locals
8032         "avail_insn", "next_pred_bb_end".  Replace use of NULL_RTX with
8033         RTX for insns.
8034         (eliminate_partially_redundant_loads): Likewise for local "insn".
8036 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8038         * optabs.c (expand_doubleword_shift): Strengthen local "insn" from
8039         rtx to rtx_insn *.
8040         (expand_binop): Likewise for locals "entry_last", "last", "insns"
8041         (expand_twoval_unop): Likewise for locals entry_last", "last".
8042         (expand_twoval_binop): Likewise.
8043         (expand_twoval_binop_libfunc): Likewise for local "insns".
8044         (widen_leading): Likewise for local "last".
8045         (expand_doubleword_clz): Likewise for local "seq".  Strengthen
8046         locals "hi0_label", "after_label" from rtx to rtx_code_label *.
8047         (widen_bswap): Strengthen local "last" from rtx to rtx_insn *.
8048         (expand_parity): Likewise for locals "last" and "seq".
8049         (expand_ffs): Likewise for local "seq".  Strengthen local
8050         "nonzero_label" from rtx to rtx_code_label *.
8051         (expand_absneg_bit): Strengthen local "insns" from rtx to
8052         rtx_insn *.
8053         (expand_unop_direct): Likewise for local "last".
8054         (expand_unop): Likewise for locals "last", "insns".
8055         (expand_abs_nojump): Likewise for local "last".
8056         (expand_abs): Strengthen local "op1" from rtx to rtx_code_label *.
8057         (expand_one_cmpl_abs_nojump): Strengthen local "last" from rtx to
8058         rtx_insn *.
8059         (expand_copysign_absneg): Strengthen local "label" from rtx to
8060         rtx_code_label *.
8061         (expand_copysign_bit): Strengthen local "insns" from rtx to
8062         rtx_insn *.
8063         (struct no_conflict_data): Likewise for fields "first", "insn".
8064         (emit_libcall_block_1): Likewise for param "insns" and locals
8065         "next", "last", "insn".
8066         (emit_libcall_block): For now, add a checked cast to rtx_insn *
8067         on "insns" when invoking emit_libcall_block_1.  Ultimately we
8068         want to strengthen insns itself.
8069         (prepare_cmp_insn): Strengthen local "last" from rtx to
8070         rtx_insn *.
8071         (emit_cmp_and_jump_insn_1): Likewise for local "insn".
8072         (prepare_float_lib_cmp): Likewise for local "insns".
8073         (emit_conditional_move): Likewise for local "last".
8074         (emit_conditional_add): Likewise.
8075         (have_sub2_insn): Likewise for local "seq".
8076         (expand_float): Likewise for local "insns".  Strengthen locals
8077         "label", "neglabel" from rtx to rtx_code_label *.
8078         (expand_fix): Likewise for locals "last", "insn", "insns" (to
8079         rtx_insn *) and locals "lab1", "lab2" (to rtx_code_label *).
8080         (expand_fixed_convert): Likewise for local "insns" (to
8081         rtx_insn *).
8082         (expand_sfix_optab): Likewise for local "last".
8083         (expand_compare_and_swap_loop): Strengthen local "label" from rtx
8084         to rtx_code_label *.
8085         (maybe_emit_sync_lock_test_and_set): Strengthen local "last_insn"
8086         from rtx to rtx_insn *.
8087         (expand_atomic_fetch_op): Likewise for local "insn".
8088         (maybe_legitimize_operand_same_code): Likewise for local "last".
8089         (maybe_legitimize_operands): Likewise.
8091 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8093         * modulo-sched.c (struct ps_reg_move_info): Strengthen field
8094         "insn" from rtx to rtx_insn *.
8095         (ps_rtl_insn): Likewise for return type.
8096         (doloop_register_get): Likewise for params "head", "tail" and
8097         locals "insn", "first_insn_not_to_check".
8098         (schedule_reg_move): Likewise for local "this_insn".
8099         (schedule_reg_moves): Add a checked cast to rtx_insn * to result
8100         of gen_move_insn for now.
8101         (reset_sched_times): Strengthen local "insn" from rtx to
8102         rtx_insn *.
8103         (permute_partial_schedule): Likewise.
8104         (duplicate_insns_of_cycles): Likewise for local "u_insn".
8105         (dump_insn_location): Likewise for param "insn".
8106         (loop_canon_p): Likewise for local "insn".
8107         (sms_schedule): Likewise.
8108         (print_partial_schedule): Likewise.
8109         (ps_has_conflicts): Likewise.
8111 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8113         * sched-int.h (get_ebb_head_tail): Strengthen params "headp" and
8114         "tailp" from rtx * to rtx_insn **.
8116         * ddg.c (build_intra_loop_deps): Strengthen locals head", "tail"
8117         from rtx to rtx_insn *.
8118         * haifa-sched.c (get_ebb_head_tail): Strengthen params "headp" and
8119         "tailp" from rtx * to rtx_insn **.  Strengthen locals "beg_head",
8120         "beg_tail", "end_head", "end_tail", "note", "next", "prev" from
8121         rtx to rtx_insn *.
8122         * modulo-sched.c (const_iteration_count): Strengthen return type
8123         and locals "insn", "head", "tail" from rtx to rtx_insn *.  Replace
8124         use of NULL_RTX with NULL when working with insns.
8125         (loop_single_full_bb_p): Strengthen locals "head", "tail" from rtx
8126         to rtx_insn *.
8127         (sms_schedule): Likewise.
8128         * sched-rgn.c (init_ready_list): Likewise, also for locals
8129         "src_head" and "src_next_tail".
8130         (compute_block_dependences): Likewise.
8131         (free_block_dependencies): Likewise.
8132         (debug_rgn_dependencies): Likewise.
8133         (free_rgn_deps): Likewise.
8134         (compute_priorities): Likewise.
8135         (schedule_region): Likewise.
8136         * sel-sched.c (find_ebb_boundaries): Likewise.
8138         * config/sh/sh.c (find_insn_regmode_weight): Strengthen locals
8139         "insn", "next_tail", "head", "tail" from rtx to rtx_insn *.
8141 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8143         * mode-switching.c (struct seginfo): Strengthen field "insn_ptr"
8144         from rtx to rtx_insn *.
8145         (new_seginfo): Likewise for param "insn".
8146         (create_pre_exit): Likewise for locals "last_insn",
8147         "before_return_copy", "return_copy".
8148         (optimize_mode_switching): Likewise for locals "insn", "ins_pos",
8149         "mode_set".
8151 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8153         * lra-int.h (struct lra_insn_recog_data): Strengthen field "insn"
8154         from rtx to rtx_insn *.
8155         (lra_push_insn): Likewise for 1st param.
8156         (lra_push_insn_and_update_insn_regno_info): Likewise.
8157         (lra_pop_insn): Likewise for return type.
8158         (lra_invalidate_insn_data): Likewise for 1st param.
8159         (lra_set_insn_deleted): Likewise.
8160         (lra_delete_dead_insn): Likewise.
8161         (lra_process_new_insns): Likewise for first 3 params.
8162         (lra_set_insn_recog_data): Likewise for 1st param.
8163         (lra_update_insn_recog_data): Likewise.
8164         (lra_set_used_insn_alternative): Likewise.
8165         (lra_invalidate_insn_regno_info): Likewise.
8166         (lra_update_insn_regno_info): Likewise.
8167         (lra_former_scratch_operand_p): Likewise.
8168         (lra_eliminate_regs_1): Likewise.
8169         (lra_get_insn_recog_data): Likewise.
8171         * lra-assigns.c (assign_by_spills): Strengthen local "insn" from
8172         rtx to rtx_insn *.
8174         * lra-coalesce.c (move_freq_compare_func): Likewise for locals
8175         "mv1" and "mv2".
8176         (substitute_within_insn): New.
8177         (lra_coalesce): Strengthen locals "mv", "insn", "next" from rtx to
8178         rtx_insn *.  Strengthen sorted_moves from rtx * to rxt_insn **.
8179         Replace call to "substitute" with call to substitute_within_insn.
8181         * lra-constraints.c (curr_insn): Strengthen from rtx to
8182         rtx_insn *.
8183         (get_equiv_with_elimination): Likewise for param "insn".
8184         (match_reload): Strengthen params "before" and "after" from rtx *
8185         to rtx_insn **.
8186         (emit_spill_move): Likewise for return type.  Add a checked cast
8187         to rtx_insn * on result of gen_move_insn for now.
8188         (check_and_process_move): Likewise for local "before".  Replace
8189         NULL_RTX with NULL when referring to insns.
8190         (process_addr_reg): Strengthen params "before" and "after" from
8191         rtx * to rtx_insn **.
8192         (insert_move_for_subreg): Likewise.
8193         (simplify_operand_subreg): Strengthen locals "before" and "after"
8194         from rtx to rtx_insn *.
8195         (process_address_1): Strengthen params "before" and "after" from
8196         rtx * to rtx_insn **.  Strengthen locals "insns", "last_insn" from
8197         rtx to rtx_insn *.
8198         (process_address): Strengthen params "before" and "after" from
8199         rtx * to rtx_insn **.
8200         (emit_inc): Strengthen local "last" from rtx to rtx_insn *.
8201         (curr_insn_transform): Strengthen locals "before" and "after"
8202         from rtx to rtx_insn *.  Replace NULL_RTX with NULL when referring
8203         to insns.
8204         (loc_equivalence_callback): Update cast of "data", changing
8205         resulting type from rtx to rtx_insn *.
8206         (substitute_pseudo_within_insn): New.
8207         (inherit_reload_reg): Strengthen param "insn" from rtx to
8208         rtx_insn *; likewise for local "new_insns".  Replace NULL_RTX with
8209         NULL when referring to insns.  Add a checked cast to rtx_insn *
8210         when using usage_insn to invoke lra_update_insn_regno_info.
8211         (split_reg): Strengthen param "insn" from rtx to rtx_insn *;
8212         likewise for locals "restore", "save".  Add checked casts to
8213         rtx_insn * when using usage_insn to invoke
8214         lra_update_insn_regno_info and lra_process_new_insns.  Replace
8215         NULL_RTX with NULL when referring to insns.
8216         (split_if_necessary): Strengthen param "insn" from rtx to
8217         rtx_insn *.
8218         (update_ebb_live_info): Likewise for params "head", "tail" and local
8219         "prev_insn".
8220         (get_last_insertion_point): Likewise for return type and local "insn".
8221         (get_live_on_other_edges): Likewise for local "last".
8222         (inherit_in_ebb): Likewise for params "head", "tail" and locals
8223         "prev_insn", "next_insn", "restore".
8224         (remove_inheritance_pseudos): Likewise for local "prev_insn".
8225         (undo_optional_reloads): Likewise for local "insn".
8227         * lra-eliminations.c (lra_eliminate_regs_1): Likewise for param
8228         "insn".
8229         (lra_eliminate_regs): Replace NULL_RTX with NULL when referring to
8230         insns.
8231         (eliminate_regs_in_insn): Strengthen param "insn" from rtx to
8232         rtx_insn *.
8233         (spill_pseudos): Likewise for local "insn".
8234         (init_elimination): Likewise.
8235         (process_insn_for_elimination): Likewise for param "insn".
8237         * lra-lives.c (curr_insn): Likewise.;
8239         * lra-spills.c (assign_spill_hard_regs): Likewise for local "insn".
8240         (remove_pseudos): Likewise for param "insn".
8241         (spill_pseudos): Likewise for local "insn".
8242         (lra_final_code_change): Likewise for locals "insn", "curr".
8244         * lra.c (lra_invalidate_insn_data): Likewise for param "insn".
8245         (lra_set_insn_deleted): Likewise.
8246         (lra_delete_dead_insn): Likewise, and for local "prev".
8247         (new_insn_reg): Likewise for param "insn".
8248         (lra_set_insn_recog_data): Likewise.
8249         (lra_update_insn_recog_data): Likewise.
8250         (lra_set_used_insn_alternative): Likewise.
8251         (get_insn_freq): Likewise.
8252         (invalidate_insn_data_regno_info): Likewise.
8253         (lra_invalidate_insn_regno_info): Likewise.
8254         (lra_update_insn_regno_info): Likewise.
8255         (lra_constraint_insn_stack): Strengthen from vec<rtx> to
8256         vec<rtx_insn *>.
8257         (lra_push_insn_1): Strengthen param "insn" from rtx to
8258         rtx_insn *.
8259         (lra_push_insn): Likewise.
8260         (lra_push_insn_and_update_insn_regno_info): Likewise.
8261         (lra_pop_insn): Likewise for return type and local "insn".
8262         (push_insns): Likewise for params "from", "to", and local "insn".
8263         (setup_sp_offset): Likewise for params "from", "last" and locals
8264         "before", "insn".
8265         (lra_process_new_insns): Likewise for params "insn", "before",
8266         "after" and local "last".
8267         (struct sloc): Likewise for field "insn".
8268         (lra_former_scratch_operand_p): Likewise for param "insn".
8269         (remove_scratches): Likewise for locals "insn", "last".
8270         (check_rtl): Likewise for local "insn".
8271         (add_auto_inc_notes): Likewise for param "insn".
8272         (update_inc_notes): Likewise for local "insn".
8273         (lra): Replace NULL_RTX with NULL when referring to insn.
8275 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8277         * lower-subreg.c (simple_move): Strengthen param "insn" from rtx
8278         to rtx_insn *.
8279         (resolve_reg_notes): Likewise.
8280         (resolve_simple_move): Likewise for return type, param "insn", and
8281         locals "insns", "minsn".
8282         (resolve_clobber): Strengthen param "insn" from rtx to rtx_insn *.
8283         (resolve_use): Likewise.
8284         (resolve_debug): Likewise.
8285         (find_decomposable_shift_zext): Likewise.
8286         (resolve_shift_zext): Likewise for return type, param "insn", and
8287         locals "insns", "in".  Eliminate use of NULL_RTX in favor of NULL.
8288         (decompose_multiword_subregs): Likewise for local "insn",
8289         "orig_insn", "decomposed_shift", "end".
8291 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8293         * basic-block.h (basic_block split_edge_and_insert): Strengthen
8294         param "insns" from rtx to rtx_insn *.
8296         * loop-unroll.c (struct iv_to_split): Strengthen field "insn" from
8297         rtx to rtx_insn *.
8298         (struct iv_to_split): Likewise.
8299         (loop_exit_at_end_p): Likewise for local "insn".
8300         (split_edge_and_insert): Likewise for param "insns".
8301         (compare_and_jump_seq): Likewise for return type, param "cinsn",
8302         and locals "seq", "jump".
8303         (unroll_loop_runtime_iterations): Likewise for locals "init_code",
8304         "branch_code"; update invocations of compare_and_jump_seq to
8305         eliminate NULL_RTX in favor of NULL.
8306         (referenced_in_one_insn_in_loop_p): Strengthen local "insn" from
8307         rtx to rtx_insn *.
8308         (reset_debug_uses_in_loop): Likewise.
8309         (analyze_insn_to_expand_var): Likewise for param "insn".
8310         (analyze_iv_to_split_insn): Likewise.
8311         (analyze_insns_in_loop): Likewise for local "insn".
8312         (insert_base_initialization): Likewise for param
8313         "insn" and local "seq".
8314         (split_iv): Likewise for param "insn" and local "seq".
8315         (expand_var_during_unrolling): Likewise for param "insn".
8316         (insert_var_expansion_initialization): Likewise for local "seq".
8317         (combine_var_copies_in_loop_exit): Likewise.
8318         (combine_var_copies_in_loop_exit): Likewise for locals "seq" and
8319         "insn".
8320         (maybe_strip_eq_note_for_split_iv): Likewise for param "insn".
8321         (apply_opt_in_copies): Likewise for locals "insn", "orig_insn",
8322         "next".
8324 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8326         * cfgloop.h (iv_analyze): Strengthen param 1 "insn" from rtx to
8327         rtx_insn *.
8328         (iv_analyze_result): Likewise.
8329         (iv_analyze_expr): Likewise.
8330         (biv_p): Likewise.
8332         * loop-iv.c (iv_get_reaching_def): Strengthen param "insn" and
8333         local "def_insn" from rtx to rtx_insn *.
8334         (get_biv_step_1): Likewise for local "insn".
8335         (iv_analyze_expr): Likewise for param "insn".
8336         (iv_analyze_def): Likewise for local "insn".
8337         (iv_analyze_op): Likewise for param "insn".
8338         (iv_analyze): Likewise.
8339         (iv_analyze_result): Likewise.
8340         (biv_p): Likewise.
8341         (suitable_set_for_replacement): Likewise.
8342         (simplify_using_initial_values): Likewise for local "insn".
8343         (iv_number_of_iterations): Likewise for param "insn".
8344         (check_simple_exit): Add checked cast to rtx_insn when invoking
8345         iv_number_of_iterations for now (until get_condition is
8346         strengthened).
8348         * loop-unroll.c (analyze_iv_to_split_insn): Strengthen param
8349         "insn" from rtx to rtx_insn *.
8350         (analyze_insns_in_loop): Likewise for local "insn".
8352 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8354         * loop-invariant.c (struct use): Strengthen field "insn" from rtx
8355         to rtx_insn *.
8356         (struct invariant): Likewise.
8357         (hash_invariant_expr_1): Likewise for param "insn".
8358         (invariant_expr_equal_p): Likewise for param "insn1", "insn2".
8359         (find_exits): Likewise for local "insn".
8360         (create_new_invariant): Likewise for param "insn".
8361         (check_dependencies): Likewise.
8362         (find_invariant_insn): Likewise.
8363         (record_uses): Likewise.
8364         (find_invariants_insn): Likewise.
8365         (find_invariants_bb): Likewise for local "insn".
8366         (get_pressure_class_and_nregs): Likewise for param "insn".
8367         (calculate_loop_reg_pressure): Likewise for local "insn".
8369 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8371         * loop-doloop.c (doloop_valid_p): Strengthen local "insn" from rtx
8372         to rtx_insn *.
8373         (add_test): Likewise for locals "seq", "jump".
8374         (doloop_modify): Likewise for locals "sequence", "jump_insn".
8376 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8378         * rtl.h (rebuild_jump_labels): Strengthen param "f" from rtx to
8379         rtx_insn *.
8380         (rebuild_jump_labels_chain): Likewise for param "chain".
8382         * cfgexpand.c (pass_expand::execute): Add checked cast to
8383         rtx_insn * when calling rebuild_jump_labels_chain in region where
8384         we know e->insns.r is non-NULL.
8386         * jump.c (rebuild_jump_labels_1): Strengthen param "f" from rtx to
8387         rtx_insn *.
8388         (rebuild_jump_labels): Likewise.
8389         (rebuild_jump_labels_chain): Likewise for param "chain".
8390         (cleanup_barriers): Likewise for locals "insn", "next", "prev".
8391         (init_label_info): Likewise for param "f".
8392         (maybe_propagate_label_ref): Likewise for params "jump_insn",
8393         "prev_nonjump_insn".
8394         (mark_all_labels): Likewise for param "f" and locals "insn",
8395         "prev_nonjump_insn".
8397 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8399         * ira-int.h (struct ira_allocno_copy): Strengthen field "insn"
8400         from rtx to rtx_insn *insn.
8401         (ira_create_copy): Strengthen param "insn" from rtx to rtx_insn *.
8402         (ira_add_allocno_copy): Likewise.
8403         * ira-build.c (find_allocno_copy): Strengthen param "insn" from
8404         rtx to rtx_insn *.
8405         (ira_create_copy): Likewise.
8406         (ira_add_allocno_copy): Likewise.
8407         (create_bb_allocnos): Likewise for local "insn".
8408         * ira-conflicts.c (process_regs_for_copy): Likewise for param "insn".
8409         (process_reg_shuffles): Update NULL_RTX to NULL in invocation of
8410         process_regs_for_copy for rtx_insn * param.
8411         (add_insn_allocno_copies): Strengthen param "insn" from rtx to
8412         rtx_insn *insn.  Update NULL_RTX to NULL in invocation of
8413         process_regs_for_copy for rtx_insn * param.
8414         (add_copies): Strengthen local "insn" from rtx to rtx_insn *insn.
8415         * ira-costs.c (record_reg_classes): Likewise for param "insn".
8416         (record_operand_costs): Likewise.
8417         (scan_one_insn): Likewise for return type, and for param "insn".
8418         (process_bb_for_costs): Likewise for local "insn".
8419         (process_bb_node_for_hard_reg_moves): Likewise.
8420         * ira-emit.c (struct move): Likewise for field "insn".
8421         (create_move): Eliminate use of NULL_RTX when dealing with an
8422         rtx_insn *.
8423         (emit_move_list): Strengthen return type and locals "result",
8424         "insn" from rtx to rtx_insn *insn.
8425         (emit_moves): Likewise for locals "insns", "tmp".
8426         (ira_emit): Likewise for local "insn".
8427         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise for param
8428         "insn".
8429         (find_call_crossed_cheap_reg): Likewise.
8430         (process_bb_node_lives): Likewise for local "insn".
8431         * ira.c (decrease_live_ranges_number): Likewise.
8432         (compute_regs_asm_clobbered): Likewise.
8433         (build_insn_chain): Likewise.
8434         (find_moveable_pseudos): Likewise, also locals "def_insn",
8435         "use_insn", "x".  Also strengthen local "closest_uses" from rtx *
8436         to rtx_insn **.  Add a checked cast when assigning from
8437         "closest_use" into closest_uses array in a region where we know
8438         it's a non-NULL insn.
8439         (interesting_dest_for_shprep): Strengthen param "insn" from rtx
8440         to rtx_insn *.
8441         (split_live_ranges_for_shrink_wrap): Likewise for locals "insn",
8442         "last_interesting_insn", "uin".
8443         (move_unallocated_pseudos): Likewise for locals "def_insn",
8444         "move_insn", "newinsn".
8446 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8448         * internal-fn.c (ubsan_expand_si_overflow_addsub_check):
8449         Strengthen locals "done_label", "do_error" from rtx to
8450         rtx_code_label *.
8451         (ubsan_expand_si_overflow_addsub_check): Strengthen local "last"
8452         from rtx to rtx_insn *.  Strengthen local "sub_check from rtx to
8453         rtx_code_label *.
8454         (ubsan_expand_si_overflow_neg_check): Likewise for locals
8455         "done_label", "do_error" to rtx_code_label * and local  "last" to
8456         rtx_insn *.
8457         (ubsan_expand_si_overflow_mul_check): Likewise for locals
8458         "done_label", "do_error", "large_op0", "small_op0_large_op1",
8459         "one_small_one_large", "both_ops_large", "after_hipart_neg",
8460         "after_lopart_neg", "do_overflow", "hipart_different"  to
8461         rtx_code_label * and local  "last" to rtx_insn *.
8463 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8465         * init-regs.c (initialize_uninitialized_regs): Strengthen locals
8466         "insn" and "move_insn" from rtx to rtx_insn *.
8468 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8470         * ifcvt.c (count_bb_insns): Strengthen local "insn" from rtx to
8471         rtx_insn *.
8472         (cheap_bb_rtx_cost_p): Likewise.
8473         (first_active_insn): Likewise for return type and local "insn".
8474         (last_active_insn):  Likewise for return type and locals "insn",
8475         "head".
8476         (struct noce_if_info): Likewise for fields "jump", "insn_a",
8477         "insn_b".
8478         (end_ifcvt_sequence): Likewise for return type and locals "insn",
8479         "seq".
8480         (noce_try_move): Likewise for local "seq".
8481         (noce_try_store_flag): Likewise.
8482         (noce_try_store_flag_constants): Likewise.
8483         (noce_try_addcc): Likewise.
8484         (noce_try_store_flag_mask): Likewise.
8485         (noce_try_cmove): Likewise.
8486         (noce_try_minmax): Likewise.
8487         (noce_try_abs): Likewise.
8488         (noce_try_sign_mask): Likewise.
8489         (noce_try_bitop): Likewise.
8490         (noce_can_store_speculate_p): Likewise for local "insn".
8491         (noce_process_if_block): Likewise for locals "insn_a", "insn_b",
8492         seq".
8493         (check_cond_move_block): Likewise for local "insn".
8494         (cond_move_convert_if_block): Likewise.
8495         (cond_move_process_if_block): Likewise for locals "seq",
8496         "loc_insn".
8497         (noce_find_if_block): Likewise for local "jump".
8498         (merge_if_block): Likewise for local "last".
8499         (block_jumps_and_fallthru_p): Likewise for locals "insn", "end".
8500         (find_cond_trap): Likewise for locals "trap", "jump", "newjump".
8501         (block_has_only_trap): Likewise for return type and local "trap".
8502         (find_if_case_1): Likewise for local "jump".
8503         (dead_or_predicable): Likewise for locals "head", "end", "jump",
8504         "insn".
8506 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8508         * hw-doloop.h (struct hwloop_info_d): Strengthen fields
8509         "last_insn", "loop_end" from rtx to rtx_insn *.
8511         * hw-doloop.c (scan_loop): Likewise for local "insn".
8512         (discover_loop): Likewise for param "tail_insn".
8513         (discover_loops): Likewise for local "tail".
8515         * config/bfin/bfin.c (hwloop_optimize): For now, add a checked
8516         cast to rtx_insn * when assigning from an rtx local to a
8517         hwloop_info's "last_insn" field.
8519 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8521         * haifa-sched.c (bb_header): Strengthen from rtx * to rtx_insn **.
8522         (add_delay_dependencies): Strengthen local "pro" from rtx to
8523         rtx_insn *.
8524         (recompute_todo_spec): Likewise.
8525         (dep_cost_1): Likewise for locals "insn", "used".
8526         (schedule_insn): Likewise for local "dbg".
8527         (schedule_insn): Likewise for locals "pro", "next".
8528         (unschedule_insns_until): Likewise for local "con".
8529         (restore_pattern): Likewise for local "next".
8530         (estimate_insn_tick): Likewise for local "pro".
8531         (resolve_dependencies): Likewise for local "next".
8532         (fix_inter_tick): Likewise.
8533         (fix_tick_ready): Likewise for local "pro".
8534         (add_to_speculative_block): Likewise for locals "check", "twin",
8535         "pro".
8536         (sched_extend_bb): Likewise for locals "end", "insn".
8537         (init_before_recovery): Likewise for local "x".
8538         (sched_create_recovery_block): Likewise for local "barrier".
8539         (create_check_block_twin): Likewise for local "pro".
8540         (fix_recovery_deps): Likewise for locals "note", "insn", "jump",
8541         "consumer".
8542         (unlink_bb_notes): Update for change to type of bb_header.
8543         Strengthen locals "prev", "label", "note", "next" from rtx to
8544         rtx_insn *.
8545         (clear_priorities): Likewise for local "pro".
8547 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8549         * gcse.c (struct occr): Strengthen field "insn" from rtx to
8550         rtx_insn *.
8551         (test_insn): Likewise for this global.
8552         (oprs_unchanged_p): Strengthen param "insn" from const_rtx to
8553         const rtx_insn *.
8554         (oprs_anticipatable_p): Likewise.
8555         (oprs_available_p): Likewise.
8556         (insert_expr_in_table): Strengthen param "insn" from  rtx to
8557         rtx_insn *.
8558         (hash_scan_set): Likewise.
8559         (hash_scan_clobber): Likewise.
8560         (hash_scan_call): Likewise.
8561         (hash_scan_insn): Likewise.
8562         (compute_hash_table_work): Likewise for local "insn".
8563         (process_insert_insn): Likewise for return type and local "pat".
8564         (insert_insn_end_basic_block): Likewise for locals "new_insn",
8565         "pat", "pat_end", "maybe_cc0_setter".
8566         (pre_edge_insert): Likewise for local "insn".
8567         (pre_insert_copy_insn): Likewise for param "insn".
8568         (pre_insert_copies): Likewise for local "insn".
8569         (struct set_data): Likewise for field "insn".
8570         (single_set_gcse): Likewise for param "insn".
8571         (gcse_emit_move_after): Likewise.
8572         (pre_delete): Likewise for local "insn".
8573         (update_bb_reg_pressure): Likewise for param "from" and local
8574         "insn".
8575         (should_hoist_expr_to_dom): Likewise for param "from".
8576         (hoist_code): Likewise for local "insn".
8577         (get_pressure_class_and_nregs): Likewise for param "insn".
8578         (calculate_bb_reg_pressure): Likewise for local "insn".
8579         (compute_ld_motion_mems): Likewise.
8581 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8583         * genpeep.c (main): Rename param back from "uncast_ins1" to
8584         "ins1", strengthening from rtx to rtx_insn *.  Drop now-redundant
8585         checked cast.
8587         * output.h (peephole): Strengthen param from rtx to rtx_insn *.
8589 2014-08-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
8591         PR target/62195
8592         * doc/md.texi (Machine Constraints): Update PowerPC wi constraint
8593         documentation to state it is only for VSX operations.
8595         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Make wi
8596         constraint only active if VSX.
8598         * config/rs6000/rs6000.md (lfiwax): Use wj constraint instead of
8599         wi cosntraint for ISA 2.07 lxsiwax/lxsiwzx instructions.
8600         (lfiwzx): Likewise.
8602 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8604         * fwprop.c (single_def_use_dom_walker::before_dom_children):
8605         Strengthen local "insn" from rtx to rtx_insn *.
8606         (use_killed_between): Likewise for param "target_insn".
8607         (all_uses_available_at): Likewise for param "target_insn" and
8608         local "next".
8609         (update_df_init): Likewise for params "def_insn", "insn".
8610         (update_df): Likewise for param "insn".
8611         (try_fwprop_subst): Likewise for param "def_insn" and local
8612         "insn".
8613         (free_load_extend): Likewise for param "insn".
8614         (forward_propagate_subreg): Likewise for param "def_insn" and
8615         local "use_insn".
8616         (forward_propagate_asm): Likewise for param "def_insn" and local
8617         "use_insn".
8618         (forward_propagate_and_simplify): Likewise for param "def_insn"
8619         and local "use_insn".
8620         (forward_propagate_into): Likewise for locals "def_insn" and
8621         "use_insn".
8623 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8625         * function.c (emit_initial_value_sets): Strengthen local "seq"
8626         from rtx to rtx_insn *.
8627         (instantiate_virtual_regs_in_insn): Likewise for param "insn" and
8628         local "seq".
8629         (instantiate_virtual_regs): Likewise for local "insn".
8630         (assign_parm_setup_reg): Likewise for locals "linsn", "sinsn".
8631         (reorder_blocks_1): Likewise for param "insns" and local "insn".
8632         (expand_function_end): Likewise for locals "insn" and "seq".
8633         (epilogue_done): Likewise for local "insn".
8634         (thread_prologue_and_epilogue_insns): Likewise for locals "prev",
8635         "last", "trial".
8636         (reposition_prologue_and_epilogue_notes): Likewise for locals
8637         "insn", "last", "note", "first".
8638         (match_asm_constraints_1): Likewise for param "insn" and local "insns".
8639         (pass_match_asm_constraints::execute): Likewise for local "insn".
8641 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8643         * output.h (final_scan_insn): Strengthen return type from rtx to
8644         rtx_insn *.
8645         (final_forward_branch_p): Likewise for param.
8646         (current_output_insn): Likewise for this global.
8648         * final.c (rtx debug_insn): Likewise for this variable.
8649         (current_output_insn): Likewise.
8650         (get_attr_length_1): Rename param "insn" to "uncast_insn",
8651         adding "insn" back in as an rtx_insn * with a checked cast, so
8652         that macro ADJUST_INSN_LENGTH can be passed an rtx_insn * as the
8653         first param.
8654         (compute_alignments): Strengthen local "label" from rtx to
8655         rtx_insn *.
8656         (shorten_branches): Rename param from "first" to "uncast_first",
8657         introducing a new local rtx_insn * "first" using a checked cast to
8658         effectively strengthen "first" from rtx to rtx_insn * without
8659         affecting the type signature.  Strengthen locals "insn", "seq",
8660         "next", "label" from rtx to rtx_insn *.
8661         (change_scope): Strengthen param "orig_insn" and local "insn" from
8662         rtx to rtx_insn *.
8663         (final_start_function): Rename param from "first" to "uncast_first",
8664         introducing a new local rtx_insn * "first" using a checked cast to
8665         effectively strengthen "first" from rtx to rtx_insn * without
8666         affecting the type signature.  Strengthen local "insn" from rtx to
8667         rtx_insn *.
8668         (dump_basic_block_info): Strengthen param "insn" from rtx to
8669         rtx_insn *.
8670         (final): Rename param from "first" to "uncast_first",
8671         introducing a new local rtx_insn * "first" using a checked cast to
8672         effectively strengthen "first" from rtx to rtx_insn * without
8673         affecting the type signature.  Strengthen locals "insn", "next"
8674         from rtx to rtx_insn *.
8675         (output_alternate_entry_point): Strengthen param "insn" from rtx to
8676         rtx_insn *.
8677         (call_from_call_insn): Strengthen param "insn" from rtx to
8678         rtx_call_insn *.
8679         (final_scan_insn): Rename param from "insn" to "uncast_insn",
8680         introducing a new local rtx_insn * "insn" using a checked cast to
8681         effectively strengthen "insn" from rtx to rtx_insn * without
8682         affecting the type signature.  Strengthen return type and locals
8683         "next", "note", "prev", "new_rtx" from rtx to rtx_insn *.  Remove
8684         now-redundant checked cast to rtx_insn * from both invocations of
8685         debug_hooks->var_location.  Convert CALL_P into a dyn_cast,
8686         introducing a local "call_insn" for use when invoking
8687         call_from_call_insn.
8688         (notice_source_line): Strengthen param "insn" from rtx to
8689         rtx_insn *.
8690         (leaf_function_p): Likewise for local "insn".
8691         (final_forward_branch_p): Likewise.
8692         (leaf_renumber_regs): Likewise for param "first".
8693         (rest_of_clean_state): Likewise for locals "insn" and "next".
8694         (self_recursive_call_p): Likewise for param "insn".
8695         (collect_fn_hard_reg_usage): Likewise for local "insn".
8696         (get_call_fndecl): Likewise for param "insn".
8697         (get_call_cgraph_rtl_info): Likewise.
8698         (get_call_reg_set_usage): Rename param from "insn" to "uncast_insn",
8699         introducing a new local rtx_insn * "insn" using a checked cast to
8700         effectively strengthen "insn" from rtx to rtx_insn * without
8701         affecting the type signature.
8703         * config/arc/arc.c (arc_final_prescan_insn): For now, add checked
8704         cast when assigning from param "insn" to current_output_insn.
8705         (arc_pad_return): Strengthen local "insn" from rtx to rtx_insn *
8706         so that we can assign it back to current_output_insn.
8708 2014-08-20  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
8710         * config/avr/avr-mcus.def: Remove atmega26hvg, atmega64rfa2,
8711         atmega48hvf, atxmega32x1, atmxt224, atmxt224e, atmxt336s,
8712         atmxt540s and atmxt540sreva devices.
8713         * config/avr/avr-tables.opt: Regenerate.
8714         * config/avr/t-multilib: Regenerate.
8715         * doc/avr-mmcu.texi: Regenerate.
8717 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8719         * expr.c (convert_move): Strengthen local "insns" from rtx to
8720         rtx_insn *.
8721         (emit_block_move_via_loop): Strengthen locals "cmp_label" and
8722         "top_label" from rtx to rtx_code_label *.
8723         (move_block_to_reg): Strengthen local "insn", "last" from rtx to
8724         rtx_insn *.
8725         (emit_single_push_insn): Likewise for locals "prev", "last".
8726         (store_expr): Strengthen locals "lab1", "lab2", "label" from rtx
8727         to rtx_code_label *.
8728         (store_constructor): Likewise for locals "loop_start", "loop_end".
8729         (expand_cond_expr_using_cmove): Strengthen local "seq" from rtx to
8730         rtx_insn *.
8731         (expand_expr_real_2): Likewise.
8732         (expand_expr_real_1): Strengthen local "label" from rtx to
8733         rtx_code_label *.
8735 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8737         * expmed.c (store_bit_field_using_insv): Strengthen local "last"
8738         from rtx to rtx_insn *.
8739         (store_bit_field_1): Likewise.
8740         (extract_bit_field_1): Likewise.
8741         (expand_mult_const): Likewise for local "insns".
8742         (expmed_mult_highpart): Strengthen local "label" from rtx to
8743         rtx_code_label *.
8744         (expand_smod_pow2): Likewise.
8745         (expand_sdiv_pow2): Likewise.
8746         (expand_divmod): Strengthen locals "last", "insn" from rtx to
8747         rtx_insn *.  Strengthen locals "label", "label1", "label2",
8748         "label3", "label4", "label5", "lab" from rtx to rtx_code_label *.
8749         (emit_cstore): Strengthen local "last" from rtx to rtx_insn *.
8750         (emit_store_flag): Likewise.
8751         (emit_store_flag_force): Strengthen local "label" from rtx to
8752         rtx_code_label *.
8753         (do_cmp_and_jump): Likewise for param "label".
8755 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8757         * explow.c (force_reg): Strengthen local "insn" from rtx to
8758         rtx_insn *.
8759         (adjust_stack_1): Likewise.
8760         (allocate_dynamic_stack_space): Likewise.  Strengthen locals
8761         "final_label", "available_label", "space_available" from rtx to
8762         rtx_code_label *.
8763         (probe_stack_range): Likewise for locals "loop_lab", "end_lab".
8764         (anti_adjust_stack_and_probe): Likewise.
8766 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8768         * except.h (sjlj_emit_function_exit_after): Strengthen param
8769         "after" from rtx to rtx_insn *.  This is only called with
8770         result of get_last_insn (in function.c) so type-change should be
8771         self-contained.
8773         * function.h (struct rtl_eh): Strengthen field "ehr_label" from
8774         rtx to rtx_code_label *, and field "sjlj_exit_after" from rtx
8775         to rtx_insn *.  These fields are only used from except.c so this
8776         type-change should be self-contained to this patch.
8778         * except.c (emit_to_new_bb_before): Strengthen param "seq" and
8779         local "last" from rtx to rtx_insn *.
8780         (dw2_build_landing_pads): Likewise for local "seq".
8781         (sjlj_mark_call_sites): Likewise for locals "insn", "before", p".
8782         (sjlj_emit_function_enter): Strengthen param "dispatch_label" from
8783         rtx to rtx_code_label *.  Strengthen locals "fn_begin", "seq" from
8784         rtx to rtx_insn *.
8785         (sjlj_emit_function_exit_after): Strengthen param "after" from rtx
8786         to rtx_insn *.
8787         (sjlj_emit_function_exit): Likewise for locals "seq", "insn".
8788         (sjlj_emit_dispatch_table): Likewise for locals "seq", "seq2".
8789         (sjlj_build_landing_pads): Replace NULL_RTX with NULL when
8790         referring to an insn.  Strengthen local "dispatch_label" from
8791         rtx to rtx_code_label *.
8792         (set_nothrow_function_flags): Strengthen local "insn" from rtx to
8793         rtx_insn *.
8794         (expand_eh_return): Strengthen local "around_label" from
8795         rtx to rtx_code_label *.
8796         (convert_to_eh_region_ranges): Strengthen locals "iter",
8797         "last_action_insn", "first_no_action_insn",
8798         "first_no_action_insn_before_switch",
8799         "last_no_action_insn_before_switch", from rtx to rtx_insn *.
8801 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8803         * dwarf2out.c (last_var_location_insn): Strengthen this variable
8804         from rtx to rtx_insn *.
8805         (cached_next_real_insn): Likewise.
8806         (dwarf2out_end_epilogue): Replace use of NULL_RTX with NULL when
8807         working with insns.
8808         (dwarf2out_var_location): Strengthen locals "next_real",
8809         "next_note", "expected_next_loc_note", "last_start", "insn" from
8810         rtx to rtx_insn *.
8812 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8814         * dwarf2cfi.c (add_cfis_to_fde): Strengthen locals "insn", "next"
8815         from rtx to rtx_insn *.
8816         (create_pseudo_cfg): Likewise for local "insn".
8818 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8820         * df-core.c (df_bb_regno_first_def_find): Strengthen local "insn"
8821         from rtx to rtx_insn *.
8822         (df_bb_regno_last_def_find): Likewise.
8824         * df-problems.c (df_rd_bb_local_compute): Likewise.
8825         (df_lr_bb_local_compute): Likewise.
8826         (df_live_bb_local_compute): Likewise.
8827         (df_chain_remove_problem): Likewise.
8828         (df_chain_create_bb): Likewise.
8829         (df_word_lr_bb_local_compute): Likewise.
8830         (df_remove_dead_eq_notes): Likewise for param "insn".
8831         (df_note_bb_compute): Likewise for local "insn".
8832         (simulate_backwards_to_point): Likewise.
8833         (df_md_bb_local_compute): Likewise.
8835         * df-scan.c (df_scan_free_bb_info): Likewise.
8836         (df_scan_start_dump): Likewise.
8837         (df_scan_start_block): Likewise.
8838         (df_install_ref_incremental): Likewise for local "insn".
8839         (df_insn_rescan_all): Likewise.
8840         (df_reorganize_refs_by_reg_by_insn): Likewise.
8841         (df_reorganize_refs_by_insn_bb): Likewise.
8842         (df_recompute_luids): Likewise.
8843         (df_bb_refs_record): Likewise.
8844         (df_update_entry_exit_and_calls): Likewise.
8845         (df_bb_verify): Likewise.
8847 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8849         * ddg.h (struct ddg_node): Strengthen fields "insn" and
8850         "first_note" from rtx to rtx_insn *.
8851         (get_node_of_insn): Likewise for param 2 "insn".
8852         (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
8854         * ddg.c (mem_read_insn_p): Strengthen param "insn" from rtx to
8855         rtx_insn *.
8856         (mem_write_insn_p): Likewise.
8857         (mem_access_insn_p): Likewise.
8858         (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
8859         (def_has_ccmode_p): Likewise for param "insn".
8860         (add_cross_iteration_register_deps): Likewise for locals
8861         "def_insn" and "use_insn".
8862         (insns_may_alias_p): Likewise for params "insn1" and "insn2".
8863         (build_intra_loop_deps): Likewise for local "src_insn".
8864         (create_ddg): Strengthen locals "insn" and "first_note" from rtx
8865         to rtx_insn *.
8866         (get_node_of_insn): Likewise for param "insn".
8868 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8870         * dce.c (worklist): Strengthen from vec<rtx> to vec<rtx_insn *>.
8871         (deletable_insn_p): Strengthen param "insn" from rtx to
8872         rtx_insn *.  Add checked cast to rtx_call_insn when invoking
8873         find_call_stack_args, since this is guarded by CALL_P (insn).
8874         (marked_insn_p): Strengthen param "insn" from rtx to
8875         rtx_insn *.
8876         (mark_insn): Likewise.  Add checked cast to rtx_call_insn when
8877         invoking find_call_stack_args, since this is guarded by
8878         CALL_P (insn).
8879         (mark_nonreg_stores_1): Strengthen cast of "data" from rtx to
8880         rtx_insn *; we know this is an insn since this was called by
8881         mark_nonreg_stores.
8882         (mark_nonreg_stores_2): Likewise.
8883         (mark_nonreg_stores): Strengthen param "insn" from rtx to
8884         rtx_insn *.
8885         (find_call_stack_args): Strengthen param "call_insn" from rtx to
8886         rtx_call_insn *; strengthen locals "insn" and "prev_insn" from rtx
8887         to rtx_insn *.
8888         (remove_reg_equal_equiv_notes_for_defs): Strengthen param "insn"
8889         from rtx to rtx_insn *.
8890         (reset_unmarked_insns_debug_uses): Likewise for locals "insn",
8891         "next", "ref_insn".
8892         (delete_unmarked_insns): Likewise for locals "insn", "next".
8893         (prescan_insns_for_dce): Likewise for locals "insn", "prev".
8894         (mark_reg_dependencies): Likewise for param "insn".
8895         (rest_of_handle_ud_dce): Likewise for local "insn".
8896         (word_dce_process_block): Likewise.
8897         (dce_process_block): Likewise.
8899 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8901         * cse.c (struct qty_table_elem): Strengthen field "const_insn"
8902         from rtx to rtx_insn *.
8903         (struct change_cc_mode_args): Likewise for field "insn".
8904         (this_insn): Strengthen from rtx to rtx_insn *.
8905         (make_new_qty): Replace use of NULL_RTX with NULL when dealing
8906         with insn.
8907         (validate_canon_reg): Strengthen param "insn" from rtx to
8908         rtx_insn *.
8909         (canon_reg): Likewise.
8910         (fold_rtx): Likewise.  Replace use of NULL_RTX with NULL when
8911         dealing with insn.
8912         (record_jump_equiv): Strengthen param "insn" from rtx to
8913         rtx_insn *.
8914         (try_back_substitute_reg): Likewise, also for locals "prev",
8915         "bb_head".
8916         (find_sets_in_insn): Likewise for param "insn".
8917         (canonicalize_insn): Likewise.
8918         (cse_insn): Likewise.  Add a checked cast.
8919         (invalidate_from_clobbers): Likewise for param "insn".
8920         (invalidate_from_sets_and_clobbers): Likewise.
8921         (cse_process_notes_1): Replace use of NULL_RTX with NULL when
8922         dealing with insn.
8923         (cse_prescan_path): Strengthen local "insn" from rtx to
8924         rtx_insn *.
8925         (cse_extended_basic_block): Likewise for locals "insn" and
8926         "prev_insn".
8927         (cse_main): Likewise for param "f".
8928         (check_for_label_ref): Likewise for local "insn".
8929         (set_live_p): Likewise for second param ("insn").
8930         (insn_live_p): Likewise for first param ("insn") and for local
8931         "next".
8932         (cse_change_cc_mode_insn): Likewise for first param "insn".
8933         (cse_change_cc_mode_insns): Likewise for first and second params
8934         "start" and "end".
8935         (cse_cc_succs): Likewise for locals "insns", "last_insns", "insn"
8936         and "end".
8937         (cse_condition_code_reg): Likewise for locals "last_insn", "insn",
8938         "cc_src_insn".
8940 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8941             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8942             Anna Tikhonova  <anna.tikhonova@intel.com>
8943             Ilya Tocar  <ilya.tocar@intel.com>
8944             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8945             Ilya Verbin  <ilya.verbin@intel.com>
8946             Kirill Yukhin  <kirill.yukhin@intel.com>
8947             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8949         * config/i386/subst.md (define_subst_attr "mask_avx512bw_condition"):
8950         New.
8951         * config/i386/sse.md
8952         (define_mode_iterator VI248_AVX2): Delete.
8953         (define_mode_iterator VI2_AVX2_AVX512BW): New.
8954         (define_mode_iterator VI48_AVX2): Ditto.
8955         (define_insn <shift_insn><mode>3): Delete.
8956         (define_insn "<shift_insn><mode>3<mask_name>" with
8957         VI2_AVX2_AVX512BW): New.
8958         (define_insn "<shift_insn><mode>3<mask_name>" with
8959         VI48_AVX2): Ditto.
8961 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8962             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8963             Anna Tikhonova  <anna.tikhonova@intel.com>
8964             Ilya Tocar  <ilya.tocar@intel.com>
8965             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8966             Ilya Verbin  <ilya.verbin@intel.com>
8967             Kirill Yukhin  <kirill.yukhin@intel.com>
8968             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8970         * config/i386/sse.md
8971         (define_mode_iterator VI4F_BRCST32x2): New.
8972         (define_mode_attr 64x2_mode): Ditto.
8973         (define_mode_attr 32x2mode): Ditto.
8974         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"
8975         with VI4F_BRCST32x2): Ditto.
8976         (define_insn "<mask_codefor>avx512vl_broadcast<mode><mask_name>_1"
8977         with V16FI mode iterator): Ditto.
8978         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
8979         with V16FI): Ditto.
8980         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
8981         with VI8F_BRCST64x2): Ditto.
8983 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8984             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8985             Anna Tikhonova  <anna.tikhonova@intel.com>
8986             Ilya Tocar  <ilya.tocar@intel.com>
8987             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8988             Ilya Verbin  <ilya.verbin@intel.com>
8989             Kirill Yukhin  <kirill.yukhin@intel.com>
8990             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8992         * config/i386/sse.md
8993         (define_mode_iterator VI8_AVX512VL): New.
8994         (define_insn "avx512cd_maskb_vec_dup<mode>"): Macroize.
8996 2014-08-22  Kirill Yukhin  <kirill.yukhin@intel.com>
8998         * gcc/config/i386/sse.md (define_mode_iterator V_AVX512VL): Delete.
8999         (define_mode_iterator V48_AVX512VL): New.
9000         (define_mode_iterator V12_AVX512VL): Ditto.
9001         (define_insn <avx512>_load<mode>_mask): Split into two similar
9002         patterns which use different mode iterators: V48_AVX512VL V12_AVX512VL.
9003         Refactor output template.
9004         (define_insn "<avx512>_store<mode>_mask"): Ditto.
9006 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
9008         * cprop.c (struct occr): Strengthen field "insn" from rtx to
9009         rtx_insn *.
9010         (reg_available_p): Likewise for param "insn".
9011         (insert_set_in_table): Likewise.
9012         (hash_scan_set): Likewise.
9013         (hash_scan_insn): Likewise.
9014         (make_set_regs_unavailable): Likewise.
9015         (compute_hash_table_work): Likewise for local "insn".
9016         (reg_not_set_p): Strengthen param "insn" from const_rtx to
9017         const rtx_insn *.
9018         (mark_oprs_set): Strengthen param "insn" from rtx to rtx_insn *.
9019         (try_replace_reg): Likewise.
9020         (find_avail_set): Likewise.
9021         (cprop_jump): Likewise for params "setcc", "jump".
9022         (constprop_register): Likewise for param "insn".
9023         (cprop_insn): Likewise.
9024         (do_local_cprop): Likewise.
9025         (local_cprop_pass): Likewise for local "insn".
9026         (bypass_block): Likewise for params "setcc" and "jump".
9027         (bypass_conditional_jumps): Likewise for locals "setcc" and
9028         "insn".
9029         (one_cprop_pass): Likewise for local "insn".
9031 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
9033         * compare-elim.c (struct comparison_use): Strengthen field "insn"
9034         from rtx to rtx_insn *.
9035         (struct comparison): Likewise, also for field "prev_clobber".
9036         (conforming_compare): Likewise for param "insn".
9037         (arithmetic_flags_clobber_p): Likewise.
9038         (find_flags_uses_in_insn): Likewise.
9039         (find_comparison_dom_walker::before_dom_children): Likewise for
9040         locals "insn", "next", "last_clobber".
9041         (try_eliminate_compare): Likewise for locals "insn", "bb_head".
9043 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
9045         * combine-stack-adj.c (struct csa_reflist): Strengthen field
9046         "insn" from rtx to rtx_insn *.
9047         (single_set_for_csa): Likewise for param "insn".
9048         (record_one_stack_ref): Likewise.
9049         (try_apply_stack_adjustment): Likewise.
9050         (struct record_stack_refs_data): Likewise for field "insn".
9051         (maybe_move_args_size_note): Likewise for params "last" and "insn".
9052         (prev_active_insn_bb): Likewise for return type and param "insn".
9053         (next_active_insn_bb): Likewise.
9054         (force_move_args_size_note): Likewise for params "prev" and "last"
9055         and locals "test", "next_candidate", "prev_candidate".
9056         (combine_stack_adjustments_for_block): Strengthen locals
9057         "last_sp_set", "last2_sp_set", "insn", "next" from rtx to
9058         rtx_insn *.
9060 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9062         * combine.c (i2mod): Strengthen this variable from rtx to rtx_insn *.
9063         (struct reg_stat_struct): Likewise for fields "last_death", "last_set".
9064         (subst_insn): Likewise for this variable.
9065         (added_links_insn): Likewise.
9066         (struct insn_link): Likewise for field "insn".
9067         (alloc_insn_link): Likewise for param "insn".
9068         (struct undobuf): Likewise for field "other_insn".
9069         (find_single_use): Likewise for param "insn" and local "next".
9070         (combine_validate_cost): Likewise for params "i0", "i1", "i2", "i3".
9071         (delete_noop_moves): Likewise for locals "insn", "next".
9072         (create_log_links): Likewise for locals "insn", "use_insn".
9073         Strengthen local "next_use" from rtx * to rtx_insn **.
9074         (insn_a_feeds_b): Likewise for params "a", "b".
9075         (combine_instructions): Likewise for param "f" and locals "insn",
9076         "next", "prev", "first", "last_combined_insn", "link", "link1",
9077         "temp".  Replace use of NULL_RTX with NULL when referring to
9078         insns.
9079         (setup_incoming_promotions): Likewise for param "first"
9080         (set_nonzero_bits_and_sign_copies): Likewise for local "insn".
9081         (can_combine_p): Likewise for params "insn", "i3", "pred",
9082         "pred2", "succ", "succ2" and for local "p".
9083         (combinable_i3pat): Likewise for param "i3".
9084         (cant_combine_insn_p): Likewise for param "insn".
9085         (likely_spilled_retval_p): Likewise.
9086         (adjust_for_new_dest): Likewise.
9087         (update_cfg_for_uncondjump): Likewise, also for local "insn".
9088         (try_combine): Likewise for return type and for params "i3", "i2",
9089         "i1", "i0", "last_combined_insn", and for locals "insn",
9090         "cc_use_insn", "p", "first", "last", "i2_insn", "i1_insn",
9091         "i0_insn".  Eliminate local "tem" in favor of new locals
9092         "tem_note" and "tem_insn", the latter being an rtx_insn *.  Add a
9093         checked cast for now to rtx_insn * on the return type of
9094         gen_rtx_INSN.  Replace use of NULL_RTX with NULL when referring to
9095         insns.
9096         (find_split_point): Strengthen param "insn" from rtx to
9097         rtx_insn *.
9098         (simplify_set): Likewise for local "other_insn".
9099         (recog_for_combine): Likewise for param "insn".
9100         (record_value_for_reg): Likewise.
9101         (record_dead_and_set_regs_1): Likewise for local
9102         "record_dead_insn".
9103         (record_dead_and_set_regs): Likewise for param "insn".
9104         (record_promoted_value): Likewise.
9105         (check_promoted_subreg): Likewise.
9106         (get_last_value_validate): Likewise.
9107         (reg_dead_at_p): Likewise.
9108         (move_deaths): Likewise for param "to_insn".
9109         (distribute_notes): Likewise for params "from_insn", "i3", "i2"
9110         and locals "place", "place2", "cc0_setter".  Eliminate local "tem
9111         in favor of new locals "tem_note" and "tem_insn", the latter being
9112         an rtx_insn *.
9113         (distribute_links): Strengthen locals "place", "insn" from rtx to
9114         rtx_insn *.
9116 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9118         * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather
9119         than a const_rtx.
9120         (can_delete_label_p): Require a const rtx_code_label * rather than
9121         a const_rtx.
9122         (delete_insn): Add checked cast to rtx_code_label * when we know
9123         we're dealing with LABEL_P (insn).  Strengthen local "bb_note" from
9124         rtx to rtx_insn *.
9125         (delete_insn_chain): Strengthen locals "prev" and "current" from
9126         rtx to rtx_insn *.  Add a checked cast when assigning from
9127         "finish" (strengthening the params will come later).  Add a
9128         checked cast to rtx_note * in region where we know
9129         NOTE_P (current).
9130         (rtl_delete_block): Strengthen locals "insn" and "end" from rtx to
9131         rtx_insn *.
9132         (compute_bb_for_insn): Likewise.
9133         (free_bb_for_insn): Likewise for local "insn".
9134         (compute_bb_for_insn): Likewise.
9135         (update_bb_for_insn_chain): Strengthen params "begin", "end" and
9136         local "insn" from rtx to rtx_insn *
9137         (flow_active_insn_p): Require a const rtx_insn * rather than a
9138         const_rtx.
9139         (contains_no_active_insn_p): Strengthen local "insn" from rtx to
9140         rtx_insn *.
9141         (can_fallthru): Likewise for locals "insn" and "insn2".
9142         (bb_note): Likewise for local "note".
9143         (first_insn_after_basic_block_note): Likewise for local "note" and
9144         for return type.
9145         (rtl_split_block): Likewise for locals "insn" and "next".
9146         (unique_locus_on_edge_between_p): Likewise for locals "insn" and
9147         "end".
9148         (rtl_merge_blocks): Likewise for locals "b_head", "b_end",
9149         "a_end", "del_first", "del_last", "b_debug_start", "b_debug_end",
9150         "prev", "tmp".
9151         (try_redirect_by_replacing_jump): Likewise for locals "insn" (both of
9152         them), "kill_from", "barrier", "new_insn".
9153         (patch_jump_insn): Likewise for params "insn", "old_label".
9154         (redirect_branch_edge): Likewise for locals "old_label", "insn".
9155         (force_nonfallthru_and_redirect): Likewise for locals "insn",
9156         "old_label", "new_label".
9157         (rtl_tidy_fallthru_edge): Likewise for local "q".
9158         (rtl_split_edge): Likewise for locals "before", "last".
9159         (commit_one_edge_insertion): Likewise for locals "before",
9160         "after", "insns", "tmp", "last", adding a checked cast where
9161         currently necessary.
9162         (commit_edge_insertions): Likewise.
9163         (rtl_dump_bb): Likewise for locals "insn", "last".
9164         (print_rtl_with_bb): Likewise for local "x".
9165         (rtl_verify_bb_insns): Likewise for local "x".
9166         (rtl_verify_bb_pointers): Likewise for local "insn".
9167         (rtl_verify_bb_insn_chain): Likewise for locals "x", "last_head",
9168         "head", "end".
9169         (rtl_verify_fallthru): Likewise for local "insn".
9170         (rtl_verify_bb_layout): Likewise for locals "x" and "rtx_first".
9171         (purge_dead_edges): Likewise for local "insn".
9172         (fixup_abnormal_edges): Likewise for locals "insn", "stop", "next".
9173         (skip_insns_after_block): Likewise for return type and for locals
9174         "insn", "last_insn", "next_head", "prev".
9175         (record_effective_endpoints): Likewise for locals "next_insn",
9176         "insn", "end".
9177         (fixup_reorder_chain): Likewise for locals "bb_end_insn" and "end".
9178         (verify_insn_chain): Likewise for locals "x", "prevx", "nextx".
9179         (cfg_layout_can_duplicate_bb_p): Likewise for local "insn".
9180         (duplicate_insn_chain): For now, add checked cast from rtx to
9181         rtx_insn * when returning insn.
9182         (cfg_layout_duplicate_bb): Likewise for local "insn".
9183         (cfg_layout_delete_block): Likewise for locals "insn", "next",
9184         "prev", "remaints".
9185         (cfg_layout_merge_blocks): Likewise for local "insn", "last".
9186         (rtl_block_empty_p): Likewise.
9187         (rtl_split_block_before_cond_jump): Likewise for locals "insn",
9188         "split_point", "last".
9189         (rtl_block_ends_with_call_p): Likewise for local "insn".
9190         (need_fake_edge_p): Strengthen param "insn" from const_rtx to
9191         const rtx_insn *.
9192         (rtl_flow_call_edges_add): Strengthen locals "insn", "prev_insn",
9193         "split_at_insn" from rtx to rtx_insn *.
9194         (rtl_lv_add_condition_to_bb): Likewise for locals "seq", "jump".
9195         (rtl_can_remove_branch_p): Strengthen local "insn" from const_rtx
9196         to const rtx_insn *.
9197         (rtl_account_profile_record): Likewise.
9199 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9201         * cfgloopanal.c (num_loop_insns): Strengthen local "insn" from
9202         rtx to rtx_insn *.
9203         (average_num_loop_insns): Likewise.
9204         (init_set_costs): Likewise for local "seq".
9205         (seq_cost): Likewise for param "seq", from const_rtx to const
9206         rtx_insn *.
9208 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9210         * cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
9211         rtx to rtx_insn *.
9213 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9215         * basic-block.h (flow_find_cross_jump): Strengthen params 3 and 4
9216         "f1" and "f2" from rtx * to rtx_insn **.
9217         (flow_find_head_matching_sequence): Likewise.
9219         * cfgcleanup.c (try_simplify_condjump): Strengthen local
9220         "cbranch_insn" from rtx to rtx_insn *.
9221         (thread_jump): Likewise for local "insn".
9222         (try_forward_edges): Likewise for local "last".
9223         (merge_blocks_move_predecessor_nojumps): Likewise for local "barrier".
9224         (merge_blocks_move_successor_nojumps): Likewise for locals "barrier",
9225         "real_b_end".
9226         (can_replace_by): Likewise for params "i1", "i2".
9227         (old_insns_match_p): Likewise.
9228         (merge_notes): Likewise.
9229         (walk_to_nondebug_insn): Likewise for param "i1".
9230         (flow_find_cross_jump): Strengthen params "f1" and "f2" from rtx *
9231         to rtx_insn **.  Strengthen locals "i1", "i2", "last1", "last2",
9232         "afterlast1", "afterlast2" from rtx to rtx_insn *.
9233         (flow_find_head_matching_sequence): Strengthen params "f1" and
9234         "f2" from rtx * to rtx_insn **.  Strengthen locals "i1", "i2",
9235         "last1", "last2", "beforelast1", "beforelast2" from rtx to
9236         rtx_insn *.
9237         (outgoing_edges_match): Likewise for locals "last1", "last2".
9238         (try_crossjump_to_edge): Likewise for local "insn".
9239         Replace call to for_each_rtx with for_each_rtx_in_insn.
9241         (try_crossjump_to_edge): Likewise for locals "newpos1", "newpos2".
9242         (try_head_merge_bb): Likewise for locals "e0_last_head_, "jump",
9243         "e0_last", "e_last", "head", "curr", "insn".  Strengthen locals
9244         "headptr", "currptr", "nextptr" from rtx * to rtx_insn **.
9245         (try_optimize_cfg): Strengthen local "last" from rtx to
9246         rtx_insn *.
9247         (delete_dead_jumptables): Likewise for locals "insn", "next",
9248         "label".
9250         * ifcvt.c (cond_exec_process_if_block): Likewise for locals
9251         "rtx then_last_head", "rtx else_last_head", "rtx then_first_tail",
9252         "rtx else_first_tail", to reflect the basic-block.h changes above.
9254 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9256         * cfgbuild.c (make_edges): Strengthen local "insn" from rtx to
9257         rtx_insn *.
9258         (purge_dead_tablejump_edges): Likewise.
9259         (find_bb_boundaries): Likewise for locals "insn", "end",
9260         "flow_transfer_insn".
9262 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9264         * caller-save.c (save_call_clobbered_regs): Strengthen locals
9265         "ins" and "prev" from rtx to rtx_insn *.
9267 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9269         * calls.c (emit_call_1): Strengthen local "call_insn" from rtx to
9270         rtx_insn *.
9271         (internal_arg_pointer_exp_state): Likewise for field "scan_start".
9272         (internal_arg_pointer_based_exp_scan): Likewise for locals "insn",
9273         "scan_start".
9274         (load_register_parameters): Likewise for local "before_arg".
9275         (check_sibcall_argument_overlap): Likewise for param "insn".
9276         (expand_call): Likewise for locals "normal_call_insns",
9277         "tail_call_insns", "insns", "before_call", "after_args",
9278         "before_arg", "last", "prev".  Strengthen one of the "last" from
9279         rtx to rtx_call_insn *.
9280         (fixup_tail_calls): Strengthen local "insn" from rtx to
9281         rtx_insn *.
9282         (emit_library_call_value_1): Likewise for locals "before_call" and
9283         "last".
9285 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9287         * builtins.c (expand_builtin_longjmp): Strengthen locals "insn"
9288         and "last" from rtx to rtx_insn *.
9289         (expand_builtin_nonlocal_goto): Likewise for local "insn".
9290         (expand_builtin_apply): Strengthen local "call_insn" from rtx to
9291         rtx_call_insn *.
9292         (expand_errno_check): Strengthen local "lab" from rtx to
9293         rtx_code_label *.
9294         (expand_builtin_mathfn): Strengthen local "insns" from rtx to
9295         rtx_insn *.
9296         (expand_builtin_mathfn_2): Likewise.
9297         (expand_builtin_mathfn_ternary): Likewise.
9298         (expand_builtin_mathfn_3): Likewise.
9299         (expand_builtin_interclass_mathfn): Likewise for local "last".
9300         (expand_builtin_int_roundingfn): Likewise for local "insns".
9301         (expand_builtin_int_roundingfn_2): Likewise.
9302         (expand_builtin_strlen): Likewise for local "before_strlen".
9303         (expand_builtin_strncmp): Likewise for local "seq".
9304         (expand_builtin_signbit): Likewise for local "last".
9305         (expand_builtin_atomic_compare_exchange): Strengthen local "label"
9306         from rtx to rtx_code_label *.
9307         (expand_stack_restore):  Strengthen local "prev" from rtx to
9308         rtx_insn *.
9310 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9312         * bt-load.c (struct btr_user_s): Strengthen field "insn" from rtx
9313         to rtx_insn *.
9314         (struct btr_def_s): Likewise.
9315         (insn_sets_btr_p): Strengthen param "insn" from const_rtx to
9316         const rtx_insn *.
9317         (add_btr_def): Likewise.
9318         (new_btr_user): Likewise.
9319         (compute_defs_uses_and_gen): Strengthen locals "insn", "last" from
9320         rtx to rtx_insn *.
9321         (link_btr_uses): Likewise.
9322         (move_btr_def): Likewise for locals "insp", "old_insn",
9323         "new_insn".  Add checked cast to rtx_insn * for now on result of
9324         gen_move_insn.
9325         (can_move_up): Strengthen param "insn" from const_rtx to
9326         const rtx_insn *.
9328 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9330         * bb-reorder.c (copy_bb_p): Strengthen local "insn" from rtx to
9331         rtx_insn *.
9332         (get_uncond_jump_length): Likewise for locals "label", "jump".
9333         (fix_up_crossing_landing_pad): Likewise for locals "new_label",
9334         "jump", "insn".
9335         (add_labels_and_missing_jumps): Likewise for local "new_jump".
9336         (fix_up_fall_thru_edges): Likewise for local "old_jump".
9337         (find_jump_block): Likewise for local "insn".
9338         (fix_crossing_conditional_branches): Likewise for locals
9339         "old_jump", "new_jump".
9340         (fix_crossing_unconditional_branches): Likewise for locals
9341         "last_insn", "indirect_jump_sequence", "jump_insn", "cur_insn".
9342         (pass_duplicate_computed_gotos::execute): Likewise for local "insn".
9344 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9346         * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from
9347         rtx to rtx_insn *.
9348         (struct mem_insn): Likewise for field "insn".
9349         (reg_next_use): Strengthen from rtx * to rtx_insn **.
9350         (reg_next_inc_use): Likewise.
9351         (reg_next_def): Likewise.
9352         (move_dead_notes): Strengthen params "to_insn" and "from_insn"
9353         from rtx to rtx_insn *.
9354         (move_insn_before): Likewise for param "next_insn" and local "insns".
9355         (attempt_change): Likewise for local "mov_insn".
9356         (try_merge): Likewise for param "last_insn".
9357         (get_next_ref): Likewise for return type and local "insn".
9358         Strengthen param "next_array" from rtx * to rtx_insn **.
9359         (parse_add_or_inc): Strengthen param "insn" from rtx to
9360         rtx_insn *.
9361         (find_inc): Likewise for locals "insn" and "other_insn" (three of
9362         the latter).
9363         (merge_in_block): Likewise for locals "insn", "curr",
9364         "other_insn".
9365         (pass_inc_dec::execute): Update allocations of the arrays to
9366         reflect the stronger types.
9368 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9370         * asan.c (asan_clear_shadow): Strengthen locals "insn", "insns"
9371         and "jump" from rtx to rtx_insn *.  Strengthen local "top_label"
9372         from rtx to rtx_code_label *.
9374 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9376         * alias.c (init_alias_analysis): Strengthen local "insn" from rtx
9377         to rtx_insn *.
9379 2014-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
9381         * config/rs6000/rs6000.c (print_operand, 'y' case): Fix code that
9382         generated a warning and prevented bootstrapping the compiler.
9384 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9386         * rtl.h (delete_related_insns): Strengthen return type from rtx to
9387         rtx_insn *.
9389         * jump.c (delete_related_insns): Likewise, also for locals "next"
9390         and "prev".
9392 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9394         * genautomata.c (output_internal_insn_latency_func): When writing
9395         the function "internal_insn_latency" to insn-automata.c,
9396         strengthen params "insn" and "insn2" from rtx to rtx_insn *, thus
9397         allowing the optional guard function of (define_bypass) clauses to
9398         expect a pair of rtx_insn *, rather than a pair of rtx.
9399         (output_insn_latency_func): When writing the function
9400         "insn_latency", add an "uncast_" prefix to params "insn" and
9401         "insn2", reintroducing "insn" and "insn2" as rtx_insn * locals
9402         using checked casts from the params, thus enabling the above
9403         change to the generated "internal_insn_latency" function.
9405 2014-08-21  Jan Hubicka  <hubicka@ucw.cz>
9407         PR tree-optimization/62091
9408         * ipa-devirt.c (ipa_polymorphic_call_context::restrict_to_inner_type):
9409         handle correctly arrays.
9410         (extr_type_from_vtbl_ptr_store): Add debug output; handle multiple
9411         inheritance binfos.
9412         (record_known_type): Walk into inner type.
9413         (ipa_polymorphic_call_context::get_dynamic_type): Likewise; strenghten
9414         condition on no type changes.
9416 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9418         * genattrtab.c (write_attr_get): Within the generated get_attr_
9419         functions, rename param "insn" to "uncast_insn" and reintroduce
9420         "insn" as an local rtx_insn * using a checked cast, so that "insn"
9421         is an rtx_insn * within insn-attrtab.c
9423 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9425         * output.h (peephole): Strengthen return type from rtx to
9426         rtx_insn *.
9427         * rtl.h (delete_for_peephole): Likewise for both params.
9428         * genpeep.c (main): In generated "peephole" function, strengthen
9429         return type and local "insn" from rtx to rtx_insn *.  For now,
9430         rename param "ins1" to "uncast_ins1", adding "ins1" back as an
9431         rtx_insn *, with a checked cast.
9432         * jump.c (delete_for_peephole): Strengthen params "from", "to" and
9433         locals "insn", "next", "prev" from rtx to rtx_insn *.
9435 2014-08-21  Marc Glisse  <marc.glisse@inria.fr>
9437         PR tree-optimization/62112
9438         * gimple-iterator.c (gsi_replace): Return whether EH cleanup is needed.
9439         * gimple-iterator.h (gsi_replace): Return bool.
9440         * tree-ssa-alias.c (ref_may_alias_global_p_1): New helper, code
9441         moved from ref_may_alias_global_p.
9442         (ref_may_alias_global_p, refs_may_alias_p, ref_maybe_used_by_stmt_p):
9443         New overloads.
9444         (ref_maybe_used_by_call_p): Take ao_ref* instead of tree.
9445         (stmt_kills_ref_p_1): Rename...
9446         (stmt_kills_ref_p): ... to this.
9447         * tree-ssa-alias.h (ref_may_alias_global_p, ref_maybe_used_by_stmt_p,
9448         stmt_kills_ref_p): Declare.
9449         * tree-ssa-dse.c (dse_possible_dead_store_p): New argument, use it.
9450         Move the self-assignment case...
9451         (dse_optimize_stmt): ... here. Handle builtin calls. Remove dead code.
9453 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9455         * rtl.h (try_split): Strengthen return type from rtx to rtx_insn *.
9457         * emit-rtl.c (try_split): Likewise, also for locals "before" and
9458         "after".  For now, don't strengthen param "trial", which requires
9459         adding checked casts when returning it.
9461 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9463         * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook
9464         "label" from rtx to rtx_code_label *.  Strengthen param 1 of
9465         "var_location" hook from rtx to rtx_insn *.
9466         (debug_nothing_rtx): Delete in favor of...
9467         (debug_nothing_rtx_code_label): New prototype.
9468         (debug_nothing_rtx_rtx): Delete unused prototype.
9469         (debug_nothing_rtx_insn): New prototype.
9471         * final.c (final_scan_insn): Add checked cast to rtx_insn * when
9472         invoking debug_hooks->var_location (in two places, one in a NOTE
9473         case of a switch statement, the other guarded by a CALL_P
9474         conditional.  Add checked cast to rtx_code_label * when invoking
9475         debug_hooks->label (within CODE_LABEL case of switch statement).
9477         * dbxout.c (dbx_debug_hooks): Update "label" hook from
9478         debug_nothing_rtx to debug_nothing_rtx_code_label.  Update
9479         "var_location" from debug_nothing_rtx to debug_nothing_rtx_insn.
9480         (xcoff_debug_hooks): Likewise.
9481         * debug.c (do_nothing_debug_hooks): Likewise.
9482         (debug_nothing_rtx): Delete in favor of...
9483         (debug_nothing_rtx_insn): New function.
9484         (debug_nothing_rtx_rtx): Delete unused function.
9485         (debug_nothing_rtx_code_label): New function.
9486         * dwarf2out.c (dwarf2_debug_hooks): Update "label" hook from
9487         debug_nothing_rtx to debug_nothing_rtx_code_label.
9488         (dwarf2out_var_location): Strengthen param "loc_note" from rtx
9489         to rtx_insn *.
9490         * sdbout.c (sdb_debug_hooks): Update "var_location" hook from
9491         debug_nothing_rtx to debug_nothing_rtx_insn.
9492         (sdbout_label): Strengthen param "insn" from rtx to
9493         rtx_code_label *.
9494         * vmsdbgout.c (vmsdbg_debug_hooks): Update "label" hook from
9495         debug_nothing_rtx to debug_nothing_rtx_code_label.  Update
9496         "var_location" hook from debug_nothing_rtx to
9497         debug_nothing_rtx_insn.
9499 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9501         * recog.h (insn_output_fn): Update this function typedef to match
9502         the changes below to the generated output functions, strengthening
9503         the 2nd param from rtx to rtx_insn *.
9505         * final.c (get_insn_template): Add a checked cast to rtx_insn * on
9506         insn when invoking an output function, to match the new signature
9507         of insn_output_fn with a stronger second param.
9509         * genconditions.c (write_header): In the generated code for
9510         gencondmd.c, strengthen the global "insn" from rtx to rtx_insn *
9511         to match the other changes in this patch.
9513         * genemit.c (gen_split): Strengthen the 1st param "curr_insn" of
9514         the generated "gen_" functions from rtx to rtx_insn * within their
9515         implementations.
9517         * genrecog.c (write_subroutine): Strengthen the 2nd param "insn" of
9518         the subfunctions within the generated "recog_", "split", "peephole2"
9519         function trees from rtx to rtx_insn *.  For now, the top-level
9520         generated functions ("recog", "split", "peephole2") continue to
9521         take a plain rtx for "insn", to avoid introducing dependencies on
9522         other patches.  Rename this 2nd param from "insn" to
9523         "uncast_insn", and reintroduce "insn" as a local variable of type
9524         rtx_insn *, initialized at the top of the generated function with
9525         a checked cast on "uncast_insn".
9526         (make_insn_sequence): Strengthen the 1st param "curr_insn" of
9527         the generated "gen_" functions from rtx to rtx_insn * within their
9528         prototypes.
9530         * genoutput.c (process_template): Strengthen the 2nd param within
9531         the generated "output_" functions "insn" from rtx to rtx_insn *.
9533 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
9535         * tree-profile.c (tree_profiling): Skip external functions
9536         when doing coverage instrumentation.
9537         * cgraphunit.c (compile): Do not assert that all nodes are reachable.
9539 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9541         * config/rs6000/altivec.h (vec_cpsgn): New #define.
9542         (vec_mergee): Likewise.
9543         (vec_mergeo): Likewise.
9544         (vec_cntlz): Likewise.
9545         * config/rs600/rs6000-c.c (altivec_overloaded_builtins): Add new
9546         entries for VEC_AND, VEC_ANDC, VEC_MERGEH, VEC_MERGEL, VEC_NOR,
9547         VEC_OR, VEC_PACKSU, VEC_XOR, VEC_PERM, VEC_SEL, VEC_VCMPGT_P,
9548         VMRGEW, and VMRGOW.
9549         * doc/extend.texi: Document various forms of vec_cpsgn,
9550         vec_splats, vec_and, vec_andc, vec_mergeh, vec_mergel, vec_nor,
9551         vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,
9552         vec_all_ge, vec_all_gt, vec_all_le, vec_all_lt, vec_all_ne,
9553         vec_any_eq, vec_any_ge, vec_any_gt, vec_any_le, vec_any_lt,
9554         vec_any_ne, vec_mergee, vec_mergeo, vec_packsu, and vec_cntlz.
9556 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9558         * config/rs6000/rs6000.c (context.h): New include.
9559         (tree-pass.h): Likewise.
9560         (make_pass_analyze_swaps): New decl.
9561         (rs6000_option_override): Register pass_analyze_swaps.
9562         (swap_web_entry): New subsclass of web_entry_base (df.h).
9563         (special_handling_values): New enum.
9564         (union_defs): New function.
9565         (union_uses): Likewise.
9566         (insn_is_load_p): Likewise.
9567         (insn_is_store_p): Likewise.
9568         (insn_is_swap_p): Likewise.
9569         (rtx_is_swappable_p): Likewise.
9570         (insn_is_swappable_p): Likewise.
9571         (chain_purpose): New enum.
9572         (chain_contains_only_swaps): New function.
9573         (mark_swaps_for_removal): Likewise.
9574         (swap_const_vector_halves): Likewise.
9575         (adjust_subreg_index): Likewise.
9576         (permute_load): Likewise.
9577         (permute_store): Likewise.
9578         (handle_special_swappables): Likewise.
9579         (replace_swap_with_copy): Likewise.
9580         (dump_swap_insn_table): Likewise.
9581         (rs6000_analyze_swaps): Likewise.
9582         (pass_data_analyze_swaps): New pass_data.
9583         (pass_analyze_swaps): New rtl_opt_pass.
9584         (make_pass_analyze_swaps): New function.
9585         * config/rs6000/rs6000.opt (moptimize-swaps): New option.
9587 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9589         * sel-sched-ir.h (create_insn_rtx_from_pattern): Strengthen return
9590         type from rtx to rtx_insn *.
9591         (create_copy_of_insn_rtx): Likewise.
9592         * sel-sched-ir.c (create_insn_rtx_from_pattern): Likewise.
9593         (create_copy_of_insn_rtx): Likewise, also for local "res".
9595 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9597         * rtl.h (find_first_parameter_load): Strengthen return type from
9598         rtx to rtx_insn *.
9599         * rtlanal.c (find_first_parameter_load): Strengthen return type
9600         from rtx to rtx_insn *.  Add checked cast for now, to postpone
9601         strengthening the params.
9603 2014-08-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9605         PR fortran/44054
9606         * diagnostic.c: Set default caret.
9607         (diagnostic_show_locus): Use it. Tell pretty-printer that a new
9608         line is needed.
9609         * diagnostic.h (struct diagnostic_context):
9611 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9613         * sel-sched-ir.h (exit_insn): Strengthen from rtx to rtx_insn *.
9614         (sel_bb_head): Strengthen return type insn_t (currently just an
9615         rtx) to rtx_insn *.
9616         (sel_bb_end): Likewise.
9618         * sel-sched-ir.c (exit_insn): Strengthen from rtx to rtx_insn *.
9619         (sel_bb_head): Strengthen return type and local "head" from
9620         insn_t (currently just an rtx) to rtx_insn *.
9621         (sel_bb_end): Likewise for return type.
9622         (free_nop_and_exit_insns): Replace use of NULL_RTX with NULL when
9623         working with insn.
9625 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
9627         * basic-block.h (get_last_bb_insn): Strengthen return type from
9628         rtx to rtx_insn *.
9629         * cfgrtl.c (get_last_bb_insn): Likewise, and for locals "tmp" and
9630         end".
9632 2014-08-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9634         PR fortran/44054
9635         * diagnostic.c (default_diagnostic_finalizer): Move caret printing
9636          to here ...
9637         (diagnostic_report_diagnostic): ... from here.
9638         * toplev.c (general_init): Move code to c-family.
9640 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9642         * df.h (web_entry_base): Replace existing struct web_entry with a
9643         new class web_entry_base with only the predecessor member.
9644         (unionfind_root): Remove declaration and move to class member.
9645         (unionfind_union): Remove declaration and move to friend
9646         function.
9647         (union_defs): Remove declaration.
9648         * web.c (web_entry_base::unionfind_root): Modify to be member
9649         function and adjust accessors.
9650         (unionfind_union): Modify to be friend function and adjust
9651         accessors.
9652         (web_entry): New subclass of web_entry_base containing the reg
9653         member.
9654         (union_match_dups): Modify for struct -> class changes.
9655         (union_defs): Likewise.
9656         (entry_register): Likewise.
9657         (pass_web::execute): Likewise.
9659 2014-08-20  Bill Schmidt  <wschmidt@vnet.ibm.com>
9661         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Provide
9662         builtin define __VEC_ELEMENT_REG_ORDER__.
9664 2014-08-20  Martin Jambor  <mjambor@suse.cz>
9665             Wei Mi  <wmi@google.com>
9667         PR ipa/60449
9668         PR middle-end/61776
9669         * tree-ssa-operands.c (update_stmt_operands): Remove
9670         MODIFIED_NORETURN_CALLS.
9671         * tree-cfgcleanup.c (cleanup_call_ctrl_altering_flag): New func.
9672         (cleanup_control_flow_bb): Use cleanup_call_ctrl_altering_flag.
9673         (split_bb_on_noreturn_calls): Renamed from split_bbs_on_noreturn_calls.
9674         (cleanup_tree_cfg_1): Use split_bb_on_noreturn_calls.
9675         * tree-ssanames.h: Remove MODIFIED_NORETURN_CALLS.
9676         * gimple.h (enum gf_mask): Add GF_CALL_CTRL_ALTERING.
9677         (gimple_call_set_ctrl_altering): New func.
9678         (gimple_call_ctrl_altering_p): Ditto.
9679         * tree-cfg.c (gimple_call_initialize_ctrl_altering): Ditto.
9680         (make_blocks): Use gimple_call_initialize_ctrl_altering.
9681         (is_ctrl_altering_stmt): Use gimple_call_ctrl_altering_p.
9682         (execute_fixup_cfg): Use gimple_call_ctrl_altering_p and
9683         remove MODIFIED_NORETURN_CALLS.
9685 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
9687         * coverage.c (coverage_compute_profile_id): Return non-0;
9688         also handle symbols with unique name.
9689         (coverage_end_function): Do not skip DECL_EXTERNAL functions.
9691 2014-08-20  Steve Ellcey  <sellcey@mips.com>
9693         PR middle-end/49191
9694         * doc/sourcebuild.texi (non_strict_align): New.
9696 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
9698         * cgraphunit.c (ipa_passes, compile): Reshedule
9699         symtab_remove_unreachable_nodes passes; update comments.
9700         * ipa-inline.c (pass_data_ipa_inline): Do not schedule
9701         TODO_remove_functions before the pass; the functions ought to be
9702         already removed.
9703         * ipa.c (pass_data_ipa_free_inline_summary): Enable dump; schedule
9704         TODO_remove_functions.
9705         * passes.c (pass_data_early_local_passes): Do not schedule function
9706         removal.
9707         (execute_one_pass): Fix call of symtab_remove_unreachable_nodes.
9709 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9711         PR c/59304
9712         * opts-common.c (set_option): Call diagnostic_classify_diagnostic
9713         before setting the option.
9714         * diagnostic.c (diagnostic_classify_diagnostic): Record
9715         command-line status.
9717 2014-08-20  Richard Biener  <rguenther@suse.de>
9719         PR lto/62190
9720         * tree.c (build_common_tree_nodes): Use make_or_reuse_type
9721         to build uint{16,32,64}_type_node.
9723 2014-08-20  Terry Guo  <terry.guo@arm.com>
9725         * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
9726         with immediate_operand.
9728 2014-08-20  David Malcolm  <dmalcolm@redhat.com>
9730         * cfgrtl.c (duplicate_insn_chain): Convert the checked cast on
9731         "insn" from an as_a to a safe_as_a, for the case when "insn" is
9732         NULL.
9734 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9736         PR preprocessor/51303
9737         * incpath.c (remove_duplicates): Use cpp_warning.
9739 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9741         PR c/60975
9742         PR c/53063
9743         * doc/options.texi (CPP): Document it.
9744         * doc/invoke.texi (Wvariadic-macros): Fix documentation.
9745         * optc-gen.awk: Handle CPP.
9746         * opth-gen.awk: Likewise.
9748 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9750         * rtl.h (unlink_insn_chain): Strengthen return type from rtx to
9751         rtx_insn *.
9752         (duplicate_insn_chain): Likewise.
9753         * cfgrtl.c (unlink_insn_chain): Strengthen return type from rtx to
9754         rtx_insn *, also for locals "prevfirst" and "nextlast".  Add a
9755         checked cast for now (until we can strengthen the params in the
9756         same way).
9757         (duplicate_insn_chain): Likewise.
9759 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9761         * rtl.h (next_cc0_user): Strengthen return type from rtx to
9762         rtx_insn *.
9763         (prev_cc0_setter): Likewise.
9765         * emit-rtl.c (next_cc0_user): Strengthen return type from rtx to
9766         rtx_insn *, adding checked casts for now as necessary.
9767         (prev_cc0_setter): Likewise.
9769 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9771         * expr.h (emit_move_insn): Strengthen return type from rtx to
9772         rtx_insn *.
9773         (emit_move_insn_1): Likewise.
9774         (emit_move_complex_push): Likewise.
9775         (emit_move_complex_parts): Likewise.
9777         * expr.c (emit_move_via_integer): Strengthen return type from rtx
9778         to rtx_insn *.  Replace use of NULL_RTX with NULL when working
9779         with insns.
9780         (emit_move_complex_push): Strengthen return type from rtx to
9781         rtx_insn *.
9782         (emit_move_complex): Likewise, also for local "ret".
9783         (emit_move_ccmode): Likewise.
9784         (emit_move_multi_word): Likewise for return type and locals
9785         "last_insn", "seq".
9786         (emit_move_insn_1): Likewise for return type and locals "result",
9787         "ret".
9788         (emit_move_insn): Likewise for return type and local "last_insn".
9789         (compress_float_constant): Likewise.
9791 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9793         * emit-rtl.h (emit_copy_of_insn_after): Strengthen return type
9794         from rtx to rtx_insn *.
9796         * rtl.h (emit_insn_before): Likewise.
9797         (emit_insn_before_noloc): Likewise.
9798         (emit_insn_before_setloc): Likewise.
9799         (emit_jump_insn_before): Likewise.
9800         (emit_jump_insn_before_noloc): Likewise.
9801         (emit_jump_insn_before_setloc): Likewise.
9802         (emit_call_insn_before): Likewise.
9803         (emit_call_insn_before_noloc): Likewise.
9804         (emit_call_insn_before_setloc): Likewise.
9805         (emit_debug_insn_before): Likewise.
9806         (emit_debug_insn_before_noloc): Likewise.
9807         (emit_debug_insn_before_setloc): Likewise.
9808         (emit_label_before): Likewise.
9809         (emit_insn_after): Likewise.
9810         (emit_insn_after_noloc): Likewise.
9811         (emit_insn_after_setloc): Likewise.
9812         (emit_jump_insn_after): Likewise.
9813         (emit_jump_insn_after_noloc): Likewise.
9814         (emit_jump_insn_after_setloc): Likewise.
9815         (emit_call_insn_after): Likewise.
9816         (emit_call_insn_after_noloc): Likewise.
9817         (emit_call_insn_after_setloc): Likewise.
9818         (emit_debug_insn_after): Likewise.
9819         (emit_debug_insn_after_noloc): Likewise.
9820         (emit_debug_insn_after_setloc): Likewise.
9821         (emit_label_after): Likewise.
9822         (emit_insn): Likewise.
9823         (emit_debug_insn): Likewise.
9824         (emit_jump_insn): Likewise.
9825         (emit_call_insn): Likewise.
9826         (emit_label): Likewise.
9827         (gen_clobber): Likewise.
9828         (emit_clobber): Likewise.
9829         (gen_use): Likewise.
9830         (emit_use): Likewise.
9831         (emit): Likewise.
9833         (emit_barrier_before): Strengthen return type from rtx to
9834         rtx_barrier *.
9835         (emit_barrier_after): Likewise.
9836         (emit_barrier): Likewise.
9838         * emit-rtl.c (emit_pattern_before_noloc):  Strengthen return type
9839         from rtx to rtx_insn *.  Add checked casts for now when converting
9840         "last" from rtx to rtx_insn *.
9841         (emit_insn_before_noloc): Likewise for return type.
9842         (emit_jump_insn_before_noloc): Likewise.
9843         (emit_call_insn_before_noloc): Likewise.
9844         (emit_debug_insn_before_noloc): Likewise.
9845         (emit_barrier_before): Strengthen return type and local "insn"
9846         from rtx to rtx_barrier *.
9847         (emit_label_before): Strengthen return type from rtx to
9848         rtx_insn *.  Add checked cast for now when returning param
9849         (emit_pattern_after_noloc): Strengthen return type from rtx to
9850         rtx_insn *.  Add checked casts for now when converting "last" from
9851         rtx to rtx_insn *.
9852         (emit_insn_after_noloc): Strengthen return type from rtx to
9853         rtx_insn *.
9854         (emit_jump_insn_after_noloc): Likewise.
9855         (emit_call_insn_after_noloc): Likewise.
9856         (emit_debug_insn_after_noloc): Likewise.
9857         (emit_barrier_after): Strengthen return type from rtx to
9858         rtx_barrier *.
9859         (emit_label_after): Strengthen return type from rtx to rtx_insn *.
9860         Add checked cast for now when converting "label" from rtx to
9861         rtx_insn *.
9862         (emit_pattern_after_setloc): Strengthen return type from rtx to
9863         rtx_insn *.  Add checked casts for now when converting "last" from
9864         rtx to rtx_insn *.
9865         (emit_pattern_after): Strengthen return type from rtx to
9866         rtx_insn *.
9867         (emit_insn_after_setloc): Likewise.
9868         (emit_insn_after): Likewise.
9869         (emit_jump_insn_after_setloc): Likewise.
9870         (emit_jump_insn_after): Likewise.
9871         (emit_call_insn_after_setloc): Likewise.
9872         (emit_call_insn_after): Likewise.
9873         (emit_debug_insn_after_setloc): Likewise.
9874         (emit_debug_insn_after): Likewise.
9875         (emit_pattern_before_setloc): Likewise.  Add checked casts for now
9876         when converting "last" from rtx to rtx_insn *.
9877         (emit_pattern_before): Strengthen return type from rtx to
9878         rtx_insn *.
9879         (emit_insn_before_setloc): Likewise.
9880         (emit_insn_before): Likewise.
9881         (emit_jump_insn_before_setloc): Likewise.
9882         (emit_jump_insn_before): Likewise.
9883         (emit_call_insn_before_setloc): Likewise.
9884         (emit_call_insn_before): Likewise.
9885         (emit_debug_insn_before_setloc): Likewise.
9886         (emit_debug_insn_before): Likewise.
9887         (emit_insn): Strengthen return type and locals "last", "insn",
9888         "next" from rtx to rtx_insn *.  Add checked cast to rtx_insn
9889         within cases where we know we have an insn.
9890         (emit_debug_insn): Likewise.
9891         (emit_jump_insn): Likewise.
9892         (emit_call_insn): Strengthen return type and local "insn" from rtx
9893         to rtx_insn *.
9894         (emit_label): Strengthen return type from rtx to rtx_insn *.  Add
9895         a checked cast to rtx_insn * for now on "label".
9896         (emit_barrier): Strengthen return type from rtx to rtx_barrier *.
9897         (emit_clobber): Strengthen return type from rtx to rtx_insn *.
9898         (emit_use): Likewise.
9899         (gen_use): Likewise, also for local "seq".
9900         (emit): Likewise for return type and local "insn".
9901         (rtx_insn): Likewise for return type and local "new_rtx".
9903         * cfgrtl.c (emit_barrier_after_bb): Strengthen local "barrier"
9904         from rtx to rtx_barrier *.
9906         * config/sh/sh.c (output_stack_adjust): Since emit_insn has
9907         changed return type from rtx to rtx_insn *, we must update
9908         "emit_fn" type, and this in turn means updating...
9909         (frame_insn): ...this.  Strengthen return type from rtx to
9910         rtx_insn *.  Introduce a new local "insn" of the appropriate type.
9912 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9914         * emit-rtl.c (emit_jump_table_data): Strengthen return type from
9915         rtx to rtx_jump_table_data *.  Also for local.
9916         * rtl.h (emit_jump_table_data): Likewise.
9918 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9920         * basic-block.h (create_basic_block_structure): Strengthen third
9921         param "bb_note" from rtx to rtx_note *.
9922         * rtl.h (emit_note_before): Strengthen return type from rtx to
9923         rtx_note *.
9924         (emit_note_after): Likewise.
9925         (emit_note): Likewise.
9926         (emit_note_copy): Likewise.  Also, strengthen param similarly.
9927         * function.h (struct rtl_data): Strengthen field
9928         "x_stack_check_probe_note" from rtx to rtx_note *.
9930         * cfgexpand.c (expand_gimple_basic_block): Strengthen local "note"
9931         from rtx to rtx_note *.
9932         * cfgrtl.c (create_basic_block_structure): Strengthen third param
9933         "bb_note" from rtx to rtx_note *.
9934         (duplicate_insn_chain): Likewise for local "last".  Add a checked cast
9935         when calling emit_note_copy.
9936         * emit-rtl.c (make_note_raw): Strengthen return type from rtx to
9937         rtx_note *.
9938         (emit_note_after): Likewise.
9939         (emit_note_before): Likewise.
9940         (emit_note_copy): Likewise.  Also, strengthen param similarly.
9941         (emit_note): Likewise.
9942         * except.c (emit_note_eh_region_end): Likewise for return type.
9943         Strengthen local "next" from rtx to rtx_insn *.
9944         (convert_to_eh_region_ranges): Strengthen local "note"
9945         from rtx to rtx_note *.
9946         * final.c (change_scope): Likewise.
9947         (reemit_insn_block_notes): Likewise, for both locals named "note".
9948         Also, strengthen local "insn" from rtx to rtx_insn *.
9949         * haifa-sched.c (sched_extend_bb): Strengthen local "note" from
9950         rtx to rtx_note *.
9951         * reg-stack.c (compensate_edge): Likewise for local "after". Also,
9952         strengthen local "seq" from rtx to rtx_insn *.
9953         * reload1.c (reload_as_needed): Strengthen local "marker" from rtx
9954         to rtx_note *.
9955         * sel-sched-ir.c (bb_note_pool): Strengthen from rtx_vec_t to
9956         vec<rtx_note *>.
9957         (get_bb_note_from_pool): Strengthen return type from rtx to
9958         rtx_note *.
9959         (sel_create_basic_block): Strengthen local "new_bb_note" from
9960         insn_t to rtx_note *.
9961         * var-tracking.c (emit_note_insn_var_location): Strengthen local
9962         "note" from rtx to rtx_note *.
9963         (emit_notes_in_bb): Likewise.
9965 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9967         * function.h (struct rtl_data): Strengthen field
9968         "x_parm_birth_insn" from rtx to rtx_insn *.
9969         * function.c (struct assign_parm_data_all): Strengthen fields
9970         "first_conversion_insn" and "last_conversion_insn" from rtx to
9971         rtx_insn *.
9973 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9975         * cfgexpand.c (expand_used_vars): Strengthen return type from rtx
9976         to rtx_insn *; also for local "var_end_seq".
9977         (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since".
9978         (maybe_cleanup_end_of_block): Likewise for param "last" and local
9979         "insn".
9980         (expand_gimple_cond): Likewise for locals "last2" and "last".
9981         (mark_transaction_restart_calls): Likewise for local "insn".
9982         (expand_gimple_stmt): Likewise for return type and locals "last"
9983         and "insn".
9984         (expand_gimple_tailcall): Likewise for locals "last2" and "last".
9985         (avoid_complex_debug_insns): Likewise for param "insn".
9986         (expand_debug_locations): Likewise for locals "insn", "last",
9987         "prev_insn" and "insn2".
9988         (expand_gimple_basic_block): Likewise for local "last".
9989         (construct_exit_block): Likewise for locals "head", "end",
9990         "orig_end".
9991         (pass_expand::execute): Likewise for locals "var_seq",
9992         "var_ret_seq", "next".
9994 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9996         * asan.h (asan_emit_stack_protection): Strengthen return type from
9997         rtx to rtx_insn *.
9998         * asan.c (asan_emit_stack_protection): Likewise.  Add local
9999         "insns" to hold the return value.
10001 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10003         * basic-block.h (bb_note): Strengthen return type from rtx to
10004         rtx_note *.
10005         * sched-int.h (bb_note): Likewise.
10006         * cfgrtl.c (bb_note): Likewise.  Add a checked cast to rtx_note *.
10008 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10010         * rtl.h (make_insn_raw): Strengthen return type from rtx to
10011         rtx_insn *.
10013         * emit-rtl.c (make_insn_raw): Strengthen return type and local
10014         "insn" from rtx to rtx_insn *.
10015         (make_debug_insn_raw): Strengthen return type from rtx to
10016         rtx_insn *; strengthen local "insn" from rtx to rtx_debug_insn *.
10017         (make_jump_insn_raw):  Strengthen return type from rtx to
10018         rtx_insn *; strengthen local "insn" from rtx to rtx_jump_insn *.
10019         (make_call_insn_raw):  Strengthen return type from rtx to
10020         rtx_insn *; strengthen local "insn" from rtx to rtx_call_insn *.
10021         (emit_pattern_before_noloc): Strengthen return type of "make_raw"
10022         callback from rtx to rtx_insn *; likewise for local "insn" and
10023         "next", adding a checked cast to rtx_insn in the relevant cases of
10024         the switch statement.
10025         (emit_pattern_after_noloc): Strengthen return type of "make_raw"
10026         callback from rtx to rtx_insn *.
10027         (emit_pattern_after_setloc): Likewise.
10028         (emit_pattern_after): Likewise.
10029         (emit_pattern_before_setloc): Likewise.
10030         (emit_pattern_before): Likewise.
10032 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10034         * emit-rtl.c (last_call_insn): Strengthen return type from rtx to
10035         rtx_call_insn *.
10036         * rtl.h (is_a_helper <rtx_call_insn *>::test): New overload,
10037         accepting an rtx_insn *.
10038         (last_call_insn): Strengthen return type from rtx to
10039         rtx_call_insn *.
10041 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10043         * rtl.h (delete_trivially_dead_insns): Strengthen initial param
10044         "insns" from rtx to rtx_insn *.
10045         * cse.c (delete_trivially_dead_insns): Likewise, also do it for
10046         locals "insn" and "prev".
10048 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10050         * rtl.h (tablejump_p): Strengthen third param from rtx * to
10051         rtx_jump_table_data **.
10053         * cfgbuild.c (make_edges): Introduce local "table", using it in
10054         place of "tmp" for jump table data.
10055         (find_bb_boundaries): Strengthen local "table" from rtx to
10056         rtx_jump_table_data *.
10057         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
10058         (outgoing_edges_match): Likewise for locals "table1" and "table2".
10059         (try_crossjump_to_edge): Likewise.
10060         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise for local
10061         "table".
10062         (patch_jump_insn): Introduce local "table", using it in place of
10063         "tmp" for jump table data.
10064         (force_nonfallthru_and_redirect): Introduce local "table", so that
10065         call to tablejump_p can receive an rtx_jump_table_data **.  Update
10066         logic around the call to overwrite "note" appropriately if
10067         tablejump_p returns non-zero.
10068         (get_last_bb_insn): Introduce local "table", using it in place of
10069         "tmp" for jump table data.
10070         * dwarf2cfi.c (create_trace_edges): Likewise.
10072         * config/arm/arm.c (get_jump_table_size): Strengthen param "insn"
10073         from rtx to rtx_jump_table_data *.
10074         (create_fix_barrier): Strengthen local "tmp" from rtx to
10075         rtx_jump_table_data *.
10076         (arm_reorg): Likewise for local "table".
10078         * config/s390/s390.c (s390_chunkify_start): Likewise.
10080         * config/spu/spu.c (spu_emit_branch_hint): Likewise.
10082         * jump.c (delete_related_insns): Strengthen local "lab_next" from
10083         rtx to rtx_jump_table_data *.
10085         * rtlanal.c (tablejump_p): Strengthen param "tablep" from rtx * to
10086         rtx_jump_table_data **.  Add a checked cast when writing through
10087         the pointer: we know there that local "table" is non-NULL and that
10088         JUMP_TABLE_DATA_P (table) holds.
10089         (label_is_jump_target_p): Introduce local "table", using it in
10090         place of "tmp" for jump table data.
10092 2014-08-19  Marek Polacek  <polacek@redhat.com>
10094         PR c++/62153
10095         * doc/invoke.texi: Document -Wbool-compare.
10097 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10099         * rtl.h (entry_of_function): Strengthen return type from rtx to
10100         rtx_insn *.
10101         * cfgrtl.c (entry_of_function): Likewise.
10103 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10105         * emit-rtl.h (get_insns): Strengthen return type from rtx to
10106         rtx_insn *, adding a checked cast for now.
10107         (get_last_insn): Likewise.
10109 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10111         * rtl.h (gen_label_rtx): Strengthen return type from rtx to
10112         rtx_code_label *.
10114         * emit-rtl.c (gen_label_rtx): Likewise.
10116 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10118         * rtl.h (previous_insn): Strengthen return type from rtx to
10119         rtx_insn *.
10120         (next_insn): Likewise.
10121         (prev_nonnote_insn): Likewise.
10122         (prev_nonnote_insn_bb): Likewise.
10123         (next_nonnote_insn): Likewise.
10124         (next_nonnote_insn_bb): Likewise.
10125         (prev_nondebug_insn): Likewise.
10126         (next_nondebug_insn): Likewise.
10127         (prev_nonnote_nondebug_insn): Likewise.
10128         (next_nonnote_nondebug_insn): Likewise.
10129         (prev_real_insn): Likewise.
10130         (next_real_insn): Likewise.
10131         (prev_active_insn): Likewise.
10132         (next_active_insn): Likewise.
10134         * emit-rtl.c (next_insn): Strengthen return type from rtx to
10135         rtx_insn *, adding a checked cast.
10136         (previous_insn): Likewise.
10137         (next_nonnote_insn): Likewise.
10138         (next_nonnote_insn_bb): Likewise.
10139         (prev_nonnote_insn): Likewise.
10140         (prev_nonnote_insn_bb): Likewise.
10141         (next_nondebug_insn): Likewise.
10142         (prev_nondebug_insn): Likewise.
10143         (next_nonnote_nondebug_insn): Likewise.
10144         (prev_nonnote_nondebug_insn): Likewise.
10145         (next_real_insn): Likewise.
10146         (prev_real_insn): Likewise.
10147         (next_active_insn): Likewise.
10148         (prev_active_insn): Likewise.
10150         * config/sh/sh-protos.h (sh_find_set_of_reg): Convert function ptr
10151         param "stepfunc" so that it returns an rtx_insn * rather than an
10152         rtx, to track the change to prev_nonnote_insn_bb, which is the
10153         only function this is called with.
10154         * config/sh/sh.c (sh_find_set_of_reg): Likewise.
10156 2014-08-19  Jan Hubicka  <hubicka@ucw.cz>
10158         * ipa-visibility.c (update_visibility_by_resolution_info): Fix
10159         assert.
10161 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10163         * coretypes.h (class rtx_debug_insn): Add forward declaration.
10164         (class rtx_nonjump_insn): Likewise.
10165         (class rtx_jump_insn): Likewise.
10166         (class rtx_call_insn): Likewise.
10167         (class rtx_jump_table_data): Likewise.
10168         (class rtx_barrier): Likewise.
10169         (class rtx_code_label): Likewise.
10170         (class rtx_note): Likewise.
10172         * rtl.h (class rtx_debug_insn): New, a subclass of rtx_insn,
10173         adding the invariant DEBUG_INSN_P (X).
10174         (class rtx_nonjump_insn): New, a subclass of rtx_insn, adding
10175         the invariant NONJUMP_INSN_P (X).
10176         (class rtx_jump_insn): New, a subclass of rtx_insn, adding
10177         the invariant JUMP_P (X).
10178         (class rtx_call_insn): New, a subclass of rtx_insn, adding
10179         the invariant CALL_P (X).
10180         (class rtx_jump_table): New, a subclass of rtx_insn, adding the
10181         invariant JUMP_TABLE_DATA_P (X).
10182         (class rtx_barrier): New, a subclass of rtx_insn, adding the
10183         invariant BARRIER_P (X).
10184         (class rtx_code_label): New, a subclass of rtx_insn, adding
10185         the invariant LABEL_P (X).
10186         (class rtx_note): New, a subclass of rtx_insn, adding
10187         the invariant NOTE_P(X).
10188         (is_a_helper <rtx_debug_insn *>::test): New.
10189         (is_a_helper <rtx_nonjump_insn *>::test): New.
10190         (is_a_helper <rtx_jump_insn *>::test): New.
10191         (is_a_helper <rtx_call_insn *>::test): New.
10192         (is_a_helper <rtx_jump_table_data *>::test): New functions,
10193         overloaded for both rtx and rtx_insn *.
10194         (is_a_helper <rtx_barrier *>::test): New.
10195         (is_a_helper <rtx_code_label *>::test): New functions, overloaded
10196         for both rtx and rtx_insn *.
10197         (is_a_helper <rtx_note *>::test): New.
10199 2014-08-19  Marek Polacek  <polacek@redhat.com>
10201         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO,
10202         CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
10203         * config/i386/i386.h (CLZ_DEFINED_VALUE_AT_ZERO,
10204         CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
10206 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10208         * sel-sched-ir.h (BND_TO): insn_t will eventually be an
10209         rtx_insn *.  To help with transition, for now, convert from an
10210         access macro into a pair of functions: BND_TO, returning an
10211         rtx_insn *, and...
10212         (SET_BND_TO): New function, for use where BND_TO is used as an
10213         lvalue.
10215         * sel-sched-ir.c (blist_add): Update lvalue usage of BND_TO to
10216         SET_BND_TO.
10217         (BND_TO): New function, adding a checked cast.
10218         (SET_BND_TO): New function.
10220         * sel-sched.c (move_cond_jump): Update lvalue usage of BND_TO to
10221         SET_BND_TO.
10222         (compute_av_set_on_boundaries): Likewise.
10224 2014-08-19  H.J. Lu  <hongjiu.lu@intel.com>
10226         * config/i386/i386.md (*ctz<mode>2_falsedep_1): Don't clear
10227         destination if it is used in source.
10228         (*clz<mode>2_lzcnt_falsedep_1): Likewise.
10229         (*popcount<mode>2_falsedep_1): Likewise.
10231 2014-08-19  H.J. Lu  <hongjiu.lu@intel.com>
10233         PR other/62168
10234         * configure.ac: Set install_gold_as_default to no first.
10235         * configure: Regenerated.
10237 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10239         * sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
10240         "note_list" field will eventually be an rtx_insn *.  To help with
10241         transition, for now, convert from an access macro into a pair of
10242         functions: BB_NOTE_LIST, returning an rtx_insn *, and...
10243         (SET_BB_NOTE_LIST): New function, for use where BB_NOTE_LIST is
10244         used as an lvalue.
10246         * sel-sched.c (create_block_for_bookkeeping): Update lvalue usage
10247         of BB_NOTE_LIST to SET_BB_NOTE_LIST.
10249         * sel-sched-ir.c (init_bb): Likewise.
10250         (sel_restore_notes): Likewise.
10251         (move_bb_info): Likewise.
10252         (BB_NOTE_LIST): New function, adding a checked cast to rtx_insn *.
10253         (SET_BB_NOTE_LIST): New function.
10255 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10257         * sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx"
10258         field will eventually be an rtx_insn *.  To help with transition,
10259         for now, convert from an access macro into a pair of functions:
10260         VINSN_INSN_RTX, returning an rtx_insn *, and...
10261         (SET_VINSN_INSN_RTX): New function, for use where VINSN_INSN_RTX
10262         is used as an lvalue.
10264         * sel-sched-ir.c (vinsn_init): Replace VINSN_INSN_RTX with
10265         SET_VINSN_INSN_RTX where it's used as an lvalue.
10266         (VINSN_INSN_RTX): New function.
10267         (SET_VINSN_INSN_RTX): New function.
10269 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10271         * sched-int.h (DEP_PRO): struct _dep's "pro" and "con" fields will
10272         eventually be rtx_insn *, but to help with transition, for now,
10273         convert from an access macro into a pair of functions: DEP_PRO
10274         returning an rtx_insn * and...
10275         (SET_DEP_PRO): New function, for use where DEP_PRO is used as an
10276         lvalue, returning an rtx&.
10277         (DEP_CON): Analogous changes to DEP_PRO above.
10278         (SET_DEP_CON): Likewise.
10280         * haifa-sched.c (create_check_block_twin): Replace DEP_CON used as
10281         an lvalue to SET_DEP_CON.
10282         * sched-deps.c (init_dep_1): Likewise for DEP_PRO and DEP_CON.
10283         (sd_copy_back_deps): Likewise for DEP_CON.
10284         (DEP_PRO): New function, adding a checked cast for now.
10285         (DEP_CON): Likewise.
10286         (SET_DEP_PRO): New function.
10287         (SET_DEP_CON): Likewise.
10289 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
10291         * config.gcc (*-*-cygwin*): Use __cxa_atexit by default.
10292         (extra_options): Add i386/cygwin.opt.
10293         * config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared.
10294         (CPP_SPEC): Accept -pthread.
10295         (LINK_SPEC): Ditto.
10296         (GOMP_SELF_SPECS): Update comment.
10297         * config/i386/cygwin.opt: New file for -pthread flag.
10299 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10301         * df-core.c (DF_REF_INSN): New, using a checked cast for now.
10302         * df.h (DF_REF_INSN): Convert from a macro to a function, so
10303         that we can return an rtx_insn *.
10305 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
10307         * config/i386/cygwin.h (LINK_SPEC): Pass --tsaware flag only
10308         when building executables, not DLLs.  Add --large-address-aware
10309         under the same conditions.
10310         * config/i386/cygwin-w64.h (LINK_SPEC): Pass --tsaware flag only
10311         when building executables, not DLLs.  Add --large-address-aware
10312         under the same conditions when using -m32.
10314         * config/i386/cygwin-stdint.h: Throughout, make type
10315         definitions dependent on target architecture, not host.
10317 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10319         * rtl.h (PREV_INSN): Convert to an inline function.  Strengthen
10320         the return type from rtx to rtx_insn *,  which will enable various
10321         conversions in followup patches.  For now this is is done by a
10322         checked cast.
10323         (NEXT_INSN): Likewise.
10324         (SET_PREV_INSN): Convert to an inline function.  This is intended
10325         for use as an lvalue, and so returns an rtx& to allow in-place
10326         modification.
10327         (SET_NEXT_INSN): Likewise.
10329 2014-07-08  Mark Wielaard  <mjw@redhat.com>
10331         PR debug/59051
10332         * dwarf2out.c (modified_type_die): Handle TYPE_QUAL_RESTRICT.
10334 2014-08-19  Marek Polacek  <polacek@redhat.com>
10336         PR c/61271
10337         * cgraphunit.c (handle_alias_pairs): Fix condition.
10339 2014-08-19  Richard Biener  <rguenther@suse.de>
10341         * gimple-fold.c (fold_gimple_assign): Properly build a
10342         null-pointer constant when devirtualizing addresses.
10344 2014-07-07  Mark Wielaard  <mjw@redhat.com>
10346         * dwarf2out.c (decl_quals): New function.
10347         (modified_type_die): Take one cv_quals argument instead of two,
10348         one for const and one for volatile.
10349         (add_type_attribute): Likewise.
10350         (generic_parameter_die): Call add_type_attribute with one modifier
10351         argument.
10352         (base_type_for_mode): Likewise.
10353         (add_bounds_info): Likewise.
10354         (add_subscript_info): Likewise.
10355         (gen_array_type_die): Likewise.
10356         (gen_descr_array_type_die): Likewise.
10357         (gen_entry_point_die): Likewise.
10358         (gen_enumeration_type_die): Likewise.
10359         (gen_formal_parameter_die): Likewise.
10360         (gen_subprogram_die): Likewise.
10361         (gen_variable_die): Likewise.
10362         (gen_const_die): Likewise.
10363         (gen_field_die): Likewise.
10364         (gen_pointer_type_die): Likewise.
10365         (gen_reference_type_die): Likewise.
10366         (gen_ptr_to_mbr_type_die): Likewise.
10367         (gen_inheritance_die): Likewise.
10368         (gen_subroutine_type_die): Likewise.
10369         (gen_typedef_die): Likewise.
10370         (force_type_die): Likewise.
10372 2014-08-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10374         * configure.ac (gcc_cv_as_comdat_group_group): Only default to no
10375         if unset.
10376         * configure: Regenerate.
10378 2014-08-19  Richard Biener  <rguenther@suse.de>
10380         * lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
10381         DECL_EXTERNALs in BLOCKs as non-references.
10382         * tree-streamer-out.c (streamer_write_chain): Likewise.
10384 2014-08-19  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10385             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10386             Anna Tikhonova  <anna.tikhonova@intel.com>
10387             Ilya Tocar  <ilya.tocar@intel.com>
10388             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10389             Ilya Verbin  <ilya.verbin@intel.com>
10390             Kirill Yukhin  <kirill.yukhin@intel.com>
10391             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10393         * config/i386/sse.md
10394         (define_mode_iterator VI48_AVX512F): Delete.
10395         (define_mode_iterator VI48_AVX512F_AVX512VL): New.
10396         (define_mode_iterator VI2_AVX512VL): Ditto.
10397         (define_insn "<mask_codefor>avx512f_ufix_notruncv16sfv16si<mask_name><round_name>"):
10398         Delete.
10399         (define_insn
10400         ("<mask_codefor><avx512>_ufix_notrunc<sf2simodelower><mode><mask_name><round_name>"):
10401         New.
10402         (define_insn "avx512cd_maskw_vec_dup<mode>"): Macroize.
10403         (define_insn "<avx2_avx512f>_ashrv<mode><mask_name>"): Delete.
10404         (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
10405         with VI48_AVX512F_AVX512VL): New.
10406         (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
10407         with VI2_AVX512VL): Ditto.
10409 2014-08-19  Marek Polacek  <polacek@redhat.com>
10411         * doc/invoke.texi: Document -Wc99-c11-compat.
10413 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10415         * rtl.h (PREV_INSN): Split macro in two: the existing one,
10416         for rvalues, and...
10417         (SET_PREV_INSN): New macro, for use as an lvalue.
10418         (NEXT_INSN, SET_NEXT_INSN): Likewise.
10420         * caller-save.c (save_call_clobbered_regs): Convert lvalue use of
10421         PREV_INSN/NEXT_INSN into SET_PREV_INSN/SET_NEXT_INSN.
10422         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
10423         (fixup_abnormal_edges): Likewise.
10424         (unlink_insn_chain): Likewise.
10425         (fixup_reorder_chain): Likewise.
10426         (cfg_layout_delete_block): Likewise.
10427         (cfg_layout_merge_blocks): Likewise.
10428         * combine.c (update_cfg_for_uncondjump): Likewise.
10429         * emit-rtl.c (link_insn_into_chain): Likewise.
10430         (remove_insn): Likewise.
10431         (delete_insns_since): Likewise.
10432         (reorder_insns_nobb): Likewise.
10433         (emit_insn_after_1): Likewise.
10434         * final.c (rest_of_clean_state): Likewise.
10435         (final_scan_insn): Likewise.
10436         * gcse.c (can_assign_to_reg_without_clobbers_p): Likewise.
10437         * haifa-sched.c (concat_note_lists): Likewise.
10438         (remove_notes): Likewise.
10439         (restore_other_notes): Likewise.
10440         (move_insn): Likewise.
10441         (unlink_bb_notes): Likewise.
10442         (restore_bb_notes): Likewise.
10443         * jump.c (delete_for_peephole): Likewise.
10444         * optabs.c (emit_libcall_block_1): Likewise.
10445         * reorg.c (emit_delay_sequence): Likewise.
10446         (fill_simple_delay_slots): Likewise.
10447         * sel-sched-ir.c (sel_move_insn): Likewise.
10448         (sel_remove_insn): Likewise.
10449         (get_bb_note_from_pool): Likewise.
10450         * sel-sched.c (move_nop_to_previous_block): Likewise.
10452         * config/bfin/bfin.c (reorder_var_tracking_notes): Likewise.
10453         * config/c6x/c6x.c (gen_one_bundle): Likewise.
10454         (c6x_gen_bundles): Likewise.
10455         (hwloop_optimize): Likewise.
10456         * config/frv/frv.c (frv_function_prologue): Likewise.
10457         (frv_register_nop): Likewise.
10458         * config/ia64/ia64.c (ia64_init_dfa_pre_cycle_insn): Likewise.
10459         (ia64_reorg): Likewise.
10460         * config/mep/mep.c (mep_reorg_addcombine): Likewise.
10461         (mep_make_bundle): Likewise.
10462         (mep_bundle_insns): Likewise.
10463         * config/picochip/picochip.c (reorder_var_tracking_notes): Likewise.
10464         * config/tilegx/tilegx.c (reorder_var_tracking_notes): Likewise.
10465         * config/tilepro/tilepro.c (reorder_var_tracking_notes): Likewise.
10467 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
10469         * basic-block.h (BB_HEAD): Convert to a function.  Strengthen the
10470         return type from rtx to rtx_insn *.
10471         (BB_END): Likewise.
10472         (BB_HEADER): Likewise.
10473         (BB_FOOTER): Likewise.
10474         (SET_BB_HEAD): Convert to a function.
10475         (SET_BB_END): Likewise.
10476         (SET_BB_HEADER): Likewise.
10477         (SET_BB_FOOTER): Likewise.
10479         * cfgrtl.c (BB_HEAD): New function, from macro of same name.
10480         Strengthen the return type from rtx to rtx_insn *.  For now, this
10481         is done by adding a checked cast, but this will eventually
10482         become a field lookup.
10483         (BB_END): Likewise.
10484         (BB_HEADER): Likewise.
10485         (BB_FOOTER): Likewise.
10486         (SET_BB_HEAD): New function, from macro of same name.  This is
10487         intended for use as an lvalue, and so returns an rtx& to allow
10488         in-place modification.
10489         (SET_BB_END): Likewise.
10490         (SET_BB_HEADER): Likewise.
10491         (SET_BB_FOOTER): Likewise.
10493 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
10495         * basic-block.h (BB_HEAD): Split macro in two: the existing one,
10496         for rvalues, and...
10497         (SET_BB_HEAD): New macro, for use as a lvalue.
10498         (BB_END, SET_BB_END): Likewise.
10499         (BB_HEADER, SET_BB_HEADER): Likewise.
10500         (BB_FOOTER, SET_BB_FOOTER): Likewise.
10502         * bb-reorder.c (add_labels_and_missing_jumps): Convert lvalue use
10503         of BB_* macros into SET_BB_* macros.
10504         (fix_crossing_unconditional_branches): Likewise.
10505         * caller-save.c (save_call_clobbered_regs): Likewise.
10506         (insert_one_insn): Likewise.
10507         * cfgbuild.c (find_bb_boundaries): Likewise.
10508         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
10509         (outgoing_edges_match): Likewise.
10510         (try_optimize_cfg): Likewise.
10511         * cfgexpand.c (expand_gimple_cond): Likewise.
10512         (expand_gimple_tailcall): Likewise.
10513         (expand_gimple_basic_block): Likewise.
10514         (construct_exit_block): Likewise.
10515         * cfgrtl.c (delete_insn): Likewise.
10516         (create_basic_block_structure): Likewise.
10517         (rtl_delete_block): Likewise.
10518         (rtl_split_block): Likewise.
10519         (emit_nop_for_unique_locus_between): Likewise.
10520         (rtl_merge_blocks): Likewise.
10521         (block_label): Likewise.
10522         (try_redirect_by_replacing_jump): Likewise.
10523         (emit_barrier_after_bb): Likewise.
10524         (fixup_abnormal_edges): Likewise.
10525         (record_effective_endpoints): Likewise.
10526         (relink_block_chain): Likewise.
10527         (fixup_reorder_chain): Likewise.
10528         (fixup_fallthru_exit_predecessor): Likewise.
10529         (cfg_layout_duplicate_bb): Likewise.
10530         (cfg_layout_split_block): Likewise.
10531         (cfg_layout_delete_block): Likewise.
10532         (cfg_layout_merge_blocks): Likewise.
10533         * combine.c (update_cfg_for_uncondjump): Likewise.
10534         * emit-rtl.c (add_insn_after): Likewise.
10535         (remove_insn): Likewise.
10536         (reorder_insns): Likewise.
10537         (emit_insn_after_1): Likewise.
10538         * haifa-sched.c (get_ebb_head_tail): Likewise.
10539         (restore_other_notes): Likewise.
10540         (move_insn): Likewise.
10541         (sched_extend_bb): Likewise.
10542         (fix_jump_move): Likewise.
10543         * ifcvt.c (noce_process_if_block): Likewise.
10544         (dead_or_predicable): Likewise.
10545         * ira.c (update_equiv_regs): Likewise.
10546         * reg-stack.c (change_stack): Likewise.
10547         * sel-sched-ir.c (sel_move_insn): Likewise.
10548         * sel-sched.c (move_nop_to_previous_block): Likewise.
10550         * config/c6x/c6x.c (hwloop_optimize): Likewise.
10551         * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
10553 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
10555         * rtl.h (for_each_rtx_in_insn): New function.
10556         * rtlanal.c (for_each_rtx_in_insn): Likewise.
10558 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
10560         * coretypes.h (class rtx_insn): Add forward declaration.
10562         * rtl.h: Include is-a.h.
10563         (struct rtx_def): Add dummy "desc" and "tag" GTY options as a
10564         workaround to ensure gengtype knows inheritance is occurring,
10565         whilst continuing to use the pre-existing special-casing for
10566         rtx_def.
10567         (class rtx_insn): New subclass of rtx_def, adding the
10568         invariant that we're dealing with something we can sanely use
10569         INSN_UID, NEXT_INSN, PREV_INSN on.
10570         (is_a_helper <rtx_insn *>::test): New.
10571         (is_a_helper <const rtx_insn *>::test): New.
10573 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
10575         * is-a.h (template<T, U> safe_as_a <U *p>) New function.
10577 2014-08-18  Jan Hubicka  <hubicka@ucw.cz>
10579         * ipa-visibility.c (update_visibility_by_resolution_info): Do no turn UNDEF
10580         comdats as extern.
10582 2014-08-18  Jan Hubicka  <hubicka@ucw.cz>
10584         * gimple-fold.c (fold_gimple_assign): Do not intorudce referneces
10585         to BUILT_IN_UNREACHABLE.
10587 2014-08-18  Uros Bizjak  <ubizjak@gmail.com>
10589         PR target/62011
10590         * config/i386/x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI):
10591         New tune flag.
10592         * config/i386/i386.h (TARGET_AVOID_FALSE_DEP_FOR_BMI): New define.
10593         * config/i386/i386.md (unspec) <UNSPEC_INSN_FALSE_DEP>: New unspec.
10594         (ffs<mode>2): Do not expand with tzcnt for
10595         TARGET_AVOID_FALSE_DEP_FOR_BMI.
10596         (ffssi2_no_cmove): Ditto.
10597         (*tzcnt<mode>_1): Disable for TARGET_AVOID_FALSE_DEP_FOR_BMI.
10598         (ctz<mode>2): New expander.
10599         (*ctz<mode>2_falsedep_1): New insn_and_split pattern.
10600         (*ctz<mode>2_falsedep): New insn.
10601         (*ctz<mode>2): Rename from ctz<mode>2.
10602         (clz<mode>2_lzcnt): New expander.
10603         (*clz<mode>2_lzcnt_falsedep_1): New insn_and_split pattern.
10604         (*clz<mode>2_lzcnt_falsedep): New insn.
10605         (*clz<mode>2): Rename from ctz<mode>2.
10606         (popcount<mode>2): New expander.
10607         (*popcount<mode>2_falsedep_1): New insn_and_split pattern.
10608         (*popcount<mode>2_falsedep): New insn.
10609         (*popcount<mode>2): Rename from ctz<mode>2.
10610         (*popcount<mode>2_cmp): Remove.
10611         (*popcountsi2_cmp_zext): Ditto.
10613 2014-08-18  Ajit Agarwal  <ajitkum@xilinx.com>
10615         * config/microblaze/microblaze.c (microblaze_elf_asm_cdtor): New.
10616         (microblaze_elf_asm_constructor,microblaze_elf_asm_destructor): New.
10617         * config/microblaze/microblaze.h
10618         (TARGET_ASM_CONSTRUCTOR,TARGET_ASM_DESTRUCTOR): New Macros.
10620 2014-08-18  H.J. Lu  <hongjiu.lu@intel.com>
10622         PR other/62168
10623         * configure.ac: Set install_gold_as_default to no for
10624          --enable-gold=no.
10625          * configure: Regenerated.
10627 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
10629         * Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.
10630         * config.in: Add undef of HAVE_isl.
10631         * configure: Regenerate.
10632         * configure.ac: Add definition of HAVE_isl.
10633         * graphite-blocking.c: Add checking of HAVE_isl.
10634         * graphite-dependences.c: Likewise.
10635         * graphite-interchange.c: Likewise.
10636         * graphite-isl-ast-to-gimple.c: Likewise.
10637         * graphite-optimize-isl.c: Likewise.
10638         * graphite-poly.c: Likewise.
10639         * graphite-scop-detection.c: Likewise.
10640         * graphite-sese-to-poly.c: Likewise.
10641         * graphite.c: Likewise.
10642         * toplev.c: Replace the checking of HAVE_cloog with the checking
10643         of HAVE_isl.
10645 2014-08-18  Richard Biener  <rguenther@suse.de>
10647         PR tree-optimization/62090
10648         * builtins.c (fold_builtin_snprintf): Move to gimple-fold.c.
10649         (fold_builtin_3): Do not fold snprintf.
10650         (fold_builtin_4): Likewise.
10651         * gimple-fold.c (gimple_fold_builtin_snprintf): New function
10652         moved from builtins.c.
10653         (gimple_fold_builtin_with_strlen): Fold snprintf and sprintf.
10654         (gimple_fold_builtin): Do not fold sprintf here.
10656 2014-08-18  Richard Biener  <rguenther@suse.de>
10658         * gimple-fold.c (maybe_fold_reference): Move re-gimplification
10659         code to ...
10660         (maybe_canonicalize_mem_ref_addr): ... this function.
10661         (fold_stmt_1): Apply it here before all simplification.
10663 2014-08-18  Ilya Enkovich  <ilya.enkovich@intel.com>
10665         PR ipa/61800
10666         * cgraph.h (cgraph_node::create_indirect_edge): Add
10667         compute_indirect_info param.
10668         * cgraph.c (cgraph_node::create_indirect_edge): Compute
10669         indirect_info only when it is required.
10670         * cgraphclones.c (cgraph_clone_edge): Do not recompute
10671         indirect_info fore cloned indirect edge.
10673 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10674             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10675             Anna Tikhonova  <anna.tikhonova@intel.com>
10676             Ilya Tocar  <ilya.tocar@intel.com>
10677             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10678             Ilya Verbin  <ilya.verbin@intel.com>
10679             Kirill Yukhin  <kirill.yukhin@intel.com>
10680             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10682         * config/i386/sse.md
10683         (define_mode_iterator VI8_AVX2_AVX512BW): New.
10684         (define_insn "<sse2_avx2>_psadbw"): Add evex version.
10686 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10687             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10688             Anna Tikhonova  <anna.tikhonova@intel.com>
10689             Ilya Tocar  <ilya.tocar@intel.com>
10690             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10691             Ilya Verbin  <ilya.verbin@intel.com>
10692             Kirill Yukhin  <kirill.yukhin@intel.com>
10693             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10695         * config/i386/sse.md
10696         (define_mode_iterator VF1_AVX512VL): New.
10697         (define_insn "ufloatv16siv16sf2<mask_name><round_name>"): Delete.
10698         (define_insn "ufloat<sseintvecmodelower><mode>2<mask_name><round_name>"):
10699         New.
10701 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10702             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10703             Anna Tikhonova  <anna.tikhonova@intel.com>
10704             Ilya Tocar  <ilya.tocar@intel.com>
10705             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10706             Ilya Verbin  <ilya.verbin@intel.com>
10707             Kirill Yukhin  <kirill.yukhin@intel.com>
10708             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10710         * config/i386/i386.c: Rename ufloatv8siv8df_mask to ufloatv8siv8df2_mask.
10711         * config/i386/i386.md
10712         (define_code_iterator any_float): New.
10713         (define_code_attr floatsuffix): New.
10714         * config/i386/sse.md
10715         (define_mode_iterator VF1_128_256VL): New.
10716         (define_mode_iterator VF2_512_256VL): New.
10717         (define_insn "float<si2dfmodelower><mode>2<mask_name>"): Remove unnecessary
10718         TARGET check.
10719         (define_insn "ufloatv8siv8df<mask_name>"): Delete.
10720         (define_insn "<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>"):
10721         New.
10722         (define_mode_attr qq2pssuff): New.
10723         (define_mode_attr sselongvecmode): New.
10724         (define_mode_attr sselongvecmodelower): New.
10725         (define_mode_attr sseintvecmode3): New.
10726         (define_insn "<floatsuffix>float<sselongvecmodelower><mode>2<mask_name><round_name>"):
10727         New.
10728         (define_insn "*<floatsuffix>floatv2div2sf2"): New.
10729         (define_insn "<floatsuffix>floatv2div2sf2_mask"): New.
10730         (define_insn "ufloat<si2dfmodelower><mode>2<mask_name>"): New.
10731         (define_insn "ufloatv2siv2df2<mask_name>"): New.
10733 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10734             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10735             Anna Tikhonova  <anna.tikhonova@intel.com>
10736             Ilya Tocar  <ilya.tocar@intel.com>
10737             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10738             Ilya Verbin  <ilya.verbin@intel.com>
10739             Kirill Yukhin  <kirill.yukhin@intel.com>
10740             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10742         * config/i386/sse.md
10743         (define_mode_iterator VF2_AVX512VL): New.
10744         (define_mode_attr sseintvecmode2): New.
10745         (define_insn "ufix_truncv2dfv2si2<mask_name>"): Add masking.
10746         (define_insn "fix_truncv4dfv4si2<mask_name>"): New.
10747         (define_insn "ufix_truncv4dfv4si2<mask_name>"): Ditto.
10748         (define_insn
10749         "<fixsuffix>fix_trunc<mode><sseintvecmodelower>2<mask_name><round_saeonly_name>"):
10750         Ditto.
10751         (define_insn "fix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
10752         Ditto.
10753         (define_insn "ufix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
10754         Ditto.
10756 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10757             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10758             Anna Tikhonova  <anna.tikhonova@intel.com>
10759             Ilya Tocar  <ilya.tocar@intel.com>
10760             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10761             Ilya Verbin  <ilya.verbin@intel.com>
10762             Kirill Yukhin  <kirill.yukhin@intel.com>
10763             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10765         * config/i386/i386.md
10766         (define_insn "*movoi_internal_avx"): Add evex version.
10767         (define_insn "*movti_internal"): Ditto.
10769 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10770             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10771             Anna Tikhonova  <anna.tikhonova@intel.com>
10772             Ilya Tocar  <ilya.tocar@intel.com>
10773             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10774             Ilya Verbin  <ilya.verbin@intel.com>
10775             Kirill Yukhin  <kirill.yukhin@intel.com>
10776             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10778         * config/i386/i386.md
10779         (define_attr "isa"): Add avx512dq, noavx512dq.
10780         (define_attr "enabled"): Ditto.
10781         * config/i386/sse.md
10782         (define_insn "vec_extract_hi_<mode><mask_name>"): Support masking.
10784 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10785             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10786             Anna Tikhonova  <anna.tikhonova@intel.com>
10787             Ilya Tocar  <ilya.tocar@intel.com>
10788             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10789             Ilya Verbin  <ilya.verbin@intel.com>
10790             Kirill Yukhin  <kirill.yukhin@intel.com>
10791             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10793         * config/i386/i386.c
10794         (ix86_expand_special_args_builtin): Handle avx512vl_storev8sf_mask,
10795         avx512vl_storev8si_mask, avx512vl_storev4df_mask, avx512vl_storev4di_mask,
10796         avx512vl_storev4sf_mask, avx512vl_storev4si_mask, avx512vl_storev2df_mask,
10797         avx512vl_storev2di_mask, avx512vl_loadv8sf_mask, avx512vl_loadv8si_mask,
10798         avx512vl_loadv4df_mask, avx512vl_loadv4di_mask, avx512vl_loadv4sf_mask,
10799         avx512vl_loadv4si_mask, avx512vl_loadv2df_mask, avx512vl_loadv2di_mask,
10800         avx512bw_loadv64qi_mask, avx512vl_loadv32qi_mask, avx512vl_loadv16qi_mask,
10801         avx512bw_loadv32hi_mask, avx512vl_loadv16hi_mask, avx512vl_loadv8hi_mask.
10802         * config/i386/i386.md (define_mode_attr ssemodesuffix): Allow V32HI mode.
10803         * config/i386/sse.md
10804         (define_mode_iterator VMOVE): Allow V4TI mode.
10805         (define_mode_iterator V_AVX512VL): New.
10806         (define_mode_iterator V): New handling for AVX512VL.
10807         (define_insn "avx512f_load<mode>_mask"): Delete.
10808         (define_insn "<avx512>_load<mode>_mask"): New.
10809         (define_insn "avx512f_store<mode>_mask"): Delete.
10810         (define_insn "<avx512>_store<mode>_mask"): New.
10813 2014-08-18  Yury Gribov  <y.gribov@samsung.com>
10815         PR sanitizer/62089
10816         * asan.c (instrument_derefs): Fix bitfield check.
10818 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
10820         * config/rs6000/constraints.md ("S"): Require TARGET_POWERPC64.
10821         * config/rs6000/htm.md (ttest): Remove clobber.
10822         * config/rs6000/predicates.md (any_mask_operand): New predicate.
10823         (and_operand): Reformat.
10824         (and_2rld_operand): New predicate.
10825         * config/rs6000/rs6000-protos.h (rs6000_split_logical): Remove last
10826         parameter.
10827         * config/rs6000/rs6000.c (rs6000_split_logical_inner): Remove last
10828         parameter.  Handle AND directly.
10829         (rs6000_split_logical_di): Remove last parameter.
10830         (rs6000_split_logical): Remove last parameter.  Remove obsolete
10831         comment.
10832         * config/rs6000/rs6000.md (BOOL_REGS_AND_CR0): Delete.
10833         (one_cmpl<mode>2): Adjust call of rs6000_split_logical.
10834         (ctz<mode>2, ffs<mode>2): Delete clobber.  Reformat.
10835         (andsi3, andsi3_mc, andsi3_nomc, *andsi3_internal2_mc,
10836         *andsi3_internal3_mc, *andsi3_internal4, *andsi3_internal5_mc,
10837         and 5 anonymous splitters):  Delete.
10838         (and<mode>3): New expander.
10839         (*and<mode>3, *and<mode>3_dot, *and<mode>3_dot2): New.
10840         (and<mode>3_imm, *and<mode>3_imm_dot, *and<mode>3_imm_dot2): New.
10841         (*and<mode>3_mask, *and<mode>3_mask_dot, *and<mode>3_mask_dot2): New.
10842         (ior<mode>, xor<mode>3): Adjust call of rs6000_split_logical.
10843         (floatdisf2_internal1): Remove clobbers.
10844         (anddi3, anddi3_mc, anddi3_nomc, anddi3_internal2_mc,
10845         *anddi3_internal3_mc, and 4 anonymous splitters): Delete.
10846         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): New.
10847         (and<mode>3 for BOOL_128): Remove clobber.
10848         (*and<mode>3_internal for BOOL_128): Remove clobber.  Adjust call of
10849         rs6000_split_logical.
10850         (*bool<mode>3_internal for BOOL_128): Adjust call of
10851         rs6000_split_logical.
10852         (*boolc<mode>3_internal1 for BOOL_128,
10853         *boolc<mode>3_internal2 for BOOL_128,
10854         *boolcc<mode>3_internal1 for BOOL_128,
10855         *boolcc<mode>3_internal2 for BOOL_128,
10856         *eqv<mode>3_internal1 for BOOL_128,
10857         *eqv<mode>3_internal2 for BOOL_128,
10858         *one_cmpl<mode>3_internal for BOOL_128): Ditto.
10859         * config/rs6000/vector.md (*vec_reload_and_plus_<mptrsize): Remove
10860         clobber.
10861         (*vec_reload_and_reg_<mptrsize>): Delete.
10863 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
10865         * config/rs6000/rs6000.md (*boolccsi3_internal1, *boolccsi3_internal2
10866         and split, *boolccsi3_internal3 and split): Delete.
10867         (*boolccdi3_internal1, *boolccdi3_internal2 and split,
10868         *boolccdi3_internal3 and split): Delete.
10869         (*boolcc<mode>3, *boolcc<mode>3_dot, *boolcc<mode>3_dot2): New.
10870         (*eqv<mode>3): Move.  Add TODO comment.  Fix attributes.
10872 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
10874         * config/rs6000/rs6000.md (*boolcsi3_internal1, *boolcsi3_internal2
10875         and split, *boolcsi3_internal3 and split): Delete.
10876         (*boolcdi3_internal1, *boolcdi3_internal2 and split,
10877         *boolcdi3_internal3 and split): Delete.
10878         (*boolc<mode>3, *boolc<mode>3_dot, *boolc<mode>3_dot2): New.
10880 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
10882         * config/rs6000/rs6000.c (print_operand) <'e'>: New.
10883         <'u'>: Also support printing the low-order 16 bits.
10884         * config/rs6000/rs6000.md (iorsi3, xorsi3, *boolsi3_internal1,
10885         *boolsi3_internal2 and split, *boolsi3_internal3 and split): Delete.
10886         (iordi3, xordi3, *booldi3_internal1, *booldi3_internal2 and split,
10887         *booldi3_internal3 and split): Delete.
10888         (ior<mode>3, xor<mode>3, *bool<mode>3, *bool<mode>3_dot,
10889         *bool<mode>3_dot2): New.
10890         (two anonymous define_splits for non_logical_cint_operand): Merge.
10892 2014-08-17  Marek Polacek  <polacek@redhat.com>
10893             Manuel López-Ibáñez  <manu@gcc.gnu.org>
10895         PR c/62059
10896         * diagnostic.c (adjust_line): Add gcc_checking_assert.
10897         (diagnostic_show_locus): Don't print caret diagnostic
10898         if a column is larger than the line_width.
10900 2014-08-17 Roman Gareev  <gareevroman@gmail.com>
10902         * common.opt: Make the ISL AST generator to be the main code generator
10903         of Graphite.
10905 2014-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
10907         * wide-int.h (generic_wide_int): Declare as class instead of struct.
10909 2014-08-16  John David Anglin  <danglin@gcc.gnu.org>
10911         PR target/61641
10912         * config/pa/pa-protos.h (pa_output_addr_vec, pa_output_addr_diff_vec):
10913         Declare.
10914         * config/pa/pa.c (pa_reorg): Remove code to insert brtab marker insns.
10915         (pa_output_addr_vec, pa_output_addr_diff_vec): New.
10916         * config/pa/pa.h (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC):
10917         Define.
10918         * config/pa/pa.md (begin_brtab): Delete insn.
10919         (end_brtab): Likewise.
10921 2014-08-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10923         * doc/cppopts.texi (ftrack-macro-expansion): Add missing @code.
10925 2014-08-15  Jan Hubicka  <hubicka@ucw.cz>
10927         * ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.
10928         (possible_polymorphic_call_targets, dump_possible_polymorphic_call_targets,
10929         possible_polymorphic_call_target_p, possible_polymorphic_call_target_p): Simplify.
10930         (get_dynamic_type): Remove.
10931         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Remove.
10932         (clear_speculation): Bring to ipa-deivrt.h
10933         (get_class_context): Rename to ...
10934         (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one.
10935         (contains_type_p): Update.
10936         (get_dynamic_type): Rename to ...
10937         ipa_polymorphic_call_context::get_dynamic_type(): ... this one.
10938         (possible_polymorphic_call_targets): UPdate.
10939         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Update.
10940         * ipa-prop.c (ipa_analyze_call_uses): Update.
10942 2014-08-15  Oleg Endo  <olegendo@gcc.gnu.org>
10944         * doc/invoke.texi (SH options): Document missing processor variant
10945         options.  Remove references to Hitachi.  Undocument deprecated mspace
10946         option.
10948 2014-08-15  Jason Merrill  <jason@redhat.com>
10950         * tree.c (type_hash_canon): Uncomment assert.
10952 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10954         * input.h (in_system_header_at): Add comment.
10956 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10958         PR fortran/44054
10959         * diagnostic.c (build_message_string): Make it extern.
10960         * diagnostic.h (build_message_string): Make it extern.
10962 2014-08-15  Vladimir Makarov  <vmakarov@redhat.com>
10964         * config/rs6000/rs6000.c (rs6000_emit_move): Use SDmode for
10965         load/store from/to non-floating class pseudo.
10967 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10969         * input.c (diagnostic_file_cache_fini): Fix typo in comment.
10971 2014-08-15  Richard Biener  <rguenther@suse.de>
10973         * tree-ssa-structalias.c (readonly_id): Rename to string_id.
10974         (get_constraint_for_ssa_var): Remove dead code.
10975         (get_constraint_for_1): Adjust.
10976         (find_what_var_points_to): Likewise.
10977         (init_base_vars): Likewise.  STRING_CSTs do not contain pointers.
10979 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
10981         PR target/61878
10982         * config/i386/avx512fintrin.h (_mm512_mask_cmpge_epi32_mask): New.
10983         (_mm512_mask_cmpge_epu32_mask): Ditto.
10984         (_mm512_cmpge_epu32_mask): Ditto.
10985         (_mm512_mask_cmpge_epi64_mask): Ditto.
10986         (_mm512_cmpge_epi64_mask): Ditto.
10987         (_mm512_mask_cmpge_epu64_mask): Ditto.
10988         (_mm512_cmpge_epu64_mask): Ditto.
10989         (_mm512_mask_cmple_epi32_mask): Ditto.
10990         (_mm512_cmple_epi32_mask): Ditto.
10991         (_mm512_mask_cmple_epu32_mask): Ditto.
10992         (_mm512_cmple_epu32_mask): Ditto.
10993         (_mm512_mask_cmple_epi64_mask): Ditto.
10994         (_mm512_cmple_epi64_mask): Ditto.
10995         (_mm512_mask_cmple_epu64_mask): Ditto.
10996         (_mm512_cmple_epu64_mask): Ditto.
10997         (_mm512_mask_cmplt_epi32_mask): Ditto.
10998         (_mm512_cmplt_epi32_mask): Ditto.
10999         (_mm512_mask_cmplt_epu32_mask): Ditto.
11000         (_mm512_cmplt_epu32_mask): Ditto.
11001         (_mm512_mask_cmplt_epi64_mask): Ditto.
11002         (_mm512_cmplt_epi64_mask): Ditto.
11003         (_mm512_mask_cmplt_epu64_mask): Ditto.
11004         (_mm512_cmplt_epu64_mask): Ditto.
11005         (_mm512_mask_cmpneq_epi32_mask): Ditto.
11006         (_mm512_mask_cmpneq_epu32_mask): Ditto.
11007         (_mm512_cmpneq_epu32_mask): Ditto.
11008         (_mm512_mask_cmpneq_epi64_mask): Ditto.
11009         (_mm512_cmpneq_epi64_mask): Ditto.
11010         (_mm512_mask_cmpneq_epu64_mask): Ditto.
11011         (_mm512_cmpneq_epu64_mask): Ditto.
11012         (_mm512_castpd_ps): Ditto.
11013         (_mm512_castpd_si512): Ditto.
11014         (_mm512_castps_pd): Ditto.
11015         (_mm512_castps_si512): Ditto.
11016         (_mm512_castsi512_ps): Ditto.
11017         (_mm512_castsi512_pd): Ditto.
11018         (_mm512_castpd512_pd128): Ditto.
11019         (_mm512_castps512_ps128): Ditto.
11020         (_mm512_castsi512_si128): Ditto.
11021         (_mm512_castpd512_pd256): Ditto.
11022         (_mm512_castps512_ps256): Ditto.
11023         (_mm512_castsi512_si256): Ditto.
11024         (_mm512_castpd128_pd512): Ditto.
11025         (_mm512_castps128_ps512): Ditto.
11026         (_mm512_castsi128_si512): Ditto.
11027         (_mm512_castpd256_pd512): Ditto.
11028         (_mm512_castps256_ps512): Ditto.
11029         (_mm512_castsi256_si512): Ditto.
11030         (_mm512_cmpeq_epu32_mask): Ditto.
11031         (_mm512_mask_cmpeq_epu32_mask): Ditto.
11032         (_mm512_mask_cmpeq_epu64_mask): Ditto.
11033         (_mm512_cmpeq_epu64_mask): Ditto.
11034         (_mm512_cmpgt_epu32_mask): Ditto.
11035         (_mm512_mask_cmpgt_epu32_mask): Ditto.
11036         (_mm512_mask_cmpgt_epu64_mask): Ditto.
11037         (_mm512_cmpgt_epu64_mask): Ditto.
11038         * config/i386/i386-builtin-types.def: Add V16SF_FTYPE_V8SF,
11039         V16SI_FTYPE_V8SI, V16SI_FTYPE_V4SI, V8DF_FTYPE_V2DF.
11040         * config/i386/i386.c (enum ix86_builtins): Add
11041         IX86_BUILTIN_SI512_SI256, IX86_BUILTIN_PD512_PD256,
11042         IX86_BUILTIN_PS512_PS256, IX86_BUILTIN_SI512_SI,
11043         IX86_BUILTIN_PD512_PD, IX86_BUILTIN_PS512_PS.
11044         (bdesc_args): Add __builtin_ia32_si512_256si,
11045         __builtin_ia32_ps512_256ps, __builtin_ia32_pd512_256pd,
11046         __builtin_ia32_si512_si, __builtin_ia32_ps512_ps,
11047         __builtin_ia32_pd512_pd.
11048         (ix86_expand_args_builtin): Handle new FTYPEs.
11049         * config/i386/sse.md (castmode): Add 512-bit modes.
11050         (AVX512MODE2P): New.
11051         (avx512f_<castmode><avxsizesuffix>_<castmode): New.
11052         (avx512f_<castmode><avxsizesuffix>_256<castmode): Ditto.
11054 2014-08-15  Richard Biener  <rguenther@suse.de>
11056         * fold-const.c (tree_swap_operands_p): Put all constants
11057         last, also strip sign-changing NOPs when considering further
11058         canonicalization.  Canonicalize also when optimizing for size.
11060 2014-08-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11062         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Move
11063         one_match > zero_match case to just before simple_sequence.
11065 2014-08-15  Richard Biener  <rguenther@suse.de>
11067         * data-streamer.h (streamer_string_index, string_for_index):
11068         Remove.
11069         * data-streamer-out.c (streamer_string_index): Make static.
11070         * data-streamer-in.c (string_for_index): Likewise.
11071         * lto-streamer-out.c (lto_output_location): Use bp_pack_string.
11072         * lto-streamer-in.c (lto_input_location): Use bp_unpack_string.
11074 2014-08-15  Richard Biener  <rguenther@suse.de>
11076         PR tree-optimization/62031
11077         * tree-data-ref.c (dr_analyze_indices): Do not set
11078         DR_UNCONSTRAINED_BASE.
11079         (dr_may_alias_p): All indirect accesses have to go the
11080         formerly DR_UNCONSTRAINED_BASE path.
11081         * tree-data-ref.h (struct indices): Remove
11082         unconstrained_base member.
11083         (DR_UNCONSTRAINED_BASE): Remove.
11085 2014-08-15  Jakub Jelinek  <jakub@redhat.com>
11087         PR middle-end/62092
11088         * gimplify.c (gimplify_adjust_omp_clauses_1): Don't remove
11089         OMP_CLAUSE_SHARED for global vars if the global var is mentioned
11090         in OMP_CLAUSE_MAP in some outer target region.
11092 2014-08-15  Bin Cheng  <bin.cheng@arm.com>
11094         * tree-ssa-loop-ivopts.c (ivopts_data): New field
11095         name_expansion_cache.
11096         (tree_ssa_iv_optimize_init): Initialize name_expansion_cache.
11097         (tree_ssa_iv_optimize_finalize): Free name_expansion_cache.
11098         (strip_wrap_conserving_type_conversions, expr_equal_p): Delete.
11099         (difference_cannot_overflow_p): New parameter.  Use affine
11100         expansion for equality check.
11101         (iv_elimination_compare_lt): Pass new argument.
11103 2014-08-14  DJ Delorie  <dj@redhat.com>
11105         * config/rl78/rl78-real.md (addqi3_real): Allow adding global
11106         variables to the accumulator.
11108         * config/rl78/predicates.md (rl78_near_mem_operand): New.
11109         * config/rl78/rl78-virt.md (movqi_virt_mm, movqi_virt)
11110         (movhi_virt_mm): Split out near mem-mem moves to avoid problems
11111         with far-far moves.
11113         * config/rl78/rl78-expand.md (umulqihi3): Disable for G10.
11114         * config/rl78/rl78-virt.md (umulhi3_shift_virt): Likewise.
11115         (umulqihi3_virt): Likewise.
11116         * config/rl78/rl78-real.md (umulhi3_shift_real): Likewise.
11117         (umulqihi3_real): Likewise.
11119         * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.
11121 2014-08-14  Jan Hubicka  <hubicka@ucw.cz>
11123         PR tree-optimization/62091
11124         * tree-ssa-alias.c (walk_aliased_vdefs_1): Do not clear
11125         function_entry_reached.
11126         (walk_aliased_vdefs): Clear it here.
11127         * ipa-devirt.c (check_stmt_for_type_change): Handle static storage.
11129 2014-08-14  Jan Hubicka  <hubicka@ucw.cz>
11131         * ipa-utils.h (compare_virtual_tables): Declare.
11132         * ipa-devirt.c (odr_subtypes_equivalent_p): New function
11134 2014-08-14  Marek Polacek  <polacek@redhat.com>
11136         DR 458
11137         * ginclude/stdatomic.h (__atomic_type_lock_free): Remove.
11138         (ATOMIC_*_LOCK_FREE): Map to __GCC_ATOMIC_*_LOCK_FREE.
11140 2014-08-14  Tom de Vries  <tom@codesourcery.com>
11142         * emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration.
11144 2014-08-14  Tom de Vries  <tom@codesourcery.com>
11146         PR rtl-optimization/62004
11147         PR rtl-optimization/62030
11148         * ifcvt.c (rtx_interchangeable_p): New function.
11149         (noce_try_move, noce_process_if_block): Use rtx_interchangeable_p.
11150         * emit-rtl.h (mem_attrs_eq_p): Declare.
11152 2014-08-14  Roman Gareev  <gareevroman@gmail.com>
11154         * graphite-scop-detection.c:
11155         Add inclusion of cp-tree.h.
11156         (graphite_can_represent_scev): Disables the handling of SSA_NAME nodes
11157         in case they are pointers to object types
11159 2014-08-14  Richard Biener  <rguenther@suse.de>
11161         * BASE-VER: Change to 5.0.0
11163 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11164             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11165             Anna Tikhonova  <anna.tikhonova@intel.com>
11166             Ilya Tocar  <ilya.tocar@intel.com>
11167             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11168             Ilya Verbin  <ilya.verbin@intel.com>
11169             Kirill Yukhin  <kirill.yukhin@intel.com>
11170             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11172         * config/i386/sse.md (define_mode_attr avx512): New.
11173         (define_mode_attr sse2_avx_avx512f): Allow V8HI, V16HI, V32HI, V2DI,
11174         V4DI modes.
11175         (define_mode_attr sse2_avx2): Allow V64QI, V32HI, V4TI modes.
11176         (define_mode_attr ssse3_avx2): Ditto.
11177         (define_mode_attr sse4_1_avx2): Allow V64QI, V32HI, V8DI modes.
11178         (define_mode_attr avx2_avx512bw): New.
11179         (define_mode_attr ssedoublemodelower): New.
11180         (define_mode_attr ssedoublemode): Allow V8SF, V8SI, V4DI, V4DF, V4SI,
11181         V32HI, V64QI modes.
11182         (define_mode_attr ssebytemode): Allow V8DI modes.
11183         (define_mode_attr sseinsnmode): Allow V4TI, V32HI, V64QI modes.
11184         (define_mode_attr sseintvecmodelower): Allow V8DF, V4TI modes.
11185         (define_mode_attr ssePSmode2): New.
11186         (define_mode_attr ssescalarsize): Allow V64QI, V32QI, V16QI, V8HI,
11187         V16HI, V32HI modes.
11188         (define_mode_attr dbpsadbwmode): New.
11189         (define_mode_attr bcstscalarsuff): Allow V64QI, V32QI, V16QI, V32HI,
11190         V16HI, V8HI, V8SI, V4SI, V4DI, V2DI, V8SF, V4SF, V4DF, V2DF modes.
11191         (vi8_sse4_1_avx2_avx512): New.
11192         (define_insn <sse4_1_avx2>_movntdqa): Use <vi8_sse4_1_avx2_avx512>
11193         mode attribute.
11194         (define_mode_attr blendbits): Move before its immediate use.
11196 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11197             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11198             Anna Tikhonova  <anna.tikhonova@intel.com>
11199             Ilya Tocar  <ilya.tocar@intel.com>
11200             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11201             Ilya Verbin  <ilya.verbin@intel.com>
11202             Kirill Yukhin  <kirill.yukhin@intel.com>
11203             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11205         * config/i386/sse.md: Allow V64QI, V32QI, V32HI, V4HI modes.
11206         * config/i386/subst.md
11207         (define_mode_iterator SUBST_V): Update.
11208         (define_mode_iterator SUBST_A): Ditto.
11209         (define_subst_attr "mask_operand7"): New.
11210         (define_subst_attr "mask_operand10"): New.
11211         (define_subst_attr "mask_operand_arg34") : New.
11212         (define_subst_attr "mask_expand_op3"): New.
11213         (define_subst_attr "mask_mode512bit_condition"): Handle TARGET_AVX512VL.
11214         (define_subst_attr "sd_mask_mode512bit_condition"): Ditto.
11215         (define_subst_attr "mask_avx512vl_condition"): New.
11216         (define_subst_attr "round_mask_operand4"): Ditto.
11217         (define_subst_attr "round_mask_scalar_op3"): Delete.
11218         (define_subst_attr "round_mask_op4"): New.
11219         (define_subst_attr "round_mode512bit_condition"): Allow V8DImode,
11220         V16SImode.
11221         (define_subst_attr "round_modev8sf_condition"): New.
11222         (define_subst_attr "round_modev4sf_condition"): GET_MODE instead of
11223         <MODE>mode.
11224         (define_subst_attr "round_saeonly_mask_operand4"): New.
11225         (define_subst_attr "round_saeonly_mask_op4"): New.
11226         (define_subst_attr "round_saeonly_mode512bit_condition"): Allow
11227         V8DImode, V16SImode.
11228         (define_subst_attr "round_saeonly_modev8sf_condition"): New.
11229         (define_subst_attr "mask_expand4_name" "mask_expand4"): New.
11230         (define_subst_attr "mask_expand4_args"): New.
11231         (define_subst "mask_expand4"): New.
11233 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11234             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11235             Anna Tikhonova  <anna.tikhonova@intel.com>
11236             Ilya Tocar  <ilya.tocar@intel.com>
11237             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11238             Ilya Verbin  <ilya.verbin@intel.com>
11239             Kirill Yukhin  <kirill.yukhin@intel.com>
11240             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11242         * config/i386/i386.md
11243         (define_attr "isa"): Add avx512bw,noavx512bw.
11244         (define_attr "enabled"): Ditto.
11245         (define_split): Add 32/64-bit mask logic.
11246         (define_insn "*k<logic>qi"): New.
11247         (define_insn "*k<logic>hi"): New.
11248         (define_insn "*anddi_1"): Add mask version.
11249         (define_insn "*andsi_1"): Ditto.
11250         (define_insn "*<code><mode>_1"): Ditto.
11251         (define_insn "*<code>hi_1"): Ditto.
11252         (define_insn "kxnor<mode>"): New.
11253         (define_insn "kunpcksi"): New.
11254         (define_insn "kunpckdi"): New.
11255         (define_insn "*one_cmpl<mode>2_1"): Add mask version.
11256         (define_insn "*one_cmplhi2_1"): Ditto.
11258 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11259             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11260             Anna Tikhonova  <anna.tikhonova@intel.com>
11261             Ilya Tocar  <ilya.tocar@intel.com>
11262             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11263             Ilya Verbin  <ilya.verbin@intel.com>
11264             Kirill Yukhin  <kirill.yukhin@intel.com>
11265             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11267         * config/i386/i386.c (ix86_preferred_simd_mode): Allow V64QImode and
11268         V32HImode.
11270 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11271             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11272             Anna Tikhonova  <anna.tikhonova@intel.com>
11273             Ilya Tocar  <ilya.tocar@intel.com>
11274             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11275             Ilya Verbin  <ilya.verbin@intel.com>
11276             Kirill Yukhin  <kirill.yukhin@intel.com>
11277             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11279         * config/i386/i386.c (print_reg): Ð¡orrectly print 64-bit mask
11280         registers.
11281         (inline_secondary_memory_needed): Allow 64 bit wide mask registers.
11282         (ix86_hard_regno_mode_ok): Allow 32/64-bit mask registers and
11283         xmm/ymm16+ when availble.
11284         * config/i386/i386.h
11285         (HARD_REGNO_NREGS): Add mask regs.
11286         (VALID_AVX512F_REG_MODE): Ditto.
11287         (VALID_AVX512F_REG_MODE) : Define.
11288         (VALID_MASK_AVX512BW_MODE): Ditto.
11289         (reg_class) (MASK_REG_P(X)): Define.
11290         * config/i386/i386.md: Do not split long moves with mask register,
11291         use kmovb if avx512bw is availible.
11292         (movdi_internal): Handle mask registers.
11294 2014-08-14  Richard Biener  <rguenther@suse.de>
11296         PR tree-optimization/62081
11297         * tree-ssa-loop.c (pass_fix_loops): New pass.
11298         (pass_tree_loop::gate):  Do not fixup loops here.
11299         * tree-pass.h (make_pass_fix_loops): Declare.
11300         * passes.def: Schedule pass_fix_loops before GIMPLE loop passes.
11302 2014-08-14  Richard Biener  <rguenther@suse.de>
11304         * tree.c (type_hash_lookup, type_hash_add): Merge into ...
11305         (type_hash_canon): ... this and avoid 2nd lookup for the add.
11307 2014-08-14  Richard Biener  <rguenther@suse.de>
11309         PR tree-optimization/62090
11310         * builtins.c (fold_builtin_sprintf): Move to gimple-fold.c.
11311         (fold_builtin_2): Do not fold sprintf.
11312         (fold_builtin_3): Likewise.
11313         * gimple-fold.c (gimple_fold_builtin_sprintf): New function
11314         moved from builtins.c.
11315         (gimple_fold_builtin): Fold sprintf.
11317 2014-08-14  Richard Biener  <rguenther@suse.de>
11319         PR rtl-optimization/62079
11320         * recog.c (peephole2_optimize): If peep2_do_cleanup_cfg
11321         run cleanup_cfg.
11323 2014-08-14  Ilya Enkovich  <ilya.enkovich@intel.com>
11325         * ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of
11326         current_function_decl.
11328 2014-08-14  Ilya Enkovich  <ilya.enkovich@intel.com>
11330         * cgraph.c (cgraph_node::function_symbol): Fix wrong
11331         cgraph_function_node to cgraph_node::function_symbol
11332         refactoring.
11334 2014-08-14  Zhenqiang Chen  <zhenqiang.chen@arm.com>
11336         * config/arm/arm.c (arm_option_override): Set max_insns_skipped
11337         to MAX_INSN_PER_IT_BLOCK when optimize_size for THUMB2.
11339 2014-08-13  Chen Gang  gang.chen.5i5j@gmail.com
11341         * microblaze/microblaze.md: Remove redundant '@' to avoid compiling
11342         warning.
11344 2014-08-13  Roman Gareev  <gareevroman@gmail.com>
11346         * gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
11347         generator.
11349 2014-08-12  Jakub Jelinek  <jakub@redhat.com>
11351         PR target/62025
11352         * sched-deps.c (find_inc): Check if inc_insn doesn't clobber
11353         any registers that are used in mem_insn.
11355 2014-08-12  Steve Ellcey  <sellcey@mips.com>
11357         * config/mips/mips.h (ASM_SPEC): Pass float options to assembler. 
11359 2014-08-12  Steve Ellcey  <sellcey@mips.com>
11361         * config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
11362         (MULTILIB_DIRNAMES): Ditto.
11363         * config/mips/t-mti-elf (MULTILIB_OPTIONS): Ditto.
11364         * config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.
11365         * config/mips/t-mti-linux (MULTILIB_OPTIONS): Ditto.
11366         * config/mips/t-mti-linux (MULTILIB_DIRNAMES): Ditto.
11367         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Ditto.
11368         * config/mips/mti-linux.h (SYSROOT_SUFFIX_SPEC): Ditto.
11370 2014-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11372         PR target/61413
11373         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix definition
11374         of __ARM_SIZEOF_WCHAR_T.
11376 2014-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11378         PR target/62098
11379         * config/arm/vfp.md (*combine_vcvtf2i): Fix constraint.
11380         Remove unnecessary attributes.
11382 2014-08-12  Yury Gribov  <y.gribov@samsung.com>
11384         * internal-fn.c (init_internal_fns): Fix off-by-one.
11386 2014-08-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11387             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11388             Anna Tikhonova  <anna.tikhonova@intel.com>
11389             Ilya Tocar  <ilya.tocar@intel.com>
11390             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11391             Ilya Verbin  <ilya.verbin@intel.com>
11392             Kirill Yukhin  <kirill.yukhin@intel.com>
11393             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11395         * config/i386/i386.c (standard_sse_constant_opcode): Use
11396         vpxord/vpternlog if avx512 is availible.
11398 2014-08-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11400         PR middle-end/62103
11401         * gimple-fold.c (fold_ctor_reference): Don't fold in presence of
11402         bitfields, that is when size doesn't match the size of type or the
11403         size of the constructor.
11405 2014-08-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
11407         * config/rs6000/constraints.md (wh constraint): New constraint,
11408         for FP registers if direct move is available.
11409         (wi constraint): New constraint, for VSX/FP registers that can
11410         handle 64-bit integers.
11411         (wj constraint): New constraint for VSX/FP registers that can
11412         handle 64-bit integers for direct moves.
11413         (wk constraint): New constraint for VSX/FP registers that can
11414         handle 64-bit doubles for direct moves.
11415         (wy constraint): Make documentation match implementation.
11417         * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add
11418         scalar_in_vmx_p field to simplify tests of whether SFmode or
11419         DFmode can go in the Altivec registers.
11420         (rs6000_hard_regno_mode_ok): Use scalar_in_vmx_p field.
11421         (rs6000_setup_reg_addr_masks): Likewise.
11422         (rs6000_debug_print_mode): Add debug support for scalar_in_vmx_p
11423         field, and wh/wi/wj/wk constraints.
11424         (rs6000_init_hard_regno_mode_ok): Setup scalar_in_vmx_p field, and
11425         the wh/wi/wj/wk constraints.
11426         (rs6000_preferred_reload_class): If SFmode/DFmode can go in the
11427         upper registers, prefer VSX registers unless the operation is a
11428         memory operation with REG+OFFSET addressing.
11430         * config/rs6000/vsx.md (VSr mode attribute): Add support for
11431         DImode.  Change SFmode to use ww constraint instead of d to allow
11432         SF registers in the upper registers.
11433         (VSr2): Likewise.
11434         (VSr3): Likewise.
11435         (VSr5): Fix thinko in comment.
11436         (VSa): New mode attribute that is an alternative to wa, that
11437         returns the VSX register class that a mode can go in, but may not
11438         be the preferred register class.
11439         (VS_64dm): New mode attribute for appropriate register classes for
11440         referencing 64-bit elements of vectors for direct moves and normal
11441         moves.
11442         (VS_64reg): Likewise.
11443         (vsx_mov<mode>): Change wa constraint to <VSa> to limit the
11444         register allocator to only registers the data type can handle.
11445         (vsx_le_perm_load_<mode>): Likewise.
11446         (vsx_le_perm_store_<mode>): Likewise.
11447         (vsx_xxpermdi2_le_<mode>): Likewise.
11448         (vsx_xxpermdi4_le_<mode>): Likewise.
11449         (vsx_lxvd2x2_le_<mode>): Likewise.
11450         (vsx_lxvd2x4_le_<mode>): Likewise.
11451         (vsx_stxvd2x2_le_<mode>): Likewise.
11452         (vsx_add<mode>3): Likewise.
11453         (vsx_sub<mode>3): Likewise.
11454         (vsx_mul<mode>3): Likewise.
11455         (vsx_div<mode>3): Likewise.
11456         (vsx_tdiv<mode>3_internal): Likewise.
11457         (vsx_fre<mode>2): Likewise.
11458         (vsx_neg<mode>2): Likewise.
11459         (vsx_abs<mode>2): Likewise.
11460         (vsx_nabs<mode>2): Likewise.
11461         (vsx_smax<mode>3): Likewise.
11462         (vsx_smin<mode>3): Likewise.
11463         (vsx_sqrt<mode>2): Likewise.
11464         (vsx_rsqrte<mode>2): Likewise.
11465         (vsx_tsqrt<mode>2_internal): Likewise.
11466         (vsx_fms<mode>4): Likewise.
11467         (vsx_nfma<mode>4): Likewise.
11468         (vsx_eq<mode>): Likewise.
11469         (vsx_gt<mode>): Likewise.
11470         (vsx_ge<mode>): Likewise.
11471         (vsx_eq<mode>_p): Likewise.
11472         (vsx_gt<mode>_p): Likewise.
11473         (vsx_ge<mode>_p): Likewise.
11474         (vsx_xxsel<mode>): Likewise.
11475         (vsx_xxsel<mode>_uns): Likewise.
11476         (vsx_copysign<mode>3): Likewise.
11477         (vsx_float<VSi><mode>2): Likewise.
11478         (vsx_floatuns<VSi><mode>2): Likewise.
11479         (vsx_fix_trunc<mode><VSi>2): Likewise.
11480         (vsx_fixuns_trunc<mode><VSi>2): Likewise.
11481         (vsx_x<VSv>r<VSs>i): Likewise.
11482         (vsx_x<VSv>r<VSs>ic): Likewise.
11483         (vsx_btrunc<mode>2): Likewise.
11484         (vsx_b2trunc<mode>2): Likewise.
11485         (vsx_floor<mode>2): Likewise.
11486         (vsx_ceil<mode>2): Likewise.
11487         (vsx_<VS_spdp_insn>): Likewise.
11488         (vsx_xscvspdp): Likewise.
11489         (vsx_xvcvspuxds): Likewise.
11490         (vsx_float_fix_<mode>2): Likewise.
11491         (vsx_set_<mode>): Likewise.
11492         (vsx_extract_<mode>_internal1): Likewise.
11493         (vsx_extract_<mode>_internal2): Likewise.
11494         (vsx_extract_<mode>_load): Likewise.
11495         (vsx_extract_<mode>_store): Likewise.
11496         (vsx_splat_<mode>): Likewise.
11497         (vsx_xxspltw_<mode>): Likewise.
11498         (vsx_xxspltw_<mode>_direct): Likewise.
11499         (vsx_xxmrghw_<mode>): Likewise.
11500         (vsx_xxmrglw_<mode>): Likewise.
11501         (vsx_xxsldwi_<mode>): Likewise.
11502         (vsx_xscvdpspn): Tighten constraints to only use register classes
11503         the types use.
11504         (vsx_xscvspdpn): Likewise.
11505         (vsx_xscvdpspn_scalar): Likewise.
11507         * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wh, wi,
11508         wj, and wk constraints.
11509         (GPR_REG_CLASS_P): New helper macro for register classes targeting
11510         general purpose registers.
11512         * config/rs6000/rs6000.md (f32_dm): Use wh constraint for SDmode
11513         direct moves.
11514         (zero_extendsidi2_lfiwz): Use wj constraint for direct move of
11515         DImode instead of wm.  Use wk constraint for direct move of DFmode
11516         instead of wm.
11517         (extendsidi2_lfiwax): Likewise.
11518         (lfiwax): Likewise.
11519         (lfiwzx): Likewise.
11520         (movdi_internal64): Likewise.
11522         * doc/md.texi (PowerPC and IBM RS6000): Document wh, wi, wj, and
11523         wk constraints. Make the wy constraint documentation match them
11524         implementation.
11526 2014-08-11  Mircea Namolaru  <mircea.namolaru@inria.fr>
11528         Replacement of isl_int by isl_val
11529         * graphite-clast-to-gimple.c: include isl/val.h, isl/val_gmp.h
11530         (compute_bounds_for_param): use isl_val instead of isl_int
11531         (compute_bounds_for_loop): likewise
11532         * graphite-interchange.c: include isl/val.h, isl/val_gmp.h
11533         (build_linearized_memory_access): use isl_val instead of isl_int
11534         (pdr_stride_in_loop): likewise
11535         * graphite-optimize-isl.c:
11536         (getPrevectorMap): use isl_val instead of isl_int
11537         * graphite-poly.c:
11538         (pbb_number_of_iterations_at_time): use isl_val instead of isl_int
11539         graphite-sese-to-poly.c: include isl/val.h, isl/val_gmp.h
11540         (extern the_isl_ctx): declare
11541         (build_pbb_scattering_polyhedrons): use isl_val instead of isl_int
11542         (extract_affine_gmp): likewise
11543         (wrap): likewise
11544         (build_loop_iteration_domains): likewise
11545         (add_param_constraints): likewise
11547 2014-08-11  Richard Biener  <rguenther@suse.de>
11549         PR tree-optimization/62075
11550         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Properly
11551         handle uses in patterns.
11553 2014-08-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11554             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11555             Anna Tikhonova  <anna.tikhonova@intel.com>
11556             Ilya Tocar  <ilya.tocar@intel.com>
11557             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11558             Ilya Verbin  <ilya.verbin@intel.com>
11559             Kirill Yukhin  <kirill.yukhin@intel.com>
11560             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11562         * common/config/i386/i386-common.c
11563         (OPTION_MASK_ISA_AVX512VL_SET): Define.
11564         (OPTION_MASK_ISA_AVX512F_UNSET): Update.
11565         (ix86_handle_option): Handle OPT_mavx512vl.
11566         * config/i386/cpuid.h (bit_AVX512VL): Define.
11567         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512vl,
11568         set -mavx512vl accordingly.
11569         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
11570         OPTION_MASK_ISA_AVX512VL.
11571         * config/i386/i386.c (ix86_target_string): Handle -mavx512vl.
11572         (ix86_option_override_internal): Define PTA_AVX512VL, handle
11573         PTA_AVX512VL and OPTION_MASK_ISA_AVX512VL.
11574         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512vl.
11575         * config/i386/i386.h (TARGET_AVX512VL): Define.
11576         (TARGET_AVX512VL_P(x)): Ditto.
11577         * config/i386/i386.opt: Add mavx512vl.
11579 2014-08-11  Felix Yang  <fei.yang0953@gmail.com>
11581         PR tree-optimization/62073
11582         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that DEF1 has
11583         a basic block.
11585 2014-08-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11586             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11587             Anna Tikhonova  <anna.tikhonova@intel.com>
11588             Ilya Tocar  <ilya.tocar@intel.com>
11589             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11590             Ilya Verbin  <ilya.verbin@intel.com>
11591             Kirill Yukhin  <kirill.yukhin@intel.com>
11592             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11594         * common/config/i386/i386-common.c
11595         (OPTION_MASK_ISA_AVX512BW_SET) : Define.
11596         (OPTION_MASK_ISA_AVX512BW_UNSET): Ditto.
11597         (OPTION_MASK_ISA_AVX512VL_UNSET) : Ditto.
11598         (ix86_handle_option): Handle OPT_mavx512bw.
11599         * config/i386/cpuid.h (bit_AVX512BW): Define.
11600         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512bw,
11601         set -mavx512bw accordingly.
11602         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
11603         OPTION_MASK_ISA_AVX512BW.
11604         * config/i386/i386.c (ix86_target_string): Handle -mavx512bw.
11605         (ix86_option_override_internal): Define PTA_AVX512BW, handle
11606         PTA_AVX512BW and OPTION_MASK_ISA_AVX512BW.
11607         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512bw.
11608         * config/i386/i386.h (TARGET_AVX512BW): Define.
11609         (TARGET_AVX512BW_P(x)): Ditto.
11610         * config/i386/i386.opt: Add mavx512bw.
11612 2014-08-11  Richard Biener  <rguenther@suse.de>
11614         PR tree-optimization/62070
11615         * tree-ssa-loop-manip.c (gimple_duplicate_loop_to_header_edge):
11616         Remove SSA checking.
11618 2014-08-11  Yury Gribov  <y.gribov@samsung.com>
11620         * asan.c (asan_check_flags): New enum.
11621         (build_check_stmt_with_calls): Removed function.
11622         (build_check_stmt): Split inlining logic to
11623         asan_expand_check_ifn.
11624         (instrument_derefs): Rename parameter.
11625         (instrument_mem_region_access): Rename parameter.
11626         (instrument_strlen_call): Likewise.
11627         (asan_expand_check_ifn): New function.
11628         (asan_instrument): Remove old code.
11629         (pass_sanopt::execute): Change handling of
11630         asan-instrumentation-with-call-threshold.
11631         (asan_clear_shadow): Fix formatting.
11632         (asan_function_start): Likewise.
11633         (asan_emit_stack_protection): Likewise.
11634         * doc/invoke.texi (asan-instrumentation-with-call-threshold):
11635         Update description.
11636         * internal-fn.c (expand_ASAN_CHECK): New function.
11637         * internal-fn.def (ASAN_CHECK): New internal function.
11638         * params.def (PARAM_ASAN_INSTRUMENTATION_WITH_CALL_THRESHOLD):
11639         Update description.
11640         (PARAM_ASAN_USE_AFTER_RETURN): Likewise.
11641         * tree.c: Small comment fix.
11643 2014-08-11  Yury Gribov  <y.gribov@samsung.com>
11645         * gimple.c (gimple_call_fnspec): Support internal functions.
11646         (gimple_call_return_flags): Use const.
11647         * Makefile.in (GTFILES): Add internal-fn.h to list of GC files.
11648         * internal-fn.def: Add fnspec information.
11649         * internal-fn.h (internal_fn_fnspec): New function.
11650         (init_internal_fns): Declare new function.
11651         * internal-fn.c (internal_fn_fnspec_array): New global variable.
11652         (init_internal_fns): New function.
11653         * tree-core.h: Update macro call.
11654         * tree.c (build_common_builtin_nodes): Initialize internal fns.
11656 2014-08-10  Gerald Pfeifer  <gerald@pfeifer.com>
11658         * lto-streamer.h (struct output_block::symbol): Change from
11659         struct symtab_node to plain symtab_node.
11660         (referenced_from_this_partition_p): Change first parameter
11661         from struct symtab_node to plain symtab_node.
11663 2014-08-10  Marek Polacek  <polacek@redhat.com>
11665         PR c/51849
11666         * gcc/doc/invoke.texi: Document -Wc90-c99-compat.
11668 2014-08-09  Jan Hubicka  <hubicka@ucw.cz>
11670         * ipa-devirt.c (get_dynamic_type): Handle case when instance is in
11671         DECL correctly; do not give up on types in static storage.
11673 2014-08-09  Paolo Carlini  <paolo.carlini@oracle.com>
11675         * doc/invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
11677 2014-08-09  Roman Gareev  <gareevroman@gmail.com>
11679         * graphite-isl-ast-to-gimple.c:
11680         (translate_isl_ast_node_user): Use nb_loops instead of loop->num + 1.
11682         * gcc.dg/graphite/isl-ast-gen-user-1.c: New testcase.
11684 2014-08-08  Guozhi Wei  <carrot@google.com>
11686         * config/rs6000/rs6000.md (*movdi_internal64): Add a new constraint.
11688 2014-08-08  Cary Coutant  <ccoutant@google.com>
11690         * dwarf2out.c (get_skeleton_type_unit): Remove.
11691         (output_skeleton_debug_sections): Remove skeleton type units.
11692         (output_comdat_type_unit): Likewise.
11693         (dwarf2out_finish): Likewise.
11695 2014-08-07  Yi Yang  <ahyangyi@google.com>
11697         * predict.c (expr_expected_value_1): Remove the redundant assignment.
11699 2014-08-08  Richard Biener  <rguenther@suse.de>
11701         * lto-streamer.h (struct lto_input_block): Make it a class
11702         with a constructor.
11703         (LTO_INIT_INPUT_BLOCK, LTO_INIT_INPUT_BLOCK_PTR): Remove.
11704         (struct lto_function_header, struct lto_simple_header,
11705         struct lto_simple_header_with_strings,
11706         struct lto_decl_header, struct lto_function_header): Make
11707         a simple inheritance hieararchy.  Remove unused fields.
11708         (struct lto_asm_header): Remove.
11709         * lto-streamer-out.c (produce_asm): Adjust.
11710         (lto_output_toplevel_asms): Likewise.
11711         (produce_asm_for_decls): Likewise.
11712         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
11713         * data-streamer-in.c (string_for_index): Likewise.
11714         * ipa-inline-analysis.c (inline_read_section): Likewise.
11715         * ipa-prop.c (ipa_prop_read_section): Likewise.
11716         (read_replacements_section): Likewise.
11717         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
11718         * lto-section-in.c (lto_create_simple_input_block): Likewise.
11719         (lto_destroy_simple_input_block): Likewise.
11720         * lto-streamer-in.c (lto_read_body_or_constructor): Likewise.
11721         (lto_input_toplevel_asms): Likewise.
11723 2014-08-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11724             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
11725             Anna Tikhonova  <anna.tikhonova@intel.com>
11726             Ilya Tocar  <ilya.tocar@intel.com>
11727             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11728             Ilya Verbin  <ilya.verbin@intel.com>
11729             Kirill Yukhin  <kirill.yukhin@intel.com>
11730             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
11732         * common/config/i386/i386-common.c
11733         (OPTION_MASK_ISA_AVX512DQ_SET): Define.
11734         (OPTION_MASK_ISA_AVX512DQ_UNSET): Ditto.
11735         (ix86_handle_option): Handle OPT_mavx512dq.
11736         * config/i386/cpuid.h (bit_AVX512DQ): Define.
11737         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512dq,
11738         set -mavx512dq accordingly.
11739         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
11740         OPTION_MASK_ISA_AVX512DQ.
11741         * config/i386/i386.c (ix86_target_string): Handle -mavx512dq.
11742         (ix86_option_override_internal): Define PTA_AVX512DQ, handle
11743         PTA_AVX512DQ and OPTION_MASK_ISA_AVX512DQ.
11744         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512dq.
11745         * config/i386/i386.h (TARGET_AVX512DQ): Define.
11746         (TARGET_AVX512DQ_P(x)): Ditto.
11747         * config/i386/i386.opt: Add mavx512dq.
11749 2014-08-08  Richard Biener  <rguenther@suse.de>
11751         * builtins.c (c_getstr, readonly_data_expr, init_target_chars,
11752         target_percent, target_percent_s): Export.
11753         (var_decl_component_p, fold_builtin_memory_op, fold_builtin_memset,
11754         fold_builtin_bzero, fold_builtin_strcpy, fold_builtin_strncpy,
11755         fold_builtin_strcat, fold_builtin_fputs, fold_builtin_memory_chk,
11756         fold_builtin_stxcpy_chk, fold_builtin_stxncpy_chk,
11757         fold_builtin_sprintf_chk_1, fold_builtin_snprintf_chk_1):
11758         Move to gimple-fold.c.
11759         (fold_builtin_2): Remove handling of bzero, fputs, fputs_unlocked,
11760         strcat and strcpy.
11761         (fold_builtin_3): Remove handling of memset, bcopy, memcpy,
11762         mempcpy, memmove, strncpy, strcpy_chk and stpcpy_chk.
11763         (fold_builtin_4): Remove handling of memcpy_chk, mempcpy_chk,
11764         memmove_chk, memset_chk, strncpy_chk and stpncpy_chk.
11765         (rewrite_call_expr_array): Remove.
11766         (fold_builtin_sprintf_chk): Likewise.
11767         (fold_builtin_snprintf_chk): Likewise.
11768         (fold_builtin_varargs): Remove handling of sprintf_chk,
11769         vsprintf_chk, snprintf_chk and vsnprintf_chk.
11770         (gimple_fold_builtin_sprintf_chk): Remove.
11771         (gimple_fold_builtin_snprintf_chk): Likewise.
11772         (gimple_fold_builtin_varargs): Likewise.
11773         (fold_call_stmt): Do not call gimple_fold_builtin_varargs.
11774         * predict.c (optimize_bb_for_size_p): Handle NULL bb.
11775         * gimple.c (gimple_seq_add_seq_without_update): New function.
11776         * gimple.h (gimple_seq_add_seq_without_update): Declare.
11777         * gimple-fold.c: Include output.h.
11778         (gsi_replace_with_seq_vops): New function, split out from ...
11779         (gimplify_and_update_call_from_tree): ... here.
11780         (replace_call_with_value): New function.
11781         (replace_call_with_call_and_fold): Likewise.
11782         (var_decl_component_p): Moved from builtins.c.
11783         (gimple_fold_builtin_memory_op): Moved from builtins.c
11784         fold_builtin_memory_op and rewritten to GIMPLE.
11785         (gimple_fold_builtin_memset): Likewise.
11786         (gimple_fold_builtin_strcpy): Likewise.
11787         (gimple_fold_builtin_strncpy): Likewise.
11788         (gimple_fold_builtin_strcat): Likewise.
11789         (gimple_fold_builtin_fputs): Likewise.
11790         (gimple_fold_builtin_memory_chk): Likewise.
11791         (gimple_fold_builtin_stxcpy_chk): Likewise.
11792         (gimple_fold_builtin_stxncpy_chk): Likewise.
11793         (gimple_fold_builtin_snprintf_chk): Likewise.
11794         (gimple_fold_builtin_sprintf_chk): Likewise.
11795         (gimple_fold_builtin_strlen): New function.
11796         (gimple_fold_builtin_with_strlen): New function split out from
11797         gimple_fold_builtin.
11798         (gimple_fold_builtin): Change signature and handle
11799         bzero, memset, bcopy, memcpy, mempcpy and memmove folding
11800         here.  Call gimple_fold_builtin_with_strlen.
11801         (gimple_fold_call): Adjust.
11803 2014-08-08  Kugan Vivekanandarajah  <kuganv@linaro.org>
11805         * calls.c (precompute_arguments): Check
11806          promoted_for_signed_and_unsigned_p and set the promoted mode.
11807         (promoted_for_signed_and_unsigned_p): New function.
11808         (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
11809         and set the promoted mode.
11810         * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
11811         * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
11812         SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
11815 2014-08-08  Kugan Vivekanandarajah  <kuganv@linaro.org>
11817         * calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET
11818         instead of SUBREG_PROMOTED_UNSIGNED_SET.
11819         (expand_call): Likewise.
11820         * cfgexpand.c (expand_gimple_stmt_1): Use SUBREG_PROMOTED_SIGN
11821         to get promoted mode.
11822         * combine.c (record_promoted_value): Skip > 0 comparison with
11823         SUBREG_PROMOTED_UNSIGNED_P as it now returns only 0 or 1.
11824         * expr.c (convert_move): Use SUBREG_CHECK_PROMOTED_SIGN instead
11825         of SUBREG_PROMOTED_UNSIGNED_P.
11826         (convert_modes): Likewise.
11827         (store_expr): Use SUBREG_PROMOTED_SIGN to get promoted mode.
11828         Use SUBREG_CHECK_PROMOTED_SIGN instead of SUBREG_PROMOTED_UNSIGNED_P.
11829         (expand_expr_real_1): Use new SUBREG_PROMOTED_SET instead of
11830         SUBREG_PROMOTED_UNSIGNED_SET.
11831         * function.c (assign_parm_setup_reg): Use new SUBREG_PROMOTED_SET
11832         instead of SUBREG_PROMOTED_UNSIGNED_SET.
11833         * ifcvt.c (noce_emit_cmove): Updated to use SUBREG_PROMOTED_GET and
11834         SUBREG_PROMOTED_SET.
11835         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Use
11836         SUBREG_PROMOTED_SET instead of SUBREG_PROMOTED_UNSIGNED_SET.
11837         * optabs.c (widen_operand): Use SUBREG_CHECK_PROMOTED_SIGN instead
11838         of SUBREG_PROMOTED_UNSIGNED_P.
11839         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Remove.
11840         (SUBREG_PROMOTED_SET): New define.
11841         (SUBREG_PROMOTED_GET): Likewise.
11842         (SUBREG_PROMOTED_SIGN): Likewise.
11843         (SUBREG_PROMOTED_SIGNED_P): Likewise.
11844         (SUBREG_CHECK_PROMOTED_SIGN): Likewise.
11845         (SUBREG_PROMOTED_UNSIGNED_P): Updated.
11846         * rtlanal.c (unsigned_reg_p): Use new SUBREG_PROMOTED_GET
11847         instead of SUBREG_PROMOTED_UNSIGNED_GET.
11848         (nonzero_bits1): Skip > 0 comparison with the results as
11849         SUBREG_PROMOTED_UNSIGNED_P now returns only 0 or 1.
11850         (num_sign_bit_copies1): Use SUBREG_PROMOTED_SIGNED_P instead
11851         of !SUBREG_PROMOTED_UNSIGNED_P.
11852         * simplify-rtx.c (simplify_unary_operation_1): Use new
11853         SUBREG_PROMOTED_SIGNED_P instead of !SUBREG_PROMOTED_UNSIGNED_P.
11854         (simplify_subreg): Use new SUBREG_PROMOTED_SIGNED_P,
11855         SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_SET instead of
11856         SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_UNSIGNED_SET.
11858 2014-08-07  Jan Hubicka  <hubicka@ucw.cz>
11860         * ipa-devirt.c: Include gimple-pretty-print.h
11861         (referenced_from_vtable_p): Exclude DECL_EXTERNAL from
11862         further tests.
11863         (decl_maybe_in_construction_p): Fix conditional on cdtor check
11864         (get_polymorphic_call_info): Fix return value
11865         (type_change_info): New sturcture based on ipa-prop
11866         variant.
11867         (noncall_stmt_may_be_vtbl_ptr_store): New predicate
11868         based on ipa-prop variant.
11869         (extr_type_from_vtbl_ptr_store): New function
11870         based on ipa-prop variant.
11871         (record_known_type): New function.
11872         (check_stmt_for_type_change): New function.
11873         (get_dynamic_type): New function.
11874         * ipa-prop.c (ipa_analyze_call_uses): Use get_dynamic_type.
11875         * tree-ssa-pre.c: ipa-utils.h
11876         (eliminate_dom_walker::before_dom_children): Use ipa-devirt
11877         machinery; sanity check with ipa-prop devirtualization.
11878         * trans-mem.c (ipa_tm_insert_gettmclone_call): Clear
11879         polymorphic flag.
11881 2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
11883         * Makefile.in: Remove references to pointer-set.c and pointer-set.h.
11884         * alias.c, cfgexpand.c, cgraphbuild.c,
11885         config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
11886         config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
11887         config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
11888         config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
11889         config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
11890         config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
11891         config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
11892         dse.c, except.c, gengtype.c, gimple-expr.c,
11893         gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
11894         ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
11895         tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
11896         tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
11897         tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
11898         tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
11899         pointer-set.h.
11900         * pointer-set.c: Remove file.
11901         * pointer-set.h: Remove file.
11903 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11905         * config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
11906         * config/arm/types.md (f_sels, f_seld): Delete.
11908 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11910         * config/aarch64/aarch64.md (absdi2): Set simd attribute.
11911         (aarch64_reload_mov<mode>): Predicate on TARGET_FLOAT.
11912         (aarch64_movdi_<mode>high): Likewise.
11913         (aarch64_mov<mode>high_di): Likewise.
11914         (aarch64_movdi_<mode>low): Likewise.
11915         (aarch64_mov<mode>low_di): Likewise.
11916         (aarch64_movtilow_tilow): Likewise.
11917         Add comment explaining usage of fp,simd attributes and of
11918         TARGET_FLOAT and TARGET_SIMD.
11920 2014-08-07  Ian Bolton  <ian.bolton@arm.com>
11921             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11923         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate):
11924         Use MOVN when one of the half-words is 0xffff.
11926 2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>
11928         * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.
11930 2014-08-07  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
11932         * haifa-sched.c (SCHED_SORT): Delete.  Macro used exactly once.
11933         (enum rfs_decition:RFS_*): New constants wrapped in an enum.
11934         (rfs_str): String corresponding to RFS_* constants.
11935         (rank_for_schedule_stats_t): New typedef.
11936         (rank_for_schedule_stats): New static variable.
11937         (rfs_result): New static function.
11938         (rank_for_schedule): Track statistics for deciding heuristics.
11939         (rank_for_schedule_stats_diff, print_rank_for_schedule_stats): New
11940         static functions.
11941         (ready_sort): Use them for debug printouts.
11942         (schedule_block): Init statistics state.  Print statistics on
11943         rank_for_schedule decisions.
11945 2014-08-07  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
11947         * haifa-sched.c (rank_for_schedule): Fix INSN_TICK-based heuristics.
11949 2014-08-07  Ilya Tocar  <ilya.tocar@intel.com>
11951         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): Fix
11952         constraint.
11954 2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
11956         * hash-map.h (default_hashmap_traits): Adjust overloads of hash
11957         function to not conflict.
11958         * alias.c, cfgexpand.c, dse.c, except.h, gimple-expr.c,
11959         gimple-ssa-strength-reduction.c, gimple-ssa.h, ifcvt.c,
11960         lto-streamer-out.c, lto-streamer.h, tree-affine.c, tree-affine.h,
11961         tree-predcom.c, tree-scalar-evolution.c, tree-ssa-loop-im.c,
11962         tree-ssa-loop-niter.c, tree-ssa.c, value-prof.c: Use hash_map instead
11963         of pointer_map.
11965 2014-08-07  Marek Polacek  <polacek@redhat.com>
11967         * fold-const.c (fold_binary_loc): Add folding of
11968         (PTR0 - (PTR1 p+ A) -> (PTR0 - PTR1) - A.
11970 2013-08-07  Ilya Enkovich  <ilya.enkovich@intel.com>
11972         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use decl size
11973         instead of type size.
11974         (ASM_FINISH_DECLARE_OBJECT): Likewise.
11976 2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>
11978         * config/arm/thumb1.md (*thumb1_movhi_insn): Handle stack pointer.
11979         (*thumb1_movqi_insn): Likewise.
11980         * config/arm/thumb2.md (*thumb2_movhi_insn): Likewise.
11982 2014-08-07  Tom de Vries  <tom@codesourcery.com>
11984         * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
11985         (glibc_2_11_or_earlier): Remove effective-target keywords.
11987 2014-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
11989         * config/arm/arm.c (bdesc_2arg): Fix typo.
11990         (arm_atomic_assign_expand_fenv): Remove The default implementation.
11992 2014-08-07  Zhenqiang Chen  <zhenqiang.chen@arm.com>
11994         * tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.
11996 2014-08-06  Vladimir Makarov  <vmakarov@redhat.com>
11998         PR debug/61923
11999         * haifa-sched.c (advance_one_cycle): Fix dump.
12000         (schedule_block): Don't advance cycle if we are already at the
12001         beginning of the cycle.
12003 2014-08-06  Martin Jambor  <mjambor@suse.cz>
12005         PR ipa/61393
12006         * cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.
12008 2014-08-06  Richard Biener  <rguenther@suse.de>
12010         PR lto/62034
12011         * lto-streamer-in.c (lto_input_tree_1): Assert we do not read
12012         SCCs here.
12013         (lto_input_tree): Pop SCCs here.
12015 2014-08-06  Richard Biener  <rguenther@suse.de>
12017         PR tree-optimization/61320
12018         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Properly
12019         handle misaligned loads.
12021 2014-08-06  Alan Lawrence  <alan.lawrence@arm.com>
12023         * config/aarch64/aarch64.c (aarch64_evpc_dup): Enable for bigendian.
12024         (aarch64_expand_vec_perm_const): Check for dup before zip.
12026 2014-08-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12028         * config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
12029         CONST_INT_P instead of GET_CODE and compare.
12030         (aarch64_select_cc_mode): Likewise.
12031         (aarch64_print_operand): Likewise.
12032         (aarch64_rtx_costs): Likewise.
12033         (aarch64_simd_valid_immediate): Likewise.
12034         (aarch64_simd_check_vect_par_cnst_half): Likewise.
12035         (aarch64_simd_emit_pair_result_insn): Likewise.
12037 2014-08-05  David Malcolm  <dmalcolm@redhat.com>
12039         * gdbhooks.py (find_gcc_source_dir): New helper function.
12040         (class PassNames): New class, locating and parsing passes.def.
12041         (class BreakOnPass): New command "break-on-pass".
12043 2014-08-05  Trevor Saunders  <tsaunders@mozilla.com>
12045         * tree-ssa.c (redirect_edge_var_map_dup): insert newe before
12046         getting olde.
12048 2014-08-05  Richard Biener  <rguenther@suse.de>
12050         PR rtl-optimization/61672
12051         * emit-rtl.h (mem_attrs_eq_p): Declare.
12052         * emit-rtl.c (mem_attrs_eq_p): Export.  Handle NULL mem-attrs.
12053         * cse.c (exp_equiv_p): Use mem_attrs_eq_p.
12054         * cfgcleanup.c (merge_memattrs): Likewise.
12055         Include emit-rtl.h.
12057 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12059         * config/aarch64/arm_neon.h (vqdmlals_lane_s32): Use scalar types
12060         rather than singleton vectors.
12061         (vqdmlsls_lane_s32): Likewise.
12063 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12065         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_laneq<mode>):
12066         Use VSDQ_HSI mode iterator.
12067         (aarch64_sqrdmulh_laneq<mode>): Likewise.
12068         (aarch64_sq<r>dmulh_laneq<mode>_internal): New define_insn.
12069         * config/aarch64/aarch64-simd-builtins.def (sqdmulh_laneq):
12070         Use BUILTIN_VDQHS macro.
12071         (sqrdmulh_laneq): Likewise.
12072         * config/aarch64/arm_neon.h (vqdmlalh_laneq_s16): New intrinsic.
12073         (vqdmlals_laneq_s32): Likewise.
12074         (vqdmlslh_laneq_s16): Likewise.
12075         (vqdmlsls_laneq_s32): Likewise.
12076         (vqdmulhh_laneq_s16): Likewise.
12077         (vqdmulhs_laneq_s32): Likewise.
12078         (vqrdmulhh_laneq_s16): Likewise.
12079         (vqrdmulhs_laneq_s32): Likewise.
12081 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12083         * config/aarch64/arm_neon.h (vmul_f64): New intrinsic.
12084         (vmuld_laneq_f64): Likewise.
12085         (vmuls_laneq_f32): Likewise.
12086         (vmul_n_f64): Likewise.
12087         (vmuld_lane_f64): Reimplement in C.
12088         (vmuls_lane_f32): Likewise.
12090 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12092         * config/arm/cortex-a15.md (cortex_a15_alu_shift): Add crc type
12093         to reservation.
12094         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
12096 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12098         * config/arm/arm.md (clzsi2): Set predicable_short_it attr to no.
12099         (rbitsi2): Likewise.
12100         (*arm_rev): Set predicable and predicable_short_it attributes.
12102 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12104         * convert.c (convert_to_integer): Guard transformation to lrint by
12105         -fno-math-errno.
12107 2014-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
12109         * config/aarch64/aarch64-builtins.c
12110         (aarch64_simd_builtin_type_mode): Delete.
12111         (v8qi_UP): Remap to V8QImode.
12112         (v4hi_UP): Remap to V4HImode.
12113         (v2si_UP): Remap to V2SImode.
12114         (v2sf_UP): Remap to V2SFmode.
12115         (v1df_UP): Remap to V1DFmode.
12116         (di_UP): Remap to DImode.
12117         (df_UP): Remap to DFmode.
12118         (v16qi_UP):V16QImode.
12119         (v8hi_UP): Remap to V8HImode.
12120         (v4si_UP): Remap to V4SImode.
12121         (v4sf_UP): Remap to V4SFmode.
12122         (v2di_UP): Remap to V2DImode.
12123         (v2df_UP): Remap to V2DFmode.
12124         (ti_UP): Remap to TImode.
12125         (ei_UP): Remap to EImode.
12126         (oi_UP): Remap to OImode.
12127         (ci_UP): Map to CImode.
12128         (xi_UP): Remap to XImode.
12129         (si_UP): Remap to SImode.
12130         (sf_UP): Remap to SFmode.
12131         (hi_UP): Remap to HImode.
12132         (qi_UP): Remap to QImode.
12133         (aarch64_simd_builtin_datum): Make mode a machine_mode.
12134         (VAR1): Build builtin name.
12135         (aarch64_init_simd_builtins): Remove dead code.
12137 2014-08-05  Roman Gareev  <gareevroman@gmail.com>
12139         * graphite-isl-ast-to-gimple.c:
12140         (set_options): New function.
12141         (scop_to_isl_ast): Add calling of set_options.
12143 2014-08-05  Jakub Jelinek  <jakub@redhat.com>
12145         * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
12146         (analyze_iv_to_split_insn): Don't initialize them.
12147         (get_ivts_expr): Removed.
12148         (allocate_basic_variable, insert_base_initialization): Use
12149         SET_SRC instead of *get_ivts_expr.
12150         (split_iv): Use &SET_SRC instead of get_ivts_expr.
12152 2014-08-05  Roman Gareev  <gareevroman@gmail.com>
12154         * graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
12155         (translate_isl_ast_for_loop): Add checking of the
12156         flag_loop_parallelize_all.
12157         (ast_build_before_for): New function.
12158         (scop_to_isl_ast): Add checking of the
12159         flag_loop_parallelize_all.
12160         * graphite-dependences.c: Move the defenition of the
12161         scop_get_dependences from graphite-optimize-isl.c to this file.
12162         (apply_schedule_on_deps): Add checking of the ux's emptiness.
12163         (carries_deps): Add checking of the x's value.
12164         * graphite-optimize-isl.c: Move the defenition of the
12165         scop_get_dependences to graphite-dependences.c.
12166         * graphite-poly.h: Add declarations of scop_get_dependences
12167         and carries_deps.
12169 2014-08-04  Rohit  <rohitarulraj@freescale.com>
12171         PR target/60102
12172         * config/rs6000/rs6000.c (rs6000_reg_names): Add SPE high register
12173         names.
12174         (alt_reg_names): Likewise.
12175         (rs6000_dwarf_register_span): For SPE high registers, replace
12176         dwarf register numbers with GCC hard register numbers.
12177         (rs6000_init_dwarf_reg_sizes_extra): Likewise.
12178         (rs6000_dbx_register_number): For SPE high registers, return dwarf
12179         register number for the corresponding GCC hard register number.
12180         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Update based on 32
12181         newly added GCC hard register numbers for SPE high registers.
12182         (DWARF_FRAME_REGISTERS):  Likewise.
12183         (DWARF_REG_TO_UNWIND_COLUMN): Likewise.
12184         (DWARF_FRAME_REGNUM): Likewise.
12185         (FIXED_REGISTERS): Likewise.
12186         (CALL_USED_REGISTERS): Likewise.
12187         (CALL_REALLY_USED_REGISTERS): Likewise.
12188         (REG_ALLOC_ORDER): Likewise.
12189         (enum reg_class): Likewise.
12190         (REG_CLASS_NAMES): Likewise.
12191         (REG_CLASS_CONTENTS): Likewise.
12192         (SPE_HIGH_REGNO_P): New macro to identify SPE high registers.
12194 2014-08-04  Richard Biener  <rguenther@suse.de>
12196         * gimple-fold.h (gimple_fold_builtin): Remove.
12197         * gimple-fold.c (gimple_fold_builtin): Make static.
12198         * tree-ssa-ccp.c (pass_fold_builtins::execute): Use
12199         fold_stmt, not gimple_fold_builtin.
12201 2014-08-04  Martin Liska <mliska@suse.cz>
12203         * cgraph.h (csi_end_p): Removed.
12204         (csi_next): Likewise.
12205         (csi_node): Likewise.
12206         (csi_start): Likewise.
12207         (cgraph_node_in_set_p): Likewise.
12208         (cgraph_node_set_size): Likewise.
12209         (vsi_end_p): Likewise.
12210         (vsi_next): Likewise.
12211         (vsi_node): Likewise.
12212         (vsi_start): Likewise.
12213         (varpool_node_set_size): Likewise.
12214         (cgraph_node_set_nonempty_p): Likewise.
12215         (varpool_node_set_nonempty_p): Likewise.
12216         * cgraphunit.c (cgraph_process_new_functions): vec replaces
12217         cgraph_node_set.
12218         * ipa-inline-transform.c: Likewise.
12219         * ipa-utils.c (cgraph_node_set_new): Removed.
12220         (cgraph_node_set_add): Likewise.
12221         (cgraph_node_set_remove): Likewise.
12222         (cgraph_node_set_find): Likewise.
12223         (dump_cgraph_node_set): Likewise.
12224         (debug_cgraph_node_set): Likewise.
12225         (free_cgraph_node_set): Likewise.
12226         (varpool_node_set_new): Likewise.
12227         (varpool_node_set_add): Likewise.
12228         (varpool_node_set_remove): Likewise.
12229         (varpool_node_set_find): Likewise.
12230         (dump_varpool_node_set): Likewise.
12231         (free_varpool_node_set): Likewise.
12232         (debug_varpool_node_set): Likewise.
12233         * tree-emutls.c (struct tls_var_data):
12234         (emutls_index): Removed.
12235         (emutls_decl): Likewise.
12236         (gen_emutls_addr): Function implementation uses newly added
12237         hash_map<varpool_node *, tls_var_data>.
12238         (clear_access_vars): Likewise.
12239         (create_emultls_var): Likewise.
12240         (ipa_lower_emutls): Likewise.
12241         (reset_access): New function.
12243 2014-08-04 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
12245         * config/i386/i386.c (ix86_option_override_internal): Add
12246         PTA_RDRND and PTA_MOVBE for bdver4.
12248 2014-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12249             James Greenhalgh  <james.greenhalgh@arm.com>
12251         * doc/md.texi (clrsb): Document.
12252         (clz): Change reference to x into operand 1.
12253         (ctz): Likewise.
12254         (popcount): Likewise.
12256 2014-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12258         PR target/61713
12259         * gcc/optabs.c (expand_atomic_test_and_set): Do not try to emit
12260         move to subtarget in serial version if result is ignored.
12262 2014-08-04  Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
12263             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12265         * sched-deps.c (try_group_insn): Generalise macro fusion hook usage
12266         to any two insns.  Update comment.  Rename to sched_macro_fuse_insns.
12267         (sched_analyze_insn): Update use of try_group_insn to
12268         sched_macro_fuse_insns.
12269         * config/i386/i386.c (ix86_macro_fusion_pair_p): Reject 2nd
12270         arguments that are not conditional jumps.
12272 2014-08-04 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
12274         * config/i386/driver-i386.c (host_detect_local_cpu): Handle AMD's extended
12275         family information. Handle BTVER2 cpu with cpuid family value.
12277 2014-08-04  Tom de Vries  <tom@codesourcery.com>
12279         * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
12280         (glibc_2_11_or_earlier): Document effective-target keywords.
12282 2014-08-01  Jan Hubicka  <hubicka@ucw.cz>
12284         * ipa-devirt.c (odr_type_warn_count): Add type.
12285         (possible_polymorphic_call_targets): Set it.
12286         (ipa_devirt): Use it.
12288 2014-08-01  Jan Hubicka  <hubicka@ucw.cz>
12290         * doc/invoke.texi (Wsuggest-final-types, Wsuggest-final-methods):
12291         Document.
12292         * ipa-devirt.c: Include hash-map.h
12293         (struct polymorphic_call_target_d): Add type_warning and decl_warning.
12294         (clear_speculation): Break out of ...
12295         (get_class_context): ... here; speed up handling obviously useless
12296         speculations.
12297         (odr_type_warn_count, decl_warn_count): New structures.
12298         (final_warning_record): New structure.
12299         (final_warning_records): New static variable.
12300         (possible_polymorphic_call_targets): Cleanup handling of
12301         speculative info; do not build speculation when user do not care;
12302         record info about warnings when asked for.
12303         (add_decl_warning): New function.
12304         (type_warning_cmp): New function.
12305         (decl_warning_cmp): New function.
12306         (ipa_devirt): Handle -Wsuggest-final-methods and -Wsuggest-final-types.
12307         (gate): Enable pass when warnings are requested.
12308         * common.opt (Wsuggest-final-types, Wsuggest-final-methods): New
12309         options.
12311 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
12313         * hash-map.h (default_hashmap_traits::mark_key_deleted):
12314         Fix cast.
12315         (hash_map::remove): New method.
12316         (hash_map::traverse): New method.
12317         * cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
12318         ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
12319         tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
12320         tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
12321         tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
12322         tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
12323         pointer_map.
12325 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
12327         * hash-set.h: new File.
12328         * cfgexpand.c, cfgloop.c, cgraph.c, cgraphbuild.c, cgraphunit.c,
12329         cprop.c, cse.c, gimple-walk.c, gimple-walk.h, gimplify.c, godump.c,
12330         ipa-devirt.c, ipa-pure-const.c, ipa-visibility.c, ipa.c, lto-cgraph.c,
12331         lto-streamer-out.c, stmt.c, tree-cfg.c, tree-core.h, tree-eh.c,
12332         tree-inline.c, tree-inline.h, tree-nested.c, tree-pretty-print.c,
12333         tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-threadedge.c,
12334         tree-ssa-uninit.c, tree.c, tree.h, value-prof.c, varasm.c,
12335         varpool.c: Use hash_set instead of pointer_set.
12337 2014-08-01  Alan Lawrence  <alan.lawrence@arm.com>
12339         * config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.
12341 2014-08-01  Jiong Wang <jiong.wang@arm.com>
12343         * config/aarch64/aarch64.c (aarch64_classify_address): Accept all offset
12344         for frame access when strict_p is false.
12346 2014-08-01  Renlin Li <renlin.li@arm.com>
12347 2014-08-01  Jiong Wang <jiong.wang@arm.com>
12349         * config/aarch64/aarch64.c (offset_7bit_signed_scaled_p): Rename to
12350         aarch64_offset_7bit_signed_scaled_p, remove static and use it.
12351         * config/aarch64/aarch64-protos.h (aarch64_offset_7bit_signed_scaled_p):
12352         Declaration.
12353         * config/aarch64/predicates.md (aarch64_mem_pair_offset): Define new
12354         predicate.
12355         * config/aarch64/aarch64.md (loadwb_pair, storewb_pair): Use
12356         aarch64_mem_pair_offset.
12358 2014-08-01  Jiong Wang <jiong.wang@arm.com>
12360         * config/aarch64/aarch64.md (loadwb_pair<GPI:mode>_<P:mode>): Fix
12361         offset.
12362         (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
12363         * config/aarch64/aarch64.c (aarch64_gen_loadwb_pair): Likewise.
12365 2014-08-01  Matthew Fortune  <matthew.fortune@imgtec.com>
12367         * config/mips/mips.h (REGISTER_PREFIX): Define macro.
12369 2014-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
12371         PR regression/61510
12372         * cgraphunit.c (analyze_functions): Use get_create rather than get
12373         for decls which are clones of abstract functions.
12375 2014-08-01  Martin Liska  <mliska@suse.cz>
12377         * gimple-iterator.h (gsi_next_nonvirtual_phi): New function.
12378         * ipa-prop.h (count_formal_params): Global function created from static.
12379         * ipa-prop.c (count_formal_params): Likewise.
12380         * ipa-utils.c (ipa_merge_profiles): Be more tolerant if we merge
12381         profiles for semantically equivalent functions.
12382         * passes.c (do_per_function): If we load body of a function
12383         during WPA, this condition should behave same.
12384         * varpool.c (ctor_for_folding): More tolerant assert for variable
12385         aliases created during WPA.
12387 2014-08-01  Martin Liska  <mliska@suse.cz>
12389         * doc/invoke.texi (Options That Control Optimization): Documentation
12390         for -foptimize-strlen introduced. Optimization levels default options
12391         fixed.
12393 2014-08-01  Jakub Jelinek  <jakub@redhat.com>
12395         * opts.c (common_handle_option): Handle -fsanitize=alignment.
12396         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_CTOR_CALL.
12397         (ubsan_expand_bounds_ifn, ubsan_expand_null_ifn): Change return
12398         type to bool.
12399         * stor-layout.h (min_align_of_type): New prototype.
12400         * asan.c (pass_sanopt::execute): Don't perform gsi_next if
12401         ubsan_expand* told us not to do it.  Remove the extra gsi_end_p
12402         check.
12403         * ubsan.c: Include builtins.h.
12404         (ubsan_expand_bounds_ifn): Change return type to bool,
12405         always return true.
12406         (ubsan_expand_null_ifn): Change return type to bool, change
12407         argument to gimple_stmt_iterator *.  Handle both null and alignment
12408         sanitization, take type from ckind argument's type rather than
12409         first argument.
12410         (instrument_member_call): Removed.
12411         (instrument_mem_ref): Remove t argument, add mem and base arguments.
12412         Handle both null and alignment sanitization, don't say whole
12413         struct access is member access.  Build 3 argument IFN_UBSAN_NULL
12414         call instead of 2 argument.
12415         (instrument_null): Adjust instrument_mem_ref caller.  Don't
12416         instrument calls here.
12417         (pass_ubsan::gate, pass_ubsan::execute): Handle SANITIZE_ALIGNMENT
12418         like SANITIZE_NULL.
12419         * stor-layout.c (min_align_of_type): New function.
12420         * flag-types.h (enum sanitize_code): Add SANITIZE_ALIGNMENT.
12421         Or it into SANITIZE_UNDEFINED.
12422         * doc/invoke.texi (-fsanitize=alignment): Document.
12424 2014-07-31  Andi Kleen  <ak@linux.intel.com>
12426         * tree-ssa-tail-merge.c (same_succ_hash): Convert to inchash.
12428 2014-07-31  Andi Kleen  <ak@linux.intel.com>
12430         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Convert to
12431         inchash.
12432         (vn_reference_compute_hash): Dito.
12433         (vn_nary_op_compute_hash): Dito.
12434         (vn_phi_compute_hash): Dito.
12435         * tree-ssa-sccvn.h (vn_hash_constant_with_type): Dito.
12437 2014-07-31  Andi Kleen  <ak@linux.intel.com>
12439         * tree-ssa-dom.c (iterative_hash_exprs_commutative):
12440         Rename to inchash:add_expr_commutative. Convert to inchash.
12441         (iterative_hash_hashable_expr): Rename to
12442         inchash:add_hashable_expr. Convert to inchash.
12443         (avail_expr_hash): Dito.
12445 2014-07-31  Andi Kleen  <ak@linux.intel.com>
12447         * ipa-devirt.c (polymorphic_call_target_hasher::hash):
12448         Convert to inchash.
12450 2014-07-31  Andi Kleen  <ak@linux.intel.com>
12452         * asan.c (asan_mem_ref_hasher::hash): Convert to inchash.
12454 2014-07-31  Andi Kleen  <ak@linux.intel.com>
12456         * Makefile.in (OBJS): Add rtlhash.o
12457         * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
12458         (loc_checksum): Dito.
12459         (loc_checksum_ordered): Dito.
12460         (hash_loc_operands): Dito.
12461         (hash_locs): Dito.
12462         (hash_loc_list): Dito.
12463         * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
12464         * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
12465         * rtlhash.c: New file.
12466         * rtlhash.h: New file.
12468 2014-07-31  Andi Kleen  <ak@linux.intel.com>
12470         * inchash.h (inchash): Change inchash class to namespace.
12471         (class hash): ... Rename from inchash.
12472         (add_object): Move from macro to class template.
12473         * lto-streamer-out.c (hash_tree): Change inchash
12474         to inchash::hash.
12475         * tree.c (build_type_attribute_qual_variant): Dito.
12476         (type_hash_list): Dito.
12477         (attribute_hash_list): Dito.
12478         (iterative_hstate_expr): Rename to inchash::add_expr
12479         (build_range_type_1): Change inchash to inchash::hash
12480         and use hash::add_expr.
12481         (build_array_type_1): Dito.
12482         (build_function_type): Dito
12483         (build_method_type_directly): Dito.
12484         (build_offset_type): Dito.
12485         (build_complex_type): Dito.
12486         (make_vector_type): Dito.
12487         * tree.h (iterative_hash_expr): Dito.
12489 2014-07-31  Chen Gang  <gang.chen.5i5j@gmail.com>
12491         * gcc.c (do_spec_1): Allocate enough space for saved_suffix.
12493 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
12495         * config/aarch64/arm_neon.h (vpadd_<suf><8,16,32,64>): Move to
12496         correct alphabetical position.
12497         (vpaddd_f64): Rewrite using builtins.
12498         (vpaddd_s64): Move to correct alphabetical position.
12499         (vpaddd_u64): New.
12501 2014-07-31  Oleg Endo  <olegendo@gcc.gnu.org>
12503         PR target/61844
12504         * config/sh/sh.c (sh_legitimate_address_p,
12505         sh_legitimize_reload_address): Handle reg+reg address modes when
12506         ALLOW_INDEXED_ADDRESS is false.
12507         * config/sh/predicates.md (general_movsrc_operand,
12508         general_movdst_operand): Likewise.
12510 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
12512         * config/aarch64/aarch64-builtins.c
12513         (aarch64_gimple_fold_builtin): Don't fold reduction operations for
12514         BYTES_BIG_ENDIAN.
12516 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
12518         * config/aarch64/aarch64.c (aarch64_simd_vect_par_cnst_half): Vary
12519         the generated mask based on BYTES_BIG_ENDIAN.
12520         (aarch64_simd_check_vect_par_cnst_half): New.
12521         * config/aarch64/aarch64-protos.h
12522         (aarch64_simd_check_vect_par_cnst_half): New.
12523         * config/aarch64/predicates.md (vect_par_cnst_hi_half): Refactor
12524         the check out to aarch64_simd_check_vect_par_cnst_half.
12525         (vect_par_cnst_lo_half): Likewise.
12526         * config/aarch64/aarch64-simd.md
12527         (aarch64_simd_move_hi_quad_<mode>): Always use vec_par_cnst_lo_half.
12528         (move_hi_quad_<mode>): Always generate a low mask.
12530 2014-07-30  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12532         * doc/invoke.texi (AVR Options): Add documentation about
12533         __AVR_DEVICE_NAME__ built-in macro.
12535 2014-07-31  Charles Baylis  <charles.baylis@linaro.org>
12537         PR target/61948
12538         * config/arm/neon.md (ashldi3_neon): Don't emit arm_ashldi3_1bit unless
12539         constraints are satisfied.
12540         (<shift>di3_neon): Likewise.
12542 2014-07-31  Richard Biener  <rguenther@suse.de>
12544         PR tree-optimization/61964
12545         * tree-ssa-tail-merge.c (gimple_equal_p): Handle non-SSA LHS solely
12546         by structural equality.
12548 2014-07-31  Yury Gribov  <y.gribov@samsung.com>
12550         * doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
12551         * doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
12552         * flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
12553         New enums.
12554         * gcc.c (sanitize_spec_function): Support new option.
12555         (SANITIZER_SPEC): Remove now redundant check.
12556         * opts.c (common_handle_option): Support new option.
12557         (finish_options): Check for incompatibilities.
12558         * toplev.c (process_options): Split userspace-specific checks.
12560 2014-07-31  Richard Biener  <rguenther@suse.de>
12562         * lto-streamer.h (struct output_block): Remove global.
12563         (struct data_in): Remove labels, num_named_labels and
12564         num_unnamed_labels.
12565         * lto-streamer-in.c (lto_data_in_delete): Do not free labels.
12566         * lto-streamer-out.c (produce_asm_for_decls): Do not set global.
12568 2014-07-31  Marc Glisse  <marc.glisse@inria.fr>
12570         PR c++/60517
12571         * common.opt (-Wreturn-local-addr): Moved from c.opt.
12572         * gimple-ssa-isolate-paths.c: Include diagnostic-core.h and intl.h.
12573         (isolate_path): New argument to avoid inserting a trap.
12574         (find_implicit_erroneous_behaviour): Handle returning the address
12575         of a local variable.
12576         (find_explicit_erroneous_behaviour): Likewise.
12578 2014-07-31  Bingfeng Mei <bmei@broadcom.com>
12580         PR lto/61868
12581         * toplev.c (init_random_seed): Move piece of code never called to
12582         set_random_seed.
12583         (set_random_seed): see above.
12585 2014-07-31  Tom de Vries  <tom@codesourcery.com>
12587         * tree-ssa-loop.c (pass_tree_loop_init::execute): Remove dead code.
12589 2014-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
12591         * ira.c (insn_contains_asm_1, insn_contains_asm): Delete.
12592         (compute_regs_asm_clobbered): Use extract_asm_operands instead.
12594 2014-07-31  Richard Biener  <rguenther@suse.de>
12596         * data-streamer.h (streamer_write_data_stream): Declare here,
12597         renamed from ...
12598         * lto-streamer.h (lto_output_data_stream): ... this.  Remove.
12599         * lto-cgraph.c (lto_output_node): Adjust.
12600         (lto_output_varpool_node): Likewise.
12601         * data-streamer-out.c (streamer_string_index): Likewise.
12602         (streamer_write_data_stream, lto_append_block): Move from ...
12603         * lto-section-out.c (lto_output_data_stream,
12604         lto_append_block): ... here.
12606 2014-07-30  Mike Stump  <mikestump@comcast.net>
12608         * configure.ac: Also check for popen.
12609         * tree-loop-distribution.c (dot_rdg): Autoconfize popen use.
12610         * configure: Regenerate.
12611         * config.in:  Regenerate.
12613 2014-07-30  Martin Jambor  <mjambor@suse.cz>
12615         * tree-sra.c (sra_ipa_modify_assign): Change type of the first
12616         parameter to gimple.
12618 2014-07-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12620         * config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
12621         address as second parameter to __tpf_eh_return routine.
12623 2014-07-30  Jiong Wang  <jiong.wang@arm.com>
12625         * config/arm/arm.c (arm_get_frame_offsets): Adjust condition for
12626         Thumb2.
12628 2014-07-30  Tom Tromey  <tromey@redhat.com>
12630         PR c/59855
12631         * doc/invoke.texi (Warning Options): Document -Wdesignated-init.
12632         * doc/extend.texi (Type Attributes): Document designated_init
12633         attribute.
12635 2014-07-30  Roman Gareev  <gareevroman@gmail.com>
12637         * graphite-isl-ast-to-gimple.c:
12638         (gcc_expression_from_isl_ast_expr_id): Add calling of fold_convert.
12639         (gcc_expression_from_isl_expression): Pass type to
12640         gcc_expression_from_isl_ast_expr_id.
12642 2014-07-30  Richard Biener  <rguenther@suse.de>
12644         * lto-streamer.h (lto_write_data): New function.
12645         * langhooks.c (lhd_append_data): Do not free block.
12646         * lto-section-out.c (lto_write_data): New function writing
12647         raw data to the current section.
12648         (lto_write_stream): Adjust for langhook semantic change.
12649         (lto_destroy_simple_output_block): Write header directly.
12650         * lto-opts.c (lto_write_options): Write options directly.
12651         * lto-streamer-out.c (produce_asm): Write heaeder directly.
12652         (lto_output_toplevel_asms): Likewise.
12653         (copy_function_or_variable): Copy data directly.
12654         (write_global_references): Output index table directly.
12655         (lto_output_decl_state_refs): Likewise.
12656         (write_symbol): Write data directly.
12657         (produce_symtab): Adjust.
12658         (produce_asm_for_decls): Output header and refs directly.
12660 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
12662         * ipa-devirt.c (polymorphic_call_target_d): Rename nonconstruction_targets
12663         to speculative_targets
12664         (get_class_context): Fix handling of contextes without outer type;
12665         avoid matching non-polymorphic types in LTO.
12666         (possible_polymorphic_call_targets): Trun nonconstruction_targetsp
12667         parameter to speculative_targetsp; handle speculation.
12668         (dump_possible_polymorphic_call_targets): Update dumping.
12670 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
12672         * common.opt (Wodr): Enable by default.
12674 2014-07-29  Olivier Hainque  <hainque@adacore.com>
12676         * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
12678 2014-07-29  H.J. Lu  <hongjiu.lu@intel.com>
12680         PR bootstrap/61914
12681         * gengtype.c (strtoken): New function.
12682         (create_user_defined_type): Replace strtok with strtoken.
12684 2014-07-29  Nathan Sidwell  <nathan@acm.org>
12686         * gcov-io.c (gcov_var): Make hidden.
12687         * gcov-tool.c (gcov_list, gcov_exit): Remove declarations.
12688         (gcov_do_dump): Declare.
12689         (gcov_output_files): Call gcov_do_dump, not gcov_exit).
12691 2014-07-29  Martin Jambor  <mjambor@suse.cz>
12693         * tree-sra.c (sra_modify_constructor_assign): Change type of stmt
12694         parameter to gimple.
12695         (sra_modify_assign): Likewise.
12697 2014-07-29  Richard Biener  <rguenther@suse.de>
12699         PR middle-end/52478
12700         * expr.c (expand_expr_real_2): Revert last change.
12702 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
12704         * cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.
12705         * cgraph.h (cgraph_indirect_call_info): Add speculative data.
12706         * gimple-fold.c (fold_gimple_assign): Fix check for virtual
12707         call.
12708         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Update
12709         (contains_type_p): Forward declare.
12710         (polymorphic_call_target_hasher::hash): Hash speculative info.
12711         (polymorphic_call_target_hasher::equal): Compare speculative info.
12712         (get_class_context): Handle speuclation.
12713         (contains_type_p): Update.
12714         (get_polymorphic_call_info_for_decl): Update.
12715         (walk_ssa_copies): Break out from ...
12716         (get_polymorphic_call_info): ... here; set speculative context
12717         before giving up.
12718         * ipa-prop.c (ipa_write_indirect_edge_info,
12719         ipa_read_indirect_edge_info): Stream speculative context.
12720         * ipa-utils.h (ipa_polymorphic_call_context): Add speculative info
12721         (SPECULATIVE_OFFSET, SPECULATIVE_OUTER_TYPE,
12722         SPECULATIVE_MAYBE_DERIVED_TYPE).
12723         (possible_polymorphic_call_targets overriders): Update.
12724         (dump_possible_polymorphic_call_targets overriders): Update.
12725         (dump_possible_polymorphic_call_target_p overriders): Update.
12727 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
12729         * gimple-fold.c (fold_gimple_assign): Fix condition guarding
12730         ipa-devirt path; fix thinko there.
12732 2014-07-28  Trevor Saunders  <tsaunders@mozilla.com>
12734         * config/i386/i386.c (ix86_return_in_memory): Replace one
12735         ATTRIBUTE_UNUSED where the attribute can actually sometimes be unused.
12737 2014-07-28  Marek Polacek  <polacek@redhat.com>
12739         * doc/invoke.texi (-Wno-odr): Fix @item entry.  Tweak wording.
12741 2014-07-28  Peter Bergner  <bergner@vnet.ibm.com>
12743         * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
12744         * config/rs6000/sysv4.h (CC1_SPEC): Undefine it before defining it.
12745         * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
12746         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
12747         (USE_LD_AS_NEEDED): Likewise.
12748         (ASM_APP_ON): Likewise.
12749         (ASM_APP_OFF): Likewise.
12750         (TARGET_POSIX_IO): Likewise.
12751         * config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
12752         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
12753         (USE_LD_AS_NEEDED): Likewise.
12754         (ASM_APP_ON): Likewise.
12755         (ASM_APP_OFF): Likewise.
12756         (TARGET_POSIX_IO): Likewise.
12758 2014-07-28  Eric Botcazou  <ebotcazou@adacore.com>
12760         PR middle-end/61734
12761         * fold-const.c (fold_comparison): Disable X - Y CMP 0 to X CMP Y for
12762         operators other than the equality operators.
12764 2014-07-28  Richard Biener  <rguenther@suse.de>
12766         PR middle-end/52478
12767         * optabs.c (gen_int_libfunc): For -ftrapv libfuncs make
12768         sure to register SImode ones, not only >= word_mode ones.
12769         * expr.c (expand_expr_real_2): When expanding -ftrapv
12770         binops do not use OPTAB_LIB_WIDEN.
12772 2014-07-28  Richard Sandiford  <rdsandiford@googlemail.com>
12774         PR middle-end/61919
12775         * tree-outof-ssa.c (insert_partition_copy_on_edge)
12776         (insert_value_copy_on_edge, insert_rtx_to_part_on_edge)
12777         (insert_part_to_rtx_on_edge): Copy partition_to_pseudo rtxes before
12778         inserting them in the insn stream.
12780 2014-07-28  Marek Polacek  <polacek@redhat.com>
12782         PR middle-end/61913
12783         * common.opt (Wodr): Add Var.
12785 2014-07-28  Richard Biener  <rguenther@suse.de>
12787         PR tree-optimization/61921
12788         * tree-ssa-structalias.c (create_variable_info_for_1): Check
12789         if there is a varpool node before dereferencing it.
12791 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
12793         * graphite-sese-to-poly.c:
12794         (new_pbb_from_pbb): Set a new id of pbb1->domain (instead of using the
12795         id of the pbb), which contains pointer to the pbb1.
12797         * gcc.dg/graphite/isl-ast-gen-if-2.c: New testcase.
12799 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
12801         * graphite-isl-ast-to-gimple.c:
12802         (graphite_create_new_guard): New function.
12803         (translate_isl_ast_node_if): New function.
12804         (translate_isl_ast): Add calling of translate_isl_ast_node_if.
12806         * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
12808 2014-07-27  Anthony Green  <green@moxielogic.com>
12810         * config.gcc: Add moxie-*-moxiebox* configuration.
12811         * config/moxie/moxiebox.h: New file.
12813 2014-07-26  Andrew Pinski  <apinski@cavium.com>
12815         * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
12816         from the read only register.
12818 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
12820         * ira-costs.c (find_costs_and_classes): For -O0, use the best class
12821         as the allocation class if it isn't likely to be spilled.
12823 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
12825         * rtl.h (tls_referenced_p): Declare.
12826         * rtlanal.c (tls_referenced_p_1, tls_referenced_p): New functions.
12827         * config/mips/mips.c (mips_tls_symbol_ref_1): Delete.
12828         (mips_cannot_force_const_mem): Use tls_referenced_p.
12829         * config/pa/pa-protos.h (pa_tls_referenced_p): Delete.
12830         * config/pa/pa.h (CONSTANT_ADDRESS_P): Use tls_referenced_p
12831         instead of pa_tls_referenced_p.
12832         * config/pa/pa.c (hppa_legitimize_address, pa_cannot_force_const_mem)
12833         (pa_emit_move_sequence, pa_emit_move_sequence): Likewise.
12834         (pa_legitimate_constant_p): Likewise.
12835         (pa_tls_symbol_ref_1, pa_tls_referenced_p): Delete.
12836         * config/rs6000/rs6000.c (rs6000_tls_referenced_p): Delete.
12837         (rs6000_cannot_force_const_mem, rs6000_emit_move)
12838         (rs6000_address_for_altivec): Use tls_referenced_p instead of
12839         rs6000_tls_referenced_p.
12840         (rs6000_tls_symbol_ref_1): Delete.
12842 2014-07-26  Marc Glisse  <marc.glisse@inria.fr>
12844         PR target/44551
12845         * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
12846         Optimize inverse of a VEC_CONCAT.
12848 2014-07-25  Xinliang David Li  <davidxl@google.com>
12850         * params.def: New parameter.
12851         * coverage.c (get_coverage_counts): Check new flag.
12852         (coverage_compute_profile_id): Check new flag.
12853         (coverage_begin_function): Check new flag.
12854         (coverage_end_function): Check new flag.
12855         * value-prof.c (coverage_node_map_initialized_p): New function.
12856         (init_node_map): Populate map with all functions.
12857         * doc/invoke.texi: Document new parameter.
12859 2014-07-25  Jan Hubicka  <hubicka@ucw.cz>
12860             Richard Biener <rguenther@suse.de>
12862         * lto-streamer-out.c (struct sccs): Turn to ...
12863         (class DFS): ... this one; refactor the DFS walk so it can
12864         be re-done on per-SCC basis.
12865         (DFS::DFS): New constructor.
12866         (DFS::~DFS): New destructor.
12867         (hash_tree): Add new MAP argument holding in-SCC hash values;
12868         remove POINTER_TYPE hashing hack.
12869         (scc_entry_compare): Rename to ...
12870         (DFS::scc_entry_compare): ... this one.
12871         (hash_scc): Rename to ...
12872         (DFS::hash_scc): ... this one; pass output_block instead
12873         of streamer_cache; work harder to get unique and stable SCC
12874         hashes.
12875         (DFS_write_tree): Rename to ...
12876         (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
12877         (lto_output_tree): Update.
12879 2014-07-25  Andi Kleen  <ak@linux.intel.com>
12881         * lto-streamer-out.c (hash_tree): Convert to inchash.
12883 2014-07-25  Andi Kleen  <ak@linux.intel.com>
12885         * tree.c (build_type_attribute_qual_variant): Use inchash.
12886         (type_hash_list): Dito.
12887         (attribute_hash_list): Dito
12888         (iterative_hstate_expr): Dito.
12889         (iterative_hash_expr): Dito.
12890         (build_range_type_1): Dito.
12891         (build_array_type_1): Dito.
12892         (build_function_type): Dito.
12893         (build_method_type_directly): Dito.
12894         (build_offset_type): Dito.
12895         (build_complex_type): Dito.
12896         (make_vector_type): Dito.
12897         * tree.h (iterative_hash_expr): Add compat wrapper.
12898         (iterative_hstate_expr): Add.
12900 2014-07-25  Andi Kleen  <ak@linux.intel.com>
12902         * Makefile.in (OBJS): Add inchash.o.
12903         (PLUGIN_HEADERS): Add inchash.h.
12904         * ipa-devirt.c: Include inchash.h.
12905         * lto-streamer-out.c: Dito.
12906         * tree-ssa-dom.c: Dito.
12907         * tree-ssa-pre.c: Dito.
12908         * tree-ssa-sccvn.c: Dito.
12909         * tree-ssa-tail-merge.c: Dito.
12910         * asan.c: Dito.
12911         * tree.c (iterative_hash_hashval_t): Move to ...
12912         (iterative_hash_host_wide_int): Move to ...
12913         * inchash.c: Here. New file.
12914         * tree.h (iterative_hash_hashval_t): Move to ...
12915         (iterative_hash_host_wide_int): Move to ...
12916         * inchash.h: Here. New file.
12918 2014-07-25  Richard Biener  <rguenther@suse.de>
12920         PR middle-end/61762
12921         PR middle-end/61894
12922         * fold-const.c (native_encode_int): Add and handle offset
12923         parameter to do partial encodings of expr.
12924         (native_encode_fixed): Likewise.
12925         (native_encode_real): Likewise.
12926         (native_encode_complex): Likewise.
12927         (native_encode_vector): Likewise.
12928         (native_encode_string): Likewise.
12929         (native_encode_expr): Likewise.
12930         * fold-const.c (native_encode_expr): Add offset parameter
12931         defaulting to -1.
12932         * gimple-fold.c (fold_string_cst_ctor_reference): Remove.
12933         (fold_ctor_reference): Handle all reads from tcc_constant
12934         ctors.
12936 2014-07-25  Richard Biener  <rguenther@suse.de>
12938         * tree-inline.c (estimate_move_cost): Mark speed_p argument
12939         as possibly unused.
12941 2014-07-23  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12943         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.
12945 2014-07-24  Kyle McMartin  <kyle@redhat.com>
12947         * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
12949 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12951         * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
12952         Add prototype.
12953         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
12954         function.
12955         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
12956         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
12957         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
12959 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12961         * config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
12962         and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
12963         aggregate types.  Instead, *all* aggregate types, except for single-
12964         element or homogeneous float/vector aggregates, are quadword-aligned
12965         if required by their type alignment.  Issue -Wpsabi note when a type
12966         is now treated differently than before.
12968 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12970         * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
12971         does not fit fully into floating-point registers, and there is still
12972         space in the register parameter area, use GPRs to pass those parts
12973         of the argument.  Issue -Wpsabi note if any parameter is now treated
12974         differently than before.
12975         (rs6000_arg_partial_bytes): Update.
12977 2014-07-24  Uros Bizjak  <ubizjak@gmail.com>
12979         * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
12981 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
12983         * rtl.h (target_rtl): Remove lang_dependent_initialized.
12984         * toplev.c (initialize_rtl): Don't use it.  Move previously
12985         "language-dependent" calls to...
12986         (backend_init): ...here.
12987         (lang_dependent_init_target): Don't set lang_dependent_initialized.
12988         Assert that RTL initialization hasn't happend yet.
12990 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
12992         PR rtl-optimization/61629
12993         * reginfo.c (reinit_regs): Only call ira_init and recog_init if
12994         they have already been initialized.
12996 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
12998         PR middle-end/61268
12999         * function.c (assign_parm_setup_reg): Prevent invalid sharing of
13000         DECL_INCOMING_RTL and entry_parm.
13001         (get_arg_pointer_save_area): Likewise arg_pointer_save_area.
13002         * calls.c (load_register_parameters): Likewise argument values.
13003         (emit_library_call_value_1, store_one_arg): Likewise argument
13004         save areas.
13005         * config/i386/i386.c (assign_386_stack_local): Likewise the local
13006         stack slot.
13007         * explow.c (validize_mem): Modify the argument in-place.
13009 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
13011         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): New function.
13012         (aarch64_expand_epilogue): Optimize epilogue when !frame_pointer_needed.
13014 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
13016         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg): New function.
13017         (aarch64_expand_prologue): Optimize prologue when !frame_pointer_needed.
13019 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
13021         * config/aarch64/aarch64.c (aarch64_restore_callee_saves)
13022         (aarch64_save_callee_saves): New parameter "skip_wb".
13023         (aarch64_expand_prologue, aarch64_expand_epilogue): Update call site.
13025 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
13027         * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and
13028         "wb_candidate2".
13029         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize above.
13031 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
13033         * graphite-isl-ast-to-gimple.c:
13034         (graphite_create_new_loop): Add calling of isl_id_free to properly
13035         decrement reference counts.
13037         * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
13039 2014-07-24  Martin Liska  <mliska@suse.cz>
13040         * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
13041         function used.
13042         * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
13043         (rs6000_code_end): Likewise.
13045 2014-07-24  Martin Liska  <mliska@suse.cz>
13047         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
13048         symtab_node funtion used.
13049         (rs6000_xcoff_declare_object_name): Likewise.
13051 2014-07-24  Martin Liska  <mliska@suse.cz>
13053         * cgraphunit.c (compile): Correct function used.
13055 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
13057         * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL
13058         as non-indexable.
13060 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
13062         PR lto/61802
13063         * varasm.c (bss_initializer_p): Handle offlined ctors.
13064         (align_variable, get_variable_align): Likewise.
13065         (make_decl_one_only): Likewise.
13066         (default_binds_local_p_1): Likewise.
13067         (decl_binds_to_current_def_p): Likewise.
13068         (get_variable_section): Get constructor if it is offlined.
13069         (assemble_variable_contents): Sanity check that the caller
13070         streamed in the ctor in LTO.
13072 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
13074         * graphite-isl-ast-to-gimple.c:
13075         (binary_op_to_tree): Add calling of translate_isl_ast_node_block.
13076         (gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
13077         isl_ast_op_pdiv_r to the different case.
13079         * gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
13081 2014-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13083         PR middle-end/61876
13084         * convert.c (convert_to_integer): Do not convert BUILT_IN_ROUND and cast
13085         when flag_errno_math is on.
13087 2014-07-24  Martin Liska  <mliska@suse.cz>
13089         * cgraph.h (varpool_node):
13090         (availability get_availability (void)):
13091         created from cgraph_variable_initializer_availability
13092         (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
13093         created from: cgraph_variable_initializer_availability
13094         (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
13095         (void finalize_named_section_flags (void)):
13096         created from varpool_finalize_named_section_flags
13097         (bool assemble_decl (void)): created from varpool_assemble_decl
13098         (void analyze (void)): created from varpool_analyze_node
13099         (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
13100         void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
13101         (void remove_initializer (void)): created from varpool_remove_initializer
13102         (tree get_constructor (void)): created from varpool_get_constructor
13103         (bool externally_visible_p (void)): created from varpool_externally_visible_p
13104         (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
13105         (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
13106         (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
13107         (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
13108         (static void finalize_decl (tree decl)): created from varpool_finalize_decl
13109         (static bool output_variables (void)): created from varpool_output_variables
13110         (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
13111         created from varpool_extra_name_alias
13112         (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
13113         (static void dump_varpool (FILE *f)): created from dump_varpool
13114         (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
13115         (static varpool_node *create_empty (void)): created from varpool_create_empty_node
13116         (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
13117         (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
13118         (void assemble_aliases (void)): created from assemble_aliases
13120 2014-07-24  Martin Liska  <mliska@suse.cz>
13122         * cgraph.h (symtab_node):
13123         (void register_symbol (void)): created from symtab_register_node
13124         (void remove (void)): created from symtab_remove_node
13125         (void dump (FILE *f)): created from dump_symtab_node
13126         (void DEBUG_FUNCTION debug (void)): created from debug_symtab_node
13127         (void DEBUG_FUNCTION verify (void)): created from verify_symtab_node
13128         (struct ipa_ref *add_reference (symtab_node *referred_node,
13129         enum ipa_ref_use use_type)): created from add_reference 
13130         (struct ipa_ref *add_reference (symtab_node *referred_node,
13131         enum ipa_ref_use use_type, gimple stmt)): created from add_reference
13132         (struct ipa_ref *maybe_add_reference (tree val, enum ipa_ref_use use_type,
13133         gimple stmt)): created from maybe_add_reference
13134         (bool semantically_equivalent_p (symtab_node *target)): created from
13135         symtab_semantically_equivalent_p
13136         (void remove_from_same_comdat_group (void)): created from
13137         remove_from_same_comdat_group
13138         (void add_to_same_comdat_group (symtab_node *old_node)): created from
13139         symtab_add_to_same_comdat_group
13140         (void dissolve_same_comdat_group_list (void)): created from
13141         symtab_dissolve_same_comdat_group_list
13142         (bool used_from_object_file_p (void)): created from symtab_used_from_object_file_p
13143         (symtab_node *ultimate_alias_target (enum availability *avail = NULL)):
13144         created from symtab_alias_ultimate_target
13145         (inline symtab_node *next_defined_symbol (void)): created from
13146         symtab_next_defined_symbol
13147         (bool resolve_alias (symtab_node *target)): created from
13148         symtab_resolve_alias
13149         (bool call_for_symbol_and_aliases (bool (*callback) (symtab_node *, void *),
13150         void *data, bool include_overwrite)): created from symtab_for_node_and_aliases
13151         (symtab_node *noninterposable_alias (void)): created from symtab_nonoverwritable_alias
13152         (inline symtab_node *get_alias_target (void)): created from symtab_alias_target
13153         (void set_section (const char *section)): created from set_section_1 
13154         (enum availability get_availability (void)): created from symtab_node_availability
13155         (void make_decl_local (void)): created from symtab_make_decl_local
13156         (bool real_symbol_p (void)): created from symtab_read_node
13157         (can_be_discarded_p (void)): created from symtab_can_be_discarded
13158         (inline bool comdat_local_p (void)): created from symtab_comdat_local_p
13159         (inline bool in_same_comdat_group_p (symtab_node *target)): created from
13160         symtab_in_same_comdat_p;
13161         (bool address_taken_from_non_vtable_p (void)): created from
13162         address_taken_from_non_vtable_p
13163         (static inline symtab_node *get (const_tree decl)): created from symtab_get_node
13164         (static void dump_table (FILE *)): created from dump_symtab
13165         (static inline DEBUG_FUNCTION void debug_symtab (void)): created from debug_symtab
13166         (static DEBUG_FUNCTION void verify_symtab_nodes (void)): created from verify_symtab
13167         (static bool used_from_object_file_p_worker (symtab_node *node)): created from
13168         symtab_used_from_object_file_p 
13169         (void dump_base (FILE *)): created from dump_symtab_base
13170         (bool DEBUG_FUNCTION verify_base (void)): created from verify_symtab_base
13171         (void unregister (void)): created from symtab_unregister_node
13172         (struct symbol_priority_map *priority_info (void)): created from symtab_priority_info
13173         (static bool set_implicit_section (symtab_node *n, void *)): created from set_implicit_section
13174         (static bool noninterposable_alias (symtab_node *node, void *data)): created from
13175         symtab_nonoverwritable_alias_1
13176         * cgraph.h (cgraph_node):
13177         (bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL)):
13178         created from cgraph_remove_node_and_inline_clones
13179         (void record_stmt_references (gimple stmt)): created from ipa_record_stmt_references
13180         (void set_call_stmt_including_clones (gimple old_stmt, gimple new_stmt,
13181         bool update_speculative = true)): created from cgraph_set_call_stmt_including_clones
13182         (cgraph_node *function_symbol (enum availability *avail = NULL)):
13183         created from cgraph_function_node
13184         (cgraph_node *create_clone (tree decl, gcov_type count, int freq, bool update_original,
13185         vec<cgraph_edge *> redirect_callers, bool call_duplication_hook,
13186         struct cgraph_node *new_inlined_to, bitmap args_to_skip)):
13187         created from cgraph_create_clone 
13188         (cgraph_node *create_virtual_clone (vec<cgraph_edge *> redirect_callers,
13189         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, const char * suffix)):
13190         created from cgraph_create_virtual_clone
13191         (cgraph_node *find_replacement (void)): created from cgraph_find_replacement_node
13192         (cgraph_node *create_version_clone (tree new_decl, vec<cgraph_edge *> redirect_callers,
13193         bitmap bbs_to_copy)): created from cgraph_copy_node_for_versioning
13194         (cgraph_node *create_version_clone_with_body (vec<cgraph_edge *> redirect_callers,
13195         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
13196         bitmap bbs_to_copy, basic_block new_entry_block, const char *clone_name)):
13197         created from cgraph_function_version_info
13198         (struct cgraph_function_version_info *insert_new_function_version (void)):
13199         created from insert_new_cgraph_node_version
13200         (struct cgraph_function_version_info *function_version (void)): created from
13201         get_cgraph_node_version
13202         (void analyze (void)): created from analyze_function
13203         (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
13204         HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, tree virtual_offset,
13205         tree real_alias) cgraph_add_thunk
13206         (inline cgraph_node *get_alias_target (void)): created from cgraph_alias_target
13207         (cgraph_node *ultimate_alias_target (availability *availability = NULL)):
13208         created from cgraph_function_or_thunk_node
13209         (bool expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)):
13210         created from expand_thunk
13211         (void reset (void)): created from cgraph_reset_node
13212         (void create_wrapper (cgraph_node *target)): created from cgraph_make_wrapper
13213         (void DEBUG_FUNCTION verify_node (void)): created from verify_cgraph_node
13214         (void remove (void)): created from cgraph_remove_node
13215         (void dump (FILE *f)): created from dump_cgraph_node
13216         (void DEBUG_FUNCTION debug (void)): created from debug_cgraph_node
13217         (bool get_body (void)): created from cgraph_get_body
13218         (void release_body (void)): created from cgraph_release_function_body
13219         (void unnest (void)): created from cgraph_unnest_node
13220         (void make_local (void)): created from cgraph_make_node_local
13221         (void mark_address_taken (void)): created from cgraph_mark_address_taken_node
13222         (struct cgraph_edge *create_edge (cgraph_node *callee, gimple call_stmt,
13223         gcov_type count, int freq)): created from cgraph_create_edge
13224         (struct cgraph_edge *create_indirect_edge (gimple call_stmt, int ecf_flags,
13225         gcov_type count, int freq)): created from cgraph_create_indirect_edge
13226         (void create_edge_including_clones (struct cgraph_node *callee, gimple old_stmt,
13227         gimple stmt, gcov_type count, int freq, cgraph_inline_failed_t reason)):
13228         created from cgraph_create_edge_including_clones
13229         (cgraph_edge *get_edge (gimple call_stmt)): created from cgraph_edge
13230         (vec<cgraph_edge *> collect_callers (void)): created from collect_callers_of_node
13231         (void remove_callers (void)): created from cgraph_node_remove_callers
13232         (void remove_callees (void)): created from cgraph_node_remove_callees
13233         (enum availability get_availability (void)): created from cgraph_function_body_availability
13234         (void set_nothrow_flag (bool nothrow)): created from cgraph_set_nothrow_flag
13235         (void set_const_flag (bool readonly, bool looping)): created from cgraph_set_const_flag
13236         (void set_pure_flag (bool pure, bool looping)): created from cgraph_set_pure_flag
13237         (void call_duplication_hooks (cgraph_node *node2)): created from
13238         cgraph_call_node_duplication_hooks
13239         (bool call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, void *),
13240         void *data, bool include_overwritable)): created from cgraph_for_node_and_aliases
13241         (bool call_for_symbol_thunks_and_aliases (bool (*callback) (cgraph_node *node, void *data),
13242         void *data, bool include_overwritable)): created from cgraph_for_node_thunks_and_aliases
13243         (void call_function_insertion_hooks (void)):
13244         created from cgraph_call_function_insertion_hooks
13245         (inline void mark_force_output (void)): created from cgraph_mark_force_output_node
13246         (bool local_p (void)): created from cgraph_local_node
13247         (bool can_be_local_p (void)): created from cgraph_node_can_be_local_p
13248         (bool cannot_return_p (void)): created from cgraph_node_cannot_return
13249         (bool only_called_directly_p (void)): created from cgraph_only_called_directly_p
13250         (inline bool only_called_directly_or_aliased_p (void)):
13251         created from cgraph_only_called_directly_or_aliased_p
13252         (bool will_be_removed_from_program_if_no_direct_calls_p (void)):
13253         created from cgraph_will_be_removed_from_program_if_no_direct_calls
13254         (bool can_remove_if_no_direct_calls_and_refs_p (void)):
13255         created from cgraph_can_remove_if_no_direct_calls_and_refs_p
13256         (bool can_remove_if_no_direct_calls_p (void)):
13257         created from cgraph_can_remove_if_no_direct_calls_p
13258         (inline bool has_gimple_body_p (void)):
13259         created from cgraph_function_with_gimple_body_p
13260         (bool optimize_for_size_p (void)): created from cgraph_optimize_for_size_p
13261         (static void dump_cgraph (FILE *f)): created from dump_cgraph
13262         (static inline void debug_cgraph (void)): created from debug_cgraph
13263         (static void record_function_versions (tree decl1, tree decl2)):
13264         created from record_function_versions
13265         (static void delete_function_version (tree decl)):
13266         created from delete_function_version
13267         (static void add_new_function (tree fndecl, bool lowered)):
13268         created from cgraph_add_new_function
13269         (static inline cgraph_node *get (const_tree decl)): created from cgraph_get_node
13270         (static cgraph_node * create (tree decl)): created from cgraph_create_node
13271         (static cgraph_node * create_empty (void)): created from cgraph_create_empty_node
13272         (static cgraph_node * get_create (tree)): created from cgraph_get_create_node
13273         (static cgraph_node *get_for_asmname (tree asmname)):
13274         created from cgraph_node_for_asm
13275         (static cgraph_node * create_same_body_alias (tree alias, tree decl)):
13276         created from cgraph_same_body_alias 
13277         (static bool used_from_object_file_p_worker (cgraph_node *node,
13278         void *): new function
13279         (static bool non_local_p (cgraph_node *node, void *)):
13280         created from cgraph_non_local_node_p_1
13281         (static void DEBUG_FUNCTION verify_cgraph_nodes (void)):
13282         created from verify_cgraph
13283         (static bool make_local (cgraph_node *node, void *)):
13284         created from cgraph_make_node_local
13285         (static cgraph_node *create_alias (tree alias, tree target)):
13286         created from cgraph_create_function_alias
13287         (static cgraph_edge * create_edge (cgraph_node *caller, cgraph_node *callee,
13288         gimple call_stmt, gcov_type count, int freq, bool indir_unknown_callee)):
13289         created from cgraph_create_edge_1
13290         * cgraph.h (varpool_node):
13291         (void remove (void)): created from varpool_remove_node
13292         (void dump (FILE *f)): created from dump_varpool_node
13294 2014-07-24  Richard Biener  <rguenther@suse.de>
13296         PR ipa/61823
13297         * tree-ssa-structalias.c (create_variable_info_for_1):
13298         Use varpool_get_constructor.
13299         (create_variable_info_for): Likewise.
13301 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
13303         * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't
13304         subtract outgoing area size when restoring stack_pointer_rtx.
13306 2014-07-24  Nick Clifton  <nickc@redhat.com>
13308         * config/rx/rx.md (stack_push): Adjust RTL to account for the fact
13309         that operations are taking place in parallel.
13310         * config/rx.h (FRAME_POINTER_CFA_OFFSET): Delete.
13312 2014-07-24  Thomas Schwinge  <thomas@codesourcery.com>
13314         * omp-low.c (extract_omp_for_data): Add missing break statement.
13316 2014-07-24  Richard Biener  <rguenther@suse.de>
13318         * tree-inline.h (estimate_move_cost): Add speed_p parameter.
13319         * tree-inline.c (estimate_move_cost): Add speed_p parameter
13320         and adjust MOVE_RATIO query accordingly.
13321         (estimate_num_insns): Adjust callers.
13322         * ipa-prop.c (ipa_populate_param_decls): Likewise.
13323         * ipa-cp.c (gather_context_independent_values,
13324         estimate_local_effects): Likewise.
13325         * ipa-split.c (consider_split): Likewise.
13327 2014-07-24  Trevor Saunders  <tsaunders@mozilla.com>
13329         * config/i386/driver-i386.c: Remove names of unused arguments and
13330         unnecessary unused attributes.
13331         * config/i386/host-mingw32.c: Likewise.
13332         * config/i386/i386.c: Likewise.
13333         * config/i386/winnt-stubs.c: Likewise.
13334         * config/i386/winnt.c: Likewise.
13336 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13338         * config/aarch64/aarch64.c (aarch64_popwb_pair_reg)
13339         (aarch64_gen_loadwb_pair): New helper function.
13340         (aarch64_expand_epilogue): Simplify code using new helper functions.
13341         * config/aarch64/aarch64.md (loadwb_pair<GPF:mode>_<P:mode>): Define.
13343 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13345         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg)
13346         (aarch64_gen_storewb_pair): New helper function.
13347         (aarch64_expand_prologue): Simplify code using new helper functions.
13348         * config/aarch64/aarch64.md (storewb_pair<GPF:mode>_<P:mode>): Define.
13350 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13352         * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves):
13353         Rename to aarch64_save_callee_saves, remove restore code.
13354         (aarch64_restore_callee_saves): New function.
13356 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13358         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted.
13359         (aarch64_save_callee_saves): New function to handle reg save
13360         for both core and vectore regs.
13362 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13364         * config/aarch64/aarch64.c (aarch64_gen_load_pair)
13365         (aarch64_gen_store_pair): New helper function.
13366         (aarch64_save_or_restore_callee_save_registers)
13367         (aarch64_save_or_restore_fprs): Use new helper functions.
13369 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13371         * config/aarch64/aarch64.c (aarch64_next_callee_save): New function.
13372         (aarch64_save_or_restore_callee_save_registers)
13373         (aarch64_save_or_restore_fprs): Use aarch64_next_callee_save.
13375 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13377         * config/aarch64/aarch64.c
13378         (aarch64_save_or_restore_callee_save_registers)
13379         (aarch64_save_or_restore_fprs): Hoist calculation of register rtx.
13381 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13383         * config/aarch64/aarch64.c
13384         (aarch64_save_or_restore_callee_save_registers)
13385         (aarch64_save_or_restore_fprs): Remove 'increment'.
13387 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13389         * config/aarch64/aarch64.c
13390         (aarch64_save_or_restore_callee_save_registers)
13391         (aarch64_save_or_restore_fprs): Use register offset in
13392         cfun->machine->frame.reg_offset.
13394 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13396         * config/aarch64/aarch64.c
13397         (aarch64_save_or_restore_callee_save_registers)
13398         (aarch64_save_or_restore_fprs): Remove base_rtx.
13400 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13402         * config/aarch64/aarch64.c
13403         (aarch64_save_or_restore_callee_save_registers): Rename 'offset'
13404         to 'start_offset'.  Remove local variable 'start_offset'.
13406 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13408         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
13409         type to HOST_WIDE_INT.
13411 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13413         * config/aarch64/aarch64.c (aarch64_expand_prologue)
13414         (aarch64_save_or_restore_fprs)
13415         (aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
13417 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13419         * config/arm/t-rtems-eabi: Add
13420         mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard,
13421         mthumb/march=armv7-m/mfpu=fpv4-sp-d16/mfloat-abi=hard,
13422         mbig-endian/mthumb/march=armv7-r, and
13423         mbig-endian/mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard
13424         multilibs.
13426 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13427             Chris Johns <chrisj@rtems.org>
13428             Joel Sherrill <joel.sherrill@oarcorp.com>
13430         * config.gcc: Add nios2-*-rtems*.
13431         * config/nios2/rtems.h: New file.
13432         * gcc/config/nios2/t-rtems: New file.
13434 2014-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
13436         PR target/61396
13437         * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
13438         constant numbers, not general constants.
13439         (rs6000_expand_vector_init): Ditto.
13441 2014-07-23  Nathan Sidwell  <nathan@acm.org>
13443         * gcov-tool.c (gcov_list): Declare here.
13444         (set_gcov_list): Remove.
13445         (gcov_output_files): Set gcov_list directly.
13447 2014-07-23  Host Schirmeier  <horst@schirmeier.com>
13449         * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
13451 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
13453         * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
13454         callee-saved registers are available for padding purpose
13455         and r3 is not mandatory, then prefer use those callee-saved
13456         instead of r3.
13458 2014-07-23  Richard Biener  <rguenther@suse.de>
13460         * params.def (PARAM_MAX_COMBINE_INSNS): New.
13461         * combine.c: Include statistics.h and params.h.
13462         (combine_instructions): Guard three and four insn combines
13463         with max-combine-insns value.  Record statistics for combines
13464         performed.
13465         * doc/invoke.texi (max-combine-insns): Document new param.
13467 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
13469         * graphite-isl-ast-to-gimple.c:
13470         (translate_isl_ast_node_block): New function.
13471         (translate_isl_ast): Add calling of translate_isl_ast_node_block.
13473         * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase.
13474         * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase.
13476 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
13478         * graphite-isl-ast-to-gimple.c:
13479         (get_max_schedule_dimensions): New function.
13480         (extend_schedule): Likewise.
13481         (generate_isl_schedule): Add calling of extend_schedule and
13482         get_max_schedule_dimensions.
13484 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13486         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ.
13487         (case UNSPEC): Handle UNSPEC_RBIT.
13489 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13491         * config/aarch64/aarch64.md: Delete UNSPEC_CLS.
13492         (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS.
13494 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13496         * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic.
13498 2014-07-22  Roman Gareev  <gareevroman@gmail.com>
13500         * graphite-isl-ast-to-gimple.c:
13501         Add inclusion of gimple-ssa.h, tree-into-ssa.h.
13502         (ivs_params_clear):
13503         (build_iv_mapping): New function.
13504         (translate_isl_ast_node_user): Likewise.
13505         (translate_isl_ast): Add calling of translate_isl_ast_node_user.
13507         * gcc.dg/graphite/isl-ast-gen-single-loop-1.c: New testcase.
13508         * gcc.dg/graphite/isl-ast-gen-single-loop-2.c: New testcase.
13509         * gcc.dg/graphite/isl-ast-gen-single-loop-3.c: New testcase.
13511 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
13513         PR target/55701
13514         * config/arm/arm.md (setmem): New pattern.
13515         * config/arm/arm-protos.h (struct tune_params): New fields.
13516         (arm_gen_setmem): New prototype.
13517         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
13518         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
13519         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
13520         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
13521         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
13522         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
13523         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
13524         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
13525         (arm_const_inline_cost): New function.
13526         (arm_block_set_max_insns): New function.
13527         (arm_block_set_non_vect_profit_p): New function.
13528         (arm_block_set_vect_profit_p): New function.
13529         (arm_block_set_unaligned_vect): New function.
13530         (arm_block_set_aligned_vect): New function.
13531         (arm_block_set_unaligned_non_vect): New function.
13532         (arm_block_set_aligned_non_vect): New function.
13533         (arm_block_set_vect, arm_gen_setmem): New functions.
13535 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
13537         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
13539 2014-07-21  Uros Bizjak  <ubizjak@gmail.com>
13541         PR target/61855
13542         * config/i386/avx512fintrin.h: Move constants for mantissa extraction
13543         out of #ifdef __OPTIMIZE__.
13545 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
13547         * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with
13548         different trapping status if -fnon-call-exceptions is enabled.
13550 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
13552         * expr.c (store_field): Handle VOIDmode for calls that return values
13553         in multiple locations.
13555 2014-07-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13557         * config/rs6000/altivec.md (unspec enum):  Fix typo in UNSPEC_VSLDOI.
13558         (altivec_vsldoi_<mode>): Likewise.
13560 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
13562         * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related
13563         to the number of characters in the line.
13565 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
13567         * graphite-isl-ast-to-gimple.c: Add using of
13568         build_nonstandard_integer_type instead of int128_integer_type_node.
13570 2014-07-19  Eric Botcazou  <ebotcazou@adacore.com>
13572         * toplev.c (output_stack_usage): Adjust the location of the warning.
13574 2014-07-19  Daniel Cederman  <cederman@gaisler.com>
13576         * config/sparc/sync.md (*membar_storeload_leon3): New insn.
13577         (*membar_storeload): Disable for LEON3.
13579 2014-07-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13581         PR rtl-optimization/61461
13582         * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
13584 2014-07-18  Uros Bizjak  <ubizjak@gmail.com>
13586         PR target/61794
13587         * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
13588         Fix instruction constraint.
13589         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
13591 2014-07-18  Jonathan Wakely  <jwakely@redhat.com>
13593         * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
13595 2014-07-18  Chung-Ju Wu  <jasonwucj@gmail.com>
13597         * config/nds32/nds32.c (nds32_can_eliminate): Follow the
13598         GNU coding standards.
13599         (nds32_register_move_cost): Likewise.
13600         (nds32_memory_move_cost): Likewise.
13601         (nds32_address_cost): Likewise.
13603 2014-07-18  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
13605         * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
13607 2014-07-17  John David Anglin  <danglin@gcc.gnu.org>
13609         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Remove defines for
13610         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
13611         and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
13612         (HAVE_sync_compare_and_swapqi): Define.
13613         (HAVE_sync_compare_and_swaphi): Likewise.
13614         (HAVE_sync_compare_and_swapsi): Likewise.
13616 2014-07-17  Richard Sandiford  <rdsandiford@googlemail.com>
13618         * config/mips/p5600.md: Add missing cpu tests.
13620 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13622         * config/aarch64/arm_neon.h (vfma_f64): New intrinsic.
13623         (vmla_f64): Likewise.
13624         (vfms_f64): Likewise.
13625         (vmls_f64): Likewise.
13627 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13629         * config/aarch64/aarch64.c (aarch64_frint_unspec_p): New function.
13630         (aarch64_rtx_costs): Handle FIX, UNSIGNED_FIX, UNSPEC.
13632 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13634         * config/aarch64/arm_neon.h (vmlal_high_lane_s16): Fix type.
13635         (vmlal_high_lane_s32): Likewise.
13636         (vmlal_high_lane_u16): Likewise.
13637         (vmlal_high_lane_u32): Likewise.
13638         (vmlsl_high_lane_s16): Likewise.
13639         (vmlsl_high_lane_s32): Likewise.
13640         (vmlsl_high_lane_u16): Likewise.
13641         (vmlsl_high_lane_u32): Likewise.
13643 2014-07-17  Terry Guo  <terry.guo@arm.com>
13645         * config/arm/types.md (alu_reg): Replaced by alu_sreg and alu_dsp_reg.
13646         (alus_reg): Renamed to alus_sreg.
13647         * config/arm/arm-fixed.md: Change type of non-dsp instructions
13648         from alu_reg to alu_sreg.  Change type of dsp instructions from
13649         alu_reg to alu_dsp_reg.
13650         * config/arm/thumb1.md: Likewise.
13651         * config/arm/thumb2.md: Likewise.
13652         * config/arm/arm.c (cortexa7_older_only): Use new ALU type names.
13653         * config/arm/arm1020e.md (1020alu_op): Replace alu_reg and alus_reg
13654         with alu_sreg and alus_sreg.
13655         * config/arm/arm1026ejs.md (alu_op): Likewise.
13656         * config/arm/arm1136jfs.md (11_alu_op): Likewise.
13657         * config/arm/arm926ejs.md (9_alu_op): Likewise.
13658         * config/arm/fa526.md (526_alu_op): Likewise.
13659         * config/arm/fa606te.md (606te_alu_op): Likewise.
13660         * config/arm/fa626te.md (626te_alu_op): Likewise.
13661         * config/arm/fa726te.md (726te_alu_op): Likewise.
13662         * config/arm/fmp626.md (mp626_alu_op): Likewise.
13663         * config/arm/arm.md (core_cycles): Replace alu_reg and alus_reg with
13664         alu_sreg, alu_dsp_reg and alus_sreg.
13665         * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
13666         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
13667         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
13668         * config/arm/cortex-a7.md (cortex_a7_alu_sreg): Likewise.
13669         * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
13670         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
13671         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
13672         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
13673         * config/arm/marvell-pj4.md (pj4_alu, pj4_alu_conds): Likewise.
13674         * config/aarch64/aarch64.md (*addsi3_aarch64, *addsi3_aarch64_uxtw,
13675         subsi3, *adddi3_aarch64, *subsi3_uxtw, subdi3, absdi2, neg<mode>2,
13676         *negsi2_uxtw, tlsle_small_<mode>): Rename type alu_reg to alu_sreg.
13677         (add<mode>3_compare0, *addsi3_compare0_uxtw, *add<mode>3nr_compare0,
13678         sub<mode>3_compare0, *compare_neg<mode>, *neg<mode>2_compare0,
13679         subsi3_compare0_uxtw, *negsi2_compare0_uxtw, *cmp<mode>): Rename type
13680         alus_reg to alus_sreg.
13682 2014-07-17  Andreas Schwab  <schwab@linux-m68k.org>
13684         * real.c (encode_ieee_extended_motorola): Clear integer bit in the
13685         infinity format.
13687 2014-07-17  Richard Biener  <rguenther@suse.de>
13689         PR rtl-optimization/61801
13690         * sched-deps.c (sched_analyze_2): For ASM_OPERANDS and ASM_INPUT
13691         don't set reg_pending_barrier if it appears in a debug-insn.
13693 2014-07-16  DJ Delorie  <dj@redhat.com>
13695         * config/rx/rx.c (rx_option_override): Fix alignment values.
13696         (rx_align_for_label): Likewise.
13698 2014-07-17  Hans-Peter Nilsson  <hp@axis.com>
13700         PR target/61737.
13701         * config/cris/cris.c (TARGET_LEGITIMATE_CONSTANT_P)
13702         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
13703         (cris_cannot_force_const_mem, cris_legitimate_constant_p): New
13704         functions.
13705         (cris_print_index, cris_print_operand, cris_constant_index_p)
13706         (cris_side_effect_mode_ok): Replace CONSTANT_P with CRIS_CONSTANT_P.
13707         (cris_address_cost): Ditto last CONSTANT_P.
13708         (cris_symbol_type_of): Rename from cris_pic_symbol_type_of.  All
13709         callers changed.  Yield cris_offsettable_symbol for non-PIC
13710         constant symbolic expressions including labels.  Yield cris_unspec
13711         for all unspecs.
13712         (cris_expand_pic_call_address): New parameter MARKERP.  Set its
13713         target to pic_offset_table_rtx for calls that will likely go
13714         through PLT, const0_rtx when they can't.  All callers changed.
13715         Assert flag_pic.  Use CONSTANT_P, not CONSTANT_ADDRESS_P, for
13716         symbolic expressions to be PICified.  Remove second, redundant,
13717         assert on can_create_pseudo_p returning non-zero.  Use
13718         replace_equiv_address_nv, not replace_equiv_address, for final
13719         operand update.
13720         * config/cris/cris.md ("movsi"): Move variable t to pattern
13721         toplevel. Adjust assert for new cris_symbol_type member.  Use
13722         CONSTANT_P instead of CONSTANT_ADDRESS_P.
13723         ("*movsi_internal") <case 9>: Make check for valid unspec operands
13724         for lapc stricter.
13725         <case CRIS_UNSPEC_PCREL, CRIS_UNSPEC_PLT_PCREL>: Clear condition codes.
13726         ("call", "call_value"): Use second incoming operand as a marker
13727         for pic-offset-table-register being used.
13728         ("*expanded_call_non_v32", "*expanded_call_v32")
13729         ("*expanded_call_value_non_v32", "*expanded_call_value_v32"): For
13730         second incoming operand to CALL, match cris_call_type_marker.
13731         ("*expanded_call_value_side"): Ditto.  Disable before reload_completed.
13732         ("*expanded_call_side"): Ditto.  Fix typo in comment.
13733         (moverside, movemside peepholes): Check for CRIS_CONSTANT_P, not
13734         CONSTANT_P.
13735         * config/cris/predicates.md ("cris_call_type_marker"): New predicate.
13736         * config/cris/cris.h (CRIS_CONSTANT_P): New macro.
13737         (enum cris_symbol_type): Rename from cris_pic_symbol_type.  All
13738         users changed.  Add members cris_offsettable_symbol and cris_unspec.
13739         (cris_symbol_type): Rename from cris_pic_symbol_type.
13740         * config/cris/constraints.md ("T"): Use CRIS_CONSTANT_P, not
13741         just CONSTANT_P.
13742         * config/cris/cris-protos.h (cris_symbol_type_of,
13743         cris_expand_pic_call_address): Adjust prototypes.
13744         (cris_legitimate_constant_p): New prototype.
13746         * config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
13747         an existing tmake_file.  Don't add t-slibgcc and t-linux.
13749 2014-07-17  Jason Merrill  <jason@redhat.com>
13751         PR c++/61623
13752         * symtab.c (symtab_remove_from_same_comdat_group): Also
13753         set_comdat_group to NULL_TREE.
13754         (verify_symtab): Fix diagnostic.
13756 2014-07-16  David Wohlferd  <dw@LimeGreenSocks.com>
13758         PR target/61662
13759         * config/i386/ia32intrin.h: Use __LP64__ to determine size of long.
13761 2014-07-16  Dodji Seketeli  <dodji@redhat.com>
13763         Support location tracking for built-in macro tokens
13764         * input.h (is_location_from_builtin_token): New function declaration.
13765         * input.c (is_location_from_builtin_token): New function definition.
13766         * toplev.c (general_init): Tell libcpp what the pre-defined
13767         spelling location for built-in tokens is.
13769 2014-07-16  Jakub Jelinek  <jakub@redhat.com>
13771         * omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS
13772         on the FUNCTION_DECL.
13774 2014-07-16  Richard Biener  <rguenther@suse.de>
13776         PR other/61782
13777         * doc/extend.texi (always_inline): Clarify.
13779 2014-07-15  Eric Christopher  <echristo@gmail.com>
13781         * doc/invoke.texi (Link Options): Document -z option.
13783 2014-07-15  Uros Bizjak  <ubizjak@gmail.com>
13785         * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): New.
13786         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
13788 2014-07-15  Jan Hubicka  <hubicka@ucw.cz>
13790         * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
13792 2014-07-15  Bernd Schmidt  <bernds@codesourcery.com>
13794         * asan.c (asan_finish_file): Use varpool_finalize_decl instead of
13795         varpool_assemble_decl.
13796         * varpool.c (varpool_assemble_decl): Assert that node->definition is
13797         true.
13799 2014-07-15  Michael Matz  <matz@suse.de>
13801         PR rtl-optimization/61772
13802         * ifcvt.c (dead_or_predicable): Check jump to be free of side effects.
13804 2014-07-15  Richard Biener  <rguenther@suse.de>
13806         * opts.c (default_options_table): Disable bit-ccp at -Og.
13808 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
13810         * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
13812 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
13814         * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL,
13815         NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL;
13816         call langhook for unknown declaration.
13817         (find_decls_types_r): Do not walk DECL_ARGUMENT_FLD.
13818         * tree.h (DECL_ARGUMENTS): Update.
13819         * print-tree.c (print_node): Update.
13820         * tree-core.h (tree_decl_non_common): Remove arguments.
13821         (tree_function_decl): Add arguments.
13823 2014-07-14  Richard Earnshaw  <rearnsha@arm.com>
13825         * aarch64.md (add_losym_<mode>): Set type to alu_imm.
13827 2014-07-14  Richard Biener  <rguenther@suse.de>
13829         PR tree-optimization/61779
13830         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Always try
13831         simplifying a condition.
13833 2014-07-14  Richard Biener  <rguenther@suse.de>
13835         * builtins.c (c_strlen): Make only_value == 2 really only
13836         affect warning generation.
13838 2014-07-14  Richard Biener  <rguenther@suse.de>
13840         PR tree-optimization/61757
13841         PR tree-optimization/61783
13842         PR tree-optimization/61787
13843         * tree-ssa-dom.c (record_equality): Revert canonicalization
13844         change and add comment.
13845         (propagate_rhs_into_lhs): Revert previous fix, removing
13846         loop depth restriction again.
13848 2014-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13850         * config/arm/cortex-a15.md (cortex_a15_alu): Handle clz, rbit.
13851         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
13852         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
13853         * config/arm/cortex-a7.md (cortex_a7_alu_reg): Likewise.
13854         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
13855         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
13856         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
13858 2014-07-14  Richard Biener  <rguenther@suse.de>
13860         * cgraph.h (decl_in_symtab_p): Make inline.
13862 2014-07-14  Jakub Jelinek  <jakub@redhat.com>
13864         PR middle-end/61294
13865         * doc/invoke.texi (-Wmemset-transposed-args): Document.
13867         PR target/61656
13868         * config/i386/i386.c (classify_argument): Don't merge classes above
13869         number of words.
13871 2014-07-13  Jan Hubicka  <hubicka@ucw.cz>
13873         * cgraph.h (symtab_node): Add nonzero_address.
13874         (decl_in_symtab_p): Break out from ...
13875         (symtab_get_node): ... here.
13876         * fold-const.c: Include cgraph.h
13877         (tree_single_nonzero_warnv_p): Use symtab to determine
13878         if symbol is non-zero.
13879         * symtab.c (symtab_node::nonzero_address): New method.
13881 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
13883         * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
13884         forgotten in previous commit.
13886 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
13888         * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
13889         on builtin types.
13890         * ipa-devirt.c: Include stor-layout.h and intl.h
13891         (odr_subtypes_equivalent_p): New function.
13892         (warn_odr): New function.
13893         (warn_type_mismatch): New function.
13894         (odr_types_equivalent_p): New function.
13895         (add_type_duplicate): Use it.
13896         * common.opt (Wodr): New flag.
13897         * doc/invoke.texi (Wodr): Document new warning.
13899 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
13901         * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
13902         (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
13903         * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
13904         (varpool_get_constructor): Push CTORS_IN timevar.
13905         * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT timevar.
13907 2014-07-12  Uros Bizjak  <ubizjak@gmail.com>
13909         * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
13910         Remove VOID_FTYPE_PUSHORT.
13911         * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
13912         Change code to USHORT_FTYPE_VOID.
13913         (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
13914         (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
13915         (ix86_atomic_assign_expand_fenv): Update for
13916         __builtin_ia32_fnstsw changes.
13917         * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
13918         (fnstsw): Change operand 0 to nonimmediate operand.
13920 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
13922         * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
13923         (varpool_get_constructor): New function.
13924         (varpool_ctor_useable_for_folding_p): Break out from ...
13925         (ctor_for_folding): ... here; use varpool_get_constructor.
13926         (varpool_assemble_decl): Likewise.
13927         * lto-streamer.h (struct output_block): Turn cgraph_node
13928         to symbol filed.
13929         (lto_input_variable_constructor): Declare.
13930         * ipa-visibility.c (function_and_variable_visibility): Use
13931         varpool_get_constructor.
13932         * cgraph.h (varpool_get_constructor): Declare.
13933         (varpool_ctor_useable_for_folding_p): New function.
13934         * lto-streamer-out.c (get_symbol_initial_value): Take encoder
13935         parameter; return error_mark_node for non-trivial constructors.
13936         (lto_write_tree_1, DFS_write_tree): Update use of
13937         get_symbol_initial_value.
13938         (output_function): Update initialization of symbol.
13939         (output_constructor): New function.
13940         (copy_function): Rename to ..
13941         (copy_function_or_variable): ... this one; handle vars too.
13942         (lto_output): Output variable sections.
13943         * lto-streamer-in.c (input_constructor): New function.
13944         (lto_read_body): Rename from ...
13945         (lto_read_body_or_constructor): ... this one; handle vars too.
13946         (lto_input_variable_constructor): New function.
13947         * ipa-prop.c (ipa_prop_write_jump_functions,
13948         ipa_prop_write_all_agg_replacement): Update.
13949         * lto-cgraph.c (compute_ltrans_boundary): Use it.
13950         (output_cgraph_opt_summary): Set symbol to NULL.
13952 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
13954         * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
13955         non-polymorphic types.
13956         * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
13957         * ipa-devirt.c (types_same_for_odr): Do not explode when one
13958         of types is not polymorphic.
13960 2014-07-11  Vladimir Makarov  <vmakarov@redhat.com>
13962         * lra-constraints.c (remove_inheritance_pseudos): Process
13963         destination pseudo too.
13965 2014-07-11  Rong Xu  <xur@google.com>
13967         * gcov-tool.c (gcov_output_files): Fix build error introduced in
13968         commit r212448.
13970 2014-07-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
13972         * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
13973         * config/avr/avr-devices.c (AVR_MCU): Same.
13974         (avr_mcu_types): add text start value to end of device list.
13975         * config/avr/avr-mcus.def: Add text section start for all devices.
13976         (ata5782): Add new avr5 device.
13977         (ata5831): Same.
13978         * config/avr/avr-tables.opt: Regenerate.
13979         * config/avr/avr.h: Add declaration for text section start handler.
13980         (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
13981         SPEC functions.
13982         (LINK_SPEC): Include text section start handler to linker spec.
13983         * config/avr/driver-avr.c (avr_device_to_text_start): New function to
13984         pass -Ttext option to linker if the text section start for the device
13985         is not zero.
13986         * config/avr/t-multilib: Regenerate.
13987         * doc/avr-mmcu.texi: Regenerate.
13989 2014-07-11  David Edelsohn  <dje.gcc@gmail.com>
13991         * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
13992         * config/rs6000/aix52.h (LINK_SPEC): Same.
13993         * config/rs6000/aix53.h (LINK_SPEC): Same.
13994         * config/rs6000/aix61.h (LINK_SPEC): Same.
13995         * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
13997 2014-07-11  Roman Gareev  <gareevroman@gmail.com>
13999         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
14000         (graphite_verify): New function.
14001         (ivs_params_clear): New function.
14002         (gcc_expression_from_isl_ast_expr_id): New function.
14003         (gcc_expression_from_isl_expr_int): New function.
14004         (binary_op_to_tree): New function.
14005         (ternary_op_to_tree): New function.
14006         (unary_op_to_tree): New function.
14007         (nary_op_to_tree): New function.
14008         (gcc_expression_from_isl_expr_op): New function.
14009         (gcc_expression_from_isl_expression): New function.
14010         (graphite_create_new_loop): New function.
14011         (translate_isl_ast_for_loop): New function.
14012         (get_upper_bound): New function.
14013         (graphite_create_new_loop_guard): New function.
14014         (translate_isl_ast_node_for): New function.
14015         (translate_isl_ast): New function.
14016         (add_parameters_to_ivs_params): New function.
14017         (scop_to_isl_ast): New parameter ip.
14018         (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
14020 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
14022         * config/xtensa/predicates.md (call expander): Update for
14023         DECL_SECTION_NAME being string.
14025 2014-07-11  Richard Biener  <rguenther@suse.de>
14027         PR middle-end/61473
14028         * builtins.c (fold_builtin_memory_op): Inline memory moves that
14029         can be implemented with a single load followed by a single store.
14030         (c_strlen): Only warn when only_value is not 2.
14032 2014-07-11  Evgeny Stupachenko  <evstupac@gmail.com>
14034         * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
14036 2014-07-11  Marat Zakirov  <m.zakirov@samsung.com>
14038         PR target/61561
14039         * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
14040         (*movhi_bytes): Likewise.
14041         (*arm_movqi_insn): Likewise.
14043 2014-07-11  Uros Bizjak  <ubizjak@gmail.com>
14045         PR target/56858
14046         * config/alpha/alpha.c: Include tree-pass.h, context.h
14047         and pass_manager.h.
14048         (pass_data_handle_trap_shadows): New pass.
14049         (pass_handle_trap_shadows::gate): New pass gate function.
14050         (make_pass_handle_trap_shadows): New function.
14051         (rest_of_handle_trap_shadows): Ditto.
14053         (alpha_align_insns_1): Rename from alpha_align_insns.
14054         (pass_data_align_insns): New pass.
14055         (pass_align_insns::gate): New pass gate function.
14056         (make_pass_aling_insns): New function.
14057         (rest_of_align_insns): Ditto.
14058         (alpha_align_insns): Ditto.
14060         (alpha_option_override): Declare handle_trap_shadows info
14061         and align_insns_info.  Register handle_trap_shadows and align_insns
14062         passes here.
14063         (alpha_reorg): Do not call alpha_trap_shadows and
14064         alpha_align_insn from here.
14066         (alpha_pad_function_end): Do not skip BARRIERs.
14068 2014-07-10  Rong Xu  <xur@google.com>
14070         Add gcov-tool: an offline gcda profile processing tool support.
14071         * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
14072         (gcov_is_error): Ditto.
14073         (gcov_read_string): Ditto.
14074         (gcov_read_sync): Ditto.
14075         * gcov-io.h: Move counter defines to gcov-counter.def.
14076         * gcov-dump.c (tag_counters): Use gcov-counter.def.
14077         * coverage.c: Ditto.
14078         * gcov-tool.c: Offline gcda profile processing tool.
14079         (unlink_gcda_file): Remove one gcda file.
14080         (unlink_profile_dir): Remove gcda files from the profile path.
14081         (gcov_output_files): Output gcda files to an output dir.
14082         (profile_merge): Merge two profiles in directory.
14083         (print_merge_usage_message): Print merge usage.
14084         (merge_usage): Print merge usage and exit.
14085         (do_merge): Driver for profile merge sub-command.
14086         (profile_rewrite): Rewrite profile.
14087         (print_rewrite_usage_message): Print rewrite usage.
14088         (rewrite_usage): Print rewrite usage and exit.
14089         (do_rewrite): Driver for profile rewrite sub-command.
14090         (print_usage): Print gcov-info usage and exit.
14091         (print_version): Print gcov-info version.
14092         (process_args): Process arguments.
14093         (main): Main routine for gcov-tool.
14094         * Makefile.in: Build and install gcov-tool.
14095         * gcov-counter.def: New file split from gcov-io.h.
14096         * doc/gcc.texi: Include gcov-tool.texi.
14097         * doc/gcov-tool.texi: Document for gcov-tool.
14099 2014-07-10  Richard Biener  <rguenther@suse.de>
14101         PR tree-optimization/61757
14102         * tree-ssa-dom.c (loop_depth_of_name): Restore.
14103         (propagate_rhs_into_lhs): Revert part of last change.
14105 2014-07-10  Thomas Schwinge  <thomas@codesourcery.com>
14107         * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
14108         FUNCTION_DECLs.
14110 2014-07-10  Eric Botcazou  <ebotcazou@adacore.com>
14112         PR middle-end/53590
14113         * function.c (allocate_struct_function): Revert r188667 change.
14115         * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
14117 2014-07-10  Tom G. Christensen  <tgc@jupiterrise.com>
14119         * doc/install.texi: Remove links to defunct package providers for
14120         Solaris.
14122 2014-07-09  Tom de Vries  <tom@codesourcery.com>
14124         * final.c (get_call_fndecl): Declare.
14125         (self_recursive_call_p): New function.
14126         (collect_fn_hard_reg_usage): Handle self-recursive function calls.
14128 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
14130         * ipa-devirt.c (record_node): Walk through aliases.
14132 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
14134         * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
14136 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
14138         Revert:
14139         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
14141 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
14143         * ipa-visibility.c (function_and_variable_visibility): Remove
14144         temporary hack disabling local aliases on AIX.
14146 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
14148         * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
14149         * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
14151 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
14153         * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
14154         * rs6000/rs6000.c: Inline output of .set instruction.
14155         (declare_alias_data): New struct.
14156         (rs6000_declare_alias): New function.
14157         (rs6000_xcoff_declare_function_name): Use it.
14158         (rs6000_xcoff_declare_object_name): New function.
14159         * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
14160         (ASM_OUTPUT_DEF): Turn to empty definition.
14162 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
14164         PR bootstrap/61679
14165         * hash-table.h: use hash_table::value_type instead of
14166         Descriptor::value_type in the return types of several methods.
14168 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
14170         * tree-pass.h (pass_data): Remove has_execute member.
14171         * passes.c (execute_one_pass): Don't check pass->has_execute.
14172         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
14173         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
14174         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
14175         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
14176         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
14177         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
14178         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
14179         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
14180         gimple-low.c, gimple-ssa-isolate-paths.c,
14181         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
14182         ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
14183         ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
14184         ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
14185         lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
14186         postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
14187         reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
14188         stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
14189         tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
14190         tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
14191         tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
14192         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
14193         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
14194         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
14195         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
14196         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
14197         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
14198         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
14199         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
14200         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
14201         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
14202         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
14203         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
14204         web.c: Remove initializer for pass_data::has_execute.
14206 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
14208         * graphite-htab.h: Use hash_map instead of hash_table.
14209         * graphite-clast-to-gimple.c: Adjust.
14210         * passes.c: Use hash_map instead of hash_table.
14211         * sese.c: Likewise.
14212         * sese.h: Remove now unused code.
14214 2014-07-08  Sriraman Tallam  <tmsriram@google.com>
14216         PR target/61599
14217         * config/i386/i386.c (ix86_in_large_data_p): Check for size less
14218         than zero.
14220 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
14222         PR rtl-optimization/61673
14223         * combine.c (simplify_comparison): Test just mode's sign bit
14224         in tmode rather than the sign bit and any bits above it.
14226 2014-07-08  Roman Gareev  <gareevroman@gmail.com>
14228         * graphite-isl-ast-to-gimple.c (generate_isl_context):
14229         Add __isl_give to the declaration.
14230         (generate_isl_schedule): Likewise.
14231         (scop_to_isl_ast): Likewise.
14233 2014-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14235         * config/arm/arm.c (cortexa5_extra_costs): New table.
14236         (arm_cortex_a5_tune): Use cortexa5_extra_costs.
14238 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
14240         PR tree-optimization/61725
14241         * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
14242         range, use range_includes_zerop_p instead of integer_zerop on
14243         vr0->min, only use log2 of max if min is not negative.
14245 2014-07-08  Richard Biener  <rguenther@suse.de>
14247         * tree-ssa-dom.h (loop_depth_of_name): Remove.
14248         * tree-ssa-dom.c (record_equivalences_from_phis): Remove
14249         restriction on loop depth difference.
14250         (record_equality): Likewise.
14251         (propagate_rhs_into_lhs): Likewise.  Simplify condition.
14252         (loop_depth_of_name): Remove.
14253         * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
14254         restriction on loop depth difference.
14255         (init_copy_prop): Likewise.
14257 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
14259         * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
14260         parameter.
14261         (walk_aliased_vdefs): Likewise.
14262         * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
14263         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
14264         (detect_type_change_from_memory_writes): Check if entry was reached.
14266 2014-07-08  Richard Biener  <rguenther@suse.de>
14268         PR tree-optimization/61681
14269         * tree-ssa-structalias.c (find_what_var_points_to): Expand
14270         NONLOCAL inside ESCAPED.
14272 2014-07-08  Richard Biener  <rguenther@suse.de>
14274         PR tree-optimization/61680
14275         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
14276         Handle properly all read-write dependences with group accesses.
14278 2014-07-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
14280         PR tree-optimization/61576
14281         * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
14282         block containing reduction statement is predecessor of phi basi block.
14284 2014-07-08  Marek Polacek  <polacek@redhat.com>
14286         PR c/60226
14287         * fold-const.c (round_up_loc): Change the parameter type.
14288         Remove assert.
14289         * fold-const.h (round_up_loc): Adjust declaration.
14290         * stor-layout.c (finalize_record_size): Check for too large types.
14292 2014-07-07  Jan Hubicka  <hubicka@ucw.cz>
14294         * symtab.c: Include calls.h.
14295         (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
14297 2014-07-07  Maciej W. Rozycki  <macro@codesourcery.com>
14299         * config/rs6000/rs6000.c (output_vec_const_move): Handle
14300         little-endian code generation.
14301         * config/rs6000/spe.md (spe_evmergehi): Rename to...
14302         (vec_perm00_v2si): ... this.  Handle little-endian code generation.
14303         (spe_evmergehilo): Rename to...
14304         (vec_perm01_v2si): ... this.  Handle little-endian code generation.
14305         (spe_evmergelo): Rename to...
14306         (vec_perm11_v2si): ... this.  Handle little-endian code generation.
14307         (spe_evmergelohi): Rename to...
14308         (vec_perm10_v2si): ... this.  Handle little-endian code generation.
14309         (spe_evmergehi, spe_evmergehilo): New expanders.
14310         (spe_evmergelo, spe_evmergelohi): Likewise.
14311         (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
14312         (*frob_tf_ti): Likewise.
14313         (*frob_<mode>_di_2): Likewise.
14314         (*frob_tf_di_8_2): Likewise.
14315         (*frob_di_<mode>): Likewise.
14316         (*frob_ti_tf): Likewise.
14317         (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
14318         (*frob_ti_<mode>_8_2): Likewise.
14319         (*frob_ti_tf_2): Likewise.
14320         (mov_si<mode>_e500_subreg0): Rename to...
14321         (mov_si<mode>_e500_subreg0_be): ... this.  Restrict to the big
14322         endianness only.
14323         (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
14324         (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
14325         (*mov_si<mode>_e500_subreg0_elf_low_be): ... this.  Restrict to
14326         the big endianness only.
14327         (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
14328         (*mov_si<mode>_e500_subreg0_2): Rename to...
14329         (*mov_si<mode>_e500_subreg0_2_be): ... this.  Restrict to the
14330         big big endianness only.
14331         (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
14332         (*mov_si<mode>_e500_subreg4): Rename to...
14333         (*mov_si<mode>_e500_subreg4_be): ... this.  Restrict to the big
14334         endianness only.
14335         (mov_si<mode>_e500_subreg4_le): New instruction pattern.
14336         (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
14337         (*mov_si<mode>_e500_subreg4_elf_low_be): ... this.  Restrict to
14338         the big endianness only.
14339         (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
14340         pattern.
14341         (*mov_si<mode>_e500_subreg4_2): Rename to...
14342         (*mov_si<mode>_e500_subreg4_2_be): ... this.  Restrict to the big
14343         endianness only.
14344         (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
14345         (*mov_sitf_e500_subreg8): Rename to...
14346         (*mov_sitf_e500_subreg8_be): ... this.  Restrict to the big
14347         endianness only.
14348         (*mov_sitf_e500_subreg8_le): New instruction pattern.
14349         (*mov_sitf_e500_subreg8_2): Rename to...
14350         (*mov_sitf_e500_subreg8_2_be): ... this.  Restrict to the big
14351         endianness only.
14352         (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
14353         (*mov_sitf_e500_subreg12): Rename to...
14354         (*mov_sitf_e500_subreg12_be): ... this.  Restrict to the big
14355         endianness only.
14356         (*mov_sitf_e500_subreg12_le): New instruction pattern.
14357         (*mov_sitf_e500_subreg12_2): Rename to...
14358         (*mov_sitf_e500_subreg12_2_be): ... this.  Restrict to the big
14359         endianness only.
14360         (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
14362 2014-07-07  Max Ostapenko  <m.ostapenko@partner.samsung.com>
14364         * asan.c (instrument_strlen_call): Do not instrument first byte
14365         in strlen if already instrumented.
14367 2014-07-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14369         * config/arm/arm.opt (mwords-little-endian): Delete.
14370         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
14371         of TARGET_LITTLE_WORDS.
14372         (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
14373         * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
14374         warning.
14375         * doc/invoke.texi: Remove references to -mwords-little-endian.
14377 2014-07-07  Jakub Jelinek  <jakub@redhat.com>
14379         * expmed.c (struct init_expmed_rtl): Change all fields but
14380         pow2 and cint from struct rtx_def to rtx.
14381         (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
14382         (init_expmed): Likewise.  Allocate all the 18 rtxes and ggc_free them
14383         at the end again.
14385 2014-07-06  Marek Polacek  <polacek@redhat.com>
14387         PR c/6940
14388         * doc/invoke.texi: Document -Wsizeof-array-argument.
14390 2014-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
14392         * wide-int.h (wide_int_storage): Change declaration from struct
14393         to class.
14395 2014-07-05  Jan Hubicka  <hubicka@ucw.cz>
14397         * cgraph.c (cgraph_create_indirect_edge): Update call of
14398         get_polymorphic_call_info.
14399         * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
14400         (possible_polymorphic_call_targets): Add parameter call.
14401         (decl_maybe_in_construction_p): New predicate.
14402         (get_polymorphic_call_info): Add parameter call;
14403         use decl_maybe_in_construction_p.
14404         * gimple-fold.c (fold_gimple_assign): Update use of
14405         possible_polymorphic_call_targets.
14406         (gimple_fold_call): Likewise.
14407         * ipa-prop.c: Inlcude calls.h
14408         (ipa_binfo_from_known_type_jfunc): Check that known type is record.
14409         (param_type_may_change_p): New predicate.
14410         (detect_type_change_from_memory_writes): Break out from ...
14411         (detect_type_change): ... this one; use param_type_may_change_p.
14412         (detect_type_change_ssa): Use param_type_may_change_p.
14413         (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
14415 2014-07-05  Charles Baylis  <charles.baylis@linaro.org>
14417         PR target/49423
14418         * config/arm/arm-protos.h (arm_legitimate_address_p,
14419         arm_is_constant_pool_ref): Add prototypes.
14420         * config/arm/arm.c (arm_legitimate_address_p): Remove static.
14421         (arm_is_constant_pool_ref) New function.
14422         * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
14423         arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
14424         (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
14425         operand. Remove pool_range and neg_pool_range attributes.
14426         (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
14427         pool_range and neg_pool_range attributes.
14428         * config/arm/constraints.md (Uh): New constraint.
14429         (Uq): Don't allow constant pool references.
14431 2014-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
14433         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
14434         (move_lo_quad_internal_be_<mode>): Likewise.
14435         (move_lo_quad_<mode>): Convert to define_expand.
14436         (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
14437         (aarch64_simd_move_hi_quad_be_<mode>): New.
14438         (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
14439         (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
14440         (aarch64_combinez_be<mode>): New.
14441         (aarch64_combine<mode>): Convert to define_expand.
14442         (aarch64_combine_internal<mode>): New.
14443         (aarch64_simd_combine<mode>): Remove bogus RTL description.
14445 2014-07-04  Tom de Vries  <tom@codesourcery.com>
14447         * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
14448         combination of earlyclobber and read/write modifiers.
14450 2014-07-04  Tom de Vries  <tom@codesourcery.com>
14452         * config/aarch64/aarch64-simd.md
14453         (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
14455 2014-07-04  Richard Earnshaw  <rearnsha@arm.com>
14457         PR target/61714
14458         * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
14460 2014-07-04  Jakub Jelinek  <jakub@redhat.com>
14462         PR middle-end/61654
14463         * cgraphunit.c (expand_thunk): Call free_dominance_info.
14465         PR tree-optimization/61684
14466         * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
14467         rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
14469 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14470             Kito Cheng  <kito@0xlab.org>
14471             Monk Chiang  <sh.chiang04@gmail.com>
14473         * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
14474         (nds32_symbol_load_store_p): Move to ...
14475         (nds32_fp_as_gp_check_available): Move to ...
14476         * config/nds32/nds32-fp-as-gp.c: ... here.
14477         * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
14478         extern declaration.
14480 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14481             Kito Cheng  <kito@0xlab.org>
14482             Monk Chiang  <sh.chiang04@gmail.com>
14484         * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
14485         (nds32_expand_store_multiple): Move to ...
14486         (nds32_expand_movmemqi): Move to ...
14487         * config/nds32/nds32-memory-manipulation.c: ... here.
14489 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14490             Kito Cheng  <kito@0xlab.org>
14491             Monk Chiang  <sh.chiang04@gmail.com>
14493         * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
14494         (nds32_output_casesi_pc_relative): Move to ...
14495         (nds32_output_casesi): Move to ...
14496         (nds32_mem_format): Move to ...
14497         (nds32_output_16bit_store): Move to ...
14498         (nds32_output_16bit_load): Move to ...
14499         (nds32_output_32bit_store): Move to ...
14500         (nds32_output_32bit_load): Move to ...
14501         (nds32_output_32bit_load_s): Move to ...
14502         (nds32_output_stack_push): Move to ...
14503         (nds32_output_stack_pop): Move to ...
14504         * config/nds32/nds32-md-auxiliary.c: ... here.
14506 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14507             Ling-Hua Tseng  <uranus@tinlans.org>
14509         * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
14510         the purpose of this file.
14512 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14513             Kito Cheng  <kito@0xlab.org>
14514             Monk Chiang  <sh.chiang04@gmail.com>
14516         * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
14517         (nds32_address_cost): Move implementation to ...
14518         * config/nds32/nds32-cost.c: ... here.
14519         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
14520         (nds32_address_cost_impl): Declare.
14522 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14523             Kito Cheng  <kito@0xlab.org>
14524             Monk Chiang  <sh.chiang04@gmail.com>
14526         * config/nds32/nds32.c
14527         (nds32_consecutive_registers_load_store_p): Move to ...
14528         (nds32_valid_multiple_load_store): Move to ...
14529         (nds32_valid_stack_push_pop): Move to ...
14530         (nds32_can_use_bclr_p): Move to ...
14531         (nds32_can_use_bset_p): Move to ...
14532         (nds32_can_use_btgl_p): Move to ...
14533         (nds32_can_use_bitci_p): Move to ...
14534         * config/nds32/nds32-predicates.c: ... here.
14536 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14537             Kito Cheng  <kito@0xlab.org>
14538             Monk Chiang  <sh.chiang04@gmail.com>
14540         * config/nds32/nds32.c
14541         (nds32_expand_builtin_null_ftype_reg): Move to ...
14542         (nds32_expand_builtin_reg_ftype_imm): Move to ...
14543         (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
14544         (nds32_init_builtins): Move implementation to ...
14545         (nds32_expand_builtin): Move implementation to ...
14546         * config/nds32/nds32-intrinsic.c: ... here.
14547         * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
14548         (nds32_expand_builtin_impl): Declare.
14550 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14551             Kito Cheng  <kito@0xlab.org>
14552             Monk Chiang  <sh.chiang04@gmail.com>
14554         * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
14555         (nds32_emit_section_tail_template): Move to ...
14556         (nds32_emit_isr_jmptbl_section): Move to ...
14557         (nds32_emit_isr_vector_section): Move to ...
14558         (nds32_emit_isr_reset_conten): Move to ...
14559         (nds32_check_isr_attrs_conflict): Move to ...
14560         (nds32_construct_isr_vectors_information): Move to ...
14561         (nds32_asm_file_start): Move implementation to ...
14562         (nds32_asm_file_end): Move implementation to ...
14563         * config/nds32/nds32-isr.c: ... here.
14564         * config/nds32/nds32-protos.h
14565         (nds32_check_isr_attrs_conflict): Declare.
14566         (nds32_construct_isr_vectors_information): Declare.
14567         (nds32_asm_file_start_for_isr): Declare.
14568         (nds32_asm_file_end_for_isr): Declare.
14570 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
14571             Kito Cheng  <kito@0xlab.org>
14572             Monk Chiang  <sh.chiang04@gmail.com>
14574         * config.gcc (nds32*): Add new modules to extra_objs.
14575         (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
14576         (nds32be-*-*): Likewise.
14577         * config/nds32/nds32-cost.c: New file.
14578         * config/nds32/nds32-fp-as-gp.c: New file.
14579         * config/nds32/nds32-intrinsic.c: New file.
14580         * config/nds32/nds32-isr.c: New file.
14581         * config/nds32/nds32-md-auxiliary.c: New file.
14582         * config/nds32/nds32-memory-manipulation.c: New file.
14583         * config/nds32/nds32-pipelines-auxiliary.c: New file.
14584         * config/nds32/nds32-predicates.c: New file.
14585         * config/nds32/t-nds32: New file.
14587 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
14589         PR tree-optimization/61682
14590         * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
14591         using cases and when one of the operands is equal to 1.
14593 2014-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
14595         * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
14596         ashr<mode>3): Correct mode of operands[2].
14597         (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
14598         lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
14599         Correct mode of operands[2].  Fix split condition.
14601 2014-07-03  Richard Earnshaw  <rearnsha@arm.com>
14603         * arm.md (arch): Add armv6_or_vfpv3.
14604         (arch_enabled): Add test for the above.
14605         * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
14606         on VFP9.
14607         (sqrtsf_vfp, sqrtdf_vfp): Likewise.
14609 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
14611         * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
14612         * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
14613         HWI 1 and negate the unsigned value.
14614         * expmed.c (expand_sdiv_pow2): For modes wider than word always
14615         use AND instead of shift.
14616         * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
14618 2014-07-03  Marek Polacek  <polacek@redhat.com>
14620         * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
14621         (-fsanitize=float-divide-by-zero): Move to the table with
14622         -fsanitize=undefined suboptions.
14623         (-fsanitize=float-cast-overflow): Likewise.
14625 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
14627         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
14628         BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
14629         endianness.
14631 2014-07-03  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
14633         * loop-invariant.c (struct invariant): Add a new member: eqno;
14634         (find_identical_invariants): Update eqno;
14635         (create_new_invariant): Init eqno;
14636         (get_inv_cost): Compute comp_cost with eqno;
14638 2014-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
14640         * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
14641         (walk_insn_part) <ROTATE, ROTATERT>: New cases.
14642         (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
14643         * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
14644         Only do the transformation if both HAVE_rotate and HAVE_rotatert.
14646 2014-07-02  Christian Bruel  <christian.bruel@st.com>
14648         PR target/29349
14649         PR target/53513
14650         * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
14651         (make_preds_opaque): Delete.
14652         (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
14653         (commit_mode_sets): New function.
14654         (optimize_mode_switching): Handle current_mode to mode_switching_emit.
14655         Process all modes at once.
14656         * basic-block.h (pre_edge_lcm_avs): Declare.
14657         * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
14658         Call clear_aux_for_edges. Fix comments.
14659         (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
14660         (pre_edge_rev_lcm): Idem.
14661         * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
14662         parameter.
14663         * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
14664         * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
14665         Idem.
14666         * config/i386/i386.c (x96_emit_mode_set): Idem.
14667         * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
14668         * config/sh/sh.md (toggle_pr):  Defined if TARGET_FPU_SINGLE.
14669         (fpscr_toggle) Disallow from delay slot.
14670         * target.def (emit_mode_set): Add prev_mode parameter.
14671         * doc/tm.texi: Regenerate.
14673 2014-07-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14675         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
14676         variable i.
14678 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
14680         * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
14681         vtable_pointer_value_to_vtable): Constify.
14682         (contains_polymorphic_type_p): Declare.
14683         * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
14684         vtable_pointer_value_to_vtable): Constify.
14685         (contains_polymorphic_type_p): New predicate.
14686         * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
14687         polymorphic types.
14688         (ipa_set_ancestor_jf): Likewise.
14689         (detect_type_change): Return false in easy cases.
14690         (compute_complex_assign_jump_func): Require type to contain
14691         polymorphic type.
14692         (compute_known_type_jump_func): Likewise.
14694 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
14696         * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
14697         Remove.
14698         (type_in_anonymous_namespace_p): Constify argument.
14699         * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
14700         * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
14701         (main_odr_variant): New function.
14702         (hash_type_name): Make static; update assert; do not ICE on
14703         non-records.
14704         (types_same_for_odr): Bring here from tree.c; simplify and remove
14705         old structural comparing code that doesn't work for templates.
14706         (odr_hasher::equal): Update assert.
14707         (add_type_duplicate): Return true when bases should be computed;
14708         replace incomplete loader by complete; do not output duplicated
14709         warnings; do not ICE on non-records; set odr_violated flag.
14710         (get_odr_type): Be ready to replace incomplete type by complete
14711         one; work on ODR variants instead of main variants; reorder item
14712         in array so bases have still smaller indexes.
14713         (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
14714         (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
14716 2014-07-01  Cary Coutant  <ccoutant@google.com>
14718         * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
14719         lookup.
14720         (resolve_addr_in_expr): When replacing the rtx in a location list
14721         entry, get a new address table entry.
14722         (dwarf2out_finish): Call index_location_lists even if there are no
14723         addr_index_table entries yet.
14725 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
14727         * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
14728         change for not being obvious.
14730 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
14732         * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
14733         unused argument.
14735 2014-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14737         * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
14738         (vcagt_f64): Likewise.
14739         (vcale_f64): Likewise.
14740         (vcaled_f64): Likewise.
14741         (vcales_f32): Likewise.
14742         (vcalt_f64): Likewise.
14743         (vcaltd_f64): Likewise.
14744         (vcalts_f32): Likewise.
14746 2014-07-01  Marek Polacek  <polacek@redhat.com>
14748         * doc/invoke.texi: Document -Wint-conversion.
14750 2014-07-01  Marek Polacek  <polacek@redhat.com>
14752         PR c/58286
14753         * doc/invoke.texi: Document -Wincompatible-pointer-types.
14755 2014-07-01  Martin Liska  <mliska@suse.cz>
14757         IPA REF alias refactoring
14758         * cgraph.h (iterate_direct_aliases): New function.
14759         (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
14760         * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
14761         FOR_EACH_ALIAS added.
14762         (cgraph_for_node_and_aliases): Likewise.
14763         * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
14764         * ipa-inline.c (reset_edge_caches): Likewise.
14765         (update_caller_keys): Likewise.
14766         * trans-mem.c (ipa_tm_execute): Likewise.
14767         *varpool.c (varpool_analyze_node): Likewise.
14768         (varpool_for_node_and_aliases): Likewise.
14769         * ipa-ref.h (first_alias): New function.
14770         (last_alias): Likewise.
14771         (has_aliases_p): Likewise.
14772         * ipa-ref.c (ipa_ref::remove_reference): Removal function
14773         is sensitive to IPA_REF_ALIASes.
14774         * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
14775         are put at the beginning of the list.
14776         (symtab_node::iterate_direct_aliases): New function.
14778 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14780         Revert:
14781         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
14782         type is complete.
14783         (write_ts_type_common_tree_pointers): Do not stream fields not set
14784         for incomplete types; do not stream duplicated fields for variants;
14785         sanity check that variant and type match.
14786         (write_ts_type_non_common_tree_pointers): Likewise.
14787         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
14788         TYPE_SIZE whether type is complete.
14789         (lto_input_ts_type_common_tree_pointers): Do same changes as in
14790         write_ts_type_common_tree_pointers
14791         (lto_input_ts_type_non_common_tree_pointers): Likewise.
14793 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
14795         * var-tracking.c (add_stores): Return instead of asserting if old
14796         and new values for conditional store are the same.
14798 2014-06-30  Richard Henderson  <rth@redhat.com>
14800         PR rtl-opt/61608
14801         PR target/39284
14802         * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
14803         the cfg if there were any changes.
14804         * passes.def: Revert move of peephole2 after reorder_blocks;
14805         move duplicate_computed_gotos before peephole2.
14807 2014-06-30  Uros Bizjak  <ubizjak@gmail.com>
14809         * except.c (emit_note_eh_region_end): New helper function.
14810         (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
14811         emit EH_REGION_END note.
14812         * jump.c (cleanup_barriers): Do not split a call and its
14813         corresponding CALL_ARG_LOCATION note.
14815 2014-06-30  Jeff Law  <law@redhat.com>
14817         PR tree-optimization/61607
14818         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
14819         deeper into the SSA_NAME_VALUE chain.
14821 2014-06-30  Marek Polacek  <polacek@redhat.com>
14823         * convert.c (convert_to_integer): Don't instrument conversions if the
14824         function has no_sanitize_undefined attribute.
14825         * ubsan.c: Don't run the ubsan pass if the function has
14826         no_sanitize_undefined attribute.
14828 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
14830         * doc/invoke.texi (-fsanitize=bounds): Move to the table with
14831         -fsanitize=undefined suboptions.
14833 2014-06-30  Alan Lawrence  <alan.lawrence@arm.com>
14835         * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
14836         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
14837         against bigendian and adjust indices.
14839 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
14841         * doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.
14843 2014-06-30  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14845         PR target/61633
14846         * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
14847         Add alternative; make early clobber.  Adjust both split patterns
14848         to use operand 0 as the working register.
14850 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
14852         * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
14853         as ira_object_id_map might be NULL, or 1.
14855 2014-06-30  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
14857         * loop-invariant.c (get_inv_cost): Handle register class.
14858         (gain_for_invariant): Check the register pressure of the inv
14859         and its overlapped register class, other than all.
14861 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
14863         * doc/invoke.texi (Optimize Options): Fix descriptions of
14864         ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
14866 2014-06-29  David Wohlferd <dw@LimeGreenSocks.com>
14868         * doc/extend.texi (Function Attributes): Update 'naked' attribute
14869         documentation.
14871 2014-06-29  Tobias Grosser <tobias@grosser.es>
14873         PR bootstrap/61650
14874         * graphite-isl-ast-to-gimple.c: Add missing guards.
14876 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
14878         * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
14879         * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
14880         * flag-types.h: Add new enum fgraphite_generator.
14881         * graphite-isl-ast-to-gimple.c: New.
14882         * graphite-isl-ast-to-gimple.h: New.
14883         * graphite.c (graphite_transform_loops): Add choice of Graphite
14884         code generator, which depends on flag_graphite_code_gen.
14886 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
14888         * graphite-dependences.c (subtract_commutative_associative_deps):
14889         Add NULL checking of the following variables: must_raw_no_source,
14890         may_raw_no_source, must_war_no_source, may_war_no_source,
14891         must_waw_no_source, may_waw_no_source, must_raw, may_raw,
14892         must_war, may_war, must_waw, may_waw.
14894 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
14896         * graphite-clast-to-gimple.c: gloog is renamed to
14897         graphite_regenerate_ast_cloog.  gloog_error is renamed to
14898         graphite_regenerate_error.
14899         * graphite-clast-to-gimple.h: The definition of the struct
14900         bb_pbb_def is moved to graphite-htab.h.
14901         Add inclusion of the hash-table.h.
14902         * graphite-htab.h: The declaration of the function gloog is moved
14903         to graphite-clast-to-gimple.h and renamed to
14904         graphite_regenerate_ast_cloog.
14905         * graphite.c (graphite_transform_loops): gloog is renamed
14906         to graphite_regenerate_ast_cloog.
14908 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14910         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
14911         type is complete.
14912         (write_ts_type_common_tree_pointers): Do not stream fields not set
14913         for incomplete types; do not stream duplicated fields for variants;
14914         sanity check that variant and type match.
14915         (write_ts_type_non_common_tree_pointers): Likewise.
14916         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
14917         TYPE_SIZE whether type is complete.
14918         (lto_input_ts_type_common_tree_pointers): Do same changes as in
14919         write_ts_type_common_tree_pointers
14920         (lto_input_ts_type_non_common_tree_pointers): Likewise.
14922 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14924         * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
14926 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14928         * tree-inline.c (remap_type_1): Do not duplicate fields
14929         that are shared in between type and its main variant.
14931 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14933         * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
14934         of the type.
14935         (ipa_set_ancestor_jf) Likewise.
14936         (check_stmt_for_type_change): Check that we work on main variant.
14937         (detect_type_change): Look into main variant.
14938         (compute_known_type_jump_func): Check that main variant has BINFO.
14940 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14942         * ipa-devirt.c (set_type_binfo): New function.
14943         (add_type_duplicate): Use it.
14944         (get_odr_type): Sanity check that binfos points to main variants.
14945         (get_class_context): Be sure the context's outer_type is main variant.
14946         (contains_type_p): Walk main variant.
14947         (get_polymorphic_call_info_for_decl): Set outer_type to be
14948         main variant.
14949         (get_polymorphic_call_info): Likewise.
14950         (possible_polymorphic_call_targets): Sanity check that we operate
14951         on main variant.
14953 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14955         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
14957 2014-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14959         * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
14960         accidental change due to wide-int branch merge.
14962 2014-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14964         * configure.ac (gcc_cv_as_compress_debug): Check for assembler
14965         compressed debug support.
14966         (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
14967         * configure: Regenerate.
14968         * config.in: Regenerate.
14969         * common.opt (compressed_debug_sections): New enum.
14970         (gz, gz=): New options.
14971         * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
14972         (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
14973         (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
14974         * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
14975         LINK_COMPRESS_DEBUG_SPEC.
14976         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
14977         * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
14978         * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
14979         (Debugging Options): Document -gz[=type].
14981 2014-06-27  Martin Jambor  <mjambor@suse.cz>
14983         PR ipa/61160
14984         * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
14985         args_to_skip, use those from node instead.  Copy args_to_skip and
14986         combined_args_to_skip from node to the new thunk.
14987         (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
14988         (cgraph_create_virtual_clone): Moved computation of
14989         combined_args_to_skip...
14990         (cgraph_clone_node): ...here, simplify it to bitmap_ior..
14992 2014-06-27  trevor Saunders  <tsaunders@mozilla.com>
14994         * config/i386/winnt.c (i386_pe_section_type_flags): Remove
14995         redundant diagnostic machinary.
14997 2014-06-27  Richard Biener  <rguenther@suse.de>
14999         * tree-ssa-math-opts.c (bswap_replace): Fix
15000         SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
15002 2014-06-27  Martin Liska  <mliska@suse.cz>
15004         * gimple.h (gimple_location_safe): New function introduced.
15005         * cgraphunit.c (walk_polymorphic_call_targets): Usage
15006         of gimple_location_safe replaces gimple_location.
15007         (gimple_fold_call): Likewise.
15008         * ipa-devirt.c (ipa_devirt): Likewise.
15009         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
15010         * ipa.c (walk_polymorphic_call_targets): Likewise.
15011         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
15013 2014-06-27  Jakub Jelinek  <jakub@redhat.com>
15015         PR tree-optimization/57233
15016         PR tree-optimization/61299
15017         * tree-vect-generic.c (get_compute_type, count_type_subparts): New
15018         functions.
15019         (expand_vector_operations_1): Use them.  If {L,R}ROTATE_EXPR
15020         would be lowered to scalar shifts, check if corresponding
15021         shifts and vector BIT_IOR_EXPR are supported and don't lower
15022         or lower just to narrower vector type in that case.
15023         * expmed.c (expand_shift_1): Fix up handling of vector
15024         shifts and rotates.
15026 2014-06-26  Uros Bizjak  <ubizjak@gmail.com>
15028         PR target/61586
15029         * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
15031 2014-06-26  Jan Hubicka  <hubicka@ucw.cz>
15033         * doc/invoke.texi (-fsemantic-interposition): Document.
15034         * common.opt (fsemantic-interposition): New flag.
15035         * varasm.c (decl_replaceable_p): Use it.
15037 2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15039         PR target/61542
15040         * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
15041         extraction other than index 3.
15043 2014-06-26  Teresa Johnson  <tejohnson@google.com>
15045         * doc/invoke.texi: Fix typo.
15046         * dumpfile.c: Add support for documented -fdump-* options
15047         optimized/missed/note/optall.
15049 2014-06-26  Martin Jambor  <mjambor@suse.cz>
15051         * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
15052         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
15053         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
15054         (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
15055         * opts.c (default_options_optimization): Set
15056         PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
15057         * doc/invoke.texi (allow-load-data-races)
15058         (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
15059         (allow-store-data-races): Document the new default.
15061 2014-06-26  Martin Jambor  <mjambor@suse.cz>
15063         * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
15064         renamed to ipa_impossible_devirt_target.  Fix typo.
15065         * ipa-prop.h (ipa_impossible_devirt_target): Declare.
15066         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
15067         ipa_impossible_devirt_target.
15069 2014-06-26  Richard Biener  <rguenther@suse.de>
15071         PR tree-optimization/61607
15072         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
15073         explaining why we restrict copies on loop depth.
15074         * tree-ssa-dom.c (cprop_operand): Remove restriction on
15075         on loop depth.
15076         (record_equivalences_from_phis): Instead add it here.
15078 2014-06-26  Bernd Schmidt  <bernds@codesourcery.com>
15080         * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
15081         (LTO_WRAPPER_OBJS): New variable.
15082         (lto-wrapper$(exeext)): Use it.
15083         * collect2.c: Include "collect-utils.h".
15084         (verbose, debug): Remove variables.
15085         (at_file_supplied): No longer static.
15086         (tool_name): New variable.
15087         (do_wait, fork_execute, maybe_unlink): Don't declare.
15088         (tool_cleanup): No longer static.
15089         (notice): Remove function.
15090         (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
15091         fork_execute calls.
15092         (collect_wait, do_wait, collect_execute): Remove functions.
15093         (maybe_unlink): No longer static.
15094         * collect2.h (verbose, debug): Don't declare.
15095         (at_file_supplied): Declare.
15096         * collect-utils.c (utils_cleanup): New arg from_signal.  All callers
15097         changed.
15098         (collect_execute): Replace with implementation from collect2, plus a
15099         new arg use_atfile.  All callers changed.
15100         (collect_wait): Replace with implementation from collect2.
15101         (maybe_unlink_file): Remove function.
15102         (fork_execute): Replace with implementation from collect2, plus a
15103         new arg use_atfile.  All callers changed.
15104         (do_wait): Add call to utils_cleanup to the error path.
15105         * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
15106         (tool_cleanup): Adjust declarations.
15107         * lto-wrapper.c (tool_cleanup): Add unused bool argument.
15108         * tlink.c: Include "collect-utils.h".
15109         (tlink_execute): New arg use_atfile.  All callers changed.
15110         (tlink_init, tlink_execute): Remove declarations.
15112         * collect-utils.c (save_temps): New variable.
15113         (do_wait): Use it instead of debug.  Use fatal_error.
15114         * collect-utils.h (save_temps): Declare.
15115         * collect2.c (verbose): Rename from vflag.  All uses changed.
15116         (tool_cleanup): New function, copied from collect_atexit.
15117         (collect_atexit, handler): Just call it.
15118         * collect2.h (verbose): Declaration renamed from vflag.
15119         * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
15120         debug.
15122         * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
15123         (lto-wrapper$(exeext)): Link with collect-utils.o.
15124         * collect-utils.c: New file.
15125         * collect-utils.h: New file.
15126         * lto-wrapper.c: Include "collect-utils.h".
15127         (args_name): Delete variable.
15128         (tool_name): New variable.
15129         (tool_cleanup): New function.
15130         (maybe_unlink): Renamed from maybe_unlink_file.  All callers changed.
15131         (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
15132         (fork_execute): Remove functions.
15134 2014-06-26  Nick Clifton  <nickc@redhat.com>
15136         * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
15138         * doc/extend.texi (Function Attributes): Fix typo in description
15139         of RX vector attribute.
15141 2014-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
15143         * config.gcc (supported_defaults): Error when passing either
15144         --with-tune or --with-arch in conjunction with --with-cpu for ARM.
15146 2014-06-26  Richard Biener  <rguenther@suse.de>
15148         * tree-ssa-dom.c (cprop_operand): Remove restriction on
15149         propagating volatile pointers.
15151 2014-06-26  Richard Biener  <rguenther@suse.de>
15153         PR tree-optimization/61607
15154         * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
15155         loop if we redirected its latch edge.
15156         (thread_block_1): Do not cancel loops prematurely.
15158 2014-06-25  Jan Hubicka  <hubicka@ucw.cz>
15160         * toplev.c (backend_init_target): Move init_emit_regs and
15161         init_regs to...
15162         (backend_init) ... here; skip ira_init_once and backend_init_target.
15163         (target_reinit) ... and here; clear
15164         this_target_rtl->lang_dependent_initialized.
15165         (lang_dependent_init_target): Clear
15166         this_target_rtl->lang_dependent_initialized;
15167         break out rtl initialization to ...
15168         (initialize_rtl): ... here; call also backend_init_target
15169         and ira_init_once.
15170         * toplev.h (initialize_rtl): New function.
15171         * function.c: Include toplev.h
15172         (init_function_start): Call initialize_rtl.
15173         * rtl.h (target_rtl): Add target_specific_initialized,
15174         lang_dependent_initialized.
15176 2014-06-25  Paul Gortmaker  <paul.gortmaker@windriver.com>
15177             Jakub Jelinek  <jakub@redhat.com>
15179         * gcc.c (set_multilib_dir): Malloc "." pointer as well.
15181 2014-06-25  Tom de Vries  <tom@codesourcery.com>
15183         * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
15185 2014-06-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15187         * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
15188         check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
15189         Issue a strict overflow warning if appropriate.
15191 2014-06-25  Martin Liska  <mliska@suse.cz>
15193         IPA REF refactoring
15194         * Makefile.in: Removed header file (ipa-ref-inline.h).
15195         * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
15196         called.
15197         (cgraph_speculative_call_info): Likewise.
15198         (cgraph_for_node_thunks_and_aliases): Likewise.
15199         (cgraph_for_node_and_aliases): Likewise.
15200         (verify_cgraph_node): Likewise.
15201         * cgraph.h: Batch of IPA REF functions become member functions of
15202         symtab_node: add_reference, maybe_add_reference, clone_references,
15203         clone_referring, clone_reference, find_reference,
15204         remove_stmt_references, remove_all_references,
15205         remove_all_referring, dump_references, dump_referring,
15206         has_alias_p, iterate_reference, iterate_referring.
15207         * cgraphbuild.c (record_reference): New IPA REF function used.
15208         (record_type_list): Likewise.
15209         (record_eh_tables): Likewise.
15210         (mark_address): Likewise.
15211         (mark_load): Likewise.
15212         (mark_store): Likewise.
15213         (pass_build_cgraph_edges): Likewise.
15214         (rebuild_cgraph_edge): Likewise.
15215         (cgraph_rebuild_references): Likewise.
15216         (pass_remove_cgraph_callee_edges): Likewise.
15217         * cgraphclones.c (cgraph_clone_node): Likewise.
15218         (cgraph_create_virtual_clone): Likewise.
15219         (cgraph_materialize_clone): Likewise.
15220         (cgraph_materialize_all_clones): Likewise.
15221         * cgraphunit.c (cgraph_reset_node): Likewise.
15222         (cgraph_reset_node): Likewise.
15223         (analyze_function): Likewise.
15224         (assemble_thunks_and_aliases): Likewise.
15225         (expand_function): Likewise.
15226         * ipa-comdats.c (propagate_comdat_group): Likewise.
15227         (enqueue_references): Likewise.
15228         * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
15229         (create_specialized_node): Likewise.
15230         * ipa-devirt.c (referenced_from_vtable_p): Likewise.
15231         * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
15232         * ipa-inline.c (reset_edge_caches): Likewise.
15233         (update_caller_keys): Likewise.
15234         (execute): Likewise.
15235         * ipa-prop.c (remove_described_reference): Likewise.
15236         (propagate_controlled_uses): Likewise.
15237         (ipa_edge_duplication_hook): Likewise.
15238         (ipa_modify_call_arguments): Likewise.
15239         * ipa-pure-const.c (propagate_pure_const): Likewise.
15240         * ipa-ref-inline.h: Header file removed, functions moved
15241         to symtab_node class.
15242         * ipa-ref.c (remove_reference): New class member function.
15243         (cannot_lead_to_return): New class member function.
15244         (referring_ref_list): Likewise.
15245         (referred_ref_list): Likewise.
15246         Rest of functions moved to symtab_node class.
15247         * ipa-ref.h: New member functions remove_reference,
15248         cannot_lead_to_return, referring_ref_list, referred_ref_list added
15249         to ipa_ref class.
15250         ipa_ref_list class has new member functions: first_reference,
15251         first_referring, clear, nreferences.
15252         * ipa-reference.c (analyze_function): New IPA REF function used.
15253         (write_node_summary_p): Likewise.
15254         (ipa_reference_write_optimization_summary): Likewise.
15255         * ipa-split.c (split_function): Likewise.
15256         * ipa-utils.c (ipa_reverse_postorder): Likewise.
15257         * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
15258         (function_and_variable_visibility): Likewise.
15259         * ipa.c (has_addr_references_p): Likewise.
15260         (process_references): Argument type changed.
15261         (symtab_remove_unreachable_nodes): New IPA REF function used.
15262         (process_references): Likewise.
15263         (set_writeonly_bit): Likewise.
15264         * lto-cgraph.c: Implementation of new symtab_node member functions
15265         that uses new IPA REF functions.
15266         * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
15267         function used.
15268         * lto-streamer-out.c (output_symbol_p): Likewise.
15269         * lto-streamer.h (referenced_from_this_partition_p): Argument type
15270         changed.
15271         * symtab.c: Implementation of new IPA REF API.
15272         * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
15273         (ipa_tm_create_version): Likewise.
15274         (ipa_tm_execute): Likewise.
15275         * tree-emutls.c (gen_emutls_addr): Likewise.
15276         * tree-inline.c (copy_bb): Likewise.
15277         (delete_unreachable_blocks_update_callgraph): Likewise.
15278         * varpool.c (varpool_remove_unreferenced_decls): Likewise.
15279         (varpool_for_node_and_aliases): Likewise.
15281 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
15283         * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
15285 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
15287         PR bootstrap/61598
15288         * fold-const.c (fold_checksum_tree): Use a hash_table of const
15289         tree_node * instead of tree_node *.
15290         (fold): Adjust.
15291         (print_fold_checksum): Likewise.
15292         (fold_check_failed): Likewise.
15293         (debug_fold_checksum): Likewise.
15294         (fold_build1_stat_loc): Likewise.
15295         (fold_build2_stat_loc): Likewise.
15296         (fold_build3_stat_loc): Likewise.
15297         (fold_build_call_array_loc): Likewise.
15299 2014-06-25  David Edelsohn  <dje.gcc@gmail.com>
15301         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
15302         implementation with call to...
15303         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
15304         function.
15305         * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
15306         Declare.
15308 2014-06-25  Marc Glisse  <marc.glisse@inria.fr>
15310         PR tree-optimization/57742
15311         * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
15312         after replacing the statement.
15314 2014-06-25  Nick Clifton  <nickc@redhat.com>
15316         * config/v850/v850.c (GHS_default_section_names): Change to const
15317         char * type.
15318         (GHS_current_section_names): Likewise.
15319         (v850_insert_attributes): Do not build strings, just assign the
15320         names directly.  Change the type of 'chosen_section' to const
15321         char*.
15322         * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
15323         directly to the array entry.
15324         * config/v850/v850.h (GHS_default_section_names): Change to const
15325         char * type.
15326         (GHS_current_section_names): Likewise.
15328 2014-06-25  Jakub Jelinek  <jakub@redhat.com>
15330         * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
15331         (LANG_HOOKS_DECLS): Add it.
15332         * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
15333         has correct type.
15334         * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
15335         * langhooks.h (struct lang_hooks_for_decls): Add
15336         omp_clause_linear_ctor hook.
15337         * omp-low.c (lower_rec_input_clauses): Set max_vf even if
15338         OMP_CLAUSE_LINEAR_ARRAY is set.  Don't fold_convert
15339         OMP_CLAUSE_LINEAR_STEP.  For OMP_CLAUSE_LINEAR_ARRAY in
15340         combined simd loop use omp_clause_linear_ctor hook.
15342 2014-06-24  Cong Hou  <congh@google.com>
15344         * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
15345         pattern recognition.
15346         (type_conversion_p): PROMOTION is true if it's a type promotion
15347         conversion, and false otherwise.  Return true if the given expression
15348         is a type conversion one.
15349         * tree-vectorizer.h: Adjust the number of patterns.
15350         * tree.def: Add SAD_EXPR.
15351         * optabs.def: Add sad_optab.
15352         * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
15353         * expr.c (expand_expr_real_2): Likewise.
15354         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
15355         * gimple.c (get_gimple_rhs_num_ops): Likewise.
15356         * optabs.c (optab_for_tree_code): Likewise.
15357         * tree-cfg.c (estimate_operator_cost): Likewise.
15358         * tree-ssa-operands.c (get_expr_operands): Likewise.
15359         * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
15360         * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
15361         * doc/generic.texi: Add document for SAD_EXPR.
15362         * doc/md.texi: Add document for ssad and usad.
15364 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
15366         * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
15367         qualification in cast.
15369 2014-06-24  Jan Hubicka  <hubicka@ucw.cz>
15371         * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
15372         * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
15373         * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
15374         (tree_function_decl): ... here.
15375         * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
15376         streaming of vindex to ...
15377         (write_ts_function_decl_tree_pointers): ... here.
15378         * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
15379         Do not stream DECL_VINDEX.
15380         (lto_input_ts_function_decl_tree_pointers): Stream it here.
15382 2014-06-24  Catherine Moore  <clm@codesourcery.com>
15383             Sandra Loosemore  <sandra@codesourcery.com>
15385         * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
15386         * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
15387         * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
15389 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
15391         * doc/invoke.texi (Warning Options): Remove duplicated
15392         -Wmaybe-uninitialized.
15394 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
15396         PR tree-optimization/57742
15397         * tree-ssa-strlen.c (get_string_length): Ignore malloc.
15398         (handle_builtin_malloc, handle_builtin_memset): New functions.
15399         (strlen_optimize_stmt): Call them.
15400         * passes.def: Move strlen after loop+dom but before vrp.
15402 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
15404         PR target/61570
15405         * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
15406         model family 6 CPU with has_longmode never use a CPU without
15407         64-bit support.
15409 2014-06-24  H.J. Lu  <hongjiu.lu@intel.com>
15411         PR target/61570
15412         * config/i386/driver-i386.c (host_detect_local_cpu): Revert
15413         the last change.
15415 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
15417         * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
15418         * dominance.c (iterate_fix_dominators): Use hash_map instead of
15419         pointer_map.
15420         * hash-map.h: New file.
15421         * ipa-comdats.c: Use hash_map instead of pointer_map.
15422         * ipa.c: Likewise.
15423         * lto-section-out.c: Adjust.
15424         * lto-streamer.h: Replace pointer_map with hash_map.
15425         * symtab.c (verify_symtab): Likewise.
15426         * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
15427         * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
15428         * tree-streamer.h: Likewise.
15429         * tree-streamer.c: Adjust.
15430         * pointer-set.h: Remove pointer_map.
15432 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
15434         * hash-table.h: Add a template arg to choose between storing values
15435         and storing pointers to values, and then provide partial
15436         specializations for both.
15437         * tree-browser.c (tree_upper_hasher): Provide the type the hash table
15438         should store, not the type values should point to.
15439         * tree-into-ssa.c (var_info_hasher): Likewise.
15440         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
15441         * tree-complex.c: Adjust.
15442         * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
15443         table instead of int_tree_map *.
15444         * tree-parloops.c: Adjust.
15445         * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
15446         type is being stored.
15447         * tree-vectorizer.c: Adjust.
15449 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
15451         * hash-table.h: Remove a layer of indirection from hash_table so that
15452         it contains the hash table's data instead of a pointer to the data.
15453         * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
15454         config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
15455         config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
15456         data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
15457         fold-const.c, gcse.c, ggc-common.c,
15458         gimple-ssa-strength-reduction.c, gimplify.c,
15459         graphite-clast-to-gimple.c, graphite-dependences.c,
15460         graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
15461         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
15462         loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
15463         lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
15464         postreload-gcse.c, sese.c, statistics.c, store-motion.c,
15465         trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
15466         tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
15467         tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
15468         tree-ssa-live.c, tree-ssa-loop-im.c,
15469         tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
15470         tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
15471         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
15472         tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
15473         tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
15474         tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
15475         vtable-verify.c, vtable-verify.h: Adjust.
15477 2014-06-24  Richard Biener  <rguenther@suse.de>
15479         PR tree-optimization/61572
15480         * tree-ssa-sink.c (statement_sink_location): Do not sink
15481         loads from hard registers.
15483 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
15485         * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
15486         not mentioned in clauses use private clause if the iterator is
15487         declared in #pragma omp for simd, and when adding lastprivate
15488         instead, add it to the outer #pragma omp for too.  Diagnose
15489         if the variable is private in outer context.  For simd collapse > 1
15490         loops, replace all iterators with temporaries.
15491         * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
15492         same even in collapse > 1 loops.
15494         * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
15495         OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
15496         non-NULL.
15497         <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
15498         (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
15499         non-NULL.
15500         (gimplify_adjust_omp_clauses): Likewise.
15501         * omp-low.c (lower_rec_simd_input_clauses,
15502         lower_rec_input_clauses, expand_omp_simd): Handle non-constant
15503         safelen the same as safelen(1).
15504         * tree-nested.c (convert_nonlocal_omp_clauses,
15505         convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED.  For
15506         OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
15507         (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
15508         Fixup handling of GIMPLE_OMP_TARGET.
15509         (convert_tramp_reference_stmt, convert_gimple_call): Handle
15510         GIMPLE_OMP_TARGET.
15512 2014-06-24  Chung-Lin Tang  <cltang@codesourcery.com>
15514         PR tree-optimization/61554
15515         * tree-ssa-propagate.c: Include "bitmap.h".
15516         (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
15517         properly update constructor/destructor.
15518         (substitute_and_fold_dom_walker::before_dom_children):
15519         Remove call to gimple_purge_dead_eh_edges, add bb->index to
15520         need_eh_cleaup instead.
15521         (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
15522         need_eh_cleanup.
15524 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
15526         * varpool.c (dump_varpool_node): Dump used_by_single_function.
15527         * tree-pass.h (make_pass_ipa_single_use): New pass.
15528         * cgraph.h (used_by_single_function): New flag.
15529         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
15530         Stream it.
15531         * passes.def (pass_ipa_single_use): Scedule.
15532         * ipa.c (BOTTOM): New macro.
15533         (meet): New function
15534         (propagate_single_user): New function.
15535         (ipa_single_use): New function.
15536         (pass_data_ipa_single_use): New pass.
15537         (pass_ipa_single_use): New pass.
15538         (pass_ipa_single_use::gate): New gate.
15539         (make_pass_ipa_single_use): New function.
15541 2014-06-23  Kai Tietz  <ktietz@redhat.com>
15543         PR target/39284
15544         * passes.def (peephole2): Move peephole2 pass before sched2 pass.
15545         * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
15547 2014-06-23  Richard Biener  <rguenther@suse.de>
15549         * tree-ssa-loop.c (gate_loop): New function.
15550         (pass_tree_loop::gate): Call it.
15551         (pass_data_tree_no_loop, pass_tree_no_loop,
15552         make_pass_tree_no_loop): New.
15553         * tree-vectorizer.c: Include tree-scalar-evolution.c
15554         (pass_slp_vectorize::execute): Initialize loops and SCEV if
15555         required.
15556         (pass_slp_vectorize::clone): New method.
15557         * timevar.def (TV_TREE_NOLOOP): New.
15558         * tree-pass.h (make_pass_tree_no_loop): Declare.
15559         * passes.def (pass_tree_no_loop): New pass group with
15560         SLP vectorizer.
15562 2014-06-23  H.J. Lu  <hongjiu.lu@intel.com>
15564         PR target/61570
15565         * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
15566         to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
15568 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
15570         * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
15571         "yes" where needed.
15573 2014-06-23  Alan Modra  <amodra@gmail.com>
15575         PR bootstrap/61583
15576         * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
15577         to zero on debug statements.
15579 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
15581         PR target/60825
15582         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
15583         Ignore third operand if present by marking qualifier_internal.
15585         * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
15587         * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
15588         vector extension.
15589         (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
15590         arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
15591         (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
15592         vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
15593         vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
15594         vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
15595         vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
15596         vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
15597         vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
15598         vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
15599         vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
15600         vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
15601         vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
15602         vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
15603         vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
15604         vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
15605         logic in GCC vector extensions
15607         (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
15608         vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
15609         vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
15610         vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
15611         vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
15612         vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
15613         vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
15614         vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
15615         vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
15616         vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
15618         (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
15620         (vget_high_s64, vget_high_u64): Reimplement with GCC vector
15621         extensions.
15623         (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
15624         (vget_low_s64): Use __GET_LOW macro.
15625         (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
15626         gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
15627         (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
15628         (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
15629         __builtin_aarch64_lane_boundsi, use GCC vector extensions.
15631         (vcombine_s64): Use GCC vector extensions; remove cast.
15632         (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
15633         vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
15634         vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
15635         Fix type signature; remove cast.
15637 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
15639         PR target/60825
15640         * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
15641         V1DFmode.
15642         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
15643         add V1DFmode
15644         (BUILTIN_VD1): New.
15645         (BUILTIN_VD_RE): Remove.
15646         (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
15647         (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
15648         * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
15649         variant but not df.
15650         (vreinterpretv1df*, vreinterpret*v1df): New.
15651         (vreinterpretdf*, vreinterpret*df): Remove.
15652         * config/aarch64/aarch64-simd.md (aarch64_create,
15653         aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
15654         * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
15655         (VD1): New.
15656         * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
15657         (vcreate_f64): Remove cast, use v1df builtin.
15658         (vcombine_f64): Remove cast, get elements with gcc vector extensions.
15659         (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
15660         vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
15661         vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
15662         vmov_n_f64, vst1_f64): Use gcc vector extensions.
15663         (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
15664         add range check using __builtin_aarch64_im_lane_boundsi.
15665         (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
15666         vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
15667         type signature, use gcc vector extensions.
15668         (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
15669         vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
15670         vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
15671         vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
15672         vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
15673         vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
15674         vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
15675         vreinterpret_u64_f64): Use v1df builtin not df.
15677 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
15679         * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
15680         vector registers.
15682 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
15684         * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
15685         priority directly.
15687 2014-06-23  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
15689         * loop-invariant.c (pre_check_invariant_p): New function.
15690         (find_invariant_insn): Call pre_check_invariant_p.
15692 2014-06-22  Richard Henderson  <rth@redhat.com>
15694         PR target/61565
15695         * compare-elim.c (struct comparison): Add eh_note.
15696         (find_comparison_dom_walker::before_dom_children): Don't eliminate
15697         a redundant comparison in a different EH region.  Purge EH edges if
15698         necessary.
15700 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
15702         * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
15703         (var_shift): Use it.
15704         (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
15705         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
15706         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
15707         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
15708         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
15709         *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
15710         *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
15711         *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
15712         *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
15713         *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
15714         *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
15715         *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
15716         *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
15717         *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
15718         *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
15719         *rotldi3_internal15be): Use the new attribute.  Merge register and
15720         integer alternatives.
15722 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
15724         * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
15725         define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
15726         split, *ashrdi3_internal3 and split): Delete, merge into...
15727         (ashr<mode>3): New expander.
15728         (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
15729         (*ashrsi3_64): Fix formatting.  Replace "i" by "n".
15731 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
15733         * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
15734         *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
15735         *rotldi3_internal3 and split): Delete, merge into...
15736         (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
15737         (*rotlsi3_64): Fix formatting.  Fix condition.  Replace "i" by "n".
15738         Use "rotlw" extended mnemonic.
15740 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
15742         * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
15743         and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
15744         and split, *ashldi3_internal3 and split): Delete, merge into...
15745         (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
15746         (*ashlsi3_64): Fix formatting.  Replace "i" by "n".
15748 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
15750         * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
15751         (lshrsi3, two anonymous define_insns and define_splits,
15752         lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
15753         *lshrdi3_internal3 and split): Delete, merge into...
15754         (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
15755         (*lshrsi3_64): Fix formatting.  Replace "i" by "n".
15757 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
15759         * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
15760         Remove "O" alternative.
15762 2014-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
15764         * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
15765         (mips_move_from_gpr_cost): Likewise.
15766         (mips_register_move_cost): Update accordingly.
15767         (mips_secondary_reload_class): Remove name of in_p.
15769 2014-06-22  Marc Glisse  <marc.glisse@inria.fr>
15771         PR target/61503
15772         * config/i386/i386.md (x86_64_shrd, x86_shrd,
15773         ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
15775 2014-06-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
15777         * config/nios2/nios2.c: Include "builtins.h".
15779 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
15781         * cgraph.h (tls_model_names): New variable.
15782         * print-tree.c (print_node): Simplify.
15783         * varpool.c (tls_model_names): New variable.
15784         (dump_varpool_node): Output tls model.
15786 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
15788         * ipa-visibility.c (function_and_variable_visibility): Disable
15789         temporarily local aliases for some targets.
15791 2014-06-20  Marek Polacek  <polacek@redhat.com>
15793         * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
15794         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
15795         into SANITIZE_UNDEFINED.
15796         * doc/invoke.texi: Describe -fsanitize=bounds.
15797         * gimplify.c (gimplify_call_expr): Add gimplification of internal
15798         functions created in the FEs.
15799         * internal-fn.c: Move "internal-fn.h" after "tree.h".
15800         (expand_UBSAN_BOUNDS): New function.
15801         * internal-fn.def (UBSAN_BOUNDS): New internal function.
15802         * internal-fn.h: Don't define internal functions here.
15803         * opts.c (common_handle_option): Add -fsanitize=bounds.
15804         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
15805         BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
15806         * tree-core.h: Define internal functions here.
15807         (struct tree_base): Add ifn field.
15808         * tree-pretty-print.c: Include "internal-fn.h".
15809         (dump_generic_node): Handle functions without CALL_EXPR_FN.
15810         * tree.c (get_callee_fndecl): Likewise.
15811         (build_call_expr_internal_loc): New function.
15812         * tree.def (CALL_EXPR): Update description.
15813         * tree.h (CALL_EXPR_IFN): Define.
15814         (build_call_expr_internal_loc): Declare.
15815         * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
15816         types.
15817         (ubsan_type_descriptor): Change bool parameter to enum
15818         ubsan_print_style.  Adjust the code.  Add handling of
15819         UBSAN_PRINT_ARRAY.
15820         (ubsan_expand_bounds_ifn): New function.
15821         (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
15822         (ubsan_build_overflow_builtin): Likewise.
15823         (instrument_bool_enum_load): Likewise.
15824         (ubsan_instrument_float_cast): Likewise.
15825         * ubsan.h (enum ubsan_print_style): New enum.
15826         (ubsan_expand_bounds_ifn): Declare.
15827         (ubsan_type_descriptor): Adjust declaration.  Use a default parameter.
15829 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
15831         * config/rs6000/rs6000.md: Append `DONE' to preparation
15832         statements of `bswap' pattern splitters.
15834 2014-06-20  Tom de Vries  <tom@codesourcery.com>
15836         * target.def (call_fusage_contains_non_callee_clobbers): Update
15837         definition.
15838         * doc/tm.texi: Regenerate.
15840 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
15841             Max Ostapenko  <m.ostapenko@partner.samsung.com>
15843         PR sanitizer/61547
15844         * asan.c (instrument_strlen_call): Fixed instrumentation of
15845         trailing byte.
15847 2014-06-20  Martin Jambor  <mjambor@suse.cz>
15849         PR ipa/61540
15850         * ipa-prop.c (impossible_devirt_target): New function.
15851         (try_make_edge_direct_virtual_call): Use it, also instead of
15852         asserting.
15854 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
15855             Max Ostapenko  <m.ostapenko@partner.samsung.com>
15857         PR sanitizer/61530
15858         * asan.c (build_check_stmt): Add condition.
15860 2014-06-20  Martin Jambor  <mjambor@suse.cz>
15862         PR ipa/61211
15863         * cgraph.c (clone_of_p): Allow skipped_branch to deal with
15864         expanded clones.
15866 2014-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15868         * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
15869         Update comments.
15870         (VCONQ): Make comment more helpful.
15871         (VCON): Delete.
15872         * config/aarch64/aarch64-simd.md
15873         (aarch64_sqdmulh_lane<mode>):
15874         Use VCOND for operands 2.  Update lane checking and flipping logic.
15875         (aarch64_sqrdmulh_lane<mode>): Likewise.
15876         (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
15877         (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
15878         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
15879         attribute of operand 3 to VCOND.
15880         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
15881         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
15882         (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
15883         (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
15884         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
15885         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
15886         define_insn.
15887         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
15888         (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
15889         (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
15890         (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
15891         (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
15892         (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
15893         operand to VCOND.  Update lane flipping and bounds checking logic.
15894         (aarch64_sqdmlal2_lane<mode>): Likewise.
15895         (aarch64_sqdmlsl_lane<mode>): Likewise.
15896         (aarch64_sqdmull_lane<mode>): Likewise.
15897         (aarch64_sqdmull2_lane<mode>): Likewise.
15898         (aarch64_sqdmlal_laneq<mode>):
15899         Replace VCON usage with VCONQ.
15900         Emit aarch64_sqdmlal_laneq<mode>_internal insn.
15901         (aarch64_sqdmlal2_laneq<mode>): Emit
15902         aarch64_sqdmlal2_laneq<mode>_internal insn.
15903         Replace VCON with VCONQ.
15904         (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
15905         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
15906         (aarch64_sqdmull_laneq<mode>): Emit
15907         aarch64_sqdmull_laneq<mode>_internal insn.
15908         Replace VCON with VCONQ.
15909         (aarch64_sqdmull2_laneq<mode>): Emit
15910         aarch64_sqdmull2_laneq<mode>_internal insn.
15911         (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
15912         * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
15913         of 3rd argument to int16x4_t.
15914         (vqdmlalh_lane_s16): Likewise.
15915         (vqdmlslh_lane_s16): Likewise.
15916         (vqdmull_high_lane_s16): Likewise.
15917         (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
15918         (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
15919         (vqdmlsl_lane_s16): Likewise.
15920         (vqdmull_lane_s16): Don't create temporary int16x8_t value.
15921         (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
15922         (vqdmlals_lane_s32): Likewise.
15923         (vqdmlsls_lane_s32): Likewise.
15924         (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
15925         (vqdmulls_lane_s32): Likewise.
15926         (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
15927         (vqdmlsl_lane_s32): Likewise.
15928         (vqdmull_lane_s32): Don't create temporary int32x4_t value.
15929         (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
15930         (vqrdmulhh_lane_s16): Likewise.
15931         (vqdmlsl_high_lane_s16): Likewise.
15932         (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
15933         (vqdmlsl_high_lane_s32): Likewise.
15934         (vqrdmulhs_lane_s32): Likewise.
15936 2014-06-20  Tom de Vries  <tom@codesourcery.com>
15938         * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
15939         get_call_reg_set_usage.
15941 2014-06-20  Tom de Vries  <tom@codesourcery.com>
15943         * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
15944         it contains all call_used_regs.
15946 2014-06-20  Tom de Vries  <tom@codesourcery.com>
15948         * final.c (collect_fn_hard_reg_usage): Add and use variable
15949         function_used_regs.
15951 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
15953         * cgraph.h (struct symtab_node): Add field in_init_priority_hash
15954         (set_init_priority, get_init_priority, set_fini_priority,
15955         get_fini_priority): New methods.
15956         * tree.c (init_priority_for_decl): Remove.
15957         (init_ttree): Do not initialize init priority.
15958         (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
15959         (decl_priority_info): Remove.
15960         (decl_init_priority_insert): Rewrite.
15961         (decl_fini_priority_insert): Rewrite.
15962         * tree.h (tree_priority_map_eq, tree_priority_map_hash,
15963         tree_priority_map_marked_p): Remove.
15964         * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
15965         * lto-streamer-out.c (hash_tree): Do not hash priorities.
15966         * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
15967         not output priorities.
15968         (pack_ts_function_decl_value_fields): Likewise.
15969         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
15970         not input priorities.
15971         (unpack_ts_function_decl_value_fields): Likewise.
15972         * symtab.c (symbol_priority_map): Declare.
15973         (init_priority_hash): Declare.
15974         (symtab_unregister_node): Unregister from priority hash, too.
15975         (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
15976         New methods.
15977         (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
15978         (symbol_priority_info): New function.
15979         (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
15980         New methods.
15981         * tree-core.h (tree_priority_map): Remove.
15983 2014-06-20  Jakub Jelinek  <jakub@redhat.com>
15985         * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
15986         0xff to uint64_t before shifting it up.
15988 2014-06-20  Julian Brown  <julian@codesourcery.com>
15989             Chung-Lin Tang  <cltang@codesourcery.com>
15991         * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
15992         TARGET_THUMB1_ONLY. Add comments.
15994 2014-06-19  Tom de Vries  <tom@codesourcery.com>
15996         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
15997         return type to void.
15998         * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
16000 2014-06-19  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
16002         * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
16003         as "move", from depends_on.
16005 2014-06-19  Terry Guo  <terry.guo@arm.com>
16007         * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
16008         stage.
16010 2014-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
16012         * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
16013         Remove cr5.
16014         (REG_ALLOC_ORDER): Update comment.  Move cr5 earlier.
16016 2014-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
16018         PR target/61550
16019         * config/sh/sh.c (prepare_move_operands): Don't process TLS
16020         addresses here if reload in progress or completed.
16022 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
16024         * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
16025         "TARGET_MIPS16 ? M16_REGS : GR_REGS".
16026         * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
16027         (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
16028         (mips_register_priority): New function that implements the target
16029         hook TARGET_REGISTER_PRIORITY.
16030         (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
16031         (mips_lra_p): Likewise for TARGET_LRA_P.
16032         (TARGET_REGISTER_PRIORITY): Define macro.
16033         (TARGET_SPILL_CLASS): Likewise.
16034         (TARGET_LRA_P): Likewise.
16035         * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
16036         classes.
16037         (REG_CLASS_NAMES): Likewise.
16038         (REG_CLASS_CONTENTS): Likewise.
16039         (BASE_REG_CLASS): Use M16_SP_REGS.
16040         * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
16041         New set attribute to enable alternatives depending on the register
16042         allocator used.
16043         (*mul_acc_si_r3900, *mul_sub_si): Likewise.
16044         (*lea64): Disable pattern for MIPS16.
16045         * config/mips/mips.opt (mlra): New option.
16047 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
16049         * lra-constraints.c (base_to_reg): New function.
16050         (process_address): Use new function.
16052 2014-06-18  Tom de Vries  <tom@codesourcery.com>
16054         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
16055         * config/aarch64/aarch64.c
16056         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
16057         (aarch64_emit_call_insn): New function.
16058         (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
16059         of emit_call_insn.
16060         * config/aarch64/aarch64.md (define_expand "call_internal")
16061         (define_expand "call_value_internal", define_expand "sibcall_internal")
16062         (define_expand "sibcall_value_internal"): New.
16063         (define_expand "call", define_expand "call_value")
16064         (define_expand "sibcall", define_expand "sibcall_value"): Use internal
16065         expand variant and aarch64_emit_call_insn.
16067 2014-06-18  Radovan Obradovic  <robradovic@mips.com>
16068             Tom de Vries  <tom@codesourcery.com>
16070         * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
16071         * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
16072         Redefine to true.
16073         (arm_emit_call_insn): Add and use sibcall parameter.  Add IP and CC
16074         clobbers to CALL_INSN_FUNCTION_USAGE.
16075         (define_expand "sibcall_internal")
16076         (define_expand "sibcall_value_internal"): New.
16077         (define_expand "call", define_expand "call_value"): Add argument to
16078         arm_emit_call_insn.
16079         (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
16080         (define_expand "sibcall_value"): Use sibcall_value_internal and
16081         arm_emit_call_insn.
16083 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16085         * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
16087 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16089         * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
16090         __udivmoddi4.
16092 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16094         * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
16095         push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
16096         annotations. Fix DWARF information.
16098 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16100         * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
16101         __udivmoddi4, and fixups for negative operands.
16103 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16105         * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
16107 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16109         * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
16110         to __udivmoddi4.
16112 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16114         * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
16115         manipulation.
16117 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16119         * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
16120         describing register usage on function entry and exit.
16122 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16124         * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
16125         (__aeabi_ldivmod): Fix whitespace.
16127 2014-06-18  Andreas Schwab  <schwab@suse.de>
16129         * doc/md.texi (Standard Names): Use @itemx for grouped items.
16130         Remove blank line after @item.
16132 2014-06-18  Richard Henderson  <rth@redhat.com>
16134         PR target/61545
16135         * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
16137 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
16139         * config/arm/arm.c (neon_vector_mem_operand): Allow register
16140         POST_MODIFY for neon loads and stores.
16141         (arm_print_operand): Output post-index register for neon loads and
16142         stores.
16144 2014-06-18  Richard Biener  <rguenther@suse.de>
16146         * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
16148 2014-06-18  Richard Biener  <rguenther@suse.de>
16150         * tree-pass.h (make_pass_dce_loop): Remove.
16151         * passes.def: Replace pass_dce_loop with pass_dce.
16152         * tree-ssa-dce.c (perform_tree_ssa_dce): If something
16153         changed free niter estimates and reset the scev cache.
16154         (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
16155         make_pass_dce_loop): Remove.
16156         * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
16157         (fini_copy_prop): Return whether something changed.  Always
16158         let substitute_and_fold perform DCE and free niter estimates
16159         and reset the scev cache if so.
16160         (execute_copy_prop): If sth changed schedule cleanup-cfg.
16161         (pass_data_copy_prop): Do not unconditionally schedule
16162         cleanup-cfg or update-ssa.
16164 2014-06-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
16166         PR tree-optimization/61518
16167         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
16168         reduction var is used in reduction stmt or phi-function only.
16170 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16172         * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
16174 2014-06-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16176         PR tree-optimization/61517
16177         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
16178         whose rhs's first tree is the source expression instead of the
16179         expression itself.
16180         (find_bswap_or_nop): Likewise.
16181         (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
16182         gimple stmt whose rhs's first tree is the source. In the memory source
16183         case, move the stmt to be replaced close to one of the original load to
16184         avoid the problem of a store between the load and the stmt's original
16185         location.
16186         (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
16187         signature.
16189 2014-06-18  Andreas Schwab  <schwab@suse.de>
16191         PR rtl-optimization/54555
16192         * postreload.c (move2add_use_add2_insn): Substitute
16193         STRICT_LOW_PART only if it is cheaper.
16195 2014-06-18  Uros Bizjak  <ubizjak@gmail.com>
16197         * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
16198         Do not use unspec as call operand.  Use memory_operand instead of
16199         memory_nox32_operand and add "m" operand constraint.  Disable
16200         pattern for TARGET_X32.
16201         (*sibcall_pop_memory): Ditto.
16202         (*sibcall_value_memory): Ditto.
16203         (*sibcall_value_pop_memory): Ditto.
16204         (sibcall peepholes): Merge SImode and DImode patterns using
16205         W mode iterator.  Use memory_operand instead of memory_nox32_operand.
16206         Disable pattern for TARGET_X32.  Check if eliminated register is
16207         really dead after call insn.  Generate call RTX without unspec operand.
16208         (sibcall_value peepholes): Ditto.
16209         (sibcall_pop peepholes): Fix call insn RTXes.  Use memory_operand
16210         instead of memory_nox32_operand.  Check if eliminated register is
16211         really dead after call insn. Generate call RTX without unspec operand.
16212         (sibcall_value_pop peepholes): Ditto.
16213         * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
16215 2014-06-18  Terry Guo  <terry.guo@arm.com>
16217         PR target/61544
16218         * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
16219         reach the head.
16221 2014-06-18  Olivier Hainque  <hainque@adacore.com>
16223         * tree-core.h (tree_block): Add an "end_locus" field, allowing
16224         memorization of the end of block source location.
16225         * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
16226         * gimplify.c (gimplify_bind_expr): Propagate the block start and
16227         end source location info we have on the block entry/exit code we
16228         generate.
16230 2014-06-18  Richard Biener  <rguenther@suse.de>
16232         * common.opt (fssa-phiopt): New option.
16233         * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
16234         but not with -Og.
16235         * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
16236         * doc/invoke.texi (-fssa-phiopt): Document.
16238 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16240         * genattrtab.c (n_bypassed): New variable.
16241         (process_bypasses): Initialise n_bypassed.
16242         Count number of bypassed reservations.
16243         (make_automaton_attrs): Allocate space for bypassed reservations
16244         rather than number of bypasses.
16246 2014-06-18  Richard Biener  <rguenther@suse.de>
16248         * tree-ssa-propagate.c (replace_phi_args_in): Return whether
16249         we propagated anything.
16250         (substitute_and_fold_dom_walker::before_dom_children): Something
16251         changed if we propagated into PHI arguments.
16252         * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
16253         we removed a stmt.
16255 2014-06-18  Evgeny Stupachenko  <evstupac@gmail.com>
16257         * config/i386/i386.c (ix86_reassociation_width): Add alternative for
16258         vector case.
16259         * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
16260         * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
16261         * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
16262         Introduces alternative way of loads group permutaions.
16263         (vect_transform_grouped_load): Try alternative way of permutations.
16265 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
16267         * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
16268         changed in ORT_TARGET region, don't jump to do_outer.
16269         (struct gimplify_adjust_omp_clauses_data): New type.
16270         (gimplify_adjust_omp_clauses_1): Adjust for data being
16271         a struct gimplify_adjust_omp_clauses_data pointer instead
16272         of tree *.  Pass pre_p as a new argument to
16273         lang_hooks.decls.omp_finish_clause hook.
16274         (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
16275         splay_tree_foreach to pass both list_p and pre_p.
16276         (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
16277         gimplify_omp_workshare, gimplify_omp_target_update): Adjust
16278         gimplify_adjust_omp_clauses callers.
16279         * langhooks.c (lhd_omp_finish_clause): New function.
16280         * langhooks-def.h (lhd_omp_finish_clause): New prototype.
16281         (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
16282         * langhooks.h (struct lang_hooks_for_decls): Add a new
16283         gimple_seq * argument to omp_finish_clause hook.
16284         * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
16285         non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
16286         (scan_omp_parallel, lower_omp_for): When adding
16287         _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
16288         * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
16289         * tree-nested.c (convert_nonlocal_omp_clauses,
16290         convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
16291         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
16293 2014-06-17  Andrew MacLeod  <amacleod@redhat.com>
16295         * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
16296         * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
16298 2014-06-17  Xinliang David Li  <davidxl@google.com>
16300         * tree-pretty-print.c (dump_function_header): Print cgraph uid.
16301         * passes.c (pass_init_dump_file): Do not set initialize
16302         flag to false unconditionally.
16304 2014-06-17  Richard Biener  <rguenther@suse.de>
16306         * genopinit.c (main): Use vec<>::qsort method.
16307         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
16308         Likewise.
16309         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
16311 2014-06-17  Matthew Fortune  <matthew.fortune@imgtec.com>
16313         * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
16314         * config/mips/mips.c (mips_expand_fcc_reload): Remove.
16315         (mips_move_to_gpr_cost): Remove ST_REGS case.
16316         (mips_move_from_gpr_cost): Likewise.
16317         (mips_register_move_cost): Likewise.
16318         (mips_secondary_reload_class): Likewise.
16320 2014-06-17  Richard Biener  <rguenther@suse.de>
16322         * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
16323         (pass_all_optimizations): Move 3rd copy-prop pass from after
16324         fre to before ifcombine/phiopt.
16326 2014-06-17  Richard Biener  <rguenther@suse.de>
16328         * tree-switch-conversion.c (collect_switch_conv_info): Simplify
16329         and allow all blocks to be forwarders.
16331 2014-06-17  Yufeng Zhang  <yufeng.zhang@arm.com>
16333         PR target/61483
16334         * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
16335         variable 'size'; calculate 'size' right in the front; use
16336         'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
16337         pcum->aapcs_stack_words.
16339 2014-06-17  Nick Clifton  <nickc@redhat.com>
16341         * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
16342         (umulhi3, mulsidi3, umulsidi3): Likewise.
16344 2014-06-17  Thomas Schwinge  <thomas@codesourcery.com>
16346         PR middle-end/61508
16347         * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
16348         check for section name.
16350 2014-06-17  Richard Biener  <rguenther@suse.de>
16352         * tree-ssa-propagate.c: Include domwalk.h.
16353         (substitute_and_fold): Outline main worker into a domwalker ...
16354         (substitute_and_fold_dom_walker::before_dom_children): ... here.
16355         Schedule stmts we can fully propagate for removal.  Remove
16356         poor-mans DCE.
16357         (substitute_and_fold): Apply a dominator walk to perform
16358         substitution.  Process stmts scheduled for removal here.
16360 2014-06-17  Richard Biener  <rguenther@suse.de>
16362         * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
16363         of PHI node moving.
16365 2014-06-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
16367         * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
16368         default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
16369         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
16370         __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
16371         * config/arm/vfp.md (set_fpscr): Make pattern conditional on
16372         TARGET_HARD_FLOAT.
16373         (get_fpscr) : Likewise.
16375 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
16377         PR rtl-optimization/61325
16378         * lra-constraints.c (valid_address_p): Add forward declaration.
16379         (simplify_operand_subreg): Check address validity before and after
16380         alter_reg of memory subreg.
16382 2014-06-16  Uros Bizjak  <ubizjak@gmail.com>
16384         * config/i386/i386.c (decide_alg): Correctly handle
16385         maximum size of stringop algorithm.
16387 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
16389         * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
16391 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
16393         PR rtl-optimization/61522
16394         * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
16396 2014-06-16  Jan Hubicka  <hubicka@ucw.cz>
16398         Revert:
16399         * symtab.c (symtab_node::reset_section): New method.
16400         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
16401         for localization.
16402         * cgraph.h (reset_section): Declare.
16403         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
16404         do not consider comdat locals.
16405         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
16406         for new symbol.
16407         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
16408         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
16409         reset sections of symbols dragged out of the comdats.
16410         (function_and_variable_visibility): Reset sections of
16411         localized symbols.
16413 2014-06-16  Richard Biener  <rguenther@suse.de>
16415         PR tree-optimization/61482
16416         * tree-vrp.c (adjust_range_with_scev): Avoid setting of
16417         [-INF(OVF), +INF(OVF)] range.
16419 2014-06-16  Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
16421         * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
16422         instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
16423         handling 32-bit multiplication.
16425 2014-06-16  Chung-Lin Tang  <cltang@codesourcery.com>
16427         PR middle-end/61430
16428         * lra-lives.c (process_bb_lives): Skip creating copy during
16429         insn scan when src/dest has constrained to same regno.
16431 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
16433         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
16434         DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
16436 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
16438         * asan.c (check_func): New function.
16439         (maybe_create_ssa_name): Likewise.
16440         (build_check_stmt_with_calls): Likewise.
16441         (use_calls_p): Likewise.
16442         (report_error_func): Change interface.
16443         (build_check_stmt): Allow non-integer lengths; add support
16444         for new parameter.
16445         (asan_instrument): Likewise.
16446         (instrument_mem_region_access): Moved code to build_check_stmt.
16447         (instrument_derefs): Likewise.
16448         (instrument_strlen_call): Likewise.
16449         * cfgcleanup.c (old_insns_match_p): Add support for new functions.
16450         * doc/invoke.texi: Describe new parameter.
16451         * params.def: Define new parameter.
16452         * params.h: Likewise.
16453         * sanitizer.def: Describe new builtins.
16455 2014-06-16  Richard Biener  <rguenther@suse.de>
16457         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16458         Make all defs available at the end.
16459         (eliminate): If we remove a PHI node schedule cfg-cleanup.
16461 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
16463         PR plugins/45078
16464         * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
16466 2014-06-16  Richard Sandiford  <rdsandiford@googlemail.com>
16468         PR bootstrap/61516
16469         * auto-inc-dec.c (merge_in_block): Fix location of insn_info
16470         initialization.  Replace remaining use of uid.
16472 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
16474         * c-family/c-common.c (handle_tls_model_attribute): Use
16475         set_decl_tls_model.
16476         * c-family/c-common.c (handle_tls_model_attribute): Use
16477         set_decl_tls_model.
16478         * cgraph.h (struct varpool_node): Add tls_model.
16479         * tree.c (decl_tls_model, set_decl_tls_model): New functions.
16480         * tree.h (DECL_TLS_MODEL): Update.
16481         (DECL_THREAD_LOCAL_P): Check that variable is static.
16482         (decl_tls_model): Declare.
16483         (set_decl_tls_model): Declare.
16484         * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
16485         set symbol prorperties.
16486         (get_emutls_init_templ_addr): Cleanup.
16487         (new_emutls_decl): Update.
16488         * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
16489         (lto_input_varpool_node): Likewise.
16490         * lto-streamer-out.c (hash_tree): Likewise.
16491         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
16492         not stream DECL_TLS_MODEL.
16493         * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
16494         * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
16496 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
16498         * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
16500 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
16502         * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
16503         (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
16504         lists.
16505         (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
16506         (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
16507         (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
16508         (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
16509         (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
16510         (df_get_artificial_defs, df_get_artificial_uses)
16511         (df_single_def, df_single_use): Update accordingly.
16512         (df_refs_chain_dump): Take the first element in a linked list as
16513         parameter, rather than a pointer to an array of pointers.
16514         * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
16515         * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
16516         (df_chain_create_bb_process_use): Likewise.
16517         (df_md_bb_local_compute_process_def): Likewise.
16518         * fwprop.c (process_defs, process_uses): Likewise.
16519         (register_active_defs, update_uses): Likewise.
16520         (forward_propagate_asm): Update for new df_ref linking.
16521         * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
16522         (df_null_ref_rec, df_null_mw_rec): Likewise.
16523         (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
16524         explicitly.
16525         (df_scan_free_bb_info): Remove check for null artificial_defs.
16526         (df_install_ref_incremental): Adjust for new df_ref linking.
16527         Use a single-element insertion rather than a full sort.
16528         (df_ref_chain_delete_du_chain): Take the first element
16529         in a linked list as parameter, rather than a pointer to an array of
16530         pointers.
16531         (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
16532         (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
16533         (df_insn_info_delete): Remove check for null defs and call to
16534         df_scan_free_mws_vec.
16535         (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
16536         null rather than df_null_*_rec.
16537         (df_insn_rescan_debug_internal): Likewise, and update null
16538         checks in the same way.  Remove check for null defs.
16539         (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
16540         Move a single element rather doing a full sort.
16541         (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
16542         linking.
16543         (df_notes_rescan): Likewise.  Use a merge rather than a full sort.
16544         Initialize df_ref and df_mw_hardreg lists to null rather than
16545         df_null_*_rec.
16546         (df_ref_compare): Take df_refs as parameter, transferring the
16547         old interface to...
16548         (df_ref_ptr_compare): ...this new function.
16549         (df_sort_and_compress_refs): Update accordingly.
16550         (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
16551         old interface to...
16552         (df_mw_ptr_compare): ...this new function.
16553         (df_sort_and_compress_mws): Update accordingly.
16554         (df_install_refs, df_install_mws): Return a linked list rather than
16555         an array of pointers.
16556         (df_refs_add_to_chains): Assert that old lists are empty rather
16557         than freeing them.
16558         (df_insn_refs_verify): Don't handle null defs speciailly.
16559         * web.c (union_match_dups): Update for new df_ref linking.
16561 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
16563         * df.h (df_ref_create, df_ref_remove): Delete.
16564         * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
16565         (df_ref_remove): Likewise.
16567 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
16569         * df.h (df_single_def, df_single_use): New functions.
16570         * ira.c (find_moveable_pseudos): Use them.
16572 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
16574         * df.h (FOR_EACH_INSN_INFO_MW): New macro.
16575         * df-problems.c (df_note_bb_compute): Use it.
16576         * regstat.c (regstat_bb_compute_ri): Likewise.
16578 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
16580         * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
16581         * cse.c (cse_extended_basic_block): Use them.
16582         * dce.c (mark_artificial_use): Likewise.
16583         * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
16584         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
16585         (df_chain_remove_problem, df_chain_bb_dump): Likewise.
16586         (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
16587         (df_simulate_initialize_backwards): Likewise.
16588         (df_simulate_finalize_backwards): Likewise.
16589         (df_simulate_initialize_forwards): Likewise.
16590         (df_md_simulate_artificial_defs_at_top): Likewise.
16591         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
16592         * regrename.c (init_rename_info): Likewise.
16593         * regstat.c (regstat_bb_compute_ri): Likewise.
16594         (regstat_bb_compute_calls_crossed): Likewise.
16596 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
16598         * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
16599         (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
16600         (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
16601         * auto-inc-dec.c (find_inc, merge_in_block): Use them.
16602         * combine.c (create_log_links): Likewise.
16603         * compare-elim.c (find_flags_uses_in_insn): Likewise.
16604         (try_eliminate_compare): Likewise.
16605         * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
16606         * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
16607         (remove_reg_equal_equiv_notes_for_defs): Likewise.
16608         (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
16609         (word_dce_process_block, dce_process_block): Likewise.
16610         * ddg.c (def_has_ccmode_p): Likewise.
16611         * df-core.c (df_bb_regno_first_def_find): Likewise.
16612         (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
16613         * df-problems.c (df_rd_simulate_one_insn): Likewise.
16614         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
16615         (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
16616         (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
16617         (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
16618         (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
16619         (df_simulate_find_defs, df_simulate_find_uses): Likewise.
16620         (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
16621         (df_simulate_uses, df_md_simulate_one_insn): Likewise.
16622         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
16623         * fwprop.c (local_ref_killed_between_p): Likewise.
16624         (all_uses_available_at, free_load_extend): Likewise.
16625         * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
16626         * hw-doloop.c (scan_loop): Likewise.
16627         * ifcvt.c (dead_or_predicable): Likewise.
16628         * init-regs.c (initialize_uninitialized_regs): Likewise.
16629         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
16630         (process_bb_node_lives): Likewise.
16631         * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
16632         (find_moveable_pseudos): Likewise.
16633         * loop-invariant.c (check_dependencies, record_uses): Likewise.
16634         * recog.c (peep2_find_free_register): Likewise.
16635         * ree.c (get_defs): Likewise.
16636         * regstat.c (regstat_bb_compute_ri): Likewise.
16637         (regstat_bb_compute_calls_crossed): Likewise.
16638         * sched-deps.c (find_inc, find_mem): Likewise.
16639         * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
16640         (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
16641         * shrink-wrap.c (requires_stack_frame_p): Likewise.
16642         (prepare_shrink_wrap): Likewise.
16643         * store-motion.c (compute_store_table, build_store_vectors): Likewise.
16644         * web.c (union_defs, pass_web::execute): Likewise.
16645         * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
16646         (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
16648 2014-06-13  Vladimir Makarov  <vmakarov@redhat.com>
16650         * lra-assign.c (assign_by_spills): Add code to assign vector regs
16651         to inheritance pseudos.
16652         * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
16654 2014-06-13  Peter Bergner  <bergner@vnet.ibm.com>
16656         PR target/61415
16657         * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
16658         (BU_MISC_2): Rename to ...
16659         (BU_LDBL128_2): ... this.
16660         * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
16661         (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
16662         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
16663         RS6000_BTM_LDBL128.
16664         (rs6000_invalid_builtin): Add long double 128-bit builtin support.
16665         (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
16666         * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
16667         (unpacktf_1): Likewise.
16668         * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
16669         (__builtin_longdouble_dw1): Likewise.
16670         * doc/sourcebuild.texi (longdouble128): Document.
16672 2014-06-13  Jeff Law  <law@redhat.com>
16674         PR rtl-optimization/61094
16675         PR rtl-optimization/61446
16676         * ree.c (combine_reaching_defs): Get the mode for the copy from
16677         the extension insn rather than the defining insn.
16679 2014-06-13  Dehao Chen  <dehao@google.com>
16681         * dwarf2out.c (add_linkage_name): Emit more linkage name.
16683 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
16685         * doc/install.texi (--enable-linker-plugin-configure-flags)
16686         (--enable-linker-plugin-flags): Document new flags.
16688 2014-06-13  Martin Jambor  <mjambor@suse.cz>
16690         PR ipa/61186
16691         * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
16692         cache_token if returning early.
16694 2014-06-13  Nick Clifton  <nickc@redhat.com>
16696         * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
16697         requested alignment is active.
16698         (LABEL_ALIGN): Likewise.
16699         (LOOP_ALIGN): Likewise.
16701 2014-06-13  Richard Biener  <rguenther@suse.de>
16703         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16704         Rewrite to propagate the VN result into all uses where
16705         possible and to remove stmts becoming dead because of that.
16706         (eliminate): Generalize stmt removal handling, remove in
16707         reverse dominator order to support proper debug stmt
16708         generation.  Update stmts before removing stmts.
16709         * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
16711 2014-06-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16713         PR tree-optimization/61375
16714         * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
16715         symbolic number cannot be represented in an uint64_t.
16716         (find_bswap_or_nop_1): Likewise.
16718 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
16720         * symtab.c (symtab_node::reset_section): New method.
16721         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
16722         for localization.
16723         * cgraph.h (reset_section): Declare.
16724         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
16725         do not consider comdat locals.
16726         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
16727         for new symbol.
16728         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
16729         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
16730         reset sections of symbols dragged out of the comdats.
16731         (function_and_variable_visibility): Reset sections of
16732         localized symbols.
16734 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
16736         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
16737         to use symtab and decl_binds_to_current_def_p
16738         * tree-vectorizer.c (increase_alignment): Increase alignment
16739         of alias target, too.
16741 2014-06-12  Jakub Jelinek  <jakub@redhat.com>
16743         PR middle-end/61486
16744         * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
16745         (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
16746         if outer combined construct is distribute.
16747         (gimplify_omp_for): For OMP_DISTRIBUTE set
16748         gimplify_omp_ctxp->distribute.
16749         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
16750         GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
16751         mapping into decl map.
16753 2014-06-12  Jason Merrill  <jason@redhat.com>
16755         * common.opt (fabi-version): Change default to 0.
16757 2014-06-12  Jason Merrill  <jason@redhat.com>
16759         * toplev.c (process_options): Reject -fabi-version=1.
16761 2014-06-12  Jeff Law  <law@redhat.com>
16763         PR tree-optimization/61009
16764         * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
16765         value when we stop processing a block due to problematic PHIs.
16767 2014-06-12  Alan Lawrence  <alan.lawrence@arm.com>
16769         * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
16770         vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
16771         vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
16772         vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
16773         vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
16774         vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
16775         vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
16776         are not in the spec.
16778 2014-06-10  Alan Lawrence  <alan.lawrence@arm.com>
16780         PR target/59843
16781         * config/aarch64/aarch64-modes.def: Add V1DFmode.
16782         * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
16783         Support V1DFmode.
16785 2014-06-12  Eric Botcazou  <ebotcazou@adacore.com>
16787         * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
16789 2014-06-12  Georg-Johann Lay  <avr@gjlay.de>
16791         PR target/61443
16792         * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
16793         loading from address spaces.
16795 2014-06-12  Martin Liska  <mliska@suse.cz>
16797         PR ipa/61462
16798         * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
16799         statement is reachable.
16801 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
16803         * symtab.c (section_hash): New hash.
16804         (symtab_unregister_node): Clear section before freeing.
16805         (hash_section_hash_entry): New haser.
16806         (eq_sections): New function.
16807         (symtab_node::set_section_for_node): New method.
16808         (set_section_1): Update.
16809         (symtab_node::set_section): Take string instead of tree as parameter.
16810         (symtab_resolve_alias): Update.
16811         * cgraph.h (section_hash_entry_d): New structure.
16812         (section_hash_entry): New typedef.
16813         (cgraph_node): Change comdat_group_ to x_comdat_group,
16814         change section_ to x_section and turn into section_hash_entry;
16815         update accestors; put set_section_for_node offline.
16816         * tree.c (decl_section_name): Turn into string.
16817         (set_decl_section_name): Change parameter to be string.
16818         * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
16819         * sdbout.c (sdbout_one_type): Update.
16820         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
16821         * varasm.c (IN_NAMED_SECTION, get_named_section,
16822         resolve_unique_section, hot_function_section, get_named_text_section,
16823         USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
16824         make_decl_rtl, default_unique_section): Update.
16825         * config/c6x/c6x.c (c6x_in_small_data_p): Update.
16826         (c6x_elf_unique_section): Update.
16827         * config/nios2/nios2.c (nios2_in_small_data_p): Update.
16828         * config/pa/pa.c (pa_function_section): Update.
16829         * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
16830         * config/ia64/ia64.c (ia64_in_small_data_p): Update.
16831         * config/arc/arc.c (arc_in_small_data_p): Update.
16832         * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
16833         * config/mcore/mcore.c (mcore_unique_section): Update.
16834         * config/mips/mips.c (mips16_build_function_stub): Update.
16835         (mips16_build_call_stub): Update.
16836         (mips_function_rodata_section): Update.
16837         (mips_in_small_data_p): Update.
16838         * config/score/score.c (score_in_small_data_p): Update.
16839         * config/rx/rx.c (rx_in_small_data): Update.
16840         * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
16841         (rs6000_xcoff_asm_named_section): Update.
16842         (rs6000_xcoff_unique_section): Update.
16843         * config/frv/frv.c (frv_string_begins_with): Update.
16844         (frv_in_small_data_p): Update.
16845         * config/v850/v850.c (v850_encode_data_area): Update.
16846         * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
16847         (bfin_handle_l1_data_attribute): Update.
16848         (bfin_handle_l2_attribute): Update.
16849         * config/mep/mep.c (mep_unique_section): Update.
16850         * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
16851         Update.
16852         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
16853         (h8300_handle_tiny_data_attribute): Update.
16854         * config/m32r/m32r.c (m32r_in_small_data_p): Update.
16855         (m32r_in_small_data_p): Update.
16856         * config/alpha/alpha.c (alpha_in_small_data_p): Update.
16857         * config/i386/i386.c (ix86_in_large_data_p): Update.
16858         * config/i386/winnt.c (i386_pe_unique_section): Update.
16859         * config/darwin.c (darwin_function_section): Update.
16860         * config/lm32/lm32.c (lm32_in_small_data_p): Update.
16861         * tree-emutls.c (get_emutls_init_templ_addr): Update.
16862         (new_emutls_decl): Update.
16863         * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
16864         input_varpool_node): Update.
16865         (ead_string_cst): Turn to ...
16866         (read_string): ... this one.
16867         * dwarf2out.c (secname_for_decl): Update.
16868         * asan.c (asan_protect_global): Update.
16870 2014-06-11  DJ Delorie  <dj@redhat.com>
16872         * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
16873         cache lines.
16874         * config/rx/rx.c (rx_option_override): Likewise.
16875         (rx_align_for_label): Likewise.
16877         * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
16879 2014-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
16881         * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
16882         prototype.
16884 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16886         * common.md: New file.
16887         * doc/md.texi: Update description of generic, machine-independent
16888         constraints.
16889         * config/s390/constraints.md (e): Delete.
16890         * Makefile.in (md_file): Include common.md.
16891         * config/m32c/t-m32c (md_file): Likewise.
16892         * genpreds.c (general_mem): New array.
16893         (generic_constraint_letters): Remove constraints now defined by
16894         common.md.
16895         (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
16896         Allow the first character to be '<' or '>' as well.
16897         * genoutput.c (general_mem): New array.
16898         (indep_constraints): Remove constraints now defined by common.md.
16899         (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
16900         Remove special handling of 'm'.
16901         * ira-costs.c (record_reg_classes): Remove special handling of
16902         constraints now defined by common.md.
16903         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
16904         * ira-lives.c (single_reg_class): Likewise.
16905         (ira_implicitly_set_insn_hard_regs): Likewise.
16906         * lra-constraints.c (reg_class_from_constraints): Likewise.
16907         (process_alt_operands, process_address, curr_insn_transform): Likewise.
16908         * postreload.c (reload_cse_simplify_operands): Likewise.
16909         * reload.c (push_secondary_reload, scratch_reload_class)
16910         (find_reloads, alternative_allows_const_pool_ref): Likewise.
16911         * reload1.c (maybe_fix_stack_asms): Likewise.
16912         * targhooks.c (default_secondary_reload): Likewise.
16913         * stmt.c (parse_output_constraint): Likewise.
16914         * recog.c (preprocess_constraints): Likewise.
16915         (constrain_operands, peep2_find_free_register): Likewise.
16916         (asm_operand_ok): Likewise, but add a comment saying why 'o'
16917         must be handled specially.
16919 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16921         * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
16922         * genpreds.c (have_const_dbl_constraints): Delete.
16923         (add_constraint): Don't set it.
16924         (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
16925         * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
16926         constraints using the lookup_constraint logic.
16927         * ira-lives.c (single_reg_class): Likewise.
16928         * ira.c (ira_setup_alts): Likewise.
16929         * lra-constraints.c (process_alt_operands): Likewise.
16930         * recog.c (asm_operand_ok, constrain_operands): Likewise.
16931         * reload.c (find_reloads): Likewise.
16933 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16935         * genpreds.c (const_int_start, const_int_end): New variables.
16936         (choose_enum_order): Output CONST_INT constraints before memory
16937         constraints.
16938         (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
16939         Add CT_CONST_INT.
16940         * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
16941         * ira.c (ira_setup_alts): Likewise.
16942         * lra-constraints.c (process_alt_operands): Likewise.
16943         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16944         * reload.c (find_reloads): Likewise.
16946 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16948         * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
16949         decmem_ok and incmem_ok.  Reformat other bitfields for consistency.
16950         * recog.c (preprocess_constraints): Update accordingly.
16952 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16954         * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
16955         (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
16956         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
16957         * genpreds.c (print_type_tree): New function.
16958         (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
16959         REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
16960         EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
16961         Write out enum constraint_type and get_constraint_type.
16962         * lra-constraints.c (satisfies_memory_constraint_p): Take a
16963         constraint_num rather than a constraint string.
16964         (satisfies_address_constraint_p): Likewise.
16965         (reg_class_from_constraints): Avoid old constraint macros.
16966         (process_alt_operands, process_address_1): Likewise.
16967         (curr_insn_transform): Likewise.
16968         * ira-costs.c (record_reg_classes): Likewise.
16969         (record_operand_costs): Likewise.
16970         * ira-lives.c (single_reg_class): Likewise.
16971         (ira_implicitly_set_insn_hard_regs): Likewise.
16972         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
16973         * postreload.c (reload_cse_simplify_operands): Likewise.
16974         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16975         (constrain_operands, peep2_find_free_register): Likewise.
16976         * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
16977         (find_reloads, alternative_allows_const_pool_ref): Likewise.
16978         * reload1.c (maybe_fix_stack_asms): Likewise.
16979         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
16980         * targhooks.c (default_secondary_reload): Likewise.
16981         * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
16982         to EXTRA_CONSTRAINT_STR.
16983         * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
16985 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16987         * genpreds.c (write_constraint_satisfied_p_1): Replace with...
16988         (write_constraint_satisfied_p_array): ...this new function.
16989         (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
16990         an array.
16991         (write_insn_preds_c): Update accordingly.
16993 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16995         * genpreds.c (write_lookup_constraint): Rename to...
16996         (write_lookup_constraint_1): ...this.
16997         (write_lookup_constraint_array): New function.
16998         (write_tm_preds_h): Define lookup_constraint as an inline function
16999         that uses write_lookup_constraint_array where possible.
17000         (write_insn_preds_c): Update for the changes above.
17002 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
17004         * doc/md.texi (regclass_for_constraint): Rename to...
17005         (reg_class_for_constraint): ...this.
17006         * genpreds.c (num_constraints, enum_order, register_start)
17007         (register_end, satisfied_start, memory_start, memory_end)
17008         (address_start, address_end): New variables.
17009         (add_constraint): Count the number of constraints.
17010         (choose_enum_order): New function.
17011         (write_enum_constraint_num): Iterate over enum_order.
17012         (write_regclass_for_constraint): Rename to...
17013         (write_reg_class_for_constraint_1): ...this and update output
17014         accordingly.
17015         (write_constraint_satisfied_p): Rename to...
17016         (write_constraint_satisfied_p_1): ...this and update output
17017         accordingly.  Do nothing if all extra constraints are register
17018         constraints.
17019         (write_insn_extra_memory_constraint): Delete.
17020         (write_insn_extra_address_constraint): Delete.
17021         (write_range_function): New function.
17022         (write_tm_preds_h): Define constraint_satisfied_p and
17023         reg_class_for_constraint as inline functions that do a range check
17024         before calling the out-of-line function.  Use write_range_function
17025         to implement insn_extra_{register,memory,address}_constraint,
17026         the first of which is new.
17027         (write_insn_preds_c): Update after above changes to write_* functions.
17028         (main): Call choose_enum_order.
17030 2014-06-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17032         PR tree-optimization/61306
17033         * tree-ssa-math-opts.c (struct symbolic_number): Store type of
17034         expression instead of its size.
17035         (do_shift_rotate): Adapt to change in struct symbolic_number. Return
17036         false to prevent optimization when the result is unpredictable due to
17037         arithmetic right shift of signed type with highest byte is set.
17038         (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
17039         (init_symbolic_number): Likewise.
17040         (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
17041         when the result is unpredictable due to sign extension.
17043 2014-06-11  Terry Guo  <terry.guo@arm.com>
17045         * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
17046         (*thumb1_addsi3): Ditto.
17047         (*thumb_subdi3): Ditto.
17048         (thumb1_subsi3_insn): Ditto.
17049         (*thumb_mulsi3): Ditto.
17050         (*thumb_mulsi3_v6): Ditto.
17051         (*thumb1_andsi3_insn): Ditto.
17052         (thumb1_bicsi3): Ditto.
17053         (*thumb1_iorsi3_insn): Ditto.
17054         (*thumb1_xorsi3_insn): Ditto.
17055         (*thumb1_ashlsi3): Ditto.
17056         (*thumb1_ashrsi3): Ditto.
17057         (*thumb1_lshrsi3): Ditto.
17058         (*thumb1_rotrsi3): Ditto.
17059         (*thumb1_negdi2): Ditto.
17060         (*thumb1_negsi2): Ditto.
17061         (*thumb1_abssi2): Ditto.
17062         (*thumb1_neg_abssi2): Ditto.
17063         (*thumb1_one_cmplsi2): Ditto.
17064         (*thumb1_zero_extendhisi2): Ditto.
17065         (*thumb1_zero_extendqisi2): Ditto.
17066         (*thumb1_zero_extendqisi2_v6): Ditto.
17067         (thumb1_extendhisi2): Ditto.
17068         (thumb1_extendqisi2): Ditto.
17069         (*thumb1_movdi_insn): Ditto.
17070         (*thumb1_movsi_insn): Ditto.
17071         (*thumb1_movhi_insn): Ditto.
17072         (thumb_movhi_clobber): Ditto.
17073         (*thumb1_movqi_insn): Ditto.
17074         (*thumb1_movhf): Ditto.
17075         (*thumb1_movsf_insn): Ditto.
17076         (*thumb_movdf_insn): Ditto.
17077         (movmem12b): Ditto.
17078         (movmem8b): Ditto.
17079         (cbranchqi4): Ditto.
17080         (cbranchsi4_insn): Ditto.
17081         (cbranchsi4_scratch): Ditto.
17082         (*negated_cbranchsi4): Ditto.
17083         (*tbit_cbranch): Ditto.
17084         (*tlobits_cbranch): Ditto.
17085         (*tstsi3_cbranch): Ditto.
17086         (*cbranchne_decr1): Ditto.
17087         (*addsi3_cbranch): Ditto.
17088         (*addsi3_cbranch_scratch): Ditto.
17089         (*thumb_cmpdi_zero): Ditto.
17090         (cstoresi_eq0_thumb1): Ditto.
17091         (cstoresi_ne0_thumb1): Ditto.
17092         (*cstoresi_eq0_thumb1_insn): Ditto.
17093         (*cstoresi_ne0_thumb1_insn): Ditto.
17094         (cstoresi_nltu_thumb1): Ditto.
17095         (cstoresi_ltu_thumb1): Ditto.
17096         (thumb1_addsi3_addgeu): Ditto.
17097         (*thumb_jump): Ditto.
17098         (*call_reg_thumb1_v5): Ditto.
17099         (*call_reg_thumb1): Ditto.
17100         (*call_value_reg_thumb1_v5): Ditto.
17101         (*call_value_reg_thumb1): Ditto.
17102         (*call_insn): Ditto.
17103         (*call_value_insn): Ditto.
17104         (thumb1_casesi_internal_pic): Ditto.
17105         (thumb1_casesi_dispatch): Ditto.
17106         (*thumb1_indirect_jump): Ditto.
17107         (prologue_thumb1_interwork): Ditto.
17108         (*epilogue_insns): Ditto.
17109         (consttable_1): Ditto.
17110         (consttable_2): Ditto.
17111         (tablejump): Ditto.
17112         (*thumb1_tablejump): Ditto.
17113         (thumb_eh_return): Ditto.
17114         (define_peephole2): Two of them are thumb1 only and got moved into
17115         new file thumb1.md.
17116         (define_split): Six of them are thumb1 only and got moved into new
17117         file thumb1.md.
17118         * config/arm/thumb1.md: New file comprised of above thumb1 only
17119         patterns.
17121 2014-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17123         * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
17124         * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
17125         dependencies.
17126         * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
17127         (aarch64_crc_builtin_datum): New struct.
17128         (aarch64_crc_builtin_data): New.
17129         (aarch64_init_crc32_builtins): New function.
17130         (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
17131         (aarch64_crc32_expand_builtin): New.
17132         (aarch64_expand_builtin): Add CRC32 builtin expansion case.
17133         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
17134         __ARM_FEATURE_CRC32 when appropriate.
17135         (TARGET_CRC32): Define.
17136         * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
17137         UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
17138         UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
17139         (aarch64_<crc_variant>): New pattern.
17140         * config/aarch64/arm_acle.h: New file.
17141         * config/aarch64/iterators.md (CRC): New int iterator.
17142         (crc_variant, crc_mode): New int attributes.
17143         * doc/aarch64-acle-intrinsics.texi: New file.
17144         * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
17145         Include aarch64-acle-intrinsics.texi.
17147 2014-06-11  Evgeny Stupachenko  <evstupac@gmail.com>
17149         * tree-vect-data-refs.c (vect_grouped_store_supported): New
17150         check for stores group of length 3.
17151         (vect_permute_store_chain): New permutations for stores group of
17152         length 3.
17153         * tree-vect-stmts.c (vect_model_store_cost): Change cost
17154         of vec_perm_shuffle for the new permutations.
17156 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
17158         * ipa-visibility.c (function_and_variable_visibility): Disable virtual
17159         table rewriting temporarily on targets not supporting ONE_ONLY.
17161 2014-06-11  Richard Biener  <rguenther@suse.de>
17163         PR middle-end/61437
17164         Revert
17165         2014-06-04  Richard Biener  <rguenther@suse.de>
17167         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
17168         TREE_PUBLIC and DECL_EXTERNAL decls.
17170 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
17172         * varasm.c (set_implicit_section): New function.
17173         (resolve_unique_section): Use it to set implicit section
17174         for aliases, too.
17175         (get_named_text_section): Use symtab_get_node (decl)->implicit_section
17176         (default_function_section): Likewise.
17177         (decl_binds_to_current_def_p): Constify argument.
17178         * varasm.h (decl_binds_to_current_def_p): Update prototype.
17179         * asan.c (asan_protect_global): Use
17180         symtab_get_node (decl)->implicit_section.
17181         * symtab.c (dump_symtab_base): Dump implicit sections.
17182         (verify_symtab_base): Verify sanity of sectoins and comdats.
17183         (symtab_resolve_alias): Alias share the section of its target.
17184         (set_section_1): New function.
17185         (symtab_node::set_section): Move here, recurse to aliases.
17186         (verify_symtab): Check for duplicated symtab lists.
17187         * tree-core.h (implicit_section_name_p): Remove.
17188         * tree-vect-data-refs.c: Include varasm.h.
17189         (vect_can_force_dr_alignment_p): Fix conditional on when
17190         decl bints to current definition; use
17191         symtab_get_node (decl)->implicit_section.
17192         * cgraph.c (cgraph_make_node_local_1): Fix section set.
17193         * cgraph.h (struct symtab_node): Add implicit_section.
17194         (set_section): Rename to ...
17195         (set_section_for_node): ... this one.
17196         (set_section): Declare.
17197         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
17198         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
17199         input_overwrite_node, input_varpool_node): Stream implicit_section.
17200         * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
17201         removal; it will fail in LTO.
17203 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17205         * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
17206         Change second alternative type to f_mcr.
17207         * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
17208         and 12th alternatives' types to f_mcr and f_mrc.
17209         (*movdi_aarch64): Same for 12th and 13th alternatives.
17210         (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
17211         (aarch64_movtilow_tilow): Change type to fmov.
17213 2014-06-10  Jiong Wang  <jiong.wang@arm.com>
17215         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
17216         (aarch64_save_or_restore_callee_save_registers): Fix layout.
17218 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17220         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
17221         New expander.
17222         (aarch64_sqrdmulh_lane<mode>): Likewise.
17223         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
17224         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
17225         (aarch64_sqdmulh_laneq<mode>): New expander.
17226         (aarch64_sqrdmulh_laneq<mode>): Likewise.
17227         (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
17228         (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
17229         (aarch64_sqdmulh_lane<mode>): New expander.
17230         (aarch64_sqrdmulh_lane<mode>): Likewise.
17231         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
17232         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
17233         (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
17234         (aarch64_sqdmlal_laneq<mode>): Likewise.
17235         (aarch64_sqdmlsl_lane<mode>): Likewise.
17236         (aarch64_sqdmlsl_laneq<mode>): Likewise.
17237         (aarch64_sqdmlal2_lane<mode>): Likewise.
17238         (aarch64_sqdmlal2_laneq<mode>): Likewise.
17239         (aarch64_sqdmlsl2_lane<mode>): Likewise.
17240         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
17241         (aarch64_sqdmull_lane<mode>): Likewise.
17242         (aarch64_sqdmull_laneq<mode>): Likewise.
17243         (aarch64_sqdmull2_lane<mode>): Likewise.
17244         (aarch64_sqdmull2_laneq<mode>): Likewise.
17246 2014-06-10  Richard Biener  <rguenther@suse.de>
17248         PR tree-optimization/61438
17249         * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
17250         (eliminate_dom_walker::before_dom_children): Only try to inhibit
17251         insertion of IVs if running PRE.
17252         (eliminate): Adjust.
17253         (pass_pre::execute): Likewise.
17254         (pass_fre::execute): Likewise.
17256 2014-06-10  Richard Biener  <rguenther@suse.de>
17258         PR middle-end/61456
17259         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
17260         Do not use the main variant for the type comparison.
17261         (ncr_compar): Likewise.
17262         (nonoverlapping_component_refs_p): Likewise.
17264 2014-06-10  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17266         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
17267         REG_CFA_RESTORE mode.
17269 2014-06-10  Evgeny Stupachenko  <evstupac@gmail.com>
17271         * config/i386/i386.c (expand_vec_perm_pblendv): New.
17272         * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
17273         expand_vec_perm_pblendv.
17275 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17277         * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
17278         available.
17279         Simplify description of __crc32d and __crc32cd intrinsics.
17280         * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
17281         availability.
17283 2014-06-10  Thomas Schwinge  <thomas@codesourcery.com>
17285         PR lto/61334
17286         * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
17287         * config.in: Regenerate.
17288         * configure: Likewise.
17290 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
17292         * ipa-reference.c (is_proper_for_analysis): Exclude addressable
17293         and public vars.
17294         (intersect_static_var_sets): Remove.
17295         (propagate): Do not prune local statics.
17297 2014-06-10  Jakub Jelinek  <jakub@redhat.com>
17299         PR fortran/60928
17300         * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
17301         Set lastprivate_firstprivate even if omp_private_outer_ref
17302         langhook returns true.
17303         <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
17304         langhook, call unshare_expr on new_var and call
17305         build_outer_var_ref to get the last argument.
17307 2014-06-10  Marek Polacek  <polacek@redhat.com>
17309         PR c/60988
17310         * doc/extend.texi: Add cindex for transparent_union.
17312 2014-06-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17314         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
17315         init_symbolic_number ().
17317 2014-05-18  John David Anglin  <danglin@gcc.gnu.org>
17319         PR middle-end/61141
17320         * emit-rtl.c (reset_all_used_flags): In a sequence, check that
17321         XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
17322         (verify_rtl_sharing): Likewise.
17324 2014-06-09  Marc Glisse  <marc.glisse@inria.fr>
17326         PR c++/54442
17327         * tree.c (build_qualified_type): Use a canonical type for
17328         TYPE_CANONICAL.
17330 2014-06-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17332         * config/arm/arm-modes.def: Remove XFmode.
17334 2014-06-09  Alan Lawrence  <alan.lawrence@arm.com>
17336         PR target/61062
17337         * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
17338         vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
17339         vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
17340         vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
17341         vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
17342         vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
17343         vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
17344         vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
17345         vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
17347 2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
17349         * tree-core.h (tree_decl_with_vis): Remove section_name.
17351 2014-06-09  Kito Cheng  <kito@0xlab.org>
17353         * ira.c (ira): Don't call init_caller_save if LRA enabled
17354         since LRA use its own infrastructure to handle that.
17356 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
17358         * symtab.c (dump_symtab_base): Update dumping.
17359         (symtab_make_decl_local): Clear only DECL_COMDAT.
17360         * tree-vect-data-refs.c (Check that variable is static before
17361         tampering with sections.
17362         * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
17363         (cgraph_create_virtual_clone): Likewise.
17364         * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
17365         (decl_section_name, set_decl_section_name): New accessors.
17366         (find_decls_types_r): Do not walk section name
17367         * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
17368         (decl_comdat_group, decl_comdat_group_id): Constify.
17369         (decl_section_name, set_decl_section_name): Update.
17370         * varpool.c (varpool_finalize_named_section_flags): Use get_section.
17371         * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
17372         (cgraph_make_node_local_1): Clear section and comdat group.
17373         * cgraph.h (set_comdat_group): Sanity check.
17374         (get_section, set_section): New.
17375         * ipa-comdats.c (ipa_comdats): Use get_section.
17376         * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
17377         * lto-streamer-out.c: Do not follow section names.
17378         * c-family/c-common.c (handle_section_attribute): Update.
17379         * lto-cgraph.c (lto_output_node): Output section.
17380         (lto_output_varpool_node): Likewise.
17381         (read_comdat_group): Rename to ...
17382         (read_identifier): ... this one.
17383         (read_string_cst): New function.
17384         (input_node, input_varpool_node): Input section names.
17385         * tree-emutls.c (get_emutls_init_templ_addr): Update.
17386         (new_emutls_decl): Update.
17387         (secname_for_decl): Check section names only of static vars.
17388         * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
17389         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
17390         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
17391         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
17392         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
17393         * config/mcore/mcore.c (mcore_unique_section): Likewise.
17394         * config/mips/mips.c (mips16_build_function_stub): Likewise.
17395         * config/v850/v850.c (v850_insert_attributes): Likewise.
17396         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
17397         Likewise.
17398         (h8300_handle_tiny_data_attribute): Likewise.
17399         * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
17400         (bfin_handle_l2_attribute): Likewise.
17402 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
17404         * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
17405         remove static initializer.
17407 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
17409         * varasm.c (use_blocks_for_decl_p): Check symbol table
17410         instead of alias attribute.
17411         (place_block_symbol): Recurse on aliases.
17413 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
17415         * ipa-visibility.c: Include varasm.h
17416         (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
17418 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
17420         * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
17421         outputting aliases.
17423 2014-06-07  Steven Bosscher  <steven@gcc.gnu.org>
17425         * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
17426         from test_insn into GGC space escape via SET_SRC.
17428 2014-06-07  Eric Botcazou  <ebotcazou@adacore.com>
17430         * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
17431         call statement, if any.
17432         (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
17433         statements, if any.  Tidy up.
17435 2014-06-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
17437         PR target/61431
17438         * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
17439         iterators, VSX_D that handles 64-bit types, and VSX_LE that
17440         handles swapping the two 64-bit double words on little endian
17441         systems.  Include V1TImode and optionally TImode in VSX_LE so that
17442         these types are properly swapped.  Change all of the insns and
17443         splits that do the 64-bit swaps to use VSX_LE.
17444         (vsx_le_perm_load_<mode>): Likewise.
17445         (vsx_le_perm_store_<mode>): Likewise.
17446         (splitters for little endian memory operations): Likewise.
17447         (vsx_xxpermdi2_le_<mode>): Likewise.
17448         (vsx_lxvd2x2_le_<mode>): Likewise.
17449         (vsx_stxvd2x2_le_<mode>): Likewise.
17451 2014-06-06  Uros Bizjak  <ubizjak@gmail.com>
17453         PR target/61423
17454         * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
17455         define_insn_and_split pattern, merged from *floatunssi<mode>2_1
17456         and corresponding splitters.  Zero extend general register
17457         or memory input operand to XMM temporary.  Enable for
17458         TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
17459         (floatunssi<mode>2): Update expander predicate.
17461 2014-06-06  Vladimir Makarov  <vmakarov@redhat.com>
17463         PR rtl-optimization/61325
17464         * lra-constraints.c (process_address_1): Check scale equal to one
17465         to prevent transformation: base + scale * index => base + new_reg.
17467 2014-06-06  Richard Biener  <rguenther@suse.de>
17469         PR tree-optimization/59299
17470         * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
17471         a def operand.
17472         (nearest_common_dominator_of_uses): Likewise.
17473         (statement_sink_location): Adjust.  Support sinking loads.
17475 2014-06-06  Martin Jambor  <mjambor@suse.cz>
17477         * ipa-prop.c (get_place_in_agg_contents_list): New function.
17478         (build_agg_jump_func_from_list): Likewise.
17479         (determine_known_aggregate_parts): Renamed to
17480         determine_locally_known_aggregate_parts.  Moved some functionality
17481         to the two functions above, removed bound checks.
17483 2014-06-06  James Greenhalgh  <james.greenhalgh@arm.com>
17485         * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
17486         * config/aarch64/aarch64.c (aarch64_move_pointer): New.
17487         (aarch64_progress_pointer): Likewise.
17488         (aarch64_copy_one_part_and_move_pointers): Likewise.
17489         (aarch64_expand_movmen): Likewise.
17490         * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
17491         * config/aarch64/aarch64.md (movmem<mode>): New.
17493 2014-06-06  Bingfeng Mei  <bmei@broadcom.com>
17495         * targhooks.c (default_add_stmt_cost): Call target specific
17496         hook instead of default one.
17498 2014-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17500         * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
17501         endianness instead of host endianness.
17502         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
17503         comments.
17505 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
17507         PR debug/53927
17508         * function.c (instantiate_decls): Process the saved static chain.
17509         (expand_function_start): If not optimizing, save the static chain
17510         onto the stack.
17511         * tree-nested.c (convert_all_function_calls): Always create the static
17512         chain for nested functions if not optimizing.
17514 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
17516         * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
17518 2014-06-06  Richard Biener  <rguenther@suse.de>
17520         * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
17521         (construct_init_block): Likewise.
17522         (construct_exit_block): Likewise.
17523         (pass_expand::execute): Likewise.
17524         * graphite.c (graphite_transforms): Replace check for current_loops
17525         with a check for > 1 loops.
17526         (pass_graphite_transforms::execute): Adjust.
17527         * ipa-split.c (split_function): Remove check for current_loops.
17528         * omp-low.c (expand_parallel_call): Likewise.
17529         (expand_omp_for_init_counts): Likewise.
17530         (extract_omp_for_update_vars): Likewise.
17531         (expand_omp_for_generic): Likewise.
17532         (expand_omp_sections): Likewise.
17533         (expand_omp_target): Likewise.
17534         * tracer.c (tail_duplicate): Likewise.
17535         (pass_tracer::execute): Likewise.
17536         * trans-mem.c (expand_transaction): Likewise.
17537         * tree-complex.c (expand_complex_div_wide): Likewise.
17538         * tree-eh.c (lower_resx): Likewise.
17539         (cleanup_empty_eh_merge_phis): Likewise.
17540         * tree-predcom.c (run_tree_predictive_commoning): Replace check for
17541         current_loops with a check for > 1 loops.
17542         (pass_predcom::execute): Adjust.
17543         * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
17544         * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
17545         * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
17546         * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
17547         * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
17548         * tree-switch-conversion.c (process_switch): Likewise.
17549         * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
17550         * tree-vrp.c (vrp_visit_phi_node): Likewise.
17551         (execute_vrp): Likewise.
17552         * ubsan.c (ubsan_expand_null_ifn): Likewise.
17554 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
17556         * rtl.h (insn_location): Declare.
17557         * cfgcleanup.c (try_forward_edges): Compare the locus of locations
17558         with UNKNOWN_LOCATION.
17559         * emit-rtl.c (insn_location): New function.
17560         * final.c (notice_source_line): Check that the instruction has a
17561         location before retrieving it and use insn_location.
17562         * modulo-sched.c (loop_single_full_bb_p): Likewise.
17563         * print-rtl.c (print_rtx): Likewise.
17565 2014-06-06  Richard Biener  <rguenther@suse.de>
17567         * passes.def: Move 2nd VRP pass before phi-only-cprop.
17569 2014-06-06  Christian Bruel  <christian.bruel@st.com>
17571         PR tree-optimization/43934
17572         * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
17573         cost.
17575 2014-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
17577         * ira-lives.c (single_reg_class): Add missing break.  Explicitly
17578         return NO_REGS for extra address and memory constraints.  Handle
17579         operands that match (or are equivalent to something that matches)
17580         extra constant constraints.  Ignore other non-register operands.
17582 2014-06-06  Alan Modra  <amodra@gmail.com>
17584         PR target/61300
17585         * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
17586         * doc/tm.texi: Regenerate.
17587         * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
17588         Use throughout in place of REG_PARM_STACK_SPACE.
17589         * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
17590         "incoming" param.  Pass to rs6000_function_parms_need_stack.
17591         (rs6000_function_parms_need_stack): Add "incoming" param, ignore
17592         prototype_p when incoming.  Use function decl when incoming
17593         to handle K&R style functions.
17594         * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
17595         (INCOMING_REG_PARM_STACK_SPACE): Define.
17597 2014-06-05  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
17599         PR target/52472
17600         * cfgexpand.c (expand_debug_expr): Use address space of nested
17601         TREE_TYPE for ADDR_EXPR and MEM_REF.
17603 2014-06-05  Jeff Law  <law@redhat.com>
17605         PR tree-optimization/61289
17606         * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
17607         DST_MAP parameters.   Invalidate by walking all the SSA_NAME_VALUES
17608         looking for those which match LHS.  All callers changed.
17609         (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
17610         parameters and code which manipulated them.  All callers changed.
17611         (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
17612         and DST_MAP parameters.  Simplify invalidation code by just calling
17613         invalidate_equivalences.  All callers changed.
17614         (thread_across_edge): Simplify now that we don't need to maintain
17615         the map of equivalences to invalidate.
17617 2014-06-05  Kai Tietz  <ktietz@redhat.com>
17618             Richard Henderson  <rth@redhat.com>
17620         PR target/46219
17621         * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
17622         checking for !TARGET_X32.
17623         * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
17624         (sibcall_intern): New define_insn, plus required peepholes.
17625         (sibcall_pop_intern): Likewise.
17626         (sibcall_value_intern): Likewise.
17627         (sibcall_value_pop_intern): Likewise.
17629 2014-06-05  Ilya Enkovich  <ilya.enkovich@intel.com>
17631         * tree-inline.c (tree_function_versioning): Check DF info existence
17632         before accessing it.
17634 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17636         * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
17637         frame_size.
17638         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
17639         aarch64_frame hard_fp_offset and frame_size.
17640         (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
17641         frame_size; remove original_frame_size.
17642         (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
17643         (aarch64_initial_elimination_offset): Remove frame_size and
17644         offset.  Use aarch64_frame frame_size.
17646 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17647             Jiong Wang  <jiong.wang@arm.com>
17648             Renlin  <renlin.li@arm.com>
17650         * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
17651         initialization of R30 offset.  Update offset.  Iterate core
17652         regisers upto X30.  Remove X29, X30 specific code.
17654 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17655             Jiong Wang  <jiong.wang@arm.com>
17657         * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
17658         (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
17659         (aarch64_register_saved_on_entry): Adjust test.
17661 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17663         * config/aarch64/aarch64.h (machine_function): Move
17664         saved_varargs_size from here...
17665         (aarch64_frame): ... to here.
17667         * config/aarch64/aarch64.c (aarch64_expand_prologue)
17668         (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
17669         (aarch64_initial_elimination_offset)
17670         (aarch64_setup_incoming_varargs): Adjust location of
17671         saved_varargs_size.
17673 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17675         * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
17676         layout comment.
17678 2014-06-05  Jaydeep Patil  <Jaydeep.Patil@imgtec.com>
17679             Prachi Godbole  <Prachi.Godbole@imgtec.com>
17681         * config/mips/mips-cpus.def: Add definition for p5600.  Updated
17682         mips32r5 entry to use PROCESSOR_P5600.
17683         * config/mips/mips-tables.opt: Regenerate.
17684         * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
17685         * config/mips/mips.c (mips_fmadd_bypass): New function.
17686         (mips_rtx_cost_data): Add costs for p5600.
17687         (mips_issue_rate): Add support for p5600.
17688         (mips_multipass_dfa_lookahead): Likewise.
17689         * config/mips/mips.h (TUNE_P5600): New define.
17690         (TUNE_MACC_CHAINS): Add TUNE_P5600.
17691         (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
17692         * config/mips/mips.md: Include p5600.md.
17693         (processor): Add p5600.
17694         * config/mips/p5600.md: New file.
17696 2014-06-05  Evgeny Stupachenko  <evstupac@gmail.com>
17698         * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
17699         * config/i386/predicates.md (palignr_operand): New.
17700         Indicates if permutation is suitable for palignr instruction.
17702 2014-06-05  Yuri Rumyantsev  <ysrumyan@gmail.com>
17704         PR tree-optimization/61319
17705         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
17706         stmt belongs to loop.
17708 2014-06-05  Richard Biener  <rguenther@suse.de>
17710         * gimplify.c (create_tmp_from_val): Remove is_formal parameter
17711         and set DECL_GIMPLE_REG_P unconditionally if appropriate.
17712         (lookup_tmp_var): Adjust.
17713         (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
17715 2014-06-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17717         * config/arm/arm.md (enabled): Disable opt_enabled attribute.
17719 2014-06-05  Marek Polacek  <polacek@redhat.com>
17721         PR c/49706
17722         * doc/invoke.texi: Document -Wlogical-not-parentheses.
17724 2014-06-04  Tom de Vries  <tom@codesourcery.com>
17726         * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
17727         CONST_INT.
17729 2014-06-04  Marc Glisse  <marc.glisse@inria.fr>
17731         PR tree-optimization/61385
17732         * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
17734 2014-06-04  Bernd Schmidt  <bernds@codesourcery.com>
17736         * lto-wrapper.c (fatal, fatal_perror): Remove functions.  All callers
17737         changed to use fatal_error.
17738         (main): Ensure lto_wrapper_cleanup is run atexit.
17740 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17742         * lra-constraints.c (valid_address_p): Move earlier in file.
17743         (address_eliminator): New structure.
17744         (satisfies_memory_constraint_p): New function.
17745         (satisfies_address_constraint_p): Likewise.
17746         (process_alt_operands, process_address, curr_insn_transform): Use them.
17748 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17750         * lra-int.h (lra_static_insn_data): Make operand_alternative a
17751         const pointer.
17752         (target_lra_int, default_target_lra_int, this_target_lra_int)
17753         (op_alt_data): Delete.
17754         * lra.h (lra_init): Delete.
17755         * lra.c (default_target_lra_int, this_target_lra_int): Delete.
17756         (init_insn_code_data_once): Remove op_alt_data handling.
17757         (finish_insn_code_data_once): Likewise.
17758         (init_op_alt_data): Delete.
17759         (get_static_insn_data): Initialize operand_alternative to null.
17760         (free_insn_recog_data): Cast operand_alternative before freeing it.
17761         (setup_operand_alternative): Take the operand_alternative as
17762         parameter and assume it isn't already cached in the static
17763         insn data.
17764         (lra_set_insn_recog_data): Update accordingly.
17765         (lra_init): Delete.
17766         * ira.c (ira_init): Don't call lra_init.
17767         * target-globals.h (this_target_lra_int): Declare.
17768         (target_globals): Remove lra_int.
17769         (restore_target_globals): Update accordingly.
17770         * target-globals.c: Don't include lra-int.h.
17771         (default_target_globals, save_target_globals): Remove lra_int.
17773 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17775         * recog.h (operand_alternative): Convert reg_class, reject,
17776         matched and matches into bitfields.
17777         (preprocess_constraints): New overload.
17778         (preprocess_insn_constraints): New function.
17779         (preprocess_constraints): Take the insn as parameter.
17780         (recog_op_alt): Change into a pointer.
17781         (target_recog): Add x_op_alt.
17782         * recog.c (asm_op_alt): New variable.
17783         (recog_op_alt): Change into a pointer.
17784         (preprocess_constraints): New overload, replacing the old function
17785         definition with one that doesn't use global state.
17786         (preprocess_insn_constraints): New function.
17787         (preprocess_constraints): Use them.  Take the insn as parameter.
17788         Use asm_op_alt for asms.
17789         (recog_init): Free existing x_op_alt entries.
17790         * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
17791         pointer const.
17792         (make_early_clobber_and_input_conflicts): Likewise.
17793         (process_bb_node_lives): Pass the insn to process_constraints.
17794         * reg-stack.c (check_asm_stack_operands): Likewise.
17795         (subst_asm_stack_regs): Likewise.
17796         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
17797         * regrename.c (build_def_use): Likewise.
17798         * sched-deps.c (sched_analyze_insn): Likewise.
17799         * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
17800         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
17801         (note_invalid_constants): Likewise.
17802         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17803         (ix86_legitimate_combined_insn): Make operand_alternative pointer
17804         const.
17806 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17808         * recog.c (preprocess_constraints): Don't skip disabled alternatives.
17809         * ira-lives.c (check_and_make_def_conflict): Check for disabled
17810         alternatives.
17811         (make_early_clobber_and_input_conflicts): Likewise.
17812         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17814 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17816         * recog.h (alternative_class): New function.
17817         (which_op_alt): Return a const recog_op_alt.
17818         * reg-stack.c (check_asm_stack_operands): Update type accordingly.
17819         (subst_asm_stack_regs): Likewise.
17820         * config/arm/arm.c (note_invalid_constants): Likewise.
17821         * regcprop.c (copyprop_hardreg_forward_1): Likewise.  Don't modify
17822         the operand_alternative; use alternative class instead.
17823         * sel-sched.c (get_reg_class): Likewise.
17824         * regrename.c (build_def_use): Likewise.
17825         (hide_operands, restore_operands, record_out_operands): Update type
17826         accordingly.
17828 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17830         * recog.h (recog_op_alt): Convert to a flat array.
17831         (which_op_alt): New function.
17832         * recog.c (recog_op_alt): Convert to a flat array.
17833         (preprocess_constraints): Update accordingly, grouping all
17834         operands of the same alternative together, rather than the
17835         other way around.
17836         * ira-lives.c (check_and_make_def_conflict): Likewise.
17837         (make_early_clobber_and_input_conflicts): Likewise.
17838         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17839         * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
17840         (subst_asm_stack_regs): Likewise.
17841         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
17842         * regrename.c (hide_operands, record_out_operands): Likewise.
17843         (build_def_use): Likewise.
17844         * sel-sched.c (get_reg_class): Likewise.
17845         * config/arm/arm.c (note_invalid_constants): Likewise.
17847 2014-06-04  Jason Merrill  <jason@redhat.com>
17849         PR c++/51253
17850         PR c++/61382
17851         * gimplify.c (gimplify_arg): Non-static.
17852         * gimplify.h: Declare it.
17854 2014-06-04  Richard Biener  <rguenther@suse.de>
17856         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
17857         TREE_PUBLIC and DECL_EXTERNAL decls.
17859 2014-06-04  Matthew Fortune  <matthew.fortune@imgtec.com>
17861         * regcprop.c (copyprop_hardreg_forward_1): Account for
17862         HARD_REGNO_CALL_PART_CLOBBERED.
17864 2014-06-04  Richard Biener  <rguenther@suse.de>
17866         * configure.ac: Check whether the underlying type of int64_t
17867         is long or long long.
17868         * configure: Regenerate.
17869         * config.in: Likewise.
17870         * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
17871         (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
17873 2014-06-04  Richard Biener  <rguenther@suse.de>
17875         PR tree-optimization/60098
17876         * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
17877         we hit a kill.
17878         (dse_optimize_stmt): Simplify, now that we found a kill
17879         earlier.
17881 2014-06-04  Richard Biener  <rguenther@suse.de>
17883         * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
17884         of accesses with non-invariant address.
17886 2014-06-04  Martin Liska  <mliska@suse.cz>
17888         * cgraph.h (cgraph_make_wrapper): New function introduced.
17889         * cgraphunit.c (cgraph_make_wrapper): The function implementation.
17890         * ipa-inline.h (inline_analyze_function): The function is global.
17891         * ipa-inline-analysis.c (inline_analyze_function): Likewise.
17893 2014-06-04  Martin Liska  <mliska@suse.cz>
17895         * tree.h (private_lookup_attribute_starting): New function.
17896         (lookup_attribute_starting): Likewise.
17897         * tree.c (private_lookup_attribute_starting): Likewise.
17899 2014-06-04  Martin Liska  <mliska@suse.cz>
17901         * cgraph.h (expand_thunk): New argument added.
17902         (address_taken_from_non_vtable_p): New global function.
17903         * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
17904         * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
17905         * cgraphunit.c (analyze_function): Likewise.
17906         (assemble_thunks_and_aliases): Argument added to call.
17907         (expand_thunk): New argument forces to produce GIMPLE thunk.
17909 2014-06-04  Martin Liska  <mliska@suse.cz>
17911         * coverage.h (coverage_compute_cfg_checksum): Argument added.
17912         * coverage.c (coverage_compute_cfg_checksum): Likewise.
17913         * profile.c (branch_prob): Likewise.
17915 2014-06-04  Martin Jambor  <mjambor@suse.cz>
17917         PR ipa/61340
17918         * ipa-pure-const.c (propagate_pure_const): Add unreachable default
17919         handler for switch on an ipa_ref_use enum.
17920         * ipa-reference.c (analyze_function): Likewise.
17922 2014-06-04  Kai Tietz  <ktietz@redhat.com>
17924         * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
17925         from old call-instruction.
17927 2014-06-04  Bin Cheng  <bin.cheng@arm.com>
17929         * config/aarch64/aarch64.c (aarch64_classify_address)
17930         (aarch64_legitimize_reload_address): Support full addressing modes
17931         for vector modes.
17932         * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
17933         (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
17935 2014-06-03  Andrew Pinski  <apinski@cavium.com>
17937         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
17938         for OP0.
17940 2014-06-03  Andrew Pinski  <apinski@cavium.com>
17942         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
17943         (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
17945 2014-06-03  Kai Tietz  <ktietz@redhat.com>
17947         * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
17948         for 64-bit ms-abi.
17950 2014-06-03  Dehao Chen  <dehao@google.com>
17952         * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
17953         the same loop.
17955 2014-06-03  Marek Polacek  <polacek@redhat.com>
17957         PR c/60439
17958         * doc/invoke.texi: Document -Wswitch-bool.
17959         * function.c (stack_protect_epilogue): Cast controlling expression of
17960         the switch to int.
17961         * gengtype.c (walk_type): Generate switch expression with its
17962         controlling expression cast to int.
17964 2014-06-03  Vishnu K S  <Vishnu.k_s@atmel.com>
17966         * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
17967         and attiny841.
17968         * config/avr/avr-tables.opt: Regenerate.
17969         * config/avr/t-multilib: Regenerate.
17970         * doc/avr-mmcu.texi: Regenerate.
17972 2014-06-03  Vishnu K S  <vishnu.k_s@atmel.com>
17973             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
17975         * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
17976         (ata6617c, ata664251): Add new avr35 devices.
17977         (ata6612c): Add new avr4 device.
17978         (ata6613c, ata6614q): Add new avr5 devices.
17979         * config/avr/avr-tables.opt: Regenerate.
17980         * config/avr/t-multilib: Regenerate.
17981         * doc/avr-mmcu.texi: Regenerate.
17983 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
17985         * gcc/config/aarch64/aarch64-builtins.c
17986         (aarch64_types_binop_ssu_qualifiers): New static data.
17987         (TYPES_BINOP_SSU): Define.
17988         * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
17989         urshr_n, ushll_n): Use appropriate unsigned qualifiers.
17990         * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
17991         vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
17992         vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
17993         vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
17994         vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
17995         vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
17996         vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
17997         suffix to builtin function name, remove cast.
17998         (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
17999         vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
18000         vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
18002 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
18004         * gcc/config/aarch64/aarch64-builtins.c
18005         (aarch64_types_binop_uus_qualifiers,
18006         aarch64_types_shift_to_unsigned_qualifiers,
18007         aarch64_types_unsigned_shiftacc_qualifiers): Define.
18008         * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
18009         uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
18010         sqshlu_n, uqshl_n): Update qualifiers.
18011         * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
18012         vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
18013         vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
18014         vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
18015         vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
18016         vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
18017         vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
18018         vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
18019         vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
18020         vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
18021         vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
18022         vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
18023         vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
18024         vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
18025         vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
18026         vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
18027         vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
18028         vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
18029         vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
18030         vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
18031         vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
18032         vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
18033         vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
18034         vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
18035         vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
18036         vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
18037         vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
18039 2014-06-03  Teresa Johnson  <tejohnson@google.com>
18041         * tree-sra.c (modify_function): Record caller nodes after rebuild.
18043 2014-06-02  Jason Merrill  <jason@redhat.com>
18045         PR c++/61020
18046         * varpool.c (ctor_for_folding): Handle uninitialized vtables.
18048 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
18050         * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
18051         location == 0.
18053 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
18055         * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
18056         New pattern.
18057         * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
18058         (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
18059         * config/aarch64/iterators.md (REVERSE): New iterator.
18060         (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
18061         (rev_op): New int_attribute.
18062         * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
18063         vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
18064         vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
18065         vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
18066         vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
18067         vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
18068         vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
18069         Replace temporary __asm__ with __builtin_shuffle.
18071 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
18073         * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
18074         mips64r5.
18075         * config/mips/mips-tables.opt: Regenerate.
18076         * config/mips/mips.c (mips_compute_frame_info): Changed if statement
18077         to use mips_isa_rev rather than ISA_MIPS32R2.
18078         * config/mips/mips.h (ISA_MIPS32R3): New define.
18079         (ISA_MIPS32R5): New define.
18080         (ISA_MIPS64R3): New define.
18081         (ISA_MIPS64R5): New define.
18082         (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
18083         ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
18084         (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
18085         and mips64r5.
18086         (MIPS_ISA_SYNCI_SPEC): Likewise.
18087         (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
18088         (LINK_SPEC): Added mips32r3 and mips32r5.
18089         * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
18090         to mips32r2; and mips64r3 and mips64r5 to mips64r2.
18091         * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
18092         * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
18093         * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
18094         * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
18095         * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
18097 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
18099         * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
18100         options.
18101         * config/mips/mips.opt (mxpa): New option.
18102         * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
18103         assembler.
18105 2014-06-03  Martin Jambor  <mjambor@suse.cz>
18107         PR ipa/61160
18108         * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
18109         thunks.
18111 2014-06-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18113         PR tree-optimization/61328
18114         * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
18115         initialization from find_bswap_or_nop_1.
18116         (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
18117         in source_expr2 before using the size value the function sets. Also
18118         make use of init_symbolic_number () in both the old place and
18119         find_bswap_or_nop_load () to avoid reading uninitialized memory when
18120         doing recursion in the GIMPLE_BINARY_RHS case.
18122 2014-06-03  Richard Biener  <rguenther@suse.de>
18124         PR tree-optimization/61383
18125         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
18126         stmts can't trap.
18128 2014-06-03  Richard Sandiford  <rdsandiford@googlemail.com>
18130         * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
18131         (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
18132         (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
18133         (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
18134         in this file.
18135         (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
18136         (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
18137         * system.h: ...here and make it unconditional.
18138         * target.def (conditional_register_usage): Mention
18139         define_register_constraint instead of old-style constraint macros.
18140         * doc/tm.texi.in: Remove documentation for old-style constraint macros.
18141         * doc/tm.texi: Regenerate.
18142         * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
18143         protected by !USE_MD_CONSTRAINTS.
18144         * config/frv/frv.md: Remove quote from old version of documentation.
18145         * config/frv/frv.c (frv_conditional_register_usage): Likewise.
18146         * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
18147         CONST_DOUBLE_OK_FOR_LETTER.
18148         * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
18150 2014-06-02  Andrew Pinski  <apinski@cavium.com>
18152         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
18153         /lib/ld-linux32-aarch64.so.1 is used for ILP32.
18154         (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
18155         file whose name depends on -mabi= and -mbig-endian.
18156         * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
18157         Handle LP64 better and handle ilp32 too.
18158         (MULTILIB_OPTIONS): Delete.
18159         (MULTILIB_DIRNAMES): Delete.
18161 2014-06-02  Andrew MacLeod  <amacleod@redhat.com>
18163         * expr.h: Remove prototypes of functions defined in builtins.c.
18164         * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
18165         Remove prototypes of functions defined in builtins.c.
18166         * builtins.h: Update prototype list to include all exported functions.
18167         * builtins.c: (default_libc_has_function, gnu_libc_has_function,
18168         no_c99_libc_has_function): Move to targhooks.c
18169         (build_string_literal, build_call_expr_loc_array,
18170         build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
18171         to tree.c.
18172         (expand_builtin_object_size, fold_builtin_object_size): Make static.
18173         * targhooks.c (default_libc_has_function, gnu_libc_has_function,
18174         no_c99_libc_has_function): Relocate from builtins.c.
18175         * tree.c: Include builtins.h.
18176         (build_call_expr_loc_array, build_call_expr_loc_vec,
18177         build_call_expr_loc, build_call_expr, build_string_literal): Relocate
18178         from builtins.c.
18179         * fold-const.h (fold_fma): Move prototype to builtins.h.
18180         * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
18181         * asan.c: Include builtins.h.
18182         * cfgexpand.c: Likewise.
18183         * convert.c: Likewise.
18184         * emit-rtl.c: Likewise.
18185         * except.c: Likewise.
18186         * expr.c: Likewise.
18187         * fold-const.c: Likewise.
18188         * gimple-fold.c: Likewise.
18189         * gimple-ssa-strength-reduction.c: Likewise.
18190         * gimplify.c: Likewise.
18191         * ipa-inline.c: Likewise.
18192         * ipa-prop.c: Likewise.
18193         * lto-streamer-out.c: Likewise.
18194         * stmt.c: Likewise.
18195         * tree-inline.c: Likewise.
18196         * tree-object-size.c: Likewise.
18197         * tree-sra.c: Likewise.
18198         * tree-ssa-ccp.c: Likewise.
18199         * tree-ssa-forwprop.c: Likewise.
18200         * tree-ssa-loop-ivcanon.c: Likewise.
18201         * tree-ssa-loop-ivopts.c: Likewise.
18202         * tree-ssa-math-opts.c: Likewise.
18203         * tree-ssa-reassoc.c: Likewise.
18204         * tree-ssa-threadedge.c: Likewise.
18205         * tree-streamer-in.c: Likewise.
18206         * tree-vect-data-refs.c: Likewise.
18207         * tree-vect-patterns.c: Likewise.
18208         * tree-vect-stmts.c: Likewise.
18209         * config/aarch64/aarch64.c: Likewise.
18210         * config/alpha/alpha.c: Likewise.
18211         * config/arc/arc.c: Likewise.
18212         * config/arm/arm.c: Likewise.
18213         * config/avr/avr.c: Likewise.
18214         * config/bfin/bfin.c: Likewise.
18215         * config/c6x/c6x.c: Likewise.
18216         * config/cr16/cr16.c: Likewise.
18217         * config/cris/cris.c: Likewise.
18218         * config/epiphany/epiphany.c: Likewise.
18219         * config/fr30/fr30.c: Likewise.
18220         * config/frv/frv.c: Likewise.
18221         * config/h8300/h8300.c: Likewise.
18222         * config/i386/i386.c: Likewise.
18223         * config/i386/winnt.c: Likewise.
18224         * config/ia64/ia64.c: Likewise.
18225         * config/iq2000/iq2000.c: Likewise.
18226         * config/lm32/lm32.c: Likewise.
18227         * config/m32c/m32c.c: Likewise.
18228         * config/m32r/m32r.c: Likewise.
18229         * config/m68k/m68k.c: Likewise.
18230         * config/mcore/mcore.c: Likewise.
18231         * config/mep/mep.c: Likewise.
18232         * config/microblaze/microblaze.c: Likewise.
18233         * config/mips/mips.c: Likewise.
18234         * config/mmix/mmix.c: Likewise.
18235         * config/mn10300/mn10300.c: Likewise.
18236         * config/moxie/moxie.c: Likewise.
18237         * config/msp430/msp430.c: Likewise.
18238         * config/nds32/nds32.c: Likewise.
18239         * config/pa/pa.c: Likewise.
18240         * config/pdp11/pdp11.c: Likewise.
18241         * config/picochip/picochip.c: Likewise.
18242         * config/rl78/rl78.c: Likewise.
18243         * config/rs6000/rs6000.c: Likewise.
18244         * config/rx/rx.c: Likewise.
18245         * config/s390/s390.c: Likewise.
18246         * config/score/score.c: Likewise.
18247         * config/sh/sh.c: Likewise.
18248         * config/sparc/sparc.c: Likewise.
18249         * config/spu/spu.c: Likewise.
18250         * config/stormy16/stormy16.c: Likewise.
18251         * config/tilegx/tilegx.c: Likewise.
18252         * config/tilepro/tilepro.c: Likewise.
18253         * config/v850/v850.c: Likewise.
18254         * config/vax/vax.c: Likewise.
18255         * config/xtensa/xtensa.c: Likewise.
18257 2014-06-02  Jeff Law  <law@redhat.com>
18259         PR rtl-optimization/61094
18260         * ree.c (combine_reaching_defs): Do not reextend an insn if it
18261         was marked as do_no_reextend.  If a copy is needed to eliminate
18262         an extension, then mark it as do_not_reextend.
18264 2014-06-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18266         * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
18268 2014-06-02  Richard Henderson  <rth@redhat.com>
18270         PR target/61336
18271         * config/alpha/alpha.c (print_operand_address): Allow symbolic
18272         addresses inside asms.  Use output_operand_lossage instead of
18273         gcc_unreachable.
18275 2014-06-02  Uros Bizjak  <ubizjak@gmail.com>
18277         PR target/61239
18278         * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
18279         GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
18281 2014-06-02  Tom de Vries  <tom@codesourcery.com>
18283         * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
18284         case that x has VOIDmode.
18286 2014-06-02  Bernd Schmidt  <bernds@codesourcery.com>
18288         * varasm.c (copy_constant): Delete function.
18289         (build_constant_desc): Don't call it.
18291 2014-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18293         PR target/61154
18294         * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
18295         * config/arm/arm.md (mov64 splitter): Replace const_double_operand
18296         with immediate_operand.
18298 2014-06-02  Andreas Schwab  <schwab@suse.de>
18300         * config/ia64/ia64.c
18301         (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
18302         pending_data_specs first.
18304 2014-06-02  Richard Biener  <rguenther@suse.de>
18306         PR tree-optimization/61378
18307         * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
18308         valueized_anything.
18310 2014-06-01  Uros Bizjak  <ubizjak@gmail.com>
18312         * config/i386/constraints.md (Bw): Rename from 'w'.
18313         (Bz): Rename from 'z'.
18314         * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
18316 2014-06-01  Kai Tietz  <ktietz@redhat.com>
18318         PR target/61377
18319         * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
18320         * config/i386/i386.md (sibcall_insn_operand): Use Bs
18321         instead of m constraint.
18323 2014-05-31  Andreas Schwab  <schwab@linux-m68k.org>
18325         * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
18326         a separate alternative where the scratch operand 2 is marked as
18327         early clobber.
18329 2014-05-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
18331         * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
18332         (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
18333         (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
18334         and __builtins_arm_get_fpscr.
18335         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
18336         __builtins_arm_get_fpscr.
18337         (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
18338         __builtins_arm_ldfpscr.
18339         (arm_atomic_assign_expand_fenv): New function.
18340         * config/arm/vfp.md (set_fpscr): New pattern.
18341         (get_fpscr) : Likewise.
18342         * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
18343         VUNSPEC_SET_FPSCR.
18344         * doc/extend.texi (AARCH64 Built-in Functions) : Document
18345         __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
18347 2014-05-30  Jakub Jelinek  <jakub@redhat.com>
18349         * asan.c (report_error_func): Add SLOW_P argument, use
18350         BUILT_IN_ASAN_*_N if set.
18351         (build_check_stmt): Likewise.
18352         (instrument_derefs): If T has insufficient alignment,
18353         force same handling as for odd sizes.
18355         * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
18356         BUILT_IN_ASAN_REPORT_STORE_N): New.
18357         * asan.c (struct asan_mem_ref): Change access_size type to
18358         HOST_WIDE_INT.
18359         (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
18360         update_mem_ref_hash_table): Likewise.
18361         (asan_mem_ref_hasher::hash): Hash in a HWI.
18362         (report_error_func): Change size_in_bytes argument to HWI.
18363         Use *_N builtins if size_in_bytes is larger than 16 or not power of
18364         two.
18365         (build_shadow_mem_access): New function.
18366         (build_check_stmt): Use it.  Change size_in_bytes argument to HWI.
18367         Handle size_in_bytes not power of two or larger than 16.
18368         (instrument_derefs): Don't give up if size_in_bytes is not
18369         power of two or is larger than 16.
18371 2014-05-30  Kai Tietz  <ktietz@redhat.com>
18373         PR target/60104
18374         * config/i386/i386.c (x86_output_mi_thunk): Add memory case
18375         for sibling-tail-calls.
18376         * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
18377         to its use.
18378         * config/i386/predicates.md (sibcall_memory_operand): New predicate.
18379         (sibcall_insn_operand): Add check for sibcall_memory_operand.
18381 2014-05-30  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
18383         * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
18384         * config/avr/avr-tables.opt: Regenerate.
18385         * config/avr/t-multilib: Regenerate.
18386         * doc/avr-mmcu.texi: Regenerate.
18388 2014-05-30  Ian Lance Taylor  <iant@google.com>
18390         * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
18391         target("sse").
18393 2014-05-30  Tom de Vries  <tom@codesourcery.com>
18395         * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
18396         Redefine as true.
18398 2014-05-30  Tom de Vries  <tom@codesourcery.com>
18400         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
18401         * lra.c (initialize_lra_reg_info_element): Add init of
18402         actual_call_used_reg_set field.
18403         (lra): Call lra_create_live_ranges before lra_inheritance for
18404         -fuse-caller-save.
18405         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
18406         -fuse-caller-save.
18407         * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
18408         instead of call_used_reg_set for -fuse-caller-save.
18409         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
18411 2014-05-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18413         * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
18414         to mov_imm.
18415         * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
18417 2014-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
18419         * ira.c (ira_get_dup_out_num): Check for output operands at
18420         the start of the loop.  Handle cases where an included alternative
18421         follows an excluded one.
18423 2014-05-29  Mike Stump  <mikestump@comcast.net>
18425         PR debug/61352
18426         * collect2.c (maybe_run_lto_and_relink): Be sure to always run
18427         post ld passes when lto is used.
18429 2014-05-29  Vladimir Makarov  <vmakarov@redhat.com>
18431         PR rtl-optimization/61325
18432         * lra-constraints.c (process_address): Rename to process_address_1.
18433         (process_address): New function.
18435 2014-05-29  Alan Lawrence  <alan.lawrence@arm.com>
18437         * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
18438         TYPES_BINOPV): New static data.
18439         * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
18440         New builtin.
18441         * config/aarch64/aarch64-simd.md (aarch64_ext,
18442         aarch64_im_lane_boundsi): New patterns.
18443         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
18444         patterns for EXT.
18445         (aarch64_evpc_ext): New function.
18447         * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
18449         * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
18450         vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
18451         vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
18452         vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
18453         vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
18455 2014-05-29  Tom de Vries  <tom@codesourcery.com>
18457         * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
18459 2014-05-29  Richard Earnshaw <rearnsha@arm.com>
18460             Richard Sandiford  <rdsandiford@googlemail.com>
18462         * arm/iterators.md (shiftable_ops): New code iterator.
18463         (t2_binop0, arith_shift_insn): New code attributes.
18464         * arm/predicates.md (shift_nomul_operator): New predicate.
18465         * arm/arm.md (insn_enabled): Delete.
18466         (enabled): Remove insn_enabled test.
18467         (*arith_shiftsi): Delete.  Replace with ...
18468         (*<arith_shift_insn>_multsi): ... new pattern.
18469         (*<arith_shift_insn>_shiftsi): ... new pattern.
18470         * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
18472 2014-05-29  Radovan Obradovic  <robradovic@mips.com>
18473             Tom de Vries  <tom@codesourcery.com>
18475         * config/mips/mips.h (POST_CALL_TMP_REG): Define.
18476         * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
18477         clobber.
18478         (mips_split_call): Use POST_CALL_TMP_REG.
18479         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
18481 2014-05-29  Tom de Vries  <tom@codesourcery.com>
18483         * final.c (collect_fn_hard_reg_usage): Guard variable declaration
18484         with #ifdef STACK_REGS.
18486 2014-05-28  Jan Hubicka  <hubicka@ucw.cz>
18488         * varasm.c (get_variable_section): Walk aliases.
18489         (place_block_symbol): Walk aliases.
18491 2014-05-28  Tom de Vries  <tom@codesourcery.com>
18493         Revert:
18494         2014-05-28  Tom de Vries  <tom@codesourcery.com>
18496         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
18497         * lra.c (initialize_lra_reg_info_element): Add init of
18498         actual_call_used_reg_set field.
18499         (lra): Call lra_create_live_ranges before lra_inheritance for
18500         -fuse-caller-save.
18501         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
18502         -fuse-caller-save.
18503         * lra-constraints.c (need_for_call_save_p): Use
18504         actual_call_used_reg_set instead of call_used_reg_set for
18505         -fuse-caller-save.
18506         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
18508 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
18510         * doc/md.texi: Document that the % constraint character must
18511         be at the beginning of the string.
18512         * genoutput.c (validate_insn_alternatives): Check that '=',
18513         '+' and '%' only appear at the beginning of a constraint.
18514         * ira.c (commutative_constraint_p): Delete.
18515         (ira_get_dup_out_num): Expect the '%' commutativity marker to be
18516         at the start of the string.
18517         * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
18518         duplicate '='s.
18519         * config/arm/neon.md (bicdi3_neon): Likewise.
18520         * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
18521         (slt_si, sltu_si): Likewise.
18522         * config/vax/vax.md (sbcdi3): Likewise.
18523         * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
18524         * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
18525         (mul64): Move '%' to beginning of constraint.
18526         * config/arm/arm.md (*xordi3_insn): Likewise.
18527         * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
18528         (xorsi3): Likewise.
18530 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
18532         * doc/md.texi: Document the restrictions on the "enabled" attribute.
18534 2014-05-28  Jason Merrill  <jason@redhat.com>
18536         PR c++/47202
18537         * cgraph.h (symtab_node::get_comdat_group_id): New.
18538         * cgraphunit.c (analyze_functions): Call it.
18539         * symtab.c (dump_symtab_node): Likewise.
18540         * tree.c (decl_comdat_group_id): New.
18541         * tree.h: Declare it.
18542         * lto-streamer-out.c (write_symbol): Use it.
18543         * trans-mem.c (ipa_tm_create_version_alias): Likewise.
18545 2014-05-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
18547         PR bootstrap/PR61146
18548         * wide-int.cc: Do not include longlong.h when compiling with clang.
18550 2014-05-28  Richard Biener  <rguenther@suse.de>
18552         * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
18553         * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
18554         (vrp_visit_assignment_or_call): Print less vertical space.
18555         (vrp_visit_stmt): Likewise.
18556         (vrp_visit_phi_node): Likewise.  For a PHI argument with
18557         VR_VARYING range consider recording it as copy.
18559 2014-05-28  Richard Biener  <rguenther@suse.de>
18561         Revert
18562         2014-05-28  Richard Biener  <rguenther@suse.de>
18564         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
18566 2014-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18568         * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
18569         sufficiently aligned and an offset is used at the same time.
18570         (expand_expr_real_1): Likewise.
18572 2014-05-28  Richard Biener  <rguenther@suse.de>
18574         PR middle-end/61045
18575         * fold-const.c (fold_comparison): When folding
18576         X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
18577         the sign of the remaining constant operand stays the same.
18579 2014-05-28  Kaushik Phatak  <kaushik.phatak@kpit.com>
18581         * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
18582         __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
18583         (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
18584         to the assembler.
18585         (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
18586         * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
18587         (m32bit-doubles) Likewise.
18588         * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
18589         * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
18590         option for RL78.
18592 2014-05-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18594         * configure.ac ($gcc_cv_ld_clearcap): New test.
18595         * configure: Regenerate.
18596         * config.in: Regenerate.
18597         * config/sol2.opt (mclear-hwcap): New option.
18598         * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
18599         * config/sol2-clearcap.map: Moved here from
18600         testsuite/gcc.target/i386/clearcap.map.
18601         * config/sol2-clearcapv2.map: Move here from
18602         gcc.target/i386/clearcapv2.map.
18603         * config/t-sol2 (install): Depend on install-clearcap-map.
18604         (install-clearcap-map): New target.
18605         * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
18606         -mclear-hwcap.
18608 2014-05-28  Richard Biener  <rguenther@suse.de>
18610         * hwint.h (*_HALF_WIDE_INT*): Move to ...
18611         * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
18612         ... here and remove the rest.
18613         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
18615 2014-05-28  Richard Biener  <rguenther@suse.de>
18617         PR tree-optimization/61335
18618         * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
18619         new range fails, drop to varying.
18621 2014-05-28  Olivier Hainque  <hainque@adacore.com>
18623         * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
18624         (CPP_SPEC): Add entry for -mcpu=8548.
18625         * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
18626         * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
18628 2014-05-28  Tom de Vries  <tom@codesourcery.com>
18630         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
18631         * lra.c (initialize_lra_reg_info_element): Add init of
18632         actual_call_used_reg_set field.
18633         (lra): Call lra_create_live_ranges before lra_inheritance for
18634         -fuse-caller-save.
18635         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
18636         -fuse-caller-save.
18637         * lra-constraints.c (need_for_call_save_p): Use
18638         actual_call_used_reg_set instead of call_used_reg_set for
18639         -fuse-caller-save.
18640         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
18642 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
18643             Tom de Vries  <tom@codesourcery.com>
18645         * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
18646         to gccoptlist.
18647         (@item -fuse-caller-save): New item.
18649 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
18650             Tom de Vries  <tom@codesourcery.com>
18652         * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
18653         OPT_fuse_caller_save.
18655 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
18656             Tom de Vries  <tom@codesourcery.com>
18658         * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
18659         * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
18660         get_call_reg_set_usage.
18661         * resource.c (mark_set_resources, mark_target_live_regs): Use
18662         get_call_reg_set_usage.
18663         * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
18664         field.
18665         (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
18666         * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
18667         Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
18668         * ira-build.c (ira_create_allocno): Init
18669         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
18670         (create_cap_allocno, propagate_allocno_info)
18671         (propagate_some_info_from_allocno)
18672         (copy_info_to_removed_store_destinations): Handle
18673         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
18674         * ira-costs.c (ira_tune_allocno_costs): Use
18675         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
18677 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
18678             Tom de Vries  <tom@codesourcery.com>
18680         * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
18681         and function_used_regs_valid fields.
18682         * final.c: Move include of hard-reg-set.h to before rtl.h to declare
18683         find_all_hard_reg_sets.
18684         (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
18685         (get_call_reg_set_usage): New function.
18686         (rest_of_handle_final): Use collect_fn_hard_reg_usage.
18687         * regs.h (get_call_reg_set_usage): Declare.
18689 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
18691         PR libgcc/61152
18692         * config/dbx.h (License): Add Runtime Library Exception.
18693         * config/newlib-stdint.h (License): Same.
18694         * config/rtems.h (License): Same
18695         * config/initfini-array.h (License): Same
18696         * config/v850/v850.h (License): Same.
18697         * config/v850/v850-opts.h (License): Same
18698         * config/v850/rtems.h (License): Same.
18700 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
18702         PR target/61044
18703         * doc/extend.texi (Local Labels): Note that label differences are
18704         not supported for AVR.
18706 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
18707             Olivier Hainque  <hainque@adacore.com>
18709         * rtl.h (set_for_reg_notes): Declare.
18710         * emit-rtl.c (set_for_reg_notes): New function.
18711         (set_unique_reg_note): Use it.
18712         * optabs.c (add_equal_note): Likewise
18714 2014-05-27  Andrew Pinski  <apinski@cavium.com>
18716         * config/aarch64/aarch64.md (stack_protect_set_<mode>):
18717         Use <w> for the register in assembly template.
18718         (stack_protect_test): Use the mode of operands[0] for the result.
18719         (stack_protect_test_<mode>): Use <w> for the register
18720         in assembly template.
18722 2014-05-27  DJ Delorie  <dj@redhat.com>
18724         * config/rx/rx.c (add_vector_labels): New.
18725         (rx_output_function_prologue): Call it.
18726         (rx_handle_func_attribute): Don't require empty arguments.
18727         (rx_handle_vector_attribute): New.
18728         (rx_attribute_table): Add "vector" attribute.
18729         * doc/extend.texi (interrupt, vector): Document new/changed
18730         RX-specific attributes.
18732         * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
18734 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
18736         * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
18737         predicate to detect a negative quotient.
18739 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
18741         * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
18742         to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
18743         Add X - Y CMP 0 to X CMP Y transformation.
18744         (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
18746 2014-05-27  Segher Boessenkool  <segher@kernel.crashing.org>
18748         * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
18749         before printing.
18751 2014-05-27  Steve Ellcey  <sellcey@mips.com>
18753         * config/mips/mips.c: Add include of cgraph.h.
18755 2014-05-27  Richard Biener  <rguenther@suse.de>
18757         * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
18759 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
18761         PR libgcc/61152
18762         * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
18763         * config/arm/arm-cores.def (License): Same.
18764         * config/arm/arm-opts.h (License): Same.
18765         * config/arm/aout.h (License): Same.
18766         * config/arm/bpabi.h (License): Same.
18767         * config/arm/elf.h (License): Same.
18768         * config/arm/linux-elf.h (License): Same.
18769         * config/arm/linux-gas.h (License): Same.
18770         * config/arm/netbsd-elf.h (License): Same.
18771         * config/arm/uclinux-eabi.h (License): Same.
18772         * config/arm/uclinux-elf.h (License): Same.
18773         * config/arm/vxworks.h (License): Same.
18775 2014-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18777         * config/arm/neon.md (neon_bswap<mode>): New pattern.
18778         * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
18779         (arm_init_neon_builtins): Handle NEON_BSWAP.
18780         Define required type nodes.
18781         (arm_expand_neon_builtin): Handle NEON_BSWAP.
18782         (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
18783         * config/arm/arm_neon_builtins.def (bswap): Define builtins.
18784         * config/arm/iterators.md (VDQHSD): New mode iterator.
18786 2014-05-27  Richard Biener  <rguenther@suse.de>
18788         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
18789         Try using literal operands when comparing value-ranges failed.
18791 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
18793         * ira.c (commutative_operand): Adjust for change to recog_data.
18794         [Missing from previous commit.]
18796 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
18798         * system.h (TEST_BIT): New macro.
18799         * recog.h (alternative_mask): New type.
18800         (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
18801         (recog_data_d): Replace alternative_enabled_p array with
18802         enabled_alternatives.
18803         (target_recog): New structure.
18804         (default_target_recog, this_target_recog): Declare.
18805         (get_enabled_alternatives, recog_init): Likewise.
18806         * recog.c (default_target_recog, this_target_recog): New variables.
18807         (get_enabled_alternatives): New function.
18808         (extract_insn): Use it.
18809         (recog_init): New function.
18810         (preprocess_constraints, constrain_operands): Adjust for change to
18811         recog_data.
18812         * postreload.c (reload_cse_simplify_operands): Likewise.
18813         * reload.c (find_reloads): Likewise.
18814         * ira-costs.c (record_reg_classes): Likewise.
18815         * ira-lives.c (single_reg_class): Likewise.  Fix bug in which
18816         all alternatives after a disabled one would be skipped.
18817         (ira_implicitly_set_insn_hard_regs): Likewise.
18818         * ira.c (ira_setup_alts): Adjust for change to recog_data.
18819         * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
18820         with enabled_alternatives.
18821         * lra.c (free_insn_recog_data): Update accordingly.
18822         (lra_update_insn_recog_data): Likewise.
18823         (lra_set_insn_recog_data): Likewise.  Use get_enabled_alternatives.
18824         * lra-constraints.c (process_alt_operands): Likewise.  Handle
18825         only_alternative as part of the enabled mask.
18826         * target-globals.h (this_target_recog): Declare.
18827         (target_globals): Add a recog field.
18828         (restore_target_globals): Restore this_target_recog.
18829         * target-globals.c: Include recog.h.
18830         (default_target_globals): Initialize recog field.
18831         (save_target_globals): Likewise.
18832         * reginfo.c (reinit_regs): Call recog_init.
18833         * toplev.c (backend_init_target): Likewise.
18835 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
18837         * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
18838         rather than any named insn's code.
18840 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
18842         PR libgcc/61152
18843         * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
18844         * config/arm/arm-cores.def (License): Same.
18846 2014-05-26  Jan Hubicka  <hubicka@ucw.cz>
18848         * tree.h (decl_comdat_group): Declare.
18849         * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
18850         * tree.c (decl_comdat_group): Here.
18852 2014-05-26  Richard Sandiford  <r.sandiford@uk.ibm.com>
18854         PR rtl-optimization/61222
18855         * combine.c (simplify_shift_const_1): When moving a PLUS outside
18856         the shift, truncate the PLUS operand to the result mode.
18858 2014-05-26  Uros Bizjak  <ubizjak@gmail.com>
18860         PR target/61271
18861         * config/i386/i386.c (ix86_rtx_costs)
18862         <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
18863         Fix condition.
18865 2014-05-26  Martin Jambor  <mjambor@suse.cz>
18867         * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
18868         subreg uses.
18870 2014-05-26  Richard Biener  <rguenther@suse.de>
18872         * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
18873         wi::int_traits <long long>, wi::int_traits <unsigned long long>):
18874         Provide specializations.
18875         (wi::int_traits <HOST_WIDE_INT>,
18876         wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
18878 2014-05-26  Alan Modra  <amodra@gmail.com>
18880         PR target/61098
18881         * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
18882         params and return a bool.  Remove dead code.  Update comment.
18883         Assert we have a const_int source.  Remove bogus code from
18884         32-bit HWI days.  Move !TARGET_POWERPC64 handling, and correct
18885         handling of constants > 2G and reg_equal note, from..
18886         (rs6000_emit_set_long_const): ..here.  Remove unneeded param and
18887         return value.  Update comment.  If we can, use a new pseudo
18888         for intermediate calculations.
18889         * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
18890         prototype.
18891         * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
18892         call to rs6000_emit_set_const in splitter.
18893         (movdi_internal64+2, +3): Likewise.
18895 2014-05-26  Richard Biener  <rguenther@suse.de>
18897         * system.h: Define __STDC_FORMAT_MACROS before
18898         including inttypes.h.
18899         * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
18900         HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
18901         HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
18902         HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
18903         HOST_WIDEST_INT_C): Remove.
18904         (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
18905         if C99 inttypes.h is not available.
18906         * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
18907         * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
18908         * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
18909         * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
18910         * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
18911         (struct output_info): Likewise.
18912         (print_statistics): Adjust.
18913         (dump_bitmap_statistics): Likewise.
18914         * bt-load.c (migrate_btr_defs): Print with PRId64.
18915         * cfg.c (dump_edge_info, dump_bb_info): Likewise.
18916         (MAX_SAFE_MULTIPLIER): Adjust.
18917         * cfghooks.c (dump_bb_for_graph): Print with PRId64.
18918         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
18919         dump_cgraph_node): Likewise.
18920         * final.c (dump_basic_block_info): Likewise.
18921         * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
18922         * gcov.c (format_gcov): Likewise.
18923         * ipa-cp.c (good_cloning_opportunity_p): Likewise.  Use int64_t
18924         for calculation.
18925         (get_clone_agg_value): Use HOST_WIDE_INT for offset.
18926         * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
18927         (inline_small_functions, dump_overall_stats, dump_inline_stats):
18928         Use PRId64 for dumping.
18929         * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
18930         * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
18931         (add_allocno_hard_regs): Adjust.
18932         * loop-doloop.c (doloop_modify): Print using PRId64.
18933         * loop-iv.c (inverse): Compute in uint64_t.
18934         (determine_max_iter, iv_number_of_iterations): Likewise.
18935         * loop-unroll.c (decide_peel_completely, decide_peel_simple):
18936         Print using PRId64.
18937         * lto-streamer-out.c (write_symbol): Use uint64_t.
18938         * mcf.c (CAP_INFINITY): Use int64_t maximum.
18939         (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
18940         find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
18941         * modulo-sched.c (const_iteration_count): Use int64_t.
18942         (sms_schedule): Dump using PRId64.
18943         * predict.c (dump_prediction): Likewise.
18944         * pretty-print.h (pp_widest_integer): Remove.
18945         * profile.c (get_working_sets, is_edge_inconsistent,
18946         is_inconsistent, read_profile_edge_counts): Dump using PRId64.
18947         * tree-pretty-print.c (pp_double_int): Remove case handling
18948         HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
18949         * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
18950         and adjust users.
18951         (pass_optimize_bswap::execute): Remove restriction on hosts.
18952         * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
18953         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
18954         * tree.c (widest_int_cst_value): Remove.
18955         * tree.h (widest_int_cst_value): Likewise.
18956         * value-prof.c (dump_histogram_value): Print using PRId64.
18957         * gengtype.c (main): Also inject int64_t.
18958         * ggc-page.c (struct max_alignment): Use int64_t.
18959         * alloc-pool.c (struct allocation_object_def): Likewise.
18960         * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
18961         for computation.
18962         * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
18963         * doc/tm.texi: Regenerated.
18964         * gengtype-lex.l (IWORD): Handle [u]int64_t.
18965         * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
18966         * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
18967         mmix_output_register_setting): Use [u]int64_t in prototypes.
18968         * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
18969         mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
18970         mmix_output_octa, mmix_output_shifted_value): Adjust.
18971         (mmix_intval): Adjust.  Remove unreachable case.
18972         * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
18974 2014-05-26  Richard Biener  <rguenther@suse.de>
18976         * configure.ac: Drop __int64 type check.  Insist that we
18977         found uint64_t and int64_t.
18978         * hwint.h (HOST_BITS_PER___INT64): Remove.
18979         (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
18980         (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
18981         (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
18982         (HOST_WIDEST_FAST_INT): Remove __int64 case.
18983         * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
18984         for dst_q_src_df_rms_cdt.
18985         * configure: Regenerate.
18986         * config.in: Likewise.
18988 2014-05-26  Michael Tautschnig  <mt@debian.org>
18990         PR target/61249
18991         * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
18992         __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
18994 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
18996         PR rtl-optimization/61278
18997         * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
18999 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
19001         PR rtl-optimization/61220
19002         Part of PR rtl-optimization/61225
19003         * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
19004         insn; skip split_edge for a block with only one successor.
19006 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
19008         * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
19009         for variables.
19011 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
19013         * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
19014         (update_vtable_references): New function.
19015         (function_and_variable_visibility): Rewrite also vtable initializers.
19016         * varpool.c (cgraph_variable_initializer_availability): Remove assert.
19018 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
19020         * ggc.h (ggc_grow): New function.
19021         * ggc-none.c (ggc_grow): New function.
19022         * ggc-page.c (ggc_grow): Likewise.
19024 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
19026         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
19027         address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
19028         comdat_can_be_unshared_p, cgraph_externally_visible_p,
19029         varpool_externally_visible_p, can_replace_by_local_alias,
19030         update_visibility_by_resolution_info, function_and_variable_visibility,
19031         pass_data_ipa_function_and_variable_visibility,
19032         make_pass_ipa_function_and_variable_visibility,
19033         whole_program_function_and_variable_visibility,
19034         pass_data_ipa_whole_program_visibility,
19035         make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
19036         * cgraph.h (cgraph_local_node_p): Declare.
19037         * ipa-visibility.c: New file.
19038         * Makefile.in (OBJS): Add ipa-visiblity.o
19040 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
19042         * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
19043         that var decl is available.
19045 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
19047         * tree-core.h (tree_decl_with_vis): Replace comdat_group by
19048         symtab_node pointer.
19049         * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
19050         (find_decls_types_r): Do not walk COMDAT_GROUP.
19051         * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
19052         * varasm.c (make_decl_one_only): Use set_comdat_group;
19053         create node if needed.
19054         * ipa-inline-transform.c (save_inline_function_body): Update
19055         way we decl->symtab mapping.
19056         * symtab.c (symtab_hash, hash_node, eq_node
19057         symtab_insert_node_to_hashtable): Remove.
19058         (symtab_register_node): Update.
19059         (symtab_unregister_node): Update.
19060         (symtab_get_node): Reimplement as inline function.
19061         (symtab_add_to_same_comdat_group): Update.
19062         (symtab_dissolve_same_comdat_group_list): Update.
19063         (dump_symtab_base): Update.
19064         (verify_symtab_base): Update.
19065         (symtab_make_decl_local): Update.
19066         (fixup_same_cpp_alias_visibility): Update.
19067         (symtab_nonoverwritable_alias): Update.
19068         * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
19069         * ipa.c (update_visibility_by_resolution_info): UPdate.
19070         * bb-reorder.c: Include cgraph.h
19071         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
19072         with comdat groups.
19073         * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
19074         * cgraph.c (cgraph_get_create_node): Update.
19075         * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
19076         and comdat_group_.
19077         (symtab_get_node): Make inline.
19078         (symtab_insert_node_to_hashtable): Remove.
19079         (symtab_can_be_discarded): Update.
19080         (decl_comdat_group): New function.
19081         * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
19082         Update.
19083         * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
19084         comdat group name.
19085         (read_comdat_group): New function.
19086         (input_node, input_varpool_node): Use it.
19087         * trans-mem.c (ipa_tm_create_version_alias): Update code creating
19088         comdat groups.
19089         * mips.c (mips_start_unique_function): Likewise.
19090         (ix86_code_end): Likewise.
19091         (rs6000_code_end): Likweise.
19092         * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
19094 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
19096         * gengtype-state.c (fatal_reading_state): Bring offline.
19097         * optabs.c (widening_optab_handler): Bring offline.
19098         * optabs.h (widening_optab_handler): Likewise.
19099         * final.c (get_attr_length_1): Likewise.
19101 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
19103         * sched-int.h (sd_iterator_cond): Manually tail recurse.
19105 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19107         * config/rs6000/440.md (ppc440-integer): Include shift without dot.
19108         (ppc440-compare): Include shift with dot.
19109         * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
19110         * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
19111         without dot.
19112         * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
19113         without dot.
19114         (e6500_sfx2): Include it.
19115         * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
19116         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
19117         *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
19118         andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
19119         *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
19120         *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
19121         *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
19122         *lshiftrt_internal1le, *lshiftrt_internal1be,
19123         *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
19124         *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
19125         *rotldi3_internal10le, *rotldi3_internal10be,
19126         *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
19127         ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
19128         ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
19129         *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
19130         define_insns): Use type "shift" in the appropriate alternatives.
19132 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19134         * config/rs6000/rs6000.md (type): Add "logical".  Delete
19135         "fast_compare".
19136         (dot): Adjust comment.
19137         (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
19138         *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
19139         *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
19140         anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
19141         *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
19142         *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
19143         *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
19144         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
19146         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
19147         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
19148         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
19149         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
19150         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
19151         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
19152         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
19153         * config/rs6000/8540.md (ppc8540_su): Adjust.
19154         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
19155         cell-cmp-microcoded): Adjust.
19156         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
19157         * config/rs6000/e500mc.md (e500mc_su): Adjust.
19158         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
19159         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
19160         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
19161         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
19162         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
19163         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
19164         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
19165         Adjust.
19166         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
19167         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
19168         Adjust.  Adjust comment.
19169         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
19170         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
19172 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19174         * config/rs6000/rs6000.md (type): Add "add".
19175         (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
19176         *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
19177         define_insns): Use it.
19178         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
19180         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
19181         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
19182         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
19183         * config/rs6000/601.md (ppc601-integer): Adjust.
19184         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
19185         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
19186         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
19187         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
19188         * config/rs6000/8540.md (ppc8540_su): Adjust.
19189         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
19190         cell-cmp-microcoded): Adjust.
19191         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
19192         * config/rs6000/e500mc.md (e500mc_su): Adjust.
19193         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
19194         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
19195         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
19196         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
19197         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
19198         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
19199         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
19200         Adjust.
19201         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
19202         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
19203         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
19204         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
19206 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19208         * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
19209         "delayed_compare", "var_delayed_compare".
19210         (var_shift): New attribute.
19211         (cell_micro): Adjust.
19212         (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
19213         *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
19214         rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
19215         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
19216         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
19217         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
19218         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
19219         *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
19220         *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
19221         *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
19222         *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
19223         rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
19224         *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
19225         *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
19226         *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
19227         *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
19228         *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
19229         *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
19230         *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
19231         *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
19232         *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
19233         *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
19234         *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
19235         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
19236         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
19238         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
19239         * config/rs6000/440.md (ppc440-integer): Adjust.
19240         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
19241         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
19242         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
19243         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
19244         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
19245         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
19246         * config/rs6000/8540.md (ppc8540_su): Adjust.
19247         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
19248         cell-cmp-microcoded): Adjust.
19249         * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
19250         * config/rs6000/e500mc.md (e500mc_su): Adjust.
19251         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
19252         e500mc64_delayed): Adjust.
19253         * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
19254         * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
19255         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
19256         * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
19257         * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
19258         * config/rs6000/power6.md (power6-shift, power6-var-rotate,
19259         power6-delayed-compare, power6-var-delayed-compare): Adjust.
19260         * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
19261         * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
19262         Adjust comment.
19263         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
19264         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
19266 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19268         * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv".  Add "div".
19269         (bits): New mode_attr.
19270         (idiv_ldiv): Delete mode_attr.
19271         (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
19272         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
19273         rs6000_adjust_priority, is_nonpipeline_insn,
19274         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
19276         * config/rs6000/40x.md (ppc403-idiv): Adjust.
19277         * config/rs6000/440.md (ppc440-idiv): Adjust.
19278         * config/rs6000/476.md (ppc476-idiv): Adjust.
19279         * config/rs6000/601.md (ppc601-idiv): Adjust.
19280         * config/rs6000/603.md (ppc603-idiv): Adjust.
19281         * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
19282         ppc620-ldiv): Adjust.
19283         * config/rs6000/7450.md (ppc7450-idiv): Adjust.
19284         * config/rs6000/7xx.md (ppc750-idiv): Adjust.
19285         * config/rs6000/8540.md (ppc8540_divide): Adjust.
19286         * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
19287         * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
19288         * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
19289         * config/rs6000/e500mc.md (e500mc_divide): Adjust.
19290         * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
19291         * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
19292         * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
19293         * config/rs6000/mpc.md (mpccore-idiv): Adjust.
19294         * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
19295         * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
19296         * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
19297         * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
19298         * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
19299         * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
19300         * config/rs6000/titan.md (titan_fxu_div): Adjust.
19302 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19304         * config/rs6000/rs6000.md (type): Delete "insert_word",
19305         "insert_dword".  Add "insert".
19306         (size): Update comment.
19307         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
19308         insn_must_be_first_in_group): Adjust.
19309         (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
19310         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
19311         *insvsi_internal6, insvdi_internal): Adjust.
19313         * config/rs6000/40x.md (ppc403-integer): Adjust.
19314         * config/rs6000/440.md (ppc440-integer): Adjust.
19315         * config/rs6000/476.md (ppc476-simple-integer): Adjust.
19316         * config/rs6000/601.md (ppc601-integer): Adjust.
19317         * config/rs6000/603.md (ppc603-integer): Adjust.
19318         * config/rs6000/6xx.md (ppc604-integer): Adjust.
19319         * config/rs6000/7450.md (ppc7450-integer): Adjust.
19320         * config/rs6000/7xx.md (ppc750-integer): Adjust.
19321         * config/rs6000/8540.md (ppc8540_su): Adjust.
19322         * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
19323         * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
19324         * config/rs6000/e500mc.md (e500mc_su): Adjust.
19325         * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
19326         * config/rs6000/e5500.md (e5500_sfx): Adjust.
19327         * config/rs6000/e6500.md (e6500_sfx): Adjust.
19328         * config/rs6000/mpc.md (mpccore-integer): Adjust.
19329         * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
19330         * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
19331         * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
19332         * config/rs6000/power7.md (power7-integer): Adjust.
19333         * config/rs6000/power8.md (power8-1cyc): Adjust.
19334         * config/rs6000/rs64.md (rs64a-integer): Adjust.
19335         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
19337 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19339         * config/rs6000/rs6000.md (type): Add "mul".  Delete "imul",
19340         "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
19341         (size): New attribute.
19342         (dot): New attribute.
19343         (cell_micro): Adjust.
19344         (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
19345         umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
19346         *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
19347         umuldi3_highpart): Adjust.
19348         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
19349         rs6000_adjust_priority, is_nonpipeline_insn,
19350         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
19352         * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
19353         ppc405-imul3): Adjust.
19354         * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
19355         * config/rs6000/476.md (ppc476-imul): Adjust.
19356         * config/rs6000/601.md (ppc601-imul): Adjust.
19357         * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
19358         * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
19359         ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
19360         * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
19361         * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
19362         Adjust.
19363         * config/rs6000/8540.md (ppc8540_multiply): Adjust.
19364         * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
19365         * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
19366         cell-imul): Adjust.
19367         * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
19368         * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
19369         * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
19370         * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
19371         * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
19372         * config/rs6000/mpc.md (mpccore-imul): Adjust.
19373         * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
19374         power4-lmul, power4-imul, power4-imul3): Adjust.
19375         * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
19376         power5-lmul, power5-imul, power5-imul3): Adjust.
19377         * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
19378         power6-lmul, power6-imul, power6-imul3): Adjust.
19379         * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
19380         * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
19382         * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
19383         rs64a-lmul): Adjust.
19384         * config/rs6000/titan.md (titan_imul): Adjust.
19386 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19388         * config/rs6000/rs6000.md (type): Add new value "halfmul".
19389         (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
19390         *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
19391         *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
19392         *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
19393         *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
19394         * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
19395         * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
19396         * config/rs6000/476.md (ppc476-imul): Add type halfmul.
19397         * config/rs6000/titan.md: Delete nonsensical comment.
19398         (titan_imul): Add type imul3.
19399         (titan_mulhw): Remove type imul3; add type halfmul.
19401 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
19403         * config/rs6000/rs6000.md (type): Reorder, reformat.
19405 2014-05-23  Martin Jambor  <mjambor@suse.cz>
19407         PR tree-optimization/53787
19408         * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
19409         * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
19410         analysis_done, update all uses.
19411         * ipa-prop.c: Include domwalk.h
19412         (param_analysis_info): Removed.
19413         (param_aa_status): New type.
19414         (ipa_bb_info): Likewise.
19415         (func_body_info): Likewise.
19416         (ipa_get_bb_info): New function.
19417         (aa_overwalked): Likewise.
19418         (find_dominating_aa_status): Likewise.
19419         (parm_bb_aa_status_for_bb): Likewise.
19420         (parm_preserved_before_stmt_p): Changed to use new param AA info.
19421         (load_from_unmodified_param): Accept func_body_info as a parameter
19422         instead of parms_ainfo.
19423         (parm_ref_data_preserved_p): Changed to use new param AA info.
19424         (parm_ref_data_pass_through_p): Likewise.
19425         (ipa_load_from_parm_agg_1): Likewise.  Update callers.
19426         (compute_complex_assign_jump_func): Changed to use new param AA info.
19427         (compute_complex_ancestor_jump_func): Likewise.
19428         (ipa_compute_jump_functions_for_edge): Likewise.
19429         (ipa_compute_jump_functions): Removed.
19430         (ipa_compute_jump_functions_for_bb): New function.
19431         (ipa_analyze_indirect_call_uses): Likewise, moved variable
19432         declarations down.
19433         (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
19434         and info, moved variable declarations down.
19435         (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
19436         node and info.
19437         (ipa_analyze_stmt_uses): Likewise.
19438         (ipa_analyze_params_uses): Removed.
19439         (ipa_analyze_params_uses_in_bb): New function.
19440         (ipa_analyze_controlled_uses): Likewise.
19441         (free_ipa_bb_info): Likewise.
19442         (analysis_dom_walker): New class.
19443         (ipa_analyze_node): Handle node-specific forbidden analysis,
19444         initialize and free func_body_info, use dominator walker.
19445         (ipcp_modif_dom_walker): New class.
19446         (ipcp_transform_function): Create and free func_body_info, use
19447         ipcp_modif_dom_walker, moved a lot of functionality there.
19449 2014-05-23  Marek Polacek  <polacek@redhat.com>
19450             Jakub Jelinek  <jakub@redhat.com>
19452         * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
19453         * gcc.c (sanitize_spec_function): Likewise.
19454         * convert.c (convert_to_integer): Include "ubsan.h".  Add
19455         floating-point to integer instrumentation.
19456         * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
19457         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
19458         SANITIZE_NONDEFAULT.
19459         * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
19460         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
19461         BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
19462         * ubsan.c: Include "realmpfr.h" and "dfp.h".
19463         (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
19464         (ubsan_type_descriptor): Set tkind to 0xffff for types other than
19465         float/double/long double.
19466         (ubsan_instrument_float_cast): New function.
19467         * ubsan.h (ubsan_instrument_float_cast): Declare.
19469 2014-05-23 Jiong Wang  <jiong.wang@arm.com>
19471         * config/aarch64/predicates.md (aarch64_call_insn_operand): New
19472         predicate.
19473         * config/aarch64/constraints.md ("Ucs", "Usf"):  New constraints.
19474         * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
19475         Adjust for tailcalling through registers.
19476         * config/aarch64/aarch64.h (enum reg_class): New caller save
19477         register class.
19478         (REG_CLASS_NAMES): Likewise.
19479         (REG_CLASS_CONTENTS): Likewise.
19480         * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
19481         Allow tailcalling without decls.
19483 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
19485         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
19486         Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
19488         * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
19489         gsi, and variables v_* to v*.
19491 2014-05-23  Eric Botcazou  <ebotcazou@adacore.com>
19493         * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
19495 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
19497         * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
19498         * omp-low.c: Update accordingly.
19500         * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
19501         for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
19502         GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
19503         GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
19504         GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
19505         GF_OMP_TARGET_KIND_UPDATE.
19507         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
19508         Explicitly enumerate the expected region types.
19510 2014-05-23  Paul Eggert  <eggert@cs.ucla.edu>
19512         PR other/56955
19513         * doc/extend.texi (Function Attributes): Fix  __attribute__ ((malloc))
19514         documentation; the old documentation didn't clearly state the
19515         constraints on the contents of the pointed-to storage.
19517 2014-05-23  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19519         Fix bootstrap error on ia64
19520         * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
19521         Return default value.
19523 2014-05-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19525         PR tree-optimization/54733
19526         * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
19527         (CMPNOP): Define.
19528         (find_bswap_or_nop_load): New.
19529         (find_bswap_1): Renamed to ...
19530         (find_bswap_or_nop_1): This. Also add support for memory source.
19531         (find_bswap): Renamed to ...
19532         (find_bswap_or_nop): This. Also add support for memory source and
19533         detection of bitwise operations equivalent to load in target
19534         endianness.
19535         (execute_optimize_bswap): Likewise. Also move its leading comment back
19536         in place and split statement transformation into ...
19537         (bswap_replace): This.
19539 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
19541         PR rtl-optimization/61215
19542         * lra-elelimination.c (lra_eliminate_regs_1): Don't use
19543         simplify_gen_subreg until final substitution.
19545 2014-05-23  Alan Modra  <amodra@gmail.com>
19547         PR target/61231
19548         * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
19549         * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
19550         Use "Y" constraint rather than "m".
19552 2014-05-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
19554         * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
19555         define.
19556         * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
19557         New function declaration.
19558         * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
19559         AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
19560         AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
19561         (aarch64_init_builtins) : Initialize builtins
19562         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
19563         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
19564         (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
19565         __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
19566         and __builtins_aarch64_set_fpsr.
19567         (aarch64_atomic_assign_expand_fenv): New function.
19568         * config/aarch64/aarch64.md (set_fpcr): New pattern.
19569         (get_fpcr) : Likewise.
19570         (set_fpsr) : Likewise.
19571         (get_fpsr) : Likewise.
19572         (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
19573          and UNSPECV_SET_FPSR.
19574         * doc/extend.texi (AARCH64 Built-in Functions) : Document
19575         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
19576         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
19578 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
19580         PR rtl-optimization/60969
19581         * ira-costs.c (record_reg_classes): Process NO_REGS for matching
19582         constraints.  Set up mem cost for NO_REGS case.
19584 2014-05-22  Thomas Schwinge  <thomas@codesourcery.com>
19586         * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
19588 2012-05-22  Bernd Schmidt  <bernds@codesourcery.com>
19590         * config/darwin.c: Include "lto-section-names.h".
19591         (LTO_SEGMENT_NAME): Don't define.
19592         * config/i386/winnt.c: Include "lto-section-names.h".
19593         * lto-streamer.c: Include "lto-section-names.h".
19594         * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
19595         * lto-wrapper.c: Include "lto-section-names.h".
19596         (LTO_SECTION_NAME_PREFIX): Don't define.
19597         * lto-section-names.h: New file.
19598         * cgraphunit.c: Include "lto-section-names.h".
19600 2014-05-22  Peter Bergner  <bergner@vnet.ibm.com>
19602         * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
19604 2014-05-22  Richard Earnshaw  <rearnsha@arm.com>
19606         PR target/61208
19607         * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
19609 2014-05-22  Nick Clifton  <nickc@redhat.com>
19611         * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
19613 2014-05-22  Eric Botcazou  <ebotcazou@adacore.com>
19615         * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
19616         -> (T)A transformation to integer types.
19618 2014-05-22  Teresa Johnson  <tejohnson@google.com>
19620         * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
19621         (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
19622         (gcov_rewrite): Use gcov_nonruntime_assert.
19623         (gcov_open): Ditto.
19624         (gcov_write_words): Ditto.
19625         (gcov_write_length): Ditto.
19626         (gcov_read_words): Use gcov_nonruntime_assert, and remove
19627         gcc_assert from IN_LIBGCOV code.
19628         (gcov_read_summary): Use gcov_error to flag profile corruption.
19629         (gcov_sync): Use gcov_nonruntime_assert.
19630         (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
19631         (gcov_histo_index): Use gcov_nonruntime_assert.
19632         (static void gcov_histogram_merge): Ditto.
19633         (compute_working_sets): Ditto.
19634         * gcov-io.h (gcov_nonruntime_assert): Define.
19635         (gcov_error): Define for !IN_LIBGCOV
19637 2014-05-22  Richard Biener  <rguenther@suse.de>
19639         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
19640         BUILT_IN_REALLOC like BUILT_IN_STRDUP.
19641         (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
19642         and deallocation site.
19643         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
19644         Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
19645         passing through the incoming points-to set.
19646         (handle_lhs_call): Use flags argument instead of recomputing it.
19647         (find_func_aliases_for_call): Call handle_lhs_call with proper
19648         call return flags.
19650 2014-05-22  Jakub Jelinek  <jakub@redhat.com>
19652         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
19653         all padding bits in REAL_VALUE_TYPE are cleared.
19655 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19657         Cleanup and improve multipass_dfa_lookahead_guard
19658         * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
19659         (core2i7_first_cycle_multipass_begin,)
19660         (core2i7_first_cycle_multipass_issue,)
19661         (core2i7_first_cycle_multipass_backtrack): Update signature.
19662         * config/ia64/ia64.c
19663         (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
19664         (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
19665         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
19666         hook definition.
19667         (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
19668         ia64_first_cycle_multipass_dfa_lookahead_guard_spec.  Update return
19669         values.
19670         * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
19671         return values.
19672         * doc/tm.texi: Regenerate.
19673         * doc/tm.texi.in
19674         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
19675         * haifa-sched.c (ready_try): Make signed to allow negative values.
19676         (rebug_ready_list_1): Update.
19677         (choose_ready): Simplify.
19678         (sched_extend_ready_list): Update.
19680 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19682         Remove IA64 speculation tweaking flags
19683         * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
19684         speculation tuning flags.
19685         (msched-prefer-non-data-spec-insns,)
19686         (msched-prefer-non-control-spec-insns): Obsolete options.
19687         * haifa-sched.c (choose_ready): Remove handling of
19688         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
19689         * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
19690         and PREFER_NON_DATA_SPEC.
19691         * sel-sched.c (process_spec_exprs): Remove handling of
19692         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
19694 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19696         Improve scheduling debug output
19697         * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
19698         (advance_one_cycle): Update.
19699         (schedule_insn, queue_to_ready): Add debug printouts.
19700         (debug_ready_list_1): New static function.
19701         (debug_ready_list): Update.
19702         (max_issue): Add debug printouts.
19703         (dump_insn_stream): New static function.
19704         (schedule_block): Use it.  Also better indent printouts.
19706 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19708         Fix sched_insn debug counter
19709         * haifa-sched.c (schedule_insn): Update.
19710         (struct haifa_saved_data): Add nonscheduled_insns_begin.
19711         (save_backtrack_point, restore_backtrack_point): Update.
19712         (first_nonscheduled_insn): New static function.
19713         (queue_to_ready, choose_ready): Use it.
19714         (schedule_block): Init nonscheduled_insns_begin.
19715         (sched_emit_insn): Update.
19718 2014-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
19720         * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
19721         to GENERAL_REGS.
19722         (aarch64_secondary_reload) : LikeWise.
19723         (aarch64_class_max_nregs) : Remove CORE_REGS.
19724         * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
19725         (REG_CLASS_NAMES) : Likewise.
19726         (REG_CLASS_CONTENTS) : LikeWise.
19727         (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
19729 2014-05-21  Guozhi Wei  <carrot@google.com>
19731         PR target/61202
19732         * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
19733         constraint.
19734         (vqdmulhq_n_s16): Likewise.
19736 2014-05-21  Segher Boessenkool  <segher@kernel.crashing.org>
19738         * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
19740 2014-05-21  Marek Polacek  <polacek@redhat.com>
19742         PR sanitizer/61272
19743         * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
19745 2014-05-21  Martin Jambor  <mjambor@suse.cz>
19747         * doc/invoke.texi (Optimize Options): Document parameters
19748         ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
19749         ipa-cp-array-index-hint-bonus.
19751 2014-05-21  Mark Wielaard  <mjw@redhat.com>
19753         PR debug/16063
19754         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
19755         version >= 3 or not strict DWARF.
19756         * langhooks.h (struct lang_hooks_for_types): Add
19757         enum_underlying_base_type.
19758         * langhooks.c (lhd_enum_underlying_base_type): New function.
19759         * gcc/langhooks.h (struct lang_hooks_for_types): Add
19760         enum_underlying_base_type.
19761         * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
19762         (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
19763         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
19765 2014-05-21  Richard Biener  <rguenther@suse.de>
19767         * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
19769 2014-05-21  John Marino  <gnugcc@marino.st>
19771         * config.gcc (*-*-dragonfly*): New target.
19772         * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
19773         * configure: Regenerate.
19774         * config/dragonfly-stdint.h: New.
19775         * config/dragonfly.h: New.
19776         * config/dragonfly.opt: New.
19777         * config/i386/dragonfly.h: New.
19778         * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
19780 2014-05-21  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
19782         * tree.def (VOID_CST): New.
19783         * tree-core.h (TI_VOID): New.
19784         * tree.h (void_node): New.
19785         * tree.c (tree_node_structure_for_code, tree_code_size)
19786         (iterative_hash_expr): Handle VOID_CST.
19787         (build_common_tree_nodes): Initialize void_node.
19789 2014-05-21  Bernd Schmidt  <bernds@codesourcery.com>
19791         * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
19792         functions.
19793         (reload, calculate_needs_all_insns, reload_as_needed): Use them.
19795         * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
19796         more places.
19798         * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
19799         flag_reorder_blocks_and_partition.
19800         * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
19802 2014-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
19804         PR target/54236
19805         * config/sh/sh.md (*addc_r_1): Rename to addc_t_r.  Remove empty
19806         constraints.
19807         (*addc_r_t): Add new insn_and_split.
19809 2014-05-21  Jakub Jelinek  <jakub@redhat.com>
19811         PR middle-end/61252
19812         * omp-low.c (handle_simd_reference): New function.
19813         (lower_rec_input_clauses): Use it.  Defer adding reference
19814         initialization even for reduction without placeholder if in simd,
19815         handle it properly later on.
19817 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
19819         PR tree-optimization/60899
19820         * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
19821         assume all static symbols will have definition wile parsing and
19822         check the do have definition later in compilation; check that
19823         variable referring symbol will be output before concluding that
19824         reference is safe; be conservative for referring local statics;
19825         be more precise about when comdat is output in other partition.
19827 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
19829         PR bootstrap/60984
19830         * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
19831         parameter.
19832         * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
19833         (ipa_inline): Loop inline_to_all_callers until no more aliases
19834         are removed.
19836 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
19838         * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
19839         set writeonly flag only for vars actually written to.
19841 2014-05-20  Dehao Chen  <dehao@google.com>
19843         * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
19844         and callee count to get clone count.
19845         * tree-inline.c (expand_call_inline): Use callee count instead of bb
19846         count in copy_body.
19848 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
19850         PR rtl-optimization/61243
19851         * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
19853 2014-05-20  Xinliang David Li  <davidxl@google.com>
19855         * cgraphunit.c (walk_polymorphic_call_targets): Add
19856         dbgcnt and fopt-info support.
19857         * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
19858         * ipa-devirt.c (ipa_devirt): Ditto.
19859         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
19860         * ipa.c (walk_polymorphic_call_targets): Ditto.
19861         * gimple-fold.c (fold_gimple_assign): Ditto.
19862         (gimple_fold_call): Ditto.
19863         * dbgcnt.def: New counter.
19865 2014-05-20  DJ Delorie  <dj@redhat.com>
19867         * config/msp430/msp430.md (split): Don't allow subregs when
19868         splitting SImode adds.
19869         (andneghi): Fix subtraction logic.
19870         * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
19872 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
19874         * tree.h (DECL_ONE_ONLY): Return true only for externally visible
19875         symbols.
19876         * except.c (switch_to_exception_section, resolve_unique_section,
19877         get_named_text_section, default_function_rodata_section,
19878         align_variable, get_block_for_decl, default_section_type_flags):
19879         Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
19880         * symtab.c (symtab_add_to_same_comdat_group,
19881         symtab_make_decl_local, fixup_same_cpp_alias_visibility,
19882         symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
19883         Likewise.
19884         * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
19885         * bb-reorder.c (pass_partition_blocks::gate): Likewise.
19886         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
19887         (c6x_function_in_section_p): Likewise.
19888         * config/darwin.c (machopic_select_section): Likewise.
19889         * config/arm/arm.c (arm_function_in_section_p): Likewise.
19890         * config/mips/mips.c (mips_function_rodata_section): Likewise.
19891         * config/mep/mep.c (mep_select_section): LIkewise.
19892         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
19894 2014-05-20  Eric Botcazou  <ebotcazou@adacore.com>
19896         * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
19897         EH region of calls to pure functions that can throw an exception.
19898         * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
19899         (copy_reference_ops_from_call): Also copy the EH region of the call if
19900         it can throw an exception.
19902 2014-05-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19904         * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
19905         nested VEC_SELECTs that are inverses of each other.
19907 2014-05-20  Richard Biener  <rguenther@suse.de>
19909         * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
19910         (extract_and_process_scc_for_name): not here.
19911         (cond_dom_walker::before_dom_children): Only process
19912         stmts that end the BB in interesting ways.
19913         (run_scc_vn): Mark param uses as visited.
19915 2014-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19917         * config/arm/arm.md (arith_shiftsi): Do not predicate for
19918         arm_restrict_it.
19920 2014-05-20  Nick Clifton  <nickc@redhat.com>
19922         * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
19923         (msp430_gimplify_va_arg_expr): New function.
19924         (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
19926         * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
19927         operand 0 in order to prevent confusion about the number of
19928         registers involved.
19930 2014-05-20  Richard Biener  <rguenther@suse.de>
19932         PR tree-optimization/61221
19933         * tree-ssa-pre.c (el_to_update): Remove.
19934         (eliminate_dom_walker::before_dom_children): Handle released
19935         VDEFs by value-numbering them to the associated VUSE.  Update
19936         stmt immediately for substituted call address.
19937         (eliminate): Remove delayed stmt updating code.
19938         * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
19939         possibly late re-numbered vuses.
19940         (vn_reference_lookup_2): Adjust.
19941         (vn_reference_lookup_pieces): Likewise.
19942         (vn_reference_lookup): Likewise.
19944 2014-05-20  Richard Biener  <rguenther@suse.de>
19946         * config.gcc: Remove need_64bit_hwint.
19947         * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
19948         * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
19949         it to be true.
19950         * config.in: Regenerate.
19951         * configure: Likewise.
19953 2014-05-19  David Wohlferd <dw@LimeGreenSocks.com>
19955         * doc/extend.texi: Create Label Attributes section,
19956         move all label attributes into it and reference it.
19958 2014-05-19  Richard Earnshaw  <rearnsha@arm.com>
19960         * arm.c (thumb1_reorg): When scanning backwards skip anything
19961         that's not a proper insn.
19963 2014-05-19  Richard Biener  <rguenther@suse.de>
19965         PR tree-optimization/61221
19966         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
19967         Do nothing for unreachable blocks.
19968         * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
19969         Improve unreachability detection.
19971 2014-05-19  Richard Biener  <rguenther@suse.de>
19973         PR tree-optimization/61209
19974         * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
19976 2014-05-19  Nick Clifton  <nickc@redhat.com>
19978         * except.c (init_eh): Fix computation of builtin setjmp buffer
19979         size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
19981 2014-05-19  Richard Biener  <rguenther@suse.de>
19983         PR tree-optimization/61184
19984         * tree-vrp.c (is_negative_overflow_infinity): Use
19985         TREE_OVERFLOW_P and do that check first.
19986         (is_positive_overflow_infinity): Likewise.
19987         (is_overflow_infinity): Likewise.
19988         (vrp_operand_equal_p): Properly treat operands with
19989         differing overflow as not equal.
19991 2014-05-19  Bernd Schmidt  <bernds@codesourcery.com>
19993         * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
19994         shift simplification where it was intended.
19996 2014-05-19  Christian Bruel  <christian.bruel@st.com>
19998         PR target/61195
19999         * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
20001 2014-05-19  Richard Sandiford  <r.sandiford@uk.ibm.com>
20003         PR target/61084
20004         * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
20005         than wide_int.
20007 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
20009         * reg-notes.def (CROSSING_JUMP): Likewise.
20010         * rtl.h (rtx_def): Update comment for jump flag.
20011         (CROSSING_JUMP_P): Define.
20012         * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
20013         of a REG_CROSSING_JUMP note.
20014         * cfghooks.c (tidy_fallthru_edges): Likewise.
20015         * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
20016         * emit-rtl.c (try_split): Likewise.
20017         * haifa-sched.c (sched_create_recovery_edges): Likewise.
20018         * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
20019         * jump.c (redirect_jump_2): Likewise.
20020         * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
20021         (relax_delay_slots): Likewise.
20022         * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
20023         (bbit_di): Likewise.
20024         * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
20025         * config/sh/sh.md (jump_compact): Likewise.
20026         * bb-reorder.c (rotate_loop): Likewise.
20027         (pass_duplicate_computed_gotos::execute): Likewise.
20028         (add_reg_crossing_jump_notes): Rename to...
20029         (update_crossing_jump_flags): ...this.
20030         (pass_partition_blocks::execute): Update accordingly.
20032 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
20034         * tree.h: Remove extraneous template <>.
20036 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
20038         * ipa.c (symtab_remove_unreachable_nodes): Remove
20039         symbol from comdat group if its body was eliminated.
20040         (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
20041         * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
20042         (symtab_unregister_node): ... this one.
20043         (verify_symtab_base): More strict checking of comdats.
20044         * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
20046 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
20048         * tree-pass.h (make_pass_ipa_comdats): New pass.
20049         * timevar.def (TV_IPA_COMDATS): New timevar.
20050         * passes.def (pass_ipa_comdats): Add.
20051         * Makefile.in (OBJS): Add ipa-comdats.o
20052         * ipa-comdats.c: New file.
20054 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
20056         * ipa.c (update_visibility_by_resolution_info): New function.
20057         (function_and_variable_visibility): Use it.
20059 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
20061         * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
20062         New functions.
20063         (FOR_EACH_DEFINED_SYMBOL): New macro.
20064         (varpool_first_static_initializer, varpool_next_static_initializer,
20065         varpool_first_defined_variable, varpool_next_defined_variable):
20066         Fix comments.
20067         (symtab_in_same_comdat_p): Correctly deal with inline functions.
20069 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
20071         * ggc-page.c (ggc_handle_finalizers): Add comment.
20073 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
20075         * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
20076         * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
20077         (ggc_internal_cleared_alloc): Likewise.
20078         * ggc-page.c (finalizer): New class.
20079         (vec_finalizer): Likewise.
20080         (globals::finalizers): New member.
20081         (globals::vec_finalizers): Likewise.
20082         (ggc_internal_alloc): Record the finalizer if any for the block being
20083         allocated.
20084         (ggc_handle_finalizers): New function.
20085         (ggc_collect): Call ggc_handle_finalizers.
20086         * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
20087         finalizer.
20088         (ggc_internal_cleared_alloc): Likewise.
20089         (finalize): New function.
20090         (need_finalization_p): Likewise.
20091         (ggc_alloc): Install the type's destructor as the finalizer if it
20092         might do something.
20093         (ggc_cleared_alloc): Likewise.
20094         (ggc_vec_alloc): Likewise.
20095         (ggc_cleared_vec_alloc): Likewise.
20097 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
20099         * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
20101 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
20103         * alias.c (record_alias_subset): Adjust.
20104         * bitmap.c (bitmap_element_allocate): Likewise.
20105         (bitmap_gc_alloc_stat): Likewise.
20106         * cfg.c (init_flow): Likewise.
20107         (alloc_block): Likewise.
20108         (unchecked_make_edge): Likewise.
20109         * cfgloop.c (alloc_loop): Likewise.
20110         (flow_loops_find): Likewise.
20111         (rescan_loop_exit): Likewise.
20112         * cfgrtl.c (init_rtl_bb_info): Likewise.
20113         * cgraph.c (insert_new_cgraph_node_version): Likewise.
20114         (cgraph_allocate_node): Likewise.
20115         (cgraph_create_edge_1): Likewise.
20116         (cgraph_allocate_init_indirect_info): Likewise.
20117         * cgraphclones.c (cgraph_clone_edge): Likewise.
20118         * cgraphunit.c (add_asm_node): Likewise.
20119         (init_lowered_empty_function): Likewise.
20120         * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
20121         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
20122         (alpha_use_linkage): Likewise.
20123         * config/arc/arc.c (arc_init_machine_status): Likewise.
20124         * config/arm/arm.c (arm_init_machine_status): Likewise.
20125         * config/avr/avr.c (avr_init_machine_status): Likewise.
20126         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
20127         * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
20128         * config/cris/cris.c (cris_init_machine_status): Likewise.
20129         * config/darwin.c (machopic_indirection_name): Likewise.
20130         (darwin_build_constant_cfstring): Likewise.
20131         (darwin_enter_string_into_cfstring_table): Likewise.
20132         * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
20133         * config/frv/frv.c (frv_init_machine_status): Likewise.
20134         * config/i386/i386.c (get_dllimport_decl): Likewise.
20135         (ix86_init_machine_status): Likewise.
20136         (assign_386_stack_local): Likewise.
20137         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
20138         (i386_pe_maybe_record_exported_symbol): Likewise.
20139         (i386_pe_record_stub): Likewise.
20140         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
20141         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
20142         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
20143         (m32c_note_pragma_address): Likewise.
20144         * config/mep/mep.c (mep_init_machine_status): Likewise.
20145         (mep_note_pragma_flag): Likewise.
20146         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
20147         (mips16_local_alias): Likewise.
20148         (mips_init_machine_status): Likewise.
20149         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
20150         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
20151         * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
20152         * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
20153         * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
20154         * config/pa/pa.c (pa_init_machine_status): Likewise.
20155         (pa_get_deferred_plabel): Likewise.
20156         * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
20157         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
20158         (rs6000_init_machine_status): Likewise.
20159         (output_toc): Likewise.
20160         * config/s390/s390.c (s390_init_machine_status): Likewise.
20161         * config/score/score.c (score_output_external): Likewise.
20162         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
20163         * config/spu/spu.c (spu_init_machine_status): Likewise.
20164         * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
20165         * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
20166         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
20167         * coverage.c (coverage_end_function): Likewise.
20168         * dbxout.c (dbxout_init): Likewise.
20169         * doc/gty.texi: Don't mention variable_size attribute.
20170         * dwarf2cfi.c (new_cfi): Adjust.
20171         (new_cfi_row): Likewise.
20172         (copy_cfi_row): Likewise.
20173         (create_cie_data): Likewise.
20174         * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
20175         (new_loc_descr): Likewise.
20176         (find_AT_string_in_table): Likewise.
20177         (add_addr_table_entry): Likewise.
20178         (new_die): Likewise.
20179         (add_var_loc_to_decl): Likewise.
20180         (clone_die): Likewise.
20181         (clone_as_declaration): Likewise.
20182         (break_out_comdat_types): Likewise.
20183         (new_loc_list): Likewise.
20184         (add_loc_descr_to_each): Likewise.
20185         (add_location_or_const_value_attribute): Likewise.
20186         (add_linkage_name): Likewise.
20187         (lookup_filename): Likewise.
20188         (dwarf2out_var_location): Likewise.
20189         (new_line_info_table): Likewise.
20190         (dwarf2out_init): Likewise.
20191         (mem_loc_descriptor): Likewise.
20192         (loc_descriptor): Likewise.
20193         (add_const_value_attribute): Likewise.
20194         (tree_add_const_value_attribute): Likewise.
20195         (comp_dir_string): Likewise.
20196         (dwarf2out_vms_debug_main_pointer): Likewise.
20197         (string_cst_pool_decl): Likewise.
20198         * emit-rtl.c (set_mem_attrs): Likewise.
20199         (get_reg_attrs): Likewise.
20200         (start_sequence): Likewise.
20201         (init_emit): Likewise.
20202         (init_emit_regs): Likewise.
20203         * except.c (init_eh_for_function): Likewise.
20204         (gen_eh_region): Likewise.
20205         (gen_eh_region_catch): Likewise.
20206         (gen_eh_landing_pad): Likewise.
20207         (add_call_site): Likewise.
20208         * function.c (add_frame_space): Likewise.
20209         (insert_temp_slot_address): Likewise.
20210         (assign_stack_temp_for_type): Likewise.
20211         (get_hard_reg_initial_val): Likewise.
20212         (allocate_struct_function): Likewise.
20213         (prepare_function_start): Likewise.
20214         (types_used_by_var_decl_insert): Likewise.
20215         * gengtype.c (variable_size_p): Remove function.
20216         (enum alloc_quantity): Remove enum.
20217         (write_typed_alloc_def): Remove function.
20218         (write_typed_struct_alloc_def): Likewise.
20219         (write_typed_typedef_alloc_def): Likewise.
20220         (write_typed_alloc_defns): Likewise.
20221         (main): Adjust.
20222         * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
20223         (ggc_cleared_alloc_ptr_array_two_args): Likewise.
20224         * ggc.h (ggc_alloc): new function.
20225         (ggc_cleared_alloc): Likewise.
20226         (ggc_vec_alloc): Template on type of vector element, and remove
20227         element size argument.
20228         (ggc_cleared_vec_alloc): Likewise.
20229         * gimple.c (gimple_build_omp_for): Adjust.
20230         (gimple_copy): Likewise.
20231         * ipa-cp.c (get_replacement_map): Likewise.
20232         (find_aggregate_values_for_callers_subset): Likewise.
20233         (known_aggs_to_agg_replacement_list): Likewise.
20234         * ipa-devirt.c (get_odr_type): Likewise.
20235         * ipa-prop.c (ipa_node_duplication_hook): Likewise.
20236         (read_agg_replacement_chain): Likewise.
20237         * loop-iv.c (get_simple_loop_desc): Likewise.
20238         * lto-cgraph.c (input_node_opt_summary): Likewise.
20239         * lto-section-in.c (lto_new_in_decl_state): Likewise.
20240         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
20241         (input_eh_region): Likewise.
20242         (input_eh_lp): Likewise.
20243         (input_cfg): Likewise.
20244         * optabs.c (set_optab_libfunc): Likewise.
20245         (init_tree_optimization_optabs): Likewise.
20246         (set_conv_libfunc): Likewise.
20247         * passes.c (do_per_function_toporder): Likewise.
20248         * rtl.h: Don't use variable_size gty attribute.
20249         * sese.c (if_region_set_false_region): Adjust.
20250         * stringpool.c (gt_pch_save_stringpool): Likewise.
20251         * target-globals.c (save_target_globals): Likewise.
20252         * toplev.c (general_init): Likewise.
20253         * trans-mem.c (record_tm_replacement): Likewise.
20254         (split_bb_make_tm_edge): Likewise.
20255         * tree-cfg.c (move_sese_region_to_fn): Likewise.
20256         * tree-data-ref.h (lambda_vector_new): Likewise.
20257         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
20258         * tree-iterator.c (tsi_link_before): Likewise.
20259         (tsi_link_after): Likewise.
20260         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
20261         * tree-ssa-loop-niter.c (record_estimate): Likewise.
20262         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
20263         * tree-ssa-operands.h: Don't use variable_size gty attribute.
20264         * tree-ssa.c (init_tree_ssa): Adjust.
20265         * tree-ssanames.c (set_range_info): Likewise.
20266         (get_ptr_info): Likewise.
20267         (duplicate_ssa_name_ptr_info): Likewise.
20268         (duplicate_ssa_name_range_info): Likewise.
20269         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
20270         (unpack_ts_fixed_cst_value_fields): Likewise.
20271         * tree.c (build_fixed): Likewise.
20272         (build_real): Likewise.
20273         (build_string): Likewise.
20274         (decl_priority_info): Likewise.
20275         (decl_debug_expr_insert): Likewise.
20276         (decl_value_expr_insert): Likewise.
20277         (decl_debug_args_insert): Likewise.
20278         (type_hash_add): Likewise.
20279         (build_omp_clause): Likewise.
20280         * ubsan.c (decl_for_type_insert): Likewise.
20281         * varasm.c (get_unnamed_section): Likewise.
20282         (get_noswitch_section): Likewise.
20283         (get_section): Likewise.
20284         (get_block_for_section): Likewise.
20285         (create_block_symbol): Likewise.
20286         (build_constant_desc): Likewise.
20287         (create_constant_pool): Likewise.
20288         (force_const_mem): Likewise.
20289         (record_tm_clone_pair): Likewise.
20290         * varpool.c (varpool_create_empty_node): Likewise.
20292 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
20294         * dwarf2out.c (tree_add_const_value_attribute): Call
20295         ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
20296         * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
20297         instead of ggc_internal_<x>alloc_stat.
20298         * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
20299         (ggc_realloc): Likewise.
20300         * ggc-none.c (ggc_internal_alloc): Likewise.
20301         (ggc_internal_cleared_alloc): Likewise.
20302         * ggc-page.c: Likewise.
20303         * ggc.h (ggc_internal_alloc_stat): Likewise.
20304         (ggc_internal_alloc): Remove macro.
20305         (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
20306         (ggc_internal_cleared_alloc): Remove macro.
20307         (GGC_RESIZEVEC): Adjust.
20308         (ggc_resizevar): Remove macro.
20309         (ggc_internal_vec_alloc_stat): Drop _stat suffix.
20310         (ggc_internal_cleared_vec_alloc_stat): Likewise.
20311         (ggc_internal_vec_cleared_alloc): Remove macro.
20312         (ggc_alloc_atomic_stat): Drop _stat suffix.
20313         (ggc_alloc_atomic): Remove macro.
20314         (ggc_alloc_cleared_atomic): Remove macro.
20315         (ggc_alloc_string_stat): Drop _stat suffix.
20316         (ggc_alloc_string): Remove macro.
20317         (ggc_alloc_rtx_def_stat): Adjust.
20318         (ggc_alloc_tree_node_stat): Likewise.
20319         (ggc_alloc_cleared_tree_node_stat): Likewise.
20320         (ggc_alloc_cleared_gimple_statement_stat): Likewise.
20321         (ggc_alloc_cleared_simd_clone_stat): Likewise.
20322         * gimple.c (gimple_build_omp_for): Likewise.
20323         (gimple_copy): Likewise.
20324         * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
20325         * toplev.c (realloc_for_line_map): Adjust.
20326         * tree-data-ref.h (lambda_vector_new): Likewise.
20327         * tree-phinodes.c (allocate_phi_node): Likewise.
20328         * tree.c (grow_tree_vec_stat): Likewise.
20329         * vec.h (va_gc::reserve): Adjust.
20331 2014-05-17  Ajit Agarwal  <ajitkum@xilinx.com>
20333         * config/microblaze/microblaze.c (break_handler): New Declaration.
20334         (microblaze_break_function_p,microblaze_is_break_handler): New.
20335         (compute_frame_size): Use microblaze_break_function_p.
20336         Add the test of break_handler.
20337         (microblaze_function_prologue) : Add the test of variable
20338         break_handler.  Check the fnname by BREAK_HANDLER_NAME.
20339         (microblaze_function_epilogue) : Add the test of break_handler.
20340         (microblaze_globalize_label) : Add the test of break_handler.
20341         Check the name by BREAK_HANDLER_NAME.
20343         * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
20345         * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
20346         microblaze_is_break_handler test.
20347         (call_internal1,call_value_intern): Use microblaze_break_function_p.
20348         Use SYMBOL_REF_DECL.
20350         * config/microblaze/microblaze-protos.h
20351         (microblaze_break_function_p,microblaze_is_break_handler):
20352         New Declaration.
20354         * doc/extend.texi (MicroBlaze break_handler Functions): Document
20355         new MicroBlaze break_handler functions.
20357 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
20359         * doc/extend.texi (Size of an asm): Move node text according
20360         to its @menu entry position.
20362 2014-05-17  Marc Glisse  <marc.glisse@inria.fr>
20364         PR tree-optimization/61140
20365         PR tree-optimization/61150
20366         PR tree-optimization/61197
20367         * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
20369 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
20371         * doc/invoke.texi (free): Mention Alpha.  Also enabled at -Os.
20373 2014-05-17  Richard Sandiford  <r.sandiford@uk.ibm.com>
20375         * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
20376         __SIZEOF_INT128__ is defined.
20378 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
20380         * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
20381         (rs6000_delegitimize_address): Use it.
20383 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
20385         * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
20386         inplace argument.  Store the new address in the original MEM when true.
20387         * emit-rtl.c (change_address_1): Likewise.
20388         (adjust_address_1, adjust_automodify_address_1, offset_address):
20389         Update accordingly.
20390         * rtl.h (plus_constant): Add an inplace argument.
20391         * explow.c (plus_constant): Likewise.  Try to reuse the original PLUS
20392         when true.  Avoid generating (plus X (const_int 0)).
20393         * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
20394         in-place.  Pass true to plus_constant.
20395         (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
20397 2014-05-16  Dehao Chen  <dehao@google.com>
20399         * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
20401 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
20403         PR target/54089
20404         * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
20405         patterns.
20406         * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
20408 2014-05-16  Dehao Chen  <dehao@google.com>
20410         * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
20411         optimize_function_for_size_p.
20412         * regs.h (REG_FREQ_FROM_BB): Likewise.
20414 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
20416         PR target/51244
20417         * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
20418         negt_reg_operand cases.
20419         * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
20420         predicate.
20421         * config/sh/predicates.md (cbranch_treg_value): Simplify.
20423 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
20425         * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
20426         target variants.
20428 2014-05-16  David Malcolm  <dmalcolm@redhat.com>
20430         Revert:
20431         2014-04-29  David Malcolm  <dmalcolm@redhat.com>
20433         * tree-cfg.c (dump_function_to_file): Dump the return type of
20434         functions, in a line to itself before the function body, mimicking
20435         the layout of a C function.
20437 2014-05-16  Dehao Chen  <dehao@google.com>
20439         * cfghooks.c (make_forwarder_block): Use direct computation to
20440         get fall-through edge's count and frequency.
20442 2014-05-16  Benno Schulenberg  <bensberg@justemail.net>
20444         * config/arc/arc.c (arc_init): Fix typo in error message.
20445         * config/i386/i386.c (ix86_expand_builtin): Likewise.
20446         (split_stack_prologue_scratch_regno): Likewise.
20447         * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
20448         word from error message.
20450 2014-05-16  Zhouyi Zhou <yizhouzhou@ict.ac.cn>
20452         * ira-costs.c: Fix typo in comment.
20454 2014-05-16  David Wohlferd <dw@LimeGreenSocks.com>
20456         * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
20458 2014-05-16  Jan Hubicka  <hubicka@ucw.cz>
20460         * varpool.c (dump_varpool_node): Dump write-only flag.
20461         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
20462         write-only flag.
20463         * tree-cfg.c (execute_fixup_cfg): Remove statements setting
20464         write-only variables.
20465         * ipa.c (process_references): New function.
20466         (set_readonly_bit): New function.
20467         (set_writeonly_bit): New function.
20468         (clear_addressable_bit): New function.
20469         (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
20470         fix handling of aliases.
20471         * cgraph.h (struct varpool_node): Add writeonly flag.
20473 2014-05-16  Vladimir Makarov  <vmakarov@redhat.com>
20475         PR rtl-optimization/60969
20476         * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
20477         Calculate costs for this case.
20479 2014-05-16  Eric Botcazou  <ebotcazou@adacore.com>
20481         * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
20482         <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
20484 2014-05-16  Richard Biener  <rguenther@suse.de>
20486         PR tree-optimization/61194
20487         * tree-vect-patterns.c (adjust_bool_pattern): Also handle
20488         bool patterns ending in a COND_EXPR.
20490 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20492         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
20494 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20496         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
20497         where we were unable to cost an RTX.
20499 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20501         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
20502         HIGH, LO_SUM.
20504 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20505             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20507         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
20509 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20510             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20512         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
20513         FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
20515 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20516             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20518         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
20519         operators.
20521 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20522             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20524         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
20525         DIV/MOD.
20527 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20528             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20530         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
20531         (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
20533 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20534             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20536         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
20537         rotates and shifts.
20539 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20540             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20542         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
20543         ZERO_EXTEND and SIGN_EXTEND better.
20545 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20546             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20548         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
20549         logical operations.
20551 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20552             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20554         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
20555         costs when costing loads and stores to memory.
20557 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20558             Philip Tomsich  <philipp.tomsich@theobroma-systems.com>
20560         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
20561         for SET RTX.
20563 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20565         * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
20567 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20568             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20570         * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
20571         to...
20572         (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
20573         well formed.
20574         (aarch64_rtx_mult_cost): New.
20575         (aarch64_rtx_costs): Use it, refactor as appropriate.
20577 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20578             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
20580         * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
20581         emit instructions, return number of instructions which would
20582         be emitted.
20583         (aarch64_add_constant): Update call to aarch64_build_constant.
20584         (aarch64_output_mi_thunk): Likewise.
20585         (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
20586         a CONST_DOUBLE.
20588 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20590         * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
20591         (TARGET_RTX_COSTS): Call it.
20593 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20595         * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
20596         (cortexa57_vector_cost): Likewise.
20597         (cortexa57_tunings): Use them.
20599 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20601         * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
20602         (cpu_addrcost_table): Use it.
20603         * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
20604         (aarch64_address_cost): Rewrite using aarch64_classify_address,
20605         move it.
20607 2014-05-16  Richard Biener  <rguenther@suse.de>
20609         * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
20610         (set_ssa_val_to): Handle unexpected sets to VN_TOP.
20611         (visit_phi): Ignore edges marked as not executable.
20612         (class cond_dom_walker): New.
20613         (cond_dom_walker::before_dom_children): Value-number
20614         control statements and mark successor edges as not
20615         executable if possible.
20616         (run_scc_vn): First walk all control statements in
20617         dominator order, marking edges as not executable.
20618         * tree-inline.c (copy_edges_for_bb): Be not confused
20619         about random edge flags.
20621 2014-05-16  Richard Biener  <rguenther@suse.de>
20623         * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
20625 2014-05-15  Peter Bergner  <bergner@vnet.ibm.com>
20627         PR target/61193
20628         * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
20629         (__TM_simple_begin): Use it.
20630         (__TM_begin): Likewise.
20632 2014-05-15  Martin Jambor  <mjambor@suse.cz>
20634         PR ipa/61085
20635         * ipa-prop.c (update_indirect_edges_after_inlining): Check
20636         type_preserved flag when the indirect edge is polymorphic.
20638 2014-05-15  Martin Jambor  <mjambor@suse.cz>
20640         PR tree-optimization/61090
20641         * tree-sra.c (sra_modify_expr): Pass the current gsi to
20642         build_ref_for_model.
20644 2014-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20646         * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
20647         enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
20649 2014-05-15  Jakub Jelinek  <jakub@redhat.com>
20651         PR tree-optimization/61158
20652         * fold-const.c (fold_binary_loc): If X is zero-extended and
20653         shiftc >= prec, make sure zerobits is all ones instead of
20654         invoking undefined behavior.
20656 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
20658         * regcprop.h: New file.
20659         * regcprop.c (skip_debug_insn_p): New decl.
20660         (replace_oldest_value_reg): Check skip_debug_insn_p.
20661         (copyprop_hardreg_forward_bb_without_debug_insn): New function.
20662         * shrink-wrap.c: Include regcprop.h.
20663         (prepare_shrink_wrap): Call
20664         copyprop_hardreg_forward_bb_without_debug_insn.
20666 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
20668         * shrink-wrap.h: Update comment.
20669         * shrink-wrap.c: Update comment.
20670         (next_block_for_reg): Rename to live_edge_for_reg.
20671         (live_edge_for_reg): Allow live_edge->dest has two predecessors.
20672         (move_insn_for_shrink_wrap): Split live_edge.
20673         (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
20675 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
20677         * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
20678         Delete.
20679         * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
20680         * config/sparc/sparc.md (fptype_ut699): New attribute.
20681         (in_branch_delay): Return false if -mfix-ut699 is specified and
20682         fptype_ut699 is set to single.
20683         (truncdfsf2): Add fptype_ut699 attribute.
20684         (fix_truncdfsi2): Likewise.
20685         (floatsisf2): Change fptype attribute.
20686         (fix_truncsfsi2): Likewise.
20687         (negtf2_notv9): Delete.
20688         (negtf2_v9): Likewise.
20689         (negtf2_hq): New instruction.
20690         (negtf2): New instruction and splitter.
20691         (negdf2_notv9): Rewrite.
20692         (abstf2_notv9): Delete.
20693         (abstf2_hq_v9): Likewise.
20694         (abstf2_v9): Likewise.
20695         (abstf2_hq): New instruction.
20696         (abstf2): New instruction and splitter.
20697         (absdf2_notv9): Rewrite.
20699 2014-05-14  Cary Coutant  <ccoutant@google.com>
20701         PR debug/61013
20702         * opts.c (common_handle_option): Don't special-case "-g".
20703         (set_debug_level): Default to at least level 2 with "-g".
20705 2014-05-14  DJ Delorie  <dj@redhat.com>
20707         * config/msp430/msp430.c (msp430_builtin): Add
20708         MSP430_BUILTIN_DELAY_CYCLES.
20709         (msp430_init_builtins): Register void __delay_cycles(long long).
20710         (msp430_builtin_decl): Add it.
20711         (cg_magic_constant): New.
20712         (msp430_expand_delay_cycles): New.
20713         (msp430_expand_builtin): Call it.
20714         (msp430_print_operand_raw): Change integer printing from "int" to
20715         HOST_WIDE_INT.
20716         * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
20717         (delay_cycles_start): New.
20718         (delay_cycles_end): New.
20719         (delay_cycles_32): New.
20720         (delay_cycles_32x): New.
20721         (delay_cycles_16): New.
20722         (delay_cycles_16x): New.
20723         (delay_cycles_2): New.
20724         (delay_cycles_1): New.
20725         * doc/extend.texi: Document __delay_cycles().
20727 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
20729         * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
20730         length attribute computation.
20732 2014-05-14  Richard Sandiford  <rdsandiford@googlemail.com>
20734         PR debug/61188
20735         * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
20737 2014-05-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
20739         PR target/61084
20740         * config/sparc/sparc.md: Fix types of low and high in DI constant
20741         splitter.  Use gen_int_mode in some other splitters.
20743 2014-05-14  Martin Jambor  <mjambor@suse.cz>
20745         PR ipa/60897
20746         * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
20748 2014-05-14  James Norris  <jnorris@codesourcery.com>
20750         * omp-low.c (expand_parallel_call): Remove shadow variable.
20751         (expand_omp_taskreg): Likewise.
20753 2014-05-14  Ilya Tocar  <ilya.tocar@intel.com>
20755         * common/config/i386/i386-common.c
20756         (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
20757         (OPTION_MASK_ISA_XSAVES_SET): Ditto.
20758         (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
20759         (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
20760         (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
20761         (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
20762         (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
20763         * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
20764         xsavecintrin.h, xsavesintrin.h.
20765         (x86_64-*-*): Ditto.
20766         * config/i386/clflushoptintrin.h: New.
20767         * config/i386/xsavecintrin.h: Ditto.
20768         * config/i386/xsavesintrin.h: Ditto.
20769         * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
20770         (bit_XSAVES): Ditto.
20771         (bit_XSAVES): Ditto.
20772         * config/i386/driver-i386.c (host_detect_local_cpu): Handle
20773         -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
20774         -mno-clflushopt.
20775         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
20776         OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
20777         OPTION_MASK_ISA_XSAVES.
20778         * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
20779         -mxsavec, -mxsaves.
20780         (PTA_CLFLUSHOPT) Define.
20781         (PTA_XSAVEC): Ditto.
20782         (PTA_XSAVES): Ditto.
20783         (ix86_option_override_internal): Handle new options.
20784         (ix86_valid_target_attribute_inner_p): Ditto.
20785         (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
20786         IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
20787         IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
20788         (bdesc_special_args): Add __builtin_ia32_xsaves,
20789         __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
20790         __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
20791         (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
20792         (ix86_expand_builtin): Handle new builtins.
20793         * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
20794         (TARGET_CLFLUSHOPT_P): Ditto.
20795         (TARGET_XSAVEC): Ditto.
20796         (TARGET_XSAVEC_P): Ditto.
20797         (TARGET_XSAVES): Ditto.
20798         (TARGET_XSAVES_P): Ditto.
20799         * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
20800         (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
20801         (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
20802         (ANY_XRSTOR): New.
20803         (ANY_XRSTOR64): Ditto.
20804         (xrstor): Ditto.
20805         (xrstor): Change into <xrstor>.
20806         (xrstor_rex64): Change into <xrstor>_rex64.
20807         (xrstor64): Change into <xrstor>64
20808         (clflushopt): New.
20809         * config/i386/i386.opt (mclflushopt): New.
20810         (mxsavec): Ditto.
20811         (mxsaves): Ditto.
20812         * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
20813         xsavecintrin.h.
20814         * doc/invoke.texi: Document new options.
20816 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
20818         PR rtl-optimization/60866
20819         * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
20820         Default it to -1.  Pass it down to init_simplejump_data.
20821         (init_simplejump_data): New parameter old_seqno.  Pass it down
20822         to get_seqno_for_a_jump.
20823         (get_seqno_for_a_jump): New parameter old_seqno.  Use it for
20824         initializing new jump seqno as a last resort.  Add comment.
20825         (sel_redirect_edge_and_branch): Save old seqno of the conditional
20826         jump and pass it down to sel_init_new_insn.
20827         (sel_redirect_edge_and_branch_force): Likewise.
20829 2014-05-14  Georg-Johann Lay  <avr@gjlay.de>
20831         * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
20832         shifted values to avoid build warning.
20834 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
20836         * cfgcleanup.c (try_forward_edges): Use location_t for locations.
20837         * cfgrtl.c (rtl_merge_blocks): Fix comment.
20838         (cfg_layout_merge_blocks): Likewise.
20839         * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
20841 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
20843         PR rtl-optimization/60901
20844         * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
20845         bb predecessor belongs to the same scheduling region.  Adjust comment.
20847 2014-05-13  Peter Bergner  <bergner@vnet.ibm.com>
20849         * doc/sourcebuild.texi: (dfp_hw): Document.
20850         (p8vector_hw): Likewise.
20851         (powerpc_eabi_ok): Likewise.
20852         (powerpc_elfv2): Likewise.
20853         (powerpc_htm_ok): Likewise.
20854         (ppc_recip_hw): Likewise.
20855         (vsx_hw): Likewise.
20857 2014-05-13  Cary Coutant  <ccoutant@google.com>
20859         * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
20861 2014-05-13  David Malcolm  <dmalcolm@redhat.com>
20863         * gengtype-parse.c (require3): Eliminate in favor of...
20864         (require4): New.
20865         (require_template_declaration): Update to support optional single *
20866         on a type.
20868         * gengtype.c (get_ultimate_base_class): Add a non-const overload.
20869         (create_user_defined_type): Handle a single level of explicit
20870         pointerness within template arguments.
20871         (struct write_types_data): Add field "kind".
20872         (filter_type_name): Handle "*" character.
20873         (write_user_func_for_structure_ptr): Require a write_types_data
20874         rather than just a prefix string, so that we can look up the kind
20875         of the wtd and use it as an index into wrote_user_func_for_ptr,
20876         ensuring that such functions are written at most once.  Support
20877         subclasses by invoking the marking function of the ultimate base class.
20878         (write_user_func_for_structure_body): Require a write_types_data
20879         rather than just a prefix string, so that we can pass this to
20880         write_user_func_for_structure_ptr.
20881         (write_func_for_structure): Likewise.
20882         (ggc_wtd): Add initializer of new "kind" field.
20883         (pch_wtd): Likewise.
20885         * gengtype.h (enum write_types_kinds): New.
20886         (struct type): Add field wrote_user_func_for_ptr to the "s"
20887         union member.
20889 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
20891         * fold-const.c (optimize_bit_field_compare): Use wi:: operations
20892         instead of const_binop.
20893         (fold_binary_loc): Likewise.
20895 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
20897         * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
20898         calculation to match get_ref_base_and_extent.
20900 2014-05-13  Catherine Moore  <clm@codesourcery.com>
20901             Sandra Loosemore  <sandra@codesourcery.com>
20903         * configure.ac: Fix assembly for explicit JALR relocation check.
20904         * configure: Regenerate.
20906 2014-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20908         * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
20909         (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
20910         Remove associated type declarations and initialisations.
20911         (arm_expand_neon_builtin): Likewise.
20912         (neon_emit_pair_result_insn): Delete.
20913         * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
20914         * config/arm/neon.md (neon_vtrn<mode>): Delete.
20915         (neon_vzip<mode>): Likewise.
20916         (neon_vuzp<mode>): Likewise.
20918 2014-05-13  Richard Biener  <rguenther@suse.de>
20920         PR ipa/60973
20921         * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
20922         it needs revisiting whether the call still may be tail-called.
20924 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20926         * rtl.def (SYMBOL_REF): Remove middle "0" field.
20927         * rtl.h (block_symbol): Reduce number of fields to 2.
20928         (rtx_def): Add u2.symbol_ref_flags.
20929         (SYMBOL_REF_FLAGS): Use it.
20930         (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
20931         (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
20932         * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
20933         Lower index of SYMBOL_REF_DATA.
20934         * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
20935         Print SYMBOL_REF_FLAGS at the same time.
20936         * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
20938 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20940         * rtl.def (VAR_LOCATION): Remove "i" field.
20941         * rtl.h (rtx_def): Add u2.var_location_status.
20942         (PAT_VAR_LOCATION_STATUS): Use it.
20943         (gen_rtx_VAR_LOCATION): Declare.
20944         * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
20945         * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
20946         * var-tracking.c (emit_note_insn_var_location): Remove casts.
20948 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20950         * rtl.def (scratch): Fix outdated comment and remove "0" field.
20951         * gengtype.c (adjust_field_rtx_def): Update accordingly.
20953 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20955         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
20956         (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
20957         * rtl.h (rtx_def): Add insn_uid to u2 field.
20958         (RTX_FLAG_CHECK8): Delete in favor of...
20959         (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
20960         (INSN_DELETED_P): Update accordingly.
20961         (INSN_UID): Use u2.insn_uid.
20962         (INSN_CHAIN_CODE_P): Define.
20963         (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
20964         (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
20965         (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
20966         (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
20967         (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
20968         indices accordingly.
20969         * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
20970         Update indices for insn-chain rtxes.
20971         * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
20972         (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
20973         * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
20974         * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
20975         * combine.c (try_combine): Likewise.
20976         * ira.c (setup_prohibited_mode_move_regs): Likewise.
20978 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20980         * rtl.def (REG): Remove middle field.
20981         * rtl.h (rtx_def): Add orignal_regno to u2.
20982         (ORIGINAL_REGNO): Use it instead of field 1.
20983         (REG_ATTRS): Lower field index accordingly.
20984         * gengtype.c (adjust_field_rtx_def): Remove handling of
20985         ORIGINAL_REGNO.  Move REG_ATTRS index down.
20986         * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
20987         code that prints the REGNO.
20989 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20991         * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
20992         GENERATOR_FILE.
20994 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20996         * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
20998 2014-05-13  Bin Cheng  <bin.cheng@arm.com>
21000         * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
21001         (alloc_iv): Lower base expressions containing ADDR_EXPR.
21003 2014-05-13  Ian Bolton  <ian.bolton@arm.com>
21005         * config/aarch64/aarch64-protos.h
21006         (aarch64_hard_regno_caller_save_mode): New prototype.
21007         * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
21008         New function.
21009         * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
21011 2014-05-13  Christian Bruel  <christian.bruel@st.com>
21013         * target.def (mode_switching): New hook vector.
21014         (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
21015         (mode_exit, modepriority_to_mode): Likewise.
21016         * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
21017         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
21018         * target.h: Include tm.h and hard-reg-set.h.
21019         * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
21020         (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
21021         * doc/tm.texi Regenerate.
21022         * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
21023         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
21024         * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
21025         (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
21026         * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
21027         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
21028         * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
21029         (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
21030         * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
21031         (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
21032         (ix86_emit_mode_set): Hookify.
21033         * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
21034         Delete.
21035         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
21036         * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
21037         (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
21038         (epiphany_mode_priority_to_mode): Remove declaration.
21039         * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
21040         (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
21041         (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
21042         Likewise.
21043         (epiphany_mode_priority_to_mode): Change priority type.  Hookify.
21044         (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
21045         (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
21047 2014-05-13  Jakub Jelinek  <jakub@redhat.com>
21049         PR target/61060
21050         * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
21051         is const0_rtx, return immediately.  Don't test count == 0 when
21052         it is always true.
21054 2014-05-13  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
21056         * Makefile.in: add shrink-wrap.o.
21057         * config/i386/i386.c: include "shrink-wrap.h"
21058         * function.c: Likewise.
21059         (requires_stack_frame_p, next_block_for_reg,
21060         move_insn_for_shrink_wrap, prepare_shrink_wrap,
21061         dup_block_and_redirect): Move to shrink-wrap.c
21062         (thread_prologue_and_epilogue_insns): Extract three code segments
21063         as functions in shrink-wrap.c
21064         * function.h: Move #ifdef HAVE_simple_return ... #endif block to
21065         shrink-wrap.h
21066         * shrink-wrap.c: New file.
21067         * shrink-wrap.h: New file.
21069 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
21071         * doc/extend.texi: Reflect current numbers of pragmas.  Remove
21072         reference to Solaris.
21074 2014-05-12  Mike Stump  <mikestump@comcast.net>
21076         PR other/31778
21077         * genattrtab.c (filename): Add.
21078         (convert_set_attr_alternative): Improve error message.
21079         (check_defs): Restore read_md_filename for error messages.
21080         (gen_insn): Save filename.
21082 2014-05-12  Dimitris Papavasiliou  <dpapavas@gmail.com>
21084         * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
21085         -fno-local-ivars and -fivar-visibility.
21086         * c-family/c.opt: Make -Wshadow also implicitly enable
21087         -Wshadow-ivar.
21089 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
21091         * doc/tm.texi: Remove reference to deleted macro.
21092         * doc/tm.texi.in: Likewise.
21094 2014-05-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
21096         PR target/60991
21097         * config/avr/avr.c (avr_out_store_psi): Use correct constant
21098         to restore Y.
21100 2014-05-12  Georg-Johann Lay  <avr@gjlay.de>
21102         PR libgcc/61152
21103         * config/arm/arm.h (License): Add GCC Runtime Library Exception.
21104         * config/arm/aout.h (License): Same.
21105         * config/arm/bpabi.h (License): Same.
21106         * config/arm/elf.h (License): Same.
21107         * config/arm/linux-elf.h (License): Same.
21108         * config/arm/linux-gas.h (License): Same.
21109         * config/arm/netbsd-elf.h (License): Same.
21110         * config/arm/uclinux-eabi.h (License): Same.
21111         * config/arm/uclinux-elf.h (License): Same.
21112         * config/arm/vxworks.h (License): Same.
21114 2014-05-11  Jakub Jelinek  <jakub@redhat.com>
21116         * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
21117         * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
21118         number of operands to 3.
21119         (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
21120         * tree-nested.c (convert_nonlocal_omp_clauses,
21121         convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
21122         * gimplify.c (gimplify_scan_omp_clauses): Handle
21123         OMP_CLAUSE_LINEAR_STMT.
21124         * omp-low.c (lower_rec_input_clauses): Fix typo.
21125         (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
21126         cast between Fortran boolean_type_node and C _Bool if
21127         needed.
21129 2014-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
21131         PR tree-optimization/61136
21132         * wide-int.h (multiple_of_p): Define a version that doesn't return
21133         the quotient.
21134         * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
21135         integer_zerop/const_binop pair.
21136         (multiple_of_p): Likewise, converting both operands to widest_int
21137         precision.
21139 2014-05-09  Teresa Johnson  <tejohnson@google.com>
21141         * cgraphunit.c (analyze_functions): Use correct dump file.
21143 2014-05-09  Florian Weimer  <fweimer@redhat.com>
21145         * cfgexpand.c (stack_protect_decl_p): New function, extracted from
21146         expand_used_vars.
21147         (stack_protect_return_slot_p): New function.
21148         (expand_used_vars): Call stack_protect_decl_p and
21149         stack_protect_return_slot_p for -fstack-protector-strong.
21151 2014-05-09  David Wohlferd <LimeGreenSocks@yahoo.com>
21152         Andrew Haley <aph@redhat.com>
21153         Richard Sandiford <rdsandiford@googlemail.com>
21155         * doc/extend.texi: Rewrite inline asm page / re-org asm-related
21156         pages.
21158 2014-05-09  Kenneth Zadeck  <zadeck@naturalbridge.com>
21160         PR middle-end/61111
21161         * fold-const.c (fold_binary_loc): Changed width of mask.
21163 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
21165         * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
21166         unsigned int initializers for regno_in, regno_out.
21168 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
21170         PR target/61055
21171         * config/avr/avr.md (cc): Add new attribute set_vzn.
21172         (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
21173         Set cc insn attribute to set_vzn instead of set_zn for alternatives
21174         with INC, DEC or NEG.
21175         * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
21176         (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
21177         INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
21179 2014-05-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21181         Revert:
21182         2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21184         * wide-int.cc (UTItype): Define.
21185         (UDWtype): Define for appropriate W_TYPE_SIZE.
21187 2014-05-09  Richard Biener  <rguenther@suse.de>
21189         * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
21190         * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
21191         (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
21192         (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
21193         ssa_propagate): Adjust.
21195 2014-05-08  Jeff Law  <law@redhat.com>
21197         PR tree-optimization/61009
21198         * tree-ssa-threadedge.c (thread_through_normal_block): Return a
21199         tri-state rather than a boolean.  When a block is too big to
21200         thread through, inform caller via negative return value.
21201         (thread_across_edge): If a block was too big for normal threading,
21202         then it's too big for a joiner too, so remove temporary equivalences
21203         and return immediately.
21205 2014-05-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21206             Matthias Klose  <doko@ubuntu.com>
21208         PR driver/61106
21209         * optc-gen.awk: Fix option handling for -Wunused-parameter.
21211 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
21213         PR target/59952
21214         * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
21216 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
21218         PR target/61092
21219         * config/alpha/alpha.c: Include gimple-iterator.h.
21220         (alpha_gimple_fold_builtin): New function.  Move
21221         ALPHA_BUILTIN_UMULH folding from ...
21222         (alpha_fold_builtin): ... here.
21223         (TARGET_GIMPLE_FOLD_BUILTIN): New define.
21225 2014-05-08  Wei Mi  <wmi@google.com>
21227         PR target/58066
21228         * config/i386/i386.c (ix86_compute_frame_layout): Update
21229         preferred_stack_boundary for call, expanded from tls descriptor.
21230         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
21231         to depend on SP register.
21232         (*tls_local_dynamic_base_32_gnu): Ditto.
21233         (*tls_local_dynamic_32_once): Ditto.
21234         (tls_global_dynamic_64_<mode>): Set
21235         ix86_tls_descriptor_calls_expanded_in_cfun.
21236         (tls_local_dynamic_base_64_<mode>): Ditto.
21237         (tls_global_dynamic_32): Set
21238         ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
21239         to depend on SP register.
21240         (tls_local_dynamic_base_32): Ditto.
21242 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21244         * config/arm/arm_neon.h: Update comment.
21245         * config/arm/neon-docgen.ml: Delete.
21246         * config/arm/neon-gen.ml: Delete.
21247         * doc/arm-neon-intrinsics.texi: Update comment.
21249 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21251         * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
21252         and v4sf versions.
21253         (vand, vorr, veor, vorn, vbic): Remove.
21254         * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
21255         iterator.
21256         (neon_vsub_unspec): Likewise.
21257         (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
21259 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21261         * config/arm/arm_neon.h (vadd_s8): GNU C implementation
21262         (vadd_s16): Likewise.
21263         (vadd_s32): Likewise.
21264         (vadd_f32): Likewise.
21265         (vadd_u8): Likewise.
21266         (vadd_u16): Likewise.
21267         (vadd_u32): Likewise.
21268         (vadd_s64): Likewise.
21269         (vadd_u64): Likewise.
21270         (vaddq_s8): Likewise.
21271         (vaddq_s16): Likewise.
21272         (vaddq_s32): Likewise.
21273         (vaddq_s64): Likewise.
21274         (vaddq_f32): Likewise.
21275         (vaddq_u8): Likewise.
21276         (vaddq_u16): Likewise.
21277         (vaddq_u32): Likewise.
21278         (vaddq_u64): Likewise.
21279         (vmul_s8): Likewise.
21280         (vmul_s16): Likewise.
21281         (vmul_s32): Likewise.
21282         (vmul_f32): Likewise.
21283         (vmul_u8): Likewise.
21284         (vmul_u16): Likewise.
21285         (vmul_u32): Likewise.
21286         (vmul_p8): Likewise.
21287         (vmulq_s8): Likewise.
21288         (vmulq_s16): Likewise.
21289         (vmulq_s32): Likewise.
21290         (vmulq_f32): Likewise.
21291         (vmulq_u8): Likewise.
21292         (vmulq_u16): Likewise.
21293         (vmulq_u32): Likewise.
21294         (vsub_s8): Likewise.
21295         (vsub_s16): Likewise.
21296         (vsub_s32): Likewise.
21297         (vsub_f32): Likewise.
21298         (vsub_u8): Likewise.
21299         (vsub_u16): Likewise.
21300         (vsub_u32): Likewise.
21301         (vsub_s64): Likewise.
21302         (vsub_u64): Likewise.
21303         (vsubq_s8): Likewise.
21304         (vsubq_s16): Likewise.
21305         (vsubq_s32): Likewise.
21306         (vsubq_s64): Likewise.
21307         (vsubq_f32): Likewise.
21308         (vsubq_u8): Likewise.
21309         (vsubq_u16): Likewise.
21310         (vsubq_u32): Likewise.
21311         (vsubq_u64): Likewise.
21312         (vand_s8): Likewise.
21313         (vand_s16): Likewise.
21314         (vand_s32): Likewise.
21315         (vand_u8): Likewise.
21316         (vand_u16): Likewise.
21317         (vand_u32): Likewise.
21318         (vand_s64): Likewise.
21319         (vand_u64): Likewise.
21320         (vandq_s8): Likewise.
21321         (vandq_s16): Likewise.
21322         (vandq_s32): Likewise.
21323         (vandq_s64): Likewise.
21324         (vandq_u8): Likewise.
21325         (vandq_u16): Likewise.
21326         (vandq_u32): Likewise.
21327         (vandq_u64): Likewise.
21328         (vorr_s8): Likewise.
21329         (vorr_s16): Likewise.
21330         (vorr_s32): Likewise.
21331         (vorr_u8): Likewise.
21332         (vorr_u16): Likewise.
21333         (vorr_u32): Likewise.
21334         (vorr_s64): Likewise.
21335         (vorr_u64): Likewise.
21336         (vorrq_s8): Likewise.
21337         (vorrq_s16): Likewise.
21338         (vorrq_s32): Likewise.
21339         (vorrq_s64): Likewise.
21340         (vorrq_u8): Likewise.
21341         (vorrq_u16): Likewise.
21342         (vorrq_u32): Likewise.
21343         (vorrq_u64): Likewise.
21344         (veor_s8): Likewise.
21345         (veor_s16): Likewise.
21346         (veor_s32): Likewise.
21347         (veor_u8): Likewise.
21348         (veor_u16): Likewise.
21349         (veor_u32): Likewise.
21350         (veor_s64): Likewise.
21351         (veor_u64): Likewise.
21352         (veorq_s8): Likewise.
21353         (veorq_s16): Likewise.
21354         (veorq_s32): Likewise.
21355         (veorq_s64): Likewise.
21356         (veorq_u8): Likewise.
21357         (veorq_u16): Likewise.
21358         (veorq_u32): Likewise.
21359         (veorq_u64): Likewise.
21360         (vbic_s8): Likewise.
21361         (vbic_s16): Likewise.
21362         (vbic_s32): Likewise.
21363         (vbic_u8): Likewise.
21364         (vbic_u16): Likewise.
21365         (vbic_u32): Likewise.
21366         (vbic_s64): Likewise.
21367         (vbic_u64): Likewise.
21368         (vbicq_s8): Likewise.
21369         (vbicq_s16): Likewise.
21370         (vbicq_s32): Likewise.
21371         (vbicq_s64): Likewise.
21372         (vbicq_u8): Likewise.
21373         (vbicq_u16): Likewise.
21374         (vbicq_u32): Likewise.
21375         (vbicq_u64): Likewise.
21376         (vorn_s8): Likewise.
21377         (vorn_s16): Likewise.
21378         (vorn_s32): Likewise.
21379         (vorn_u8): Likewise.
21380         (vorn_u16): Likewise.
21381         (vorn_u32): Likewise.
21382         (vorn_s64): Likewise.
21383         (vorn_u64): Likewise.
21384         (vornq_s8): Likewise.
21385         (vornq_s16): Likewise.
21386         (vornq_s32): Likewise.
21387         (vornq_s64): Likewise.
21388         (vornq_u8): Likewise.
21389         (vornq_u16): Likewise.
21390         (vornq_u32): Likewise.
21391         (vornq_u64): Likewise.
21393 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21395         * wide-int.cc (UTItype): Define.
21396         (UDWtype): Define for appropriate W_TYPE_SIZE.
21398 2014-05-08  Marc Glisse  <marc.glisse@inria.fr>
21400         PR tree-optimization/59100
21401         * tree-ssa-phiopt.c: Include tree-inline.h.
21402         (neutral_element_p, absorbing_element_p): New functions.
21403         (value_replacement): Handle conditional binary operations with a
21404         neutral or absorbing element.
21406 2014-05-08  Richard Biener  <rguenther@suse.de>
21408         * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
21409         folding the expression.
21410         (valueize_expr): Remove.
21411         (visit_reference_op_load): Do not valueize the result of
21412         vn_get_expr_for.
21413         (simplify_binary_expression): Likewise.
21414         (simplify_unary_expression): Likewise.
21416 2014-05-08  Richard Biener  <rguenther@suse.de>
21418         * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
21419         looking at TYPE_ARG_TYPES.
21421 2014-05-08  Richard Biener  <rguenther@suse.de>
21423         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
21424         pointer propagation special-case.
21426 2014-05-08  Bin Cheng  <bin.cheng@arm.com>
21428         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
21429         core part of address expressions.
21431 2014-05-08  Alan Modra  <amodra@gmail.com>
21433         PR target/60737
21434         * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
21435         loads and stores when -mno-strict-align at any alignment.
21436         (expand_block_clear): Similarly.  Also correct calculation of
21437         instruction count.
21439 2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21441         PR middle-end/39246
21442         * tree-complex.c (expand_complex_move): Keep line info when expanding
21443         complex move.
21444         * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
21445         of complex expression. Use new argument to display correct location
21446         for values coming from phi statement.
21447         (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
21448         (warn_uninitialized_phi): Pass location of phi argument to
21449         warn_uninit.
21450         * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
21451         COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
21453 2014-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
21455         * config/rs6000/predicates.md (indexed_address_mem): New.
21456         * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
21457         load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
21458         fpstore_ux, fpstore_u.
21459         (sign_extend, indexed, update): New.
21460         (cell_micro): Adjust.
21461         (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
21462         *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
21463         *movsi_internal1, *movsi_internal1_single, *movhi_internal,
21464         *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
21465         *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
21466         *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
21467         *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
21468         *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
21469         *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
21470         *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
21471         *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
21472         *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
21473         *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
21474         *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
21475         *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
21477         * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
21478         * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
21479         *vsx_extract_<mode>_store): Adjust.
21480         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
21481         is_cracked_insn, insn_must_be_first_in_group,
21482         insn_must_be_last_in_group): Adjust.
21484         * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
21485         Adjust.
21486         * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
21487         ppc440-fpstore): Adjust.
21488         * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
21489         ppc476-fpstore): Adjust.
21490         * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
21491         ppc601-fpstore): Adjust.
21492         * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
21493         Adjust.
21494         * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
21495         Adjust.
21496         * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
21497         ppc7450-fpstore): Adjust.
21498         * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
21499         * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
21500         * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
21501         Adjust.
21502         * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
21503         cell-fpload, cell-fpload-update, cell-store, cell-store-update,
21504         cell-fpstore, cell-fpstore-update): Adjust.
21505         * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
21506         ppce300c3_store, ppce300c3_fpstore): Adjust.
21507         * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
21508         e500mc_fpstore): Adjust.
21509         * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
21510         e500mc64_store, e500mc64_fpstore): Adjust.
21511         * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
21512         e5500_fpstore): Adjust.
21513         * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
21514         e6500_fpstore): Adjust.
21515         * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
21516         Adjust.
21517         * config/rs6000/power4.md (power4-load, power4-load-ext,
21518         power4-load-ext-update, power4-load-ext-update-indexed,
21519         power4-load-update-indexed, power4-load-update, power4-fpload,
21520         power4-fpload-update, power4-store, power4-store-update,
21521         power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
21522         Adjust.
21523         * config/rs6000/power5.md (power5-load, power5-load-ext,
21524         power5-load-ext-update, power5-load-ext-update-indexed,
21525         power5-load-update-indexed, power5-load-update, power5-fpload,
21526         power5-fpload-update, power5-store, power5-store-update,
21527         power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
21528         Adjust.
21529         * config/rs6000/power6.md (power6-load, power6-load-ext,
21530         power6-load-update, power6-load-update-indexed,
21531         power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
21532         power6-fpload-update, power6-store, power6-store-update,
21533         power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
21534         Adjust.
21535         * config/rs6000/power7.md (power7-load, power7-load-ext,
21536         power7-load-update, power7-load-update-indexed,
21537         power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
21538         power7-fpload-update, power7-store, power7-store-update,
21539         power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
21540         Adjust.
21541         * config/rs6000/power8.md (power8-load, power8-load-update,
21542         power8-load-ext, power8-load-ext-update, power8-fpload,
21543         power8-fpload-update, power8-store, power8-store-update-indexed,
21544         power8-fpstore, power8-fpstore-update): Adjust.
21545         * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
21546         Adjust.
21547         * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
21548         titan_lsu_store, titan_lsu_fpstore): Adjust.
21549         * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
21551 2014-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
21553         PR target/60884
21554         * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
21555         unrolled byte insns.  Emit address increments after move insns.
21557 2014-05-07  David Malcolm  <dmalcolm@redhat.com>
21559         * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
21560         const_gimple, rather than a gimple.
21561         (gimple_call_builtin_p): Likewise, for the three variants.
21563         * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
21564         (gimple_call_builtin_p): Likewise, for the three variants.
21566 2014-05-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
21568         PR tree-optimization/61095
21569         * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
21571 2014-05-07  Richard Biener  <rguenther@suse.de>
21573         PR tree-optimization/61034
21574         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
21575         (maybe_skip_until): Use translate to take into account
21576         lattices when trying to do disambiguations.
21577         (get_continuation_for_phi_1): Likewise.
21578         (get_continuation_for_phi): Adjust for added translate arguments.
21579         (walk_non_aliased_vuses): Likewise.
21580         * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
21581         (walk_non_aliased_vuses): Likewise.
21582         (call_may_clobber_ref_p_1): Declare.
21583         * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
21584         calls.  Stop early if we are only supposed to disambiguate.
21585         * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
21587 2014-05-07  Joern Rennecke  <joern.rennecke@embecosm.com>
21589         * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
21590         Emit an error when the function has arguments.
21592 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
21594         * cfgloop.h (unswitch_loops): Remove.
21595         * doc/passes.texi: Remove references to loop-unswitch.c
21596         * timevar.def (TV_LOOP_UNSWITCH): Remove.
21598 2014-05-07  Evgeny Stupachenko  <evstupac@gmail.com>
21600         * tree-vect-data-refs.c (vect_grouped_load_supported): New
21601         check for loads group of length 3.
21602         (vect_permute_load_chain): New permutations for loads group of
21603         length 3.
21604         * tree-vect-stmts.c (vect_model_load_cost): Change cost
21605         of vec_perm_shuffle for the new permutations.
21607 2014-05-07  Alan Lawrence  <alan.lawrence@arm.com>
21609         * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
21610         vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
21611         vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
21612         vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
21613         vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
21614         vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
21615         vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
21616         vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
21618 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
21620         * loop-unswitch.c: Delete.
21622 2014-05-07  Richard Biener  <rguenther@suse.de>
21624         * config.gcc: Always set need_64bit_hwint to yes.
21626 2014-05-07  Chung-Ju Wu  <jasonwucj@gmail.com>
21628         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
21629         of using optimize_size.
21631 2014-05-06  Mike Stump  <mikestump@comcast.net>
21633         * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
21635 2014-05-06  Joseph Myers  <joseph@codesourcery.com>
21637         * config/i386/sse.md (*mov<mode>_internal)
21638         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
21639         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
21640         (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
21641         (*<code><mode>3, *andnot<mode>3<mask_name>)
21642         (<mask_codefor><code><mode>3<mask_name>): Only consider
21643         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
21645 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
21647         Revert:
21648         2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
21650         * lra-constraints.c (valid_address_p): Move earlier in file.
21651         Add a constraint argument to the address_info version.
21652         (satisfies_memory_constraint_p): New function.
21653         (satisfies_address_constraint_p): Likewise.
21654         (process_alt_operands, curr_insn_transform): Use them.
21655         (process_address): Pass the constraint to valid_address_p when
21656         checking address operands.
21658 2014-05-06  Richard Sandiford  <r.sandiford@uk.ibm.com>
21660         * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
21661         to their respective blocks.  Fix inadvertent use of "node".
21663 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
21665         * emit-rtl.c (init_derived_machine_modes): New functionm, split
21666         out from...
21667         (init_emit_once): ...here.
21668         * rtl.h (init_derived_machine_modes): Declare.
21669         * toplev.c (do_compile): Call it even if no_backend.
21671 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
21672             Mike Stump  <mikestump@comcast.net>
21673             Richard Sandiford  <rdsandiford@googlemail.com>
21674             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21676         * alias.c (ao_ref_from_mem): Use wide-int interfaces.
21677         (rtx_equal_for_memref_p): Update comment.
21678         (adjust_offset_for_component_ref): Use wide-int interfaces.
21679         * builtins.c (get_object_alignment_2): Likewise.
21680         (c_readstr): Likewise.
21681         (target_char_cast): Add comment.
21682         (determine_block_size): Use wide-int interfaces.
21683         (expand_builtin_signbit): Likewise.
21684         (fold_builtin_int_roundingfn): Likewise.
21685         (fold_builtin_bitop): Likewise.
21686         (fold_builtin_bswap): Likewise.
21687         (fold_builtin_logarithm): Use signop.
21688         (fold_builtin_pow): Likewise.
21689         (fold_builtin_memory_op): Use wide-int interfaces.
21690         (fold_builtin_object_size): Likewise.
21691         * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
21692         nb_iterations_estimate.
21693         (record_niter_bound): Use wide-int interfaces.
21694         (get_estimated_loop_iterations_int): Likewise.
21695         (get_estimated_loop_iterations): Likewise.
21696         (get_max_loop_iterations): Likewise.
21697         * cfgloop.h: Include wide-int.h.
21698         (struct nb_iter_bound): Change bound to widest_int.
21699         (struct loop): Change nb_iterations_upper_bound and
21700         nb_iterations_estimate to widest_int.
21701         (record_niter_bound): Switch to use widest_int.
21702         (get_estimated_loop_iterations): Likewise.
21703         (get_max_loop_iterations): Likewise.
21704         (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
21705         update for wide-int.
21706         * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
21707         * combine.c (try_combine): Likewise.
21708         (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
21709         * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
21710         interfaces.
21711         (aarch64_float_const_representable_p): Likewise.
21712         * config/arc/arc.c: Include wide-int.h.
21713         (arc_can_use_doloop_p): Use wide-int interfaces.
21714         * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
21715         (vfp3_const_double_index): Likewise.
21716         * config/avr/avr.c (avr_out_round): Likewise.
21717         (avr_fold_builtin): Likewise.
21718         * config/bfin/bfin.c (bfin_local_alignment): Likewise.
21719         (bfin_can_use_doloop_p): Likewise.
21720         * config/darwin.c (darwin_mergeable_constant_section): Likewise.
21721         (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
21722         * config/i386/i386.c: Include wide-int.h.
21723         (ix86_data_alignment): Use wide-int interfaces.
21724         (ix86_local_alignment): Likewise.
21725         (ix86_emit_swsqrtsf): Update real_from_integer.
21726         * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
21727         * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
21728         * config/rs6000/predicates.md (any_operand): Add const_wide_int.
21729         (zero_constant): Likewise.
21730         (input_operand): Likewise.
21731         (splat_input_operand): Likewise.
21732         (non_logical_cint_operand): Change const_double to const_wide_int.
21733         * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
21734         (easy_altivec_constant): Remove comment.
21735         (paired_expand_vector_init): Use CONSTANT_P.
21736         (rs6000_legitimize_address): Handle CONST_WIDE_INT.
21737         (rs6000_emit_move): Update checks.
21738         (rs6000_aggregate_candidate): Use wide-int interfaces.
21739         (rs6000_expand_ternop_builtin): Likewise.
21740         (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
21741         (rs6000_assemble_integer): Likewise.
21742         (rs6000_hash_constant): Likewise.
21743         (output_toc): Likewise.
21744         (rs6000_rtx_costs): Likewise.
21745         (rs6000_emit_swrsqrt); Update call to real_from_integer.
21746         * config/rs6000/rs6000-c.c: Include wide-int.h.
21747         (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
21748         * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
21749         * config/rs6000/rs6000.md: Use const_scalar_int_operand.
21750         Handle CONST_WIDE_INT.
21751         * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
21752         Use tree_fits_uhwi_p.
21753         * config/sparc/sparc.c: Include wide-int.h.
21754         (sparc_fold_builtin): Use wide-int interfaces.
21755         * config/vax/vax.c: Include wide-int.h.
21756         (vax_float_literal): Use real_from_integer.
21757         * coretypes.h (struct hwivec_def): New.
21758         (hwivec): New.
21759         (const_hwivec): New.
21760         * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
21761         (equiv_constant): Handle CONST_WIDE_INT.
21762         * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
21763         (cselib_hash_rtx): Handle CONST_WIDE_INT.
21764         * dbxout.c (stabstr_U): Use wide-int interfaces.
21765         (dbxout_type): Update to use cst_fits_shwi_p.
21766         * defaults.h (LOG2_BITS_PER_UNIT): Define.
21767         (TARGET_SUPPORTS_WIDE_INT): Add default.
21768         * dfp.c: Include wide-int.h.
21769         (decimal_real_to_integer2): Use wide-int interfaces and rename to
21770         decimal_real_to_integer.
21771         * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
21772         decimal_real_to_integer.
21773         * doc/generic.texi (Constant expressions): Update for wide_int.
21774         * doc/rtl.texi (const_double): Likewise.
21775         (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
21776         (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
21777         * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
21778         (REAL_VALUE_FROM_INT): Remove.
21779         (TARGET_SUPPORTS_WIDE_INT): New.
21780         * doc/tm.texi: Regenerate.
21781         * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
21782         * double-int.h: Include wide-int.h.
21783         (struct wi::int_traits): New.
21784         * dwarf2out.c (get_full_len): New.
21785         (dw_val_equal_p): Add case dw_val_class_wide_int.
21786         (size_of_loc_descr): Likewise.
21787         (output_loc_operands): Likewise.
21788         (insert_double): Remove.
21789         (insert_wide_int): New.
21790         (add_AT_wide): New.
21791         (print_die): Add case dw_val_class_wide_int.
21792         (attr_checksum): Likewise.
21793         (attr_checksum_ordered): Likewise.
21794         (same_dw_val_p): Likewise.
21795         (size_of_die): Likewise.
21796         (value_format): Likewise.
21797         (output_die): Likewise.
21798         (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
21799         Use wide-int.
21800         (clz_loc_descriptor): Use wide-int interfaces.
21801         (mem_loc_descriptor): Likewise.  Handle CONST_WIDE_INT.
21802         (loc_descriptor): Use wide-int interfaces.  Handle CONST_WIDE_INT.
21803         (round_up_to_align): Use wide-int interfaces.
21804         (field_byte_offset): Likewise.
21805         (insert_double): Rename to insert_wide_int.  Use wide-int interfaces.
21806         (add_const_value_attribute): Handle CONST_WIDE_INT.  Update
21807         CONST_DOUBLE handling.  Use wide-int interfaces.
21808         (add_bound_info): Use tree_fits_uhwi_p.  Use wide-int interfaces.
21809         (gen_enumeration_type_die): Use add_AT_wide.
21810         (hash_loc_operands): Add case dw_val_class_wide_int.
21811         (compare_loc_operands): Likewise.
21812         * dwarf2out.h: Include wide-int.h.
21813         (wide_int_ptr): New.
21814         (enum dw_val_class): Add dw_val_class_wide_int.
21815         (struct dw_val_struct): Add val_wide.
21816         * emit-rtl.c (const_wide_int_htab): New.
21817         (const_wide_int_htab_hash): New.
21818         (const_wide_int_htab_eq): New.
21819         (lookup_const_wide_int): New.
21820         (const_double_htab_hash): Use wide-int interfaces.
21821         (const_double_htab_eq): Likewise.
21822         (rtx_to_double_int): Conditionally compile for wide-int.
21823         (immed_double_int_const): Rename to immed_wide_int_const and
21824         update for wide-int.
21825         (immed_double_const): Conditionally compile for wide-int.
21826         (init_emit_once): Use wide-int interfaces.
21827         * explow.c (plus_constant): Likewise.
21828         * expmed.c (mask_rtx): Move further up file.  Use wide-int interfaces.
21829         (lshift_value): Use wide-int interfaces.
21830         (expand_mult): Likewise.
21831         (choose_multiplier): Likewise.
21832         (expand_smod_pow2): Likewise.
21833         (make_tree): Likewise.
21834         * expr.c (convert_modes): Consolidate handling of constants.
21835         Use wide-int interfaces.
21836         (emit_group_load_1): Add note.
21837         (store_expr): Update comment.
21838         (get_inner_reference): Use wide-int interfaces.
21839         (expand_constructor): Update comment.
21840         (expand_expr_real_2): Use wide-int interfaces.
21841         (expand_expr_real_1): Likewise.
21842         (reduce_to_bit_field_precision): Likewise.
21843         (const_vector_from_tree): Likewise.
21844         * final.c: Include wide-int-print.h.
21845         (output_addr_const): Handle CONST_WIDE_INT.  Use CONST_DOUBLE_AS_INT_P.
21846         * fixed-value.c: Include wide-int.h.
21847         (fixed_from_string): Use wide-int interfaces.
21848         (fixed_to_decimal): Likewise.
21849         (fixed_convert_from_real): Likewise.
21850         (real_convert_from_fixed): Likewise.
21851         * fold-const.h (mem_ref_offset): Return an offset_int.
21852         (div_if_zero_remainder): Remove code parameter.
21853         * fold-const.c (div_if_zero_remainder): Remove code parameter.
21854         Use wide-int interfaces.
21855         (may_negate_without_overflow_p): Use wide-int interfaces.
21856         (negate_expr_p): Likewise.
21857         (fold_negate_expr): Likewise.
21858         (int_const_binop_1): Likewise.
21859         (const_binop): Likewise.
21860         (fold_convert_const_int_from_int): Likewise.
21861         (fold_convert_const_int_from_real): Likewise.
21862         (fold_convert_const_int_from_fixed): Likewise.
21863         (fold_convert_const_fixed_from_int): Likewise.
21864         (all_ones_mask_p): Take an unsigned size.  Use wide-int interfaces.
21865         (sign_bit_p): Use wide-int interfaces.
21866         (make_range_step): Likewise.
21867         (build_range_check): Likewise.  Pass an integer of the correct type
21868         instead of using integer_one_node.
21869         (range_predecessor): Pass an integer of the correct type instead
21870         of using integer_one_node.
21871         (range_successor): Likewise.
21872         (merge_ranges): Likewise.
21873         (unextend): Use wide-int interfaces.
21874         (extract_muldiv_1): Likewise.
21875         (fold_div_compare): Likewise.
21876         (fold_single_bit_test): Likewise.
21877         (fold_sign_changed_comparison): Likewise.
21878         (try_move_mult_to_index): Update calls to div_if_zero_remainder.
21879         (fold_plusminus_mult_expr): Use wide-int interfaces.
21880         (native_encode_int): Likewise.
21881         (native_interpret_int): Likewise.
21882         (fold_unary_loc): Likewise.
21883         (pointer_may_wrap_p): Likewise.
21884         (size_low_cst): Likewise.
21885         (mask_with_tz): Likewise.
21886         (fold_binary_loc): Likewise.
21887         (fold_ternary_loc): Likewise.
21888         (multiple_of_p): Likewise.
21889         (tree_call_nonnegative_warnv_p): Update calls to
21890         tree_int_cst_min_precision and real_from_integer.
21891         (fold_negate_const): Use wide-int interfaces.
21892         (fold_abs_const): Likewise.
21893         (fold_relational_const): Use tree_int_cst_lt.
21894         (round_up_loc): Use wide-int interfaces.
21895         * genemit.c (gen_exp): Add CONST_WIDE_INT case.
21896         * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
21897         * gengtype.c: Remove include of double-int.h.
21898         (do_typedef): Use wide-int interfaces.
21899         (open_base_files): Add wide-int.h.
21900         (main): Add offset_int and widest_int typedefs.
21901         * gengtype-lex.l: Handle "^".
21902         (CXX_KEYWORD): Add "static".
21903         * gengtype-parse.c (require3): New.
21904         (require_template_declaration): Handle constant template arguments
21905         and nested templates.
21906         * gengtype-state.c: Don't include "double-int.h".
21907         * genpreds.c (write_one_predicate_function): Update comment.
21908         (write_tm_constrs_h): Add check for hval and lval use in
21909         CONST_WIDE_INT.
21910         * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
21911         (add_to_sequence): Likewise.
21912         * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
21913         and const_double_operand.
21914         * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
21915         interfaces.
21916         * gimple-fold.c (get_base_constructor): Likewise.
21917         (fold_array_ctor_reference): Likewise.
21918         (fold_nonarray_ctor_reference): Likewise.
21919         (fold_const_aggregate_ref_1): Likewise.
21920         (gimple_val_nonnegative_real_p): Likewise.
21921         (gimple_fold_indirect_ref): Likewise.
21922         * gimple-pretty-print.c (dump_ssaname_info): Likewise.
21923         * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
21924         (struct slsr_cand_d): Change index to be widest_int.
21925         (struct incr_info_d): Change incr to be widest_int.
21926         (alloc_cand_and_find_basis): Use wide-int interfaces.
21927         (slsr_process_phi): Likewise.
21928         (backtrace_base_for_ref): Likewise.  Return a widest_int.
21929         (restructure_reference): Take a widest_int instead of a double_int.
21930         (slsr_process_ref): Use wide-int interfaces.
21931         (create_mul_ssa_cand): Likewise.
21932         (create_mul_imm_cand): Likewise.
21933         (create_add_ssa_cand): Likewise.
21934         (create_add_imm_cand): Take a widest_int instead of a double_int.
21935         (slsr_process_add): Use wide-int interfaces.
21936         (slsr_process_cast): Likewise.
21937         (slsr_process_copy): Likewise.
21938         (dump_candidate): Likewise.
21939         (dump_incr_vec): Likewise.
21940         (replace_ref): Likewise.
21941         (cand_increment): Likewise.  Return a widest_int.
21942         (cand_abs_increment): Likewise.
21943         (replace_mult_candidate): Take a widest_int instead of a double_int.
21944         (replace_unconditional_candidate): Use wide-int interfaces.
21945         (incr_vec_index): Take a widest_int instead of a double_int.
21946         (create_add_on_incoming_edge): Likewise.
21947         (create_phi_basis): Use wide-int interfaces.
21948         (replace_conditional_candidate): Likewise.
21949         (record_increment): Take a widest_int instead of a double_int.
21950         (record_phi_increments): Use wide-int interfaces.
21951         (phi_incr_cost): Take a widest_int instead of a double_int.
21952         (lowest_cost_path): Likewise.
21953         (total_savings): Likewise.
21954         (analyze_increments): Use wide-int interfaces.
21955         (ncd_with_phi): Take a widest_int instead of a double_int.
21956         (ncd_of_cand_and_phis): Likewise.
21957         (nearest_common_dominator_for_cands): Likewise.
21958         (insert_initializers): Use wide-int interfaces.
21959         (all_phi_incrs_profitable): Likewise.
21960         (replace_one_candidate): Likewise.
21961         (replace_profitable_candidates): Likewise.
21962         * godump.c: Include wide-int-print.h.
21963         (go_output_typedef): Use wide-int interfaces.
21964         * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
21965         * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
21966         (build_loop_iteration_domains): Likewise.
21967         * hooks.h: Include wide-int.h rather than double-int.h.
21968         (hook_bool_dint_dint_uint_bool_true): Delete.
21969         (hook_bool_wint_wint_uint_bool_true): Declare.
21970         * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
21971         (hook_bool_wint_wint_uint_bool_true): New.
21972         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
21973         interfaces.
21974         (ubsan_expand_si_overflow_mul_check): Likewise.
21975         * ipa-devirt.c (get_polymorphic_call_info): Likewise.
21976         * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
21977         (get_ancestor_addr_info): Likewise.
21978         (ipa_modify_call_arguments): Likewise.
21979         * loop-doloop.c (doloop_modify): Likewise.
21980         (doloop_optimize): Likewise.
21981         * loop-iv.c (iv_number_of_iterations): Likewise.
21982         * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
21983         (unroll_loop_constant_iterations): Likewise.
21984         (decide_unroll_runtime_iterations): Likewise.
21985         (unroll_loop_runtime_iterations): Likewise.
21986         (decide_peel_simple): Likewise.
21987         (decide_unroll_stupid): Likewise.
21988         * lto-streamer-in.c (streamer_read_wi): Add.
21989         (input_cfg): Use wide-int interfaces.
21990         (lto_input_tree_1): Likewise.
21991         * lto-streamer-out.c (streamer_write_wi): Add.
21992         (hash_tree): Use wide-int interfaces.
21993         (output_cfg): Likewise.
21994         * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
21995         (GTFILES): Add wide-int.h and signop.h.
21996         (TAGS): Look for .cc files too.
21997         * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
21998         * optabs.c (expand_subword_shift): Likewise.
21999         (expand_doubleword_shift): Likewise.
22000         (expand_absneg_bit): Likewise.
22001         (expand_copysign_absneg): Likewise.
22002         (expand_copysign_bit): Likewise.
22003         * postreload.c (reload_cse_simplify_set): Likewise.
22004         * predict.c (predict_iv_comparison): Likewise.
22005         * pretty-print.h: Include wide-int-print.h.
22006         (pp_wide_int) New.
22007         * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
22008         * print-tree.c: Include wide-int-print.h.
22009         (print_node_brief): Use wide-int interfaces.
22010         (print_node): Likewise.
22011         * read-rtl.c (validate_const_wide_int): New.
22012         (read_rtx_code): Add CONST_WIDE_INT case.
22013         * real.c: Include wide-int.h.
22014         (real_to_integer2): Delete.
22015         (real_to_integer): New function, returning a wide_int.
22016         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
22017         (ten_to_ptwo): Update call to real_from_integer.
22018         (real_digit): Likewise.
22019         * real.h: Include signop.h, wide-int.h and insn-modes.h.
22020         (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
22021         (REAL_VALUE_TO_INT): Delete.
22022         (real_to_integer): Declare a wide-int form.
22023         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
22024         * recog.c (const_int_operand): Improve comment.
22025         (const_scalar_int_operand): New.
22026         (const_double_operand): Add a separate definition for CONST_WIDE_INT.
22027         * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
22028         (split_double): Likewise.
22029         * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
22030         (rtx_size): Likewise.
22031         (rtx_alloc_stat_v): New.
22032         (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
22033         (cwi_output_hex): New.
22034         (iterative_hash_rtx): Handle CONST_WIDE_INT.
22035         (cwi_check_failed_bounds): New.
22036         * rtl.def (CONST_WIDE_INT): New.
22037         * rtl.h: Include <utility> and wide-int.h.
22038         (struct hwivec_def): New.
22039         (CWI_GET_NUM_ELEM): New.
22040         (CWI_PUT_NUM_ELEM): New.
22041         (struct rtx_def): Add num_elem and hwiv.
22042         (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
22043         (CASE_CONST_UNIQUE): Likewise.
22044         (CASE_CONST_ANY): Likewise.
22045         (CONST_SCALAR_INT_P): Likewise.
22046         (CONST_WIDE_INT_P): New.
22047         (CWI_ELT): New.
22048         (HWIVEC_CHECK): New.
22049         (cwi_check_failed_bounds): New.
22050         (CWI_ELT): New.
22051         (HWIVEC_CHECK): New.
22052         (CONST_WIDE_INT_VEC) New.
22053         (CONST_WIDE_INT_NUNITS) New.
22054         (CONST_WIDE_INT_ELT) New.
22055         (rtx_mode_t): New type.
22056         (wi::int_traits <rtx_mode_t>): New.
22057         (wi::shwi): New.
22058         (wi::min_value): New.
22059         (wi::max_value): New.
22060         (rtx_alloc_v) New.
22061         (const_wide_int_alloc): New.
22062         (immed_wide_int_const): New.
22063         * sched-vis.c (print_value): Handle CONST_WIDE_INT.
22064         * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
22065         * signop.h: New file.
22066         * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
22067         (simplify_const_unary_operation): Use wide-int interfaces.
22068         (simplify_binary_operation_1): Likewise.
22069         (simplify_const_binary_operation): Likewise.
22070         (simplify_const_relational_operation): Likewise.
22071         (simplify_immed_subreg): Likewise.
22072         * stmt.c (expand_case): Likewise.
22073         * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
22074         signop rather than a bool.
22075         * stor-layout.c (layout_type): Use wide-int interfaces.
22076         (initialize_sizetypes): Update calls to
22077         set_min_and_max_values_for_integral_type.
22078         (set_min_and_max_values_for_integral_type): Take a signop rather
22079         than a bool.  Use wide-int interfaces.
22080         (fixup_signed_type): Update accordingly.  Remove
22081         HOST_BITS_PER_DOUBLE_INT limit.
22082         (fixup_unsigned_type): Likewise.
22083         * system.h (STATIC_CONSTANT_P): New.
22084         (STATIC_ASSERT): New.
22085         * target.def (can_use_doloop_p): Take widest_ints rather than
22086         double_ints.
22087         * target.h: Include wide-int.h rather than double-int.h.
22088         * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
22089         than double_ints.
22090         * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
22091         rather than INT_CST_LT_UNSIGNED.
22092         (can_use_doloop_if_innermost): Take widest_ints rather than
22093         double_ints.
22094         * tree-affine.c: Include wide-int-print.h.
22095         (double_int_ext_for_comb): Delete.
22096         (wide_int_ext_for_comb): New.
22097         (aff_combination_zero): Use wide-int interfaces.
22098         (aff_combination_const): Take a widest_int instead of a double_int.
22099         (aff_combination_elt): Use wide-int interfaces.
22100         (aff_combination_scale): Take a widest_int instead of a double_int.
22101         (aff_combination_add_elt): Likewise.
22102         (aff_combination_add_cst): Likewise.
22103         (aff_combination_add): Use wide-int interfaces.
22104         (aff_combination_convert): Likewise.
22105         (tree_to_aff_combination): Likewise.
22106         (add_elt_to_tree): Take a widest_int instead of a double_int.
22107         (aff_combination_to_tree): Use wide-int interfaces.
22108         (aff_combination_remove_elt): Likewise.
22109         (aff_combination_add_product): Take a widest_int instead of
22110         a double_int.
22111         (aff_combination_mult): Use wide-int interfaces.
22112         (aff_combination_expand): Likewise.
22113         (double_int_constant_multiple_p): Delete.
22114         (wide_int_constant_multiple_p): New.
22115         (aff_combination_constant_multiple_p): Take a widest_int pointer
22116         instead of a double_int pointer.
22117         (print_aff): Use wide-int interfaces.
22118         (get_inner_reference_aff): Take a widest_int pointer
22119         instead of a double_int pointer.
22120         (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
22121         * tree-affine.h: Include wide-int.h.
22122         (struct aff_comb_elt): Change type of coef to widest_int.
22123         (struct affine_tree_combination): Change type of offset to widest_int.
22124         (double_int_ext_for_comb): Delete.
22125         (wide_int_ext_for_comb): New.
22126         (aff_combination_const): Use widest_int instead of double_int.
22127         (aff_combination_scale): Likewise.
22128         (aff_combination_add_elt): Likewise.
22129         (aff_combination_constant_multiple_p): Likewise.
22130         (get_inner_reference_aff): Likewise.
22131         (aff_comb_cannot_overlap_p): Likewise.
22132         (aff_combination_zero_p): Use wide-int interfaces.
22133         * tree.c: Include tree.h.
22134         (init_ttree): Use make_int_cst.
22135         (tree_code_size): Removed code for INTEGER_CST case.
22136         (tree_size): Add INTEGER_CST case.
22137         (make_node_stat): Update comment.
22138         (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
22139         (build_int_cst_type): Use wide-int interfaces.
22140         (double_int_to_tree): Likewise.
22141         (double_int_fits_to_tree_p): Delete.
22142         (force_fit_type_double): Delete.
22143         (force_fit_type): New.
22144         (int_cst_hash_hash): Use wide-int interfaces.
22145         (int_cst_hash_eq): Likewise.
22146         (build_int_cst_wide): Delete.
22147         (wide_int_to_tree): New.
22148         (cache_integer_cst): Use wide-int interfaces.
22149         (build_low_bits_mask): Likewise.
22150         (cst_and_fits_in_hwi): Likewise.
22151         (real_value_from_int_cst): Likewise.
22152         (make_int_cst_stat): New.
22153         (integer_zerop): Use wide_int interfaces.
22154         (integer_onep): Likewise.
22155         (integer_all_onesp): Likewise.
22156         (integer_pow2p): Likewise.
22157         (integer_nonzerop): Likewise.
22158         (tree_log2): Likewise.
22159         (tree_floor_log2): Likewise.
22160         (tree_ctz): Likewise.
22161         (int_size_in_bytes): Likewise.
22162         (mem_ref_offset): Return an offset_int rather than a double_int.
22163         (build_type_attribute_qual_variant): Use wide_int interfaces.
22164         (type_hash_eq): Likewise
22165         (tree_int_cst_equal): Likewise.
22166         (tree_int_cst_lt): Delete.
22167         (tree_int_cst_compare): Likewise.
22168         (tree_fits_shwi_p): Use wide_int interfaces.
22169         (tree_fits_uhwi_p): Likewise.
22170         (tree_int_cst_sign_bit): Likewise.
22171         (tree_int_cst_sgn): Likewise.
22172         (tree_int_cst_min_precision): Take a signop rather than a bool.
22173         (simple_cst_equal): Use wide_int interfaces.
22174         (compare_tree_int): Likewise.
22175         (iterative_hash_expr): Likewise.
22176         (int_fits_type_p): Likewise.  Use tree_int_cst_lt rather than
22177         INT_CST_LT.
22178         (get_type_static_bounds): Use wide_int interfaces.
22179         (tree_int_cst_elt_check_failed): New.
22180         (build_common_tree_nodes): Reordered to set prec before filling in
22181         value.
22182         (int_cst_value): Check cst_and_fits_in_hwi.
22183         (widest_int_cst_value): Use wide_int interfaces.
22184         (upper_bound_in_type): Likewise.
22185         (lower_bound_in_type): Likewise.
22186         (num_ending_zeros): Likewise.
22187         (drop_tree_overflow): Likewise.
22188         * tree-call-cdce.c (check_pow): Update call to real_from_integer.
22189         (gen_conditions_for_pow_cst_base): Likewise.
22190         * tree-cfg.c: Include wide-int.h and wide-int-print.h.
22191         (group_case_labels_stmt): Use wide-int interfaces.
22192         (verify_gimple_assign_binary): Likewise.
22193         (print_loop): Likewise.
22194         * tree-chrec.c (tree_fold_binomial): Likewise.
22195         * tree-core.h (struct tree_base): Add int_length.
22196         (struct tree_int_cst): Change rep of value.
22197         * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
22198         (dr_may_alias_p): Likewise.
22199         (max_stmt_executions_tree): Likewise.
22200         * tree.def (INTEGER_CST): Update comment.
22201         * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
22202         * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
22203         * tree-dump.c: Include wide-int.h and wide-int-print.h.
22204         (dequeue_and_dump): Use wide-int interfaces.
22205         * tree.h: Include wide-int.h.
22206         (NULL_TREE): Moved to earlier loc in file.
22207         (TREE_INT_CST_ELT_CHECK): New.
22208         (tree_int_cst_elt_check_failed): New.
22209         (TYPE_SIGN): New.
22210         (TREE_INT_CST): Delete.
22211         (TREE_INT_CST_LOW): Use wide-int interfaces.
22212         (TREE_INT_CST_HIGH): Delete.
22213         (TREE_INT_CST_NUNITS): New.
22214         (TREE_INT_CST_EXT_NUNITS): Likewise.
22215         (TREE_INT_CST_OFFSET_NUNITS): Likewise.
22216         (TREE_INT_CST_ELT): Likewise.
22217         (INT_CST_LT): Delete.
22218         (tree_int_cst_elt_check): New (two forms).
22219         (type_code_size): Update comment.
22220         (make_int_cst_stat, make_int_cst): New.
22221         (tree_to_double_int): Delete.
22222         (double_int_fits_to_tree_p): Delete.
22223         (force_fit_type_double): Delete.
22224         (build_int_cstu): Replace with out-of-line function.
22225         (build_int_cst_wide): Delete.
22226         (tree_int_cst_lt): Define inline.
22227         (tree_int_cst_le): New.
22228         (tree_int_cst_compare): Define inline.
22229         (tree_int_cst_min_precision): Take a signop rather than a bool.
22230         (wi::int_traits <const_tree>): New.
22231         (wi::int_traits <tree>): New.
22232         (wi::extended_tree): New.
22233         (wi::int_traits <wi::extended_tree>): New.
22234         (wi::to_widest): New.
22235         (wi::to_offset): New.
22236         (wi::fits_to_tree_p): New.
22237         (wi::min_value): New.
22238         (wi::max_value): New.
22239         * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
22240         (copy_tree_body_r): Likewise.
22241         * tree-object-size.c (compute_object_offset): Likewise.
22242         (addr_object_size): Likewise.
22243         * tree-predcom.c: Include wide-int-print.h.
22244         (struct dref_d): Change type of offset to widest_int.
22245         (dump_dref): Call wide-int printer.
22246         (aff_combination_dr_offset): Use wide-int interfaces.
22247         (determine_offset): Take a widest_int pointer rather than a
22248         double_int pointer.
22249         (split_data_refs_to_components): Use wide-int interfaces.
22250         (suitable_component_p): Likewise.
22251         (order_drefs): Likewise.
22252         (add_ref_to_chain): Likewise.
22253         (valid_initializer_p): Likewise.
22254         (determine_roots_comp): Likewise.
22255         * tree-pretty-print.c: Include wide-int-print.h.
22256         (dump_generic_node): Use wide-int interfaces.
22257         * tree-sra.c (sra_ipa_modify_expr): Likewise.
22258         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
22259         (move_fixed_address_to_symbol): Likewise.
22260         (move_hint_to_base): Likewise.
22261         (move_pointer_to_base): Likewise.
22262         (move_variant_to_index): Likewise.
22263         (most_expensive_mult_to_index): Likewise.
22264         (addr_to_parts): Likewise.
22265         (copy_ref_info): Likewise.
22266         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
22267         (indirect_refs_may_alias_p): Likewise.
22268         (stmt_kills_ref_p_1): Likewise.
22269         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
22270         * tree-ssa-ccp.c: Update comment at top of file.  Include
22271         wide-int-print.h.
22272         (struct prop_value_d): Change type of mask to widest_int.
22273         (extend_mask): New function.
22274         (dump_lattice_value): Use wide-int interfaces.
22275         (get_default_value): Likewise.
22276         (set_constant_value): Likewise.
22277         (set_value_varying): Likewise.
22278         (valid_lattice_transition): Likewise.
22279         (set_lattice_value): Likewise.
22280         (value_to_double_int): Delete.
22281         (value_to_wide_int): New.
22282         (get_value_from_alignment): Use wide-int interfaces.
22283         (get_value_for_expr): Likewise.
22284         (do_dbg_cnt): Likewise.
22285         (ccp_finalize): Likewise.
22286         (ccp_lattice_meet): Likewise.
22287         (bit_value_unop_1): Use widest_ints rather than double_ints.
22288         (bit_value_binop_1): Likewise.
22289         (bit_value_unop): Use wide-int interfaces.
22290         (bit_value_binop): Likewise.
22291         (bit_value_assume_aligned): Likewise.
22292         (evaluate_stmt): Likewise.
22293         (ccp_fold_stmt): Likewise.
22294         (visit_cond_stmt): Likewise.
22295         (ccp_visit_stmt): Likewise.
22296         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
22297         (constant_pointer_difference): Likewise.
22298         (associate_pointerplus): Likewise.
22299         (combine_conversions): Likewise.
22300         * tree-ssa-loop.h: Include wide-int.h.
22301         (struct tree_niter_desc): Change type of max to widest_int.
22302         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
22303         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
22304         (remove_redundant_iv_tests): Likewise.
22305         (canonicalize_loop_induction_variables): Likewise.
22306         * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
22307         (constant_multiple_of): Take a widest_int pointer instead of
22308         a double_int pointer.
22309         (get_computation_aff): Use wide-int interfaces.
22310         (ptr_difference_cost): Likewise.
22311         (difference_cost): Likewise.
22312         (get_loop_invariant_expr_id): Likewise.
22313         (get_computation_cost_at): Likewise.
22314         (iv_elimination_compare_lt): Likewise.
22315         (may_eliminate_iv): Likewise.
22316         * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
22317         instead of double_int.
22318         (max_loop_iterations): Likewise.
22319         (max_stmt_executions): Likewise.
22320         (estimated_stmt_executions): Likewise.
22321         * tree-ssa-loop-niter.c: Include wide-int-print.h.
22322         (split_to_var_and_offset): Use wide-int interfaces.
22323         (determine_value_range): Likewise.
22324         (bound_difference_of_offsetted_base): Likewise.
22325         (bounds_add): Take a widest_int instead of a double_int.
22326         (number_of_iterations_ne_max): Use wide-int interfaces.
22327         (number_of_iterations_ne): Likewise.
22328         (number_of_iterations_lt_to_ne): Likewise.
22329         (assert_loop_rolls_lt): Likewise.
22330         (number_of_iterations_lt): Likewise.
22331         (number_of_iterations_le): Likewise.
22332         (number_of_iterations_cond): Likewise.
22333         (number_of_iterations_exit): Likewise.
22334         (finite_loop_p): Likewise.
22335         (derive_constant_upper_bound_assign): Likewise.
22336         (derive_constant_upper_bound): Return a widest_int.
22337         (derive_constant_upper_bound_ops): Likewise.
22338         (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
22339         (record_estimate): Take a widest_int rather than a double_int.
22340         (record_nonwrapping_iv): Use wide-int interfaces.
22341         (double_int_cmp): Delete.
22342         (wide_int_cmp): New.
22343         (bound_index): Take a widest_int rather than a double_int.
22344         (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
22345         (maybe_lower_iteration_bound): Likewise.
22346         (estimate_numbers_of_iterations_loop): Likewise.
22347         (estimated_loop_iterations): Take a widest_int pointer than than
22348         a double_int pointer.
22349         (estimated_loop_iterations_int): Use wide-int interfaces.
22350         (max_loop_iterations): Take a widest_int pointer than than
22351         a double_int pointer.
22352         (max_loop_iterations_int): Use wide-int interfaces.
22353         (max_stmt_executions): Take a widest_int pointer than than
22354         a double_int pointer.
22355         (estimated_stmt_executions): Likewise.
22356         (n_of_executions_at_most): Use wide-int interfaces.
22357         (scev_probably_wraps_p): Likewise.
22358         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
22359         to real_to_integer.
22360         * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
22361         interfaces.
22362         * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
22363         double_ints.  Adjust for trailing_wide_ints <3> representation.
22364         (set_nonzero_bits): Likewise.
22365         (get_range_info): Return wide_ints rather than double_ints.
22366         Adjust for trailing_wide_ints <3> representation.
22367         (get_nonzero_bits): Likewise.
22368         (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
22369         representation.
22370         * tree-ssanames.h (struct range_info_def): Replace min, max and
22371         nonzero_bits with a trailing_wide_ints <3>.
22372         (set_range_info): Use wide_int_refs rather than double_ints.
22373         (set_nonzero_bits): Likewise.
22374         (get_range_info): Return wide_ints rather than double_ints.
22375         (get_nonzero_bits): Likewise.
22376         * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
22377         * tree-ssa-pre.c (phi_translate_1): Likewise.
22378         * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
22379         (acceptable_pow_call): Likewise.
22380         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
22381         interfaces.
22382         (vn_reference_fold_indirect): Likewise.
22383         (vn_reference_maybe_forwprop_address): Likewise.
22384         (valueize_refs_1): Likewise.
22385         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
22386         * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
22387         tree_int_cst_lt and tree_int_cst_le.
22388         * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
22389         interfaces.
22390         (streamer_alloc_tree): Likewise.
22391         * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
22392         (streamer_write_tree_header): Likewise.
22393         (streamer_write_integer_cst): Likewise.
22394         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
22395         (build_constructors): Likewise.
22396         (array_value_type): Likewise.
22397         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
22398         (vect_check_gather): Likewise.
22399         * tree-vect-generic.c (build_replicated_const): Likewise.
22400         (expand_vector_divmod): Likewise.
22401         * tree-vect-loop.c (vect_transform_loop): Likewise.
22402         * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
22403         (vect_do_peeling_for_alignment): Likewise.
22404         * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
22405         * tree-vrp.c: Include wide-int.h.
22406         (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
22407         (extract_range_from_assert): Use wide-int interfaces.
22408         (vrp_int_const_binop): Likewise.
22409         (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
22410         double_int pointers.
22411         (ranges_from_anti_range): Use wide-int interfaces.
22412         (quad_int_cmp): Delete.
22413         (quad_int_pair_sort): Likewise.
22414         (extract_range_from_binary_expr_1): Use wide-int interfaces.
22415         (extract_range_from_unary_expr_1): Likewise.
22416         (adjust_range_with_scev): Likewise.
22417         (masked_increment): Take and return wide_ints rather than double_ints.
22418         (register_edge_assert_for_2): Use wide-int interfaces.
22419         (check_array_ref): Likewise.
22420         (search_for_addr_array): Likewise.
22421         (maybe_set_nonzero_bits): Likewise.
22422         (union_ranges): Pass an integer of the correct type instead of
22423         using integer_one_node.
22424         (intersect_ranges): Likewise.
22425         (simplify_truth_ops_using_ranges): Likewise.
22426         (simplify_bit_ops_using_ranges): Use wide-int interfaces.
22427         (range_fits_type_p): Likewise.
22428         (simplify_cond_using_ranges): Likewise.  Take a signop rather than
22429         a bool.
22430         (simplify_conversion_using_ranges): Use wide-int interfaces.
22431         (simplify_float_conversion_using_ranges): Likewise.
22432         (vrp_finalize): Likewise.
22433         * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
22434         (gimple_stringops_transform): Likewise.
22435         * varasm.c (decode_addr_const): Likewise.
22436         (const_hash_1): Likewise.
22437         (const_rtx_hash_1): Likewise
22438         (output_constant): Likewise.
22439         (array_size_for_constructor): Likewise.
22440         (output_constructor_regular_field): Likewise.
22441         (output_constructor_bitfield): Likewise.
22442         * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
22443         * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
22444         GENERATOR_FILEs.
22445         * gencheck.c: Define BITS_PER_UNIT.
22446         * wide-int.cc: New.
22447         * wide-int.h: New.
22448         * wide-int-print.cc: New.
22449         * wide-int-print.h: New.
22451 2014-05-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
22453         * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
22455 2014-05-06  Richard Biener  <rguenther@suse.de>
22457         * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
22458         TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
22459         (TODO_verify_all): Adjust.
22460         * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
22461         TODO_verify_stmts and TODO_verify_rtl_sharing.
22462         * bb-reorder.c: Likewise.
22463         * cfgexpand.c: Likewise.
22464         * cprop.c: Likewise.
22465         * cse.c: Likewise.
22466         * function.c: Likewise.
22467         * fwprop.c: Likewise.
22468         * gcse.c: Likewise.
22469         * gimple-ssa-isolate-paths.c: Likewise.
22470         * gimple-ssa-strength-reduction.c: Likewise.
22471         * ipa-split.c: Likewise.
22472         * loop-init.c: Likewise.
22473         * loop-unroll.c: Likewise.
22474         * lower-subreg.c: Likewise.
22475         * modulo-sched.c: Likewise.
22476         * postreload-gcse.c: Likewise.
22477         * predict.c: Likewise.
22478         * recog.c: Likewise.
22479         * sched-rgn.c: Likewise.
22480         * store-motion.c: Likewise.
22481         * tracer.c: Likewise.
22482         * trans-mem.c: Likewise.
22483         * tree-call-cdce.c: Likewise.
22484         * tree-cfg.c: Likewise.
22485         * tree-cfgcleanup.c: Likewise.
22486         * tree-complex.c: Likewise.
22487         * tree-eh.c: Likewise.
22488         * tree-emutls.c: Likewise.
22489         * tree-if-conv.c: Likewise.
22490         * tree-into-ssa.c: Likewise.
22491         * tree-loop-distribution.c: Likewise.
22492         * tree-object-size.c: Likewise.
22493         * tree-parloops.c: Likewise.
22494         * tree-pass.h: Likewise.
22495         * tree-sra.c: Likewise.
22496         * tree-ssa-ccp.c: Likewise.
22497         * tree-ssa-copy.c: Likewise.
22498         * tree-ssa-copyrename.c: Likewise.
22499         * tree-ssa-dce.c: Likewise.
22500         * tree-ssa-dom.c: Likewise.
22501         * tree-ssa-dse.c: Likewise.
22502         * tree-ssa-forwprop.c: Likewise.
22503         * tree-ssa-ifcombine.c: Likewise.
22504         * tree-ssa-loop-ch.c: Likewise.
22505         * tree-ssa-loop-ivcanon.c: Likewise.
22506         * tree-ssa-loop.c: Likewise.
22507         * tree-ssa-math-opts.c: Likewise.
22508         * tree-ssa-phiopt.c: Likewise.
22509         * tree-ssa-phiprop.c: Likewise.
22510         * tree-ssa-pre.c: Likewise.
22511         * tree-ssa-reassoc.c: Likewise.
22512         * tree-ssa-sink.c: Likewise.
22513         * tree-ssa-strlen.c: Likewise.
22514         * tree-ssa-tail-merge.c: Likewise.
22515         * tree-ssa-uncprop.c: Likewise.
22516         * tree-switch-conversion.c: Likewise.
22517         * tree-tailcall.c: Likewise.
22518         * tree-vect-generic.c: Likewise.
22519         * tree-vectorizer.c: Likewise.
22520         * tree-vrp.c: Likewise.
22521         * tsan.c: Likewise.
22522         * var-tracking.c: Likewise.
22523         * bt-load.c: Likewise.
22524         * cfgcleanup.c: Likewise.
22525         * combine-stack-adj.c: Likewise.
22526         * combine.c: Likewise.
22527         * compare-elim.c: Likewise.
22528         * config/epiphany/resolve-sw-modes.c: Likewise.
22529         * config/i386/i386.c: Likewise.
22530         * config/mips/mips.c: Likewise.
22531         * config/s390/s390.c: Likewise.
22532         * config/sh/sh_treg_combine.cc: Likewise.
22533         * config/sparc/sparc.c: Likewise.
22534         * dce.c: Likewise.
22535         * dse.c: Likewise.
22536         * final.c: Likewise.
22537         * ifcvt.c: Likewise.
22538         * mode-switching.c: Likewise.
22539         * passes.c: Likewise.
22540         * postreload.c: Likewise.
22541         * ree.c: Likewise.
22542         * reg-stack.c: Likewise.
22543         * regcprop.c: Likewise.
22544         * regrename.c: Likewise.
22545         * web.c: Likewise.
22547 2014-05-06  Richard Biener  <rguenther@suse.de>
22549         PR middle-end/61070
22550         * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
22551         * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
22553 2014-05-05  Jan Hubicka  <hubicka@ucw.cz>
22555         PR ipa/60965
22556         * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
22558 2014-05-05  Radovan Obradovic  <robradovic@mips.com>
22559             Tom de Vries  <tom@codesourcery.com>
22561         * target.def (call_fusage_contains_non_callee_clobbers): New
22562         DEFHOOKPOD.
22563         * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
22564         Hooks to @menu.
22565         (@node Miscellaneous Register Hooks): New node.
22566         (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
22567         * doc/tm.texi: Regenerate.
22569 2014-05-05  Marek Polacek  <polacek@redhat.com>
22571         PR driver/61065
22572         * opts.c (common_handle_option): Call error_at instead of warning_at.
22574 2014-05-05  Richard Biener  <rguenther@suse.de>
22576         * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
22577         from last_verified if update_ssa ran.  Move TODO_verify_rtl_sharing
22578         under the TODO_verify_il umbrella.
22580 2014-05-05  Richard Biener  <rguenther@suse.de>
22582         * passes.c (execute_function_todo): Move TODO_verify_flow under
22583         the TODO_verify_ul umbrella.
22585 2014-05-05  Richard Biener  <rguenther@suse.de>
22587         PR middle-end/61010
22588         * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
22589         X & CST away from a CST that is the mask of a mode.
22591 2014-05-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
22593         * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
22594         int argument to enum machine_mode.
22595         (picochip_class_max_nregs): Ditto.
22596         * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
22597         (picochip_class_max_nregs): Ditto.
22599 2014-05-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22601         * target.def: Add new target hook.
22602         * doc/tm.texi: Regenerate.
22603         * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
22604         * targhooks.c (default_keep_leaf_when_profiled): New function.
22606         * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
22607         (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
22609 2014-05-05  Bin Cheng  <bin.cheng@arm.com>
22611         PR tree-optimization/60363
22612         * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
22613         (copy_phi_args): New parameters.  Call get_value_locus_in_path.
22614         (update_destination_phis): New parameter.
22615         (create_edge_and_update_destination_phis): Ditto.
22616         (ssa_fix_duplicate_block_edges): Pass new arguments.
22617         (thread_single_edge): Ditto.
22619 2014-05-04  Peter Bergner  <bergner@vnet.ibm.com>
22621         * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
22622         (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
22623         (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
22624         * config/rs6000/rs6000-builtin.def (BU_MISC_1):
22625         Use RS6000_BTM_HARD_FLOAT.
22626         (BU_MISC_2): Likewise.
22627         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
22628         RS6000_BTM_HARD_FLOAT.
22629         (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
22630         is explicitly used.
22631         (rs6000_invalid_builtin): Add hard floating builtin support.
22632         (rs6000_expand_builtin): Relax the gcc_assert to allow the new
22633         hard float builtins.
22634         (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
22636 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
22638         * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
22639         Add missing function* argument.
22641 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
22643         * lra-constraints.c (valid_address_p): Move earlier in file.
22644         Add a constraint argument to the address_info version.
22645         (satisfies_memory_constraint_p): New function.
22646         (satisfies_address_constraint_p): Likewise.
22647         (process_alt_operands, curr_insn_transform): Use them.
22648         (process_address): Pass the constraint to valid_address_p when
22649         checking address operands.
22651 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
22653         * config/mips/mips.c (mips_isa_rev): New variable.
22654         (mips_set_architecture): Set it.
22655         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
22656         from mips_isa_rev.
22657         (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
22658         (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
22659         (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
22660         (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
22661         (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
22662         conditions in terms of mips_isa_rev.
22663         (mips_isa_rev): Declare.
22665 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
22667         * config/sh/sh-mem.cc: Use tabs instead of spaces.
22668         (prob_unlikely, prob_likely): Make variables const.
22670 2014-05-03  Denis Chertykov  <chertykov@gmail.com>
22672         * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
22674 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
22676         * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
22678 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
22680         * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
22681         (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
22682         * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
22683         functions.
22684         (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
22685         sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
22686         sh_pass_in_reg_p.
22687         Replace usage of ROUND_REG with sh_round_reg.
22688         Use CEIL instead of ROUND_ADVANCE.
22690 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
22692         PR target/61026
22693         * config/sh/sh.c: Include stdlib headers before everything else.
22695 2014-05-02  Jakub Jelinek  <jakub@redhat.com>
22697         * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
22698         GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
22699         (gimplify_adjust_omp_clauses): Simd region is never
22700         directly nested in combined parallel.  Instead, for linear
22701         with copyin/copyout, if in combined for simd loop, make decl
22702         firstprivate/lastprivate on OMP_FOR.
22703         * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
22704         expand_omp_for_static_chunk): When setting endvar, also set
22705         fd->loop.v to the same value.
22707 2014-05-02  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
22709         * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
22711 2014-05-02  Alan Lawrence  <alan.lawrence@arm.com>
22713         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
22714         expression.
22716 2014-05-02  Marek Polacek  <polacek@redhat.com>
22718         * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
22720 2014-05-02  Kito Cheng  <kito@0xlab.org>
22722         * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
22723         to a C expression marco.
22724         * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
22725         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
22726         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
22727         * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
22728         HONOR_REG_ALLOC_ORDER.
22729         * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
22731 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
22733         * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
22735 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
22737         * config/arc/arc.c (arc_select_cc_mode): Fix typo.
22739 2014-05-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
22741         * tree-if-conv.c (is_cond_scalar_reduction): New function.
22742         (convert_scalar_cond_reduction): Likewise.
22743         (predicate_scalar_phi): Add recognition and transformation
22744         of simple conditioanl reduction to be vectorizable.
22746 2014-05-01  Marek Polacek  <polacek@redhat.com>
22748         PR c/43245
22749         * doc/invoke.texi: Document -Wdiscarded-qualifiers.
22751 2014-04-30  Alan Lawrence  <alan.lawrence@arm.com>
22753         * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
22754         vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
22755         vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
22756         vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
22757         vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
22758         vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
22759         vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
22760         vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
22762 2014-04-30  Joern Rennecke  <joern.rennecke@embecosm.com>
22764         * config/arc/arc.opt (mlra): Move comment above option name
22765         to avoid mis-parsing as language options.
22767 2014-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22769         * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
22770         * config/sol2.h: ... here.
22771         * config/sol2-10.h: Remove.
22773         * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
22774         (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
22775         (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
22776         (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
22777         (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
22778         * config/sol2.h: ... here.
22779         (SECTION_NAME_FORMAT): Don't redefine.
22780         (STARTFILE_ARCH32_SPEC): Rename to ...
22781         (STARTFILE_ARCH_SPEC): ... this.
22782         (ASM_OUTPUT_ALIGNED_COMMON): Move ...
22783         * config/sparc/sol2.h: ... here.
22784         (SECTION_NAME_FORMAT): Don't undef.
22785         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
22786         (SUBTARGET_EXTRA_SPECS): Remove.
22787         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
22789         * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
22790         (MD_STARTFILE_PREFIX): Remove.
22791         (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
22792         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
22793         (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
22794         (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
22795         (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
22796         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
22797         * config/i386/sol2.h: ... here.
22798         (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
22799         * config/i386/sol2-bi.h: Remove.
22800         * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
22801         (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
22803         * config/i386/t-sol2-64: Rename to ...
22804         * config/i386/t-sol2: ... this.
22805         * config/sparc/t-sol2-64: Rename to ...
22806         * config/sparc/t-sol2: ... this.
22808         * config.gcc (*-*-solaris2*): Split sol2_tm_file into
22809         sol2_tm_file_head, sol2_tm_file_tail.
22810         Include ${cpu_type}/sol2.h before sol2.h.
22811         Remove sol2-10.h.
22812         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
22813         i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
22814         Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
22815         Reflect i386/t-sol2-64 renaming.
22816         (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
22817         Reflect sparc/t-sol2-64 renaming.
22819 2014-04-30  Richard Biener  <rguenther@suse.de>
22821         * passes.c (execute_function_todo): Move TODO_verify_stmts
22822         and TODO_verify_ssa under the TODO_verify_il umbrella.
22823         * tree-ssa.h (verify_ssa): Adjust prototype.
22824         * tree-ssa.c (verify_ssa): Add parameter to tell whether
22825         we should verify SSA operands.
22826         * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
22827         * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
22828         whether we should verify whether not throwing stmts have EH info.
22829         * graphite-scop-detection.c (create_sese_edges): Adjust.
22830         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
22831         * tree-eh.c (lower_try_finally_switch): Do not add the
22832         default case label twice.
22834 2014-04-30  Marek Polacek  <polacek@redhat.com>
22836         * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
22837         * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
22838         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
22839         * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
22841 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
22843         * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
22844         vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
22845         vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
22846         vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
22847         vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
22848         vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
22849         vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
22850         vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
22852 2014-04-29  David Malcolm  <dmalcolm@redhat.com>
22854         * tree-cfg.c (dump_function_to_file): Dump the return type of
22855         functions, in a line to itself before the function body, mimicking
22856         the layout of a C function.
22858 2014-04-29  Jakub Jelinek  <jakub@redhat.com>
22860         PR tree-optimization/60971
22861         * tree-tailcall.c (process_assignment): Reject conversions which
22862         reduce precision.
22864 2014-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
22866         * calls.c (initialize_argument_information): Always treat
22867         PUSH_ARGS_REVERSED as 1, simplify code accordingly.
22868         (expand_call): Likewise.
22869         (emit_library_call_calue_1): Likewise.
22870         * expr.c (PUSH_ARGS_REVERSED): Do not define.
22871         (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
22872         code accordingly.
22874 2014-04-29  Nick Clifton  <nickc@redhat.com>
22876         * config/msp430/msp430.md (umulsidi): Fix typo.
22877         (mulhisi3): Enable even inside interrupt handlers.
22878         * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
22879         bigger return address pushed in large mode.
22881 2014-04-29  Nick Clifton  <nickc@redhat.com>
22883         * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
22884         (arc_init_reg_tables): Use a machine_mode enum to iterate over
22885         available modes.
22886         * config/m32r/m32r.c (init_reg_tables): Likewise.
22887         * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
22888         enum to hold the modes.
22890 2014-04-29  Richard Biener  <rguenther@suse.de>
22892         * dominance.c (free_dominance_info): Add overload with
22893         function parameter.
22894         (dom_info_state): Likewise.
22895         (dom_info_available_p): Likewise.
22896         * basic-block.h (free_dominance_info, dom_info_state,
22897         dom_info_available_p): Declare overloads.
22898         * passes.c (execute_function_todo): Verify that verifiers
22899         don't change dominator info state.  Drop dominator info
22900         for IPA pass invocations.
22901         * cgraph.c (release_function_body): Restore asserts that
22902         dominator information is released.
22904 2014-04-29  Patrick Palka  <patrick@parcs.ath.cx>
22906         * doc/invoke.texi: Fix typo.
22907         * tree-vrp.c: Fix typos.
22908         * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
22910 2014-04-29  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
22912         * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
22914 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
22916         * config/aarch64/aarch64-builtins.c
22917         (aarch64_types_storestruct_lane_qualifiers): New.
22918         (TYPES_STORESTRUCT_LANE): Likewise.
22919         * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
22920         (st3_lane): Likewise.
22921         (st4_lane): Likewise.
22922         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
22923         (vec_store_lanesci_lane<mode>): Likewise.
22924         (vec_store_lanesxi_lane<mode>): Likewise.
22925         (aarch64_st2_lane<VQ:mode>): Likewise.
22926         (aarch64_st3_lane<VQ:mode>): Likewise.
22927         (aarch64_st4_lane<VQ:mode>): Likewise.
22928         * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
22929         * config/aarch64/arm_neon.h
22930         (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
22931         use new macro arguments.
22932         (__ST3_LANE_FUNC): Likewise.
22933         (__ST4_LANE_FUNC): Likewise.
22934         * config/aarch64/iterators.md (V_TWO_ELEM): New.
22935         (V_THREE_ELEM): Likewise.
22936         (V_FOUR_ELEM): Likewise.
22938 2014-04-28  David Malcolm  <dmalcolm@redhat.com>
22940         * doc/gimple.texi: Replace the description of the now-defunct
22941         union gimple_statement_d with a diagram showing the
22942         gimple_statement_base class hierarchy and its relationships to
22943         the GSS_ and GIMPLE_ enums.
22945 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
22947         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
22948         * config/aarch64/aarch64.c
22949         (aarch64_cannot_change_mode_class): Weaken conditions.
22950         (aarch64_modes_tieable_p): New.
22951         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
22953 2014-04-28  Pat Haugen  <pthaugen@us.ibm.com>
22955         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
22956         (loadsync_<mode>): Change mode.
22957         (load_quadpti, store_quadpti): New.
22958         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
22959         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
22961 2014-04-28  Martin Jambor  <mjambor@suse.cz>
22963         * tree-sra.c (sra_modify_expr): Generate new memory accesses with
22964         same alias type as the original statement.
22965         (subreplacement_assignment_data): New type.
22966         (handle_unscalarized_data_in_subtree): New type of parameter,
22967         generate new memory accesses with same alias type as the original
22968         statement.
22969         (load_assign_lhs_subreplacements): Likewise.
22970         (sra_modify_constructor_assign): Generate new memory accesses with
22971         same alias type as the original statement.
22973 2014-04-28  Richard Biener  <rguenther@suse.de>
22975         * tree-pass.h (TODO_verify_il): Define.
22976         (TODO_verify_all): Complete properly.
22977         * passes.c (execute_function_todo): Move existing loop-closed
22978         SSA verification under TODO_verify_il.
22979         (execute_one_pass): Trigger TODO_verify_il at todo-after time.
22980         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
22981         Fix tree sharing issue.
22983 2014-04-28  Richard Biener  <rguenther@suse.de>
22985         PR middle-end/60092
22986         * builtins.def (DEF_C11_BUILTIN): Add.
22987         (BUILT_IN_ALIGNED_ALLOC): Likewise.
22988         * coretypes.h (enum function_class): Add function_c11_misc.
22989         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
22990         BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
22991         (call_may_clobber_ref_p_1): Likewise.
22992         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
22993         (mark_all_reaching_defs_necessary_1): Likewise.
22994         (propagate_necessity): Likewise.
22995         (eliminate_unnecessary_stmts): Likewise.
22996         * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
22998 2014-04-28  Richard Biener  <rguenther@suse.de>
23000         * tree-vrp.c (vrp_var_may_overflow): Remove.
23001         (vrp_visit_phi_node): Rather than bumping to +-INF possibly
23002         with overflow immediately bump to one before that value and
23003         let iteration figure out overflow status.
23005 2014-04-28  Richard Biener  <rguenther@suse.de>
23007         * configure.ac: Do valgrind header checks unconditionally.
23008         Add --enable-valgrind-annotations.
23009         * system.h: Guard valgrind header inclusion with
23010         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
23011         * alloc-pool.c (pool_alloc, pool_free): Use
23012         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
23013         to guard possibly dead code.
23014         * config.in: Regenerated.
23015         * configure: Likewise.
23017 2014-04-28  Jeff Law  <law@redhat.com>
23019         PR tree-optimization/60902
23020         * tree-ssa-threadedge.c
23021         (record_temporary_equivalences_from_stmts_at_dest): Only iterate
23022         over real defs when invalidating outputs from statements that do not
23023         produce useful outputs for threading.
23025 2014-04-28  Richard Biener  <rguenther@suse.de>
23027         PR tree-optimization/60979
23028         * graphite-scop-detection.c (scopdet_basic_block_info): Reject
23029         SCOPs that end in a block with a successor with abnormal
23030         predecessors.
23032 2014-04-28  Richard Biener  <rguenther@suse.de>
23034         * tree-pass.h (execute_pass_list): Adjust prototype.
23035         * passes.c (pass_manager::execute_early_local_passes): Adjust.
23036         (do_per_function): Change callback signature, push all actual
23037         work to the callbals.
23038         (do_per_function_toporder): Likewise.
23039         (execute_function_dump): Adjust.
23040         (execute_function_todo): Likewise.
23041         (clear_last_verified): Likewise.
23042         (verify_curr_properties): Likewise.
23043         (update_properties_after_pass): Likewise.
23044         (execute_pass_list_1): Split out from ...
23045         (execute_pass_list): ... here.  Adjust.
23046         (execute_ipa_pass_list): Likewise.
23047         * cgraphunit.c (cgraph_add_new_function): Adjust.
23048         (analyze_function): Likewise.
23049         (expand_function): Likewise.
23050         * cgraph.c (release_function_body): Free dominance info
23051         here instead of asserting it was magically freed elsewhere.
23053 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
23055         * configure.ac: Tweak GAS check for LEON instructions on SPARC.
23056         * configure: Regenerate.
23057         * config/sparc/sparc.opt (muser-mode): New option.
23058         * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
23059         for LEON3.
23060         (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
23061         * doc/invoke.texi (SPARC options): Document -muser-mode.
23063 2014-04-27  Richard Sandiford  <rdsandiford@googlemail.com>
23065         * cselib.c (find_slot_memmode): Delete.
23066         (cselib_hasher): Change compare_type to a struct.
23067         (cselib_hasher::equal): Update accordingly.  Don't expect wrapped
23068         constants.
23069         (preserve_constants_and_equivs): Adjust for new compare_type.
23070         (cselib_find_slot): Likewise.  Take the mode of the rtx as argument.
23071         (wrap_constant): Delete.
23072         (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
23074 2014-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23076         * doc/install.texi (Building with profile feedback): Remove
23077         outdated sentence.
23079 2014-04-26  Tom de Vries  <tom@codesourcery.com>
23081         * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
23082         array accesses.
23084 2014-04-25  Cary Coutant  <ccoutant@google.com>
23086         PR debug/60929
23087         * dwarf2out.c (should_move_die_to_comdat): A type definition
23088         can contain a subprogram definition, but don't move it to a
23089         comdat unit.
23090         (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
23091         (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
23092         from original DIE.
23093         (clone_tree_hash): Rename to...
23094         (clone_tree_partial): ...this; change callers.  Copy
23095         DW_TAG_subprogram DIEs as declarations.
23096         (copy_decls_walk): Don't copy children of a declaration into a
23097         type unit.
23099 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
23101         PR target/60969
23102         * config/i386/i386.md (*movsf_internal): Set MODE to SI for
23103         alternative 12.
23105 2014-04-25  Jiong Wang  <jiong.wang@arm.com>
23107         * config/arm/predicates.md (call_insn_operand): Add long_call check.
23108         * config/arm/arm.md (sibcall, sibcall_value): Force the address to
23109         reg for long_call.
23110         * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
23111         restriction.
23113 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23115         * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
23117 2014-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23119         PR tree-optimization/60930
23120         * gimple-ssa-strength-reduction.c (create_mul_imm_cand):  Reject
23121         creating a multiply candidate by folding two constant
23122         multiplicands when the result overflows.
23124 2014-04-25  Jakub Jelinek  <jakub@redhat.com>
23126         PR tree-optimization/60960
23127         * tree-vect-generic.c (expand_vector_operation): Only call
23128         expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
23130 2014-04-25  Tom de Vries  <tom@codesourcery.com>
23132         * expr.c (clobber_reg_mode): New function.
23133         * expr.h (clobber_reg): New function.
23135 2014-04-25  Tom de Vries  <tom@codesourcery.com>
23137         * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
23138         clobbers.
23140 2014-04-25  Radovan Obradovic  <robradovic@mips.com>
23141             Tom de Vries  <tom@codesourcery.com>
23143         * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
23144         handle.
23145         * rtl.h (find_all_hard_reg_sets): Add bool parameter.
23146         * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
23147         new argument to find_all_hard_reg_sets call.
23149 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23151         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
23152         Use HOST_WIDE_INT_C for mask literal.
23153         (aarch_rev16_shleft_mask_imm_p): Likewise.
23155 2014-04-25  Eric Botcazou  <ebotcazou@adacore.com>
23157         PR target/60941
23158         * config/sparc/sparc.md (ashlsi3_extend): Delete.
23160 2014-04-25  Marc Glisse  <marc.glisse@inria.fr>
23162         PR preprocessor/56540
23163         * config/i386/i386-c.c (ix86_target_macros): Define
23164         __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
23166 2014-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23168         * configure.ac (tga_func): Remove.
23169         (LIB_TLS_SPEC): Remove.
23170         * configure: Regenerate.
23171         * config.in: Regenerate.
23172         * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
23174 2014-04-25  Richard Biener  <rguenther@suse.de>
23176         PR ipa/60912
23177         * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
23178         call stmt use/clobber sets during stmt walk instead of
23179         walking the possibly incomplete set of caller edges.
23181 2014-04-25  Richard Biener  <rguenther@suse.de>
23183         PR ipa/60911
23184         * passes.c (apply_ipa_transforms): Inline into only caller ...
23185         (execute_one_pass): ... here.  Properly bring in function
23186         bodies for nodes we want to apply IPA transforms to.
23188 2014-04-24  Cong Hou  <congh@google.com>
23190         PR tree-optimization/60896
23191         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
23192         all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
23193         (vect_mark_pattern_stmts): Set the def type of all statements in
23194         PATTERN_DEF_SEQ as vect_internal_def.
23196 2014-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
23198         * doc/extend.texi (PowerPC Built-in Functions): Document new
23199         powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
23200         (PowerPC AltiVec/VSX Built-in Functions): Likewise.
23202         * config/rs6000/predicates.md (const_0_to_3_operand): New
23203         predicate to match 0..3 integer constants.
23205         * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
23206         to support adding miscellaneous builtin functions.
23207         (BU_DFP_MISC_2): Likewise.
23208         (BU_P7_MISC_1): Likewise.
23209         (BU_P7_MISC_2): Likewise.
23210         (BU_P8V_MISC_3): Likewise.
23211         (BU_MISC_1): Likewise.
23212         (BU_MISC_2): Likewise.
23213         (DIVWE): Add extended divide builtin functions.
23214         (DIVWEO): Likewise.
23215         (DIVWEU): Likewise.
23216         (DIVWEUO): Likewise.
23217         (DIVDE): Likewise.
23218         (DIVDEO): Likewise.
23219         (DIVDEU): Likewise.
23220         (DIVDEUO): Likewise.
23221         (DXEX): Add decimal floating-point builtin functions.
23222         (DXEXQ): Likewise.
23223         (DDEDPD): Likewise.
23224         (DDEDPDQ): Likewise.
23225         (DENBCD): Likewise.
23226         (DENBCDQ): Likewise.
23227         (DIEX): Likewise.
23228         (DIEXQ): Likewise.
23229         (DSCLI): Likewise.
23230         (DSCLIQ): Likewise.
23231         (DSCRI): Likewise.
23232         (DSCRIQ): Likewise.
23233         (CDTBCD): Add new BCD builtin functions.
23234         (CBCDTD): Likewise.
23235         (ADDG6S): Likewise.
23236         (BCDADD): Likewise.
23237         (BCDADD_LT): Likewise.
23238         (BCDADD_EQ): Likewise.
23239         (BCDADD_GT): Likewise.
23240         (BCDADD_OV): Likewise.
23241         (BCDSUB): Likewise.
23242         (BCDSUB_LT): Likewise.
23243         (BCDSUB_EQ): Likewise.
23244         (BCDSUB_GT): Likewise.
23245         (BCDSUB_OV): Likewise.
23246         (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
23247         (UNPACK_TD): Likewise.
23248         (PACK_TF): Likewise.
23249         (UNPACK_TF): Likewise.
23250         (UNPACK_TF_0): Likewise.
23251         (UNPACK_TF_1): Likewise.
23252         (PACK_V1TI): Likewise.
23253         (UNPACK_V1TI): Likewise.
23255         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
23256         support for decimal floating point builtin functions.
23257         (rs6000_expand_ternop_builtin): Add checks for the new builtin
23258         functions that take constant arguments.
23259         (rs6000_invalid_builtin): Add decimal floating point builtin support.
23260         (rs6000_init_builtins): Setup long double, _Decimal64, and
23261         _Decimal128 types for new builtin functions.
23262         (builtin_function_type): Set the unsigned flags appropriately for
23263         the new builtin functions.
23264         (rs6000_opt_masks): Add support for decimal floating point builtin
23265         functions.
23267         * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
23268         floating point builtin functions.
23269         (RS6000_BTM_COMMON): Likewise.
23270         (RS6000_BTI_long_double): Likewise.
23271         (RS6000_BTI_dfloat64): Likewise.
23272         (RS6000_BTI_dfloat128): Likewise.
23273         (long_double_type_internal_node): Likewise.
23274         (dfloat64_type_internal_node): Likewise.
23275         (dfloat128_type_internal_node): Likewise.
23277         * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
23278         2.07 bcd arithmetic instructions.
23279         (UNSPEC_BCDSUB): Likewise.
23280         (UNSPEC_BCD_OVERFLOW): Likewise.
23281         (UNSPEC_BCD_ADD_SUB): Likewise.
23282         (bcd_add_sub): Likewise.
23283         (BCD_TEST): Likewise.
23284         (bcd<bcd_add_sub>): Likewise.
23285         (bcd<bcd_add_sub>_test): Likewise.
23286         (bcd<bcd_add_sub>_test2): Likewise.
23287         (bcd<bcd_add_sub>_<code>): Likewise.
23288         (peephole2 for combined bcd ops): Likewise.
23290         * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
23291         decimal floating point builtin functions.
23292         (UNSPEC_DENBCD): Likewise.
23293         (UNSPEC_DXEX): Likewise.
23294         (UNSPEC_DIEX): Likewise.
23295         (UNSPEC_DSCLI): Likewise.
23296         (UNSPEC_DSCRI): Likewise.
23297         (D64_D128): Likewise.
23298         (dfp_suffix): Likewise.
23299         (dfp_ddedpd_<mode>): Likewise.
23300         (dfp_denbcd_<mode>): Likewise.
23301         (dfp_dxex_<mode>): Likewise.
23302         (dfp_diex_<mode>): Likewise.
23303         (dfp_dscli_<mode>): Likewise.
23304         (dfp_dscri_<mode>): Likewise.
23306         * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
23307         builtin functions.
23308         (UNSPEC_CDTBCD): Likewise.
23309         (UNSPEC_CBCDTD): Likewise.
23310         (UNSPEC_DIVE): Add support for new extended divide builtin functions.
23311         (UNSPEC_DIVEO): Likewise.
23312         (UNSPEC_DIVEU): Likewise.
23313         (UNSPEC_DIVEUO): Likewise.
23314         (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
23315         pack/unpack 128-bit types.
23316         (UNSPEC_PACK_128BIT): Likewise.
23317         (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
23318         (udiv<mode>3): Use idiv_ldiv mode attribute.
23319         (div<mode>3): Likewise.
23320         (addg6s): Add new BCD builtin functions.
23321         (cdtbcd): Likewise.
23322         (cbcdtd): Likewise.
23323         (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
23324         (div_extend): Likewise.
23325         (div<div_extend>_<mode>"): Likewise.
23326         (FP128_64): Add support for new builtin functions to pack/unpack
23327         128-bit types.
23328         (unpack<mode>): Likewise.
23329         (unpacktf_0): Likewise.
23330         (unpacktf_1): Likewise.
23331         (unpack<mode>_dm): Likewise.
23332         (unpack<mode>_nodm): Likewise.
23333         (pack<mode>): Likewise.
23334         (unpackv1ti): Likewise.
23335         (packv1ti): Likewise.
23337 2014-04-24  Vishnu K S  <Vishnu.k_s@atmel.com>
23339         * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
23340         is disabled.
23342 2014-04-24  Jakub Jelinek  <jakub@redhat.com>
23344         * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
23345         * gimplify.c (omp_is_private): Change last argument's type to int.
23346         Only diagnose lastprivate if the simd argument is 1, only diagnose
23347         linear if the simd argument is 2.
23348         (gimplify_omp_for): Adjust omp_is_private callers.  When adding
23349         lastprivate or private, add the clause to OMP_FOR_CLAUSES.  Pass
23350         GOVD_EXPLICIT to omp_add_variable.  For simd with collapse == 1
23351         create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
23352         If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
23353         increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
23354         * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
23355         OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
23356         * tree-nested.c (convert_nonlocal_omp_clauses,
23357         convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
23359 2014-04-24  Segher Boessenkool  <segher@kernel.crashing.org>
23361         PR target/60822
23362         * config/m68k/m68k.md (extendplussidi): Don't allow memory for
23363         operand 1.
23365 2014-04-24  Dimitris Papavasiliou  <dpapavas@gmail.com>
23367         * flag-types.h (enum ivar_visibility): Add.
23369 2014-04-24  Trevor Saunders  <tsaunders@mozilla.com>
23371         * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
23372         function * argument.
23374 2014-04-24  Alan Lawrence  <alan.lawrence@arm.com>
23376         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
23378 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
23379             Tom de Vries  <tom@codesourcery.com>
23381         * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
23382         * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
23383         reg-note.
23384         * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
23385         * emit-rtl.c (try_split): Same.
23387 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
23388             Tom de Vries  <tom@codesourcery.com>
23390         * common.opt (fuse-caller-save): New option.
23392 2014-04-24  Tejas Belagod  <tejas.belagod@arm.com>
23394         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
23395         elements for big-endian.
23397 2014-04-24  Richard Biener  <rguenther@suse.de>
23399         * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
23400         during TER and instead use the sepops interface for expanding
23401         non-GIMPLE_SINGLE_RHS.
23403 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23405         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
23406         if not HAVE_AS_IX86_DIFF_SECT_DELTA.
23408 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23410         * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
23411         assembler 64-bit option.
23412         * configure: Regenerate.
23414 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23416         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
23417         TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
23418         (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
23419         (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
23420         (TARGET_CRYPTO): Take TARGET_SIMD into account.
23422 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23424         * config/aarch64/aarch64-builtins.c
23425         (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
23426         BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
23427         * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
23428         * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
23429         builtins.
23430         * config/aarch64/iterator.md (VDQHSD): New mode iterator.
23431         (Vrevsuff): New mode attribute.
23433 2014-04-24  Terry Guo  <terry.guo@arm.com>
23435         * config/arm/arm.h (machine_function): Define variable
23436         after_arm_reorg here.
23437         * config/arm/arm.c (after_arm_reorg): Remove the definition.
23438         (arm_split_constant): Update the way to access variable
23439         after_arm_reorg.
23440         (arm_reorg): Ditto.
23441         (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
23443 2014-04-23  Tom de Vries  <tom@codesourcery.com>
23445         * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
23447 2014-04-23  David Malcolm  <dmalcolm@redhat.com>
23449         * is-a.h: Update comments to reflect the following changes to the
23450         "pointerness" of the API, making the template parameter match the
23451         return type, allowing use of is-a.h with typedefs of pointers.
23452         (is_a_helper::cast): Return a T rather then a pointer to a T, so
23453         that the return type matches the parameter to the is_a_helper.
23454         (as_a): Likewise.
23455         (dyn_cast): Likewise.
23457         * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
23458         pointer from the is-a.h API.
23460         * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
23461         (is_a_helper <cgraph_node *>::test): ...this, matching change to
23462         is-a.h API.
23463         (is_a_helper <varpool_node>::test): Likewise, convert to...
23464         (is_a_helper <varpool_node *>::test): ...this.
23466         (varpool_first_variable): Update for removal of implicit pointer
23467         from the is-a.h API.
23468         (varpool_next_variable): Likewise.
23469         (varpool_first_static_initializer): Likewise.
23470         (varpool_next_static_initializer): Likewise.
23471         (varpool_first_defined_variable): Likewise.
23472         (varpool_next_defined_variable): Likewise.
23473         (cgraph_first_defined_function): Likewise.
23474         (cgraph_next_defined_function): Likewise.
23475         (cgraph_first_function): Likewise.
23476         (cgraph_next_function): Likewise.
23477         (cgraph_first_function_with_gimple_body): Likewise.
23478         (cgraph_next_function_with_gimple_body): Likewise.
23479         (cgraph_alias_target): Likewise.
23480         (varpool_alias_target): Likewise.
23481         (cgraph_function_or_thunk_node): Likewise.
23482         (varpool_variable_node): Likewise.
23483         (symtab_real_symbol_p): Likewise.
23484         * cgraphunit.c (referred_to_p): Likewise.
23485         (analyze_functions): Likewise.
23486         (handle_alias_pairs): Likewise.
23487         * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
23488         * gimple-ssa.h (gimple_vuse_op): Likewise.
23489         (gimple_vdef_op): Likewise.
23490         * gimple-streamer-in.c (input_gimple_stmt): Likewise.
23491         * gimple.c (gimple_build_asm_1): Likewise.
23492         (gimple_build_try): Likewise.
23493         (gimple_build_resx): Likewise.
23494         (gimple_build_eh_dispatch): Likewise.
23495         (gimple_build_omp_for): Likewise.
23496         (gimple_omp_for_set_clauses): Likewise.
23498         * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
23499         (is_a_helper <gimple_statement_asm *>::test): ...this.
23500         (is_a_helper <gimple_statement_bind>::test): Convert to...
23501         (is_a_helper <gimple_statement_bind *>::test): ...this.
23502         (is_a_helper <gimple_statement_call>::test): Convert to...
23503         (is_a_helper <gimple_statement_call *>::test): ...this.
23504         (is_a_helper <gimple_statement_catch>::test): Convert to...
23505         (is_a_helper <gimple_statement_catch *>::test): ...this.
23506         (is_a_helper <gimple_statement_resx>::test): Convert to...
23507         (is_a_helper <gimple_statement_resx *>::test): ...this.
23508         (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
23509         (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
23510         (is_a_helper <gimple_statement_eh_else>::test): Convert to...
23511         (is_a_helper <gimple_statement_eh_else *>::test): ...this.
23512         (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
23513         (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
23514         (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
23515         (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
23516         (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
23517         (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
23518         (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
23519         (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
23520         (is_a_helper <gimple_statement_omp_return>::test): Convert to...
23521         (is_a_helper <gimple_statement_omp_return *>::test): ...this.
23522         (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
23523         (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
23524         (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
23525         (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
23526         (is_a_helper <gimple_statement_omp_for>::test): Convert to...
23527         (is_a_helper <gimple_statement_omp_for *>::test): ...this.
23528         (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
23529         (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
23530         (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
23531         (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
23532         (is_a_helper <gimple_statement_omp_target>::test): Convert to...
23533         (is_a_helper <gimple_statement_omp_target *>::test): ...this.
23534         (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
23535         (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
23536         (is_a_helper <gimple_statement_omp_single>::test): Convert to...
23537         (is_a_helper <gimple_statement_omp_single *>::test): ...this.
23538         (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
23539         (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
23540         (is_a_helper <gimple_statement_omp_task>::test): Convert to...
23541         (is_a_helper <gimple_statement_omp_task *>::test): ...this.
23542         (is_a_helper <gimple_statement_phi>::test): Convert to...
23543         (is_a_helper <gimple_statement_phi *>::test): ...this.
23544         (is_a_helper <gimple_statement_transaction>::test): Convert to...
23545         (is_a_helper <gimple_statement_transaction *>::test): ...this.
23546         (is_a_helper <gimple_statement_try>::test): Convert to...
23547         (is_a_helper <gimple_statement_try *>::test): ...this.
23548         (is_a_helper <gimple_statement_wce>::test): Convert to...
23549         (is_a_helper <gimple_statement_wce *>::test): ...this.
23550         (is_a_helper <const gimple_statement_asm>::test): Convert to...
23551         (is_a_helper <const gimple_statement_asm *>::test): ...this.
23552         (is_a_helper <const gimple_statement_bind>::test): Convert to...
23553         (is_a_helper <const gimple_statement_bind *>::test): ...this.
23554         (is_a_helper <const gimple_statement_call>::test): Convert to...
23555         (is_a_helper <const gimple_statement_call *>::test): ...this.
23556         (is_a_helper <const gimple_statement_catch>::test): Convert to...
23557         (is_a_helper <const gimple_statement_catch *>::test): ...this.
23558         (is_a_helper <const gimple_statement_resx>::test): Convert to...
23559         (is_a_helper <const gimple_statement_resx *>::test): ...this.
23560         (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
23561         (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
23562         (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
23563         (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
23564         (is_a_helper <const gimple_statement_omp_atomic_load>::test):
23565         Convert to...
23566         (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
23567         ...this.
23568         (is_a_helper <const gimple_statement_omp_atomic_store>::test):
23569         Convert to...
23570         (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
23571         ...this.
23572         (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
23573         (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
23574         (is_a_helper <const gimple_statement_omp_continue>::test): Convert
23575         to...
23576         (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
23577         (is_a_helper <const gimple_statement_omp_critical>::test): Convert
23578         to...
23579         (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
23580         (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
23581         (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
23582         (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
23583         (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
23584         (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
23585         to...
23586         (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
23587         (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
23588         (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
23589         (is_a_helper <const gimple_statement_omp_sections>::test): Convert
23590         to...
23591         (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
23592         (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
23593         (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
23594         (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
23595         (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
23596         (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
23597         (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
23598         (is_a_helper <const gimple_statement_phi>::test): Convert to...
23599         (is_a_helper <const gimple_statement_phi *>::test): ...this.
23600         (is_a_helper <const gimple_statement_transaction>::test): Convert to...
23601         (is_a_helper <const gimple_statement_transaction *>::test): ...this.
23602         (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
23603         (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
23604         (is_a_helper <gimple_statement_with_ops>::test): Convert to...
23605         (is_a_helper <gimple_statement_with_ops *>::test): ...this.
23606         (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
23607         to...
23608         (is_a_helper <const gimple_statement_with_memory_ops *>::test):
23609         ...this.
23610         (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
23611         (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
23613         (gimple_use_ops): Update for removal of implicit pointer from the
23614         is-a.h API.
23615         (gimple_set_use_ops): Likewise.
23616         (gimple_vuse): Likewise.
23617         (gimple_vdef): Likewise.
23618         (gimple_vuse_ptr): Likewise.
23619         (gimple_vdef_ptr): Likewise.
23620         (gimple_set_vuse): Likewise.
23621         (gimple_set_vdef): Likewise.
23622         (gimple_omp_return_set_lhs): Likewise.
23623         (gimple_omp_return_lhs): Likewise.
23624         (gimple_omp_return_lhs_ptr): Likewise.
23625         (gimple_call_fntype): Likewise.
23626         (gimple_call_set_fntype): Likewise.
23627         (gimple_call_set_internal_fn): Likewise.
23628         (gimple_call_use_set): Likewise.
23629         (gimple_call_clobber_set): Likewise.
23630         (gimple_bind_vars): Likewise.
23631         (gimple_bind_set_vars): Likewise.
23632         (gimple_bind_body_ptr): Likewise.
23633         (gimple_bind_set_body): Likewise.
23634         (gimple_bind_add_stmt): Likewise.
23635         (gimple_bind_block): Likewise.
23636         (gimple_bind_set_block): Likewise.
23637         (gimple_asm_ninputs): Likewise.
23638         (gimple_asm_noutputs): Likewise.
23639         (gimple_asm_nclobbers): Likewise.
23640         (gimple_asm_nlabels): Likewise.
23641         (gimple_asm_input_op): Likewise.
23642         (gimple_asm_input_op_ptr): Likewise.
23643         (gimple_asm_output_op): Likewise.
23644         (gimple_asm_output_op_ptr): Likewise.
23645         (gimple_asm_set_output_op): Likewise.
23646         (gimple_asm_clobber_op): Likewise.
23647         (gimple_asm_set_clobber_op): Likewise.
23648         (gimple_asm_label_op): Likewise.
23649         (gimple_asm_set_label_op): Likewise.
23650         (gimple_asm_string): Likewise.
23651         (gimple_catch_types): Likewise.
23652         (gimple_catch_types_ptr): Likewise.
23653         (gimple_catch_handler_ptr): Likewise.
23654         (gimple_catch_set_types): Likewise.
23655         (gimple_catch_set_handler): Likewise.
23656         (gimple_eh_filter_types): Likewise.
23657         (gimple_eh_filter_types_ptr): Likewise.
23658         (gimple_eh_filter_failure_ptr): Likewise.
23659         (gimple_eh_filter_set_types): Likewise.
23660         (gimple_eh_filter_set_failure): Likewise.
23661         (gimple_eh_must_not_throw_fndecl): Likewise.
23662         (gimple_eh_must_not_throw_set_fndecl): Likewise.
23663         (gimple_eh_else_n_body_ptr): Likewise.
23664         (gimple_eh_else_e_body_ptr): Likewise.
23665         (gimple_eh_else_set_n_body): Likewise.
23666         (gimple_eh_else_set_e_body): Likewise.
23667         (gimple_try_eval_ptr): Likewise.
23668         (gimple_try_cleanup_ptr): Likewise.
23669         (gimple_try_set_eval): Likewise.
23670         (gimple_try_set_cleanup): Likewise.
23671         (gimple_wce_cleanup_ptr): Likewise.
23672         (gimple_wce_set_cleanup): Likewise.
23673         (gimple_phi_capacity): Likewise.
23674         (gimple_phi_num_args): Likewise.
23675         (gimple_phi_result): Likewise.
23676         (gimple_phi_result_ptr): Likewise.
23677         (gimple_phi_set_result): Likewise.
23678         (gimple_phi_arg): Likewise.
23679         (gimple_phi_set_arg): Likewise.
23680         (gimple_resx_region): Likewise.
23681         (gimple_resx_set_region): Likewise.
23682         (gimple_eh_dispatch_region): Likewise.
23683         (gimple_eh_dispatch_set_region): Likewise.
23684         (gimple_omp_critical_name): Likewise.
23685         (gimple_omp_critical_name_ptr): Likewise.
23686         (gimple_omp_critical_set_name): Likewise.
23687         (gimple_omp_for_clauses): Likewise.
23688         (gimple_omp_for_clauses_ptr): Likewise.
23689         (gimple_omp_for_set_clauses): Likewise.
23690         (gimple_omp_for_collapse): Likewise.
23691         (gimple_omp_for_index): Likewise.
23692         (gimple_omp_for_index_ptr): Likewise.
23693         (gimple_omp_for_set_index): Likewise.
23694         (gimple_omp_for_initial): Likewise.
23695         (gimple_omp_for_initial_ptr): Likewise.
23696         (gimple_omp_for_set_initial): Likewise.
23697         (gimple_omp_for_final): Likewise.
23698         (gimple_omp_for_final_ptr): Likewise.
23699         (gimple_omp_for_set_final): Likewise.
23700         (gimple_omp_for_incr): Likewise.
23701         (gimple_omp_for_incr_ptr): Likewise.
23702         (gimple_omp_for_set_incr): Likewise.
23703         (gimple_omp_for_pre_body_ptr): Likewise.
23704         (gimple_omp_for_set_pre_body): Likewise.
23705         (gimple_omp_parallel_clauses): Likewise.
23706         (gimple_omp_parallel_clauses_ptr): Likewise.
23707         (gimple_omp_parallel_set_clauses): Likewise.
23708         (gimple_omp_parallel_child_fn): Likewise.
23709         (gimple_omp_parallel_child_fn_ptr): Likewise.
23710         (gimple_omp_parallel_set_child_fn): Likewise.
23711         (gimple_omp_parallel_data_arg): Likewise.
23712         (gimple_omp_parallel_data_arg_ptr): Likewise.
23713         (gimple_omp_parallel_set_data_arg): Likewise.
23714         (gimple_omp_task_clauses): Likewise.
23715         (gimple_omp_task_clauses_ptr): Likewise.
23716         (gimple_omp_task_set_clauses): Likewise.
23717         (gimple_omp_task_child_fn): Likewise.
23718         (gimple_omp_task_child_fn_ptr): Likewise.
23719         (gimple_omp_task_set_child_fn): Likewise.
23720         (gimple_omp_task_data_arg): Likewise.
23721         (gimple_omp_task_data_arg_ptr): Likewise.
23722         (gimple_omp_task_set_data_arg): Likewise.
23723         (gimple_omp_taskreg_clauses): Likewise.
23724         (gimple_omp_taskreg_clauses_ptr): Likewise.
23725         (gimple_omp_taskreg_set_clauses): Likewise.
23726         (gimple_omp_taskreg_child_fn): Likewise.
23727         (gimple_omp_taskreg_child_fn_ptr): Likewise.
23728         (gimple_omp_taskreg_set_child_fn): Likewise.
23729         (gimple_omp_taskreg_data_arg): Likewise.
23730         (gimple_omp_taskreg_data_arg_ptr): Likewise.
23731         (gimple_omp_taskreg_set_data_arg): Likewise.
23732         (gimple_omp_task_copy_fn): Likewise.
23733         (gimple_omp_task_copy_fn_ptr): Likewise.
23734         (gimple_omp_task_set_copy_fn): Likewise.
23735         (gimple_omp_task_arg_size): Likewise.
23736         (gimple_omp_task_arg_size_ptr): Likewise.
23737         (gimple_omp_task_set_arg_size): Likewise.
23738         (gimple_omp_task_arg_align): Likewise.
23739         (gimple_omp_task_arg_align_ptr): Likewise.
23740         (gimple_omp_task_set_arg_align): Likewise.
23741         (gimple_omp_single_clauses): Likewise.
23742         (gimple_omp_single_clauses_ptr): Likewise.
23743         (gimple_omp_single_set_clauses): Likewise.
23744         (gimple_omp_target_clauses): Likewise.
23745         (gimple_omp_target_clauses_ptr): Likewise.
23746         (gimple_omp_target_set_clauses): Likewise.
23747         (gimple_omp_target_child_fn): Likewise.
23748         (gimple_omp_target_child_fn_ptr): Likewise.
23749         (gimple_omp_target_set_child_fn): Likewise.
23750         (gimple_omp_target_data_arg): Likewise.
23751         (gimple_omp_target_data_arg_ptr): Likewise.
23752         (gimple_omp_target_set_data_arg): Likewise.
23753         (gimple_omp_teams_clauses): Likewise.
23754         (gimple_omp_teams_clauses_ptr): Likewise.
23755         (gimple_omp_teams_set_clauses): Likewise.
23756         (gimple_omp_sections_clauses): Likewise.
23757         (gimple_omp_sections_clauses_ptr): Likewise.
23758         (gimple_omp_sections_set_clauses): Likewise.
23759         (gimple_omp_sections_control): Likewise.
23760         (gimple_omp_sections_control_ptr): Likewise.
23761         (gimple_omp_sections_set_control): Likewise.
23762         (gimple_omp_for_set_cond): Likewise.
23763         (gimple_omp_for_cond): Likewise.
23764         (gimple_omp_atomic_store_set_val): Likewise.
23765         (gimple_omp_atomic_store_val): Likewise.
23766         (gimple_omp_atomic_store_val_ptr): Likewise.
23767         (gimple_omp_atomic_load_set_lhs): Likewise.
23768         (gimple_omp_atomic_load_lhs): Likewise.
23769         (gimple_omp_atomic_load_lhs_ptr): Likewise.
23770         (gimple_omp_atomic_load_set_rhs): Likewise.
23771         (gimple_omp_atomic_load_rhs): Likewise.
23772         (gimple_omp_atomic_load_rhs_ptr): Likewise.
23773         (gimple_omp_continue_control_def): Likewise.
23774         (gimple_omp_continue_control_def_ptr): Likewise.
23775         (gimple_omp_continue_set_control_def): Likewise.
23776         (gimple_omp_continue_control_use): Likewise.
23777         (gimple_omp_continue_control_use_ptr): Likewise.
23778         (gimple_omp_continue_set_control_use): Likewise.
23779         (gimple_transaction_body_ptr): Likewise.
23780         (gimple_transaction_label): Likewise.
23781         (gimple_transaction_label_ptr): Likewise.
23782         (gimple_transaction_set_body): Likewise.
23783         (gimple_transaction_set_label): Likewise.
23785         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
23786         * ipa-inline-analysis.c (inline_write_summary): Likewise.
23787         * ipa-ref.c (ipa_record_reference): Likewise.
23788         * ipa-reference.c (analyze_function): Likewise.
23789         (ipa_reference_write_optimization_summary): Likewise.
23790         * ipa.c (symtab_remove_unreachable_nodes): Likewise.
23791         (address_taken_from_non_vtable_p): Likewise.
23792         (comdat_can_be_unshared_p_1): Likewise.
23793         * lto-cgraph.c (lto_output_ref): Likewise.
23794         (add_references): Likewise.
23795         (compute_ltrans_boundary): Likewise.
23796         (output_symtab): Likewise.
23797         (input_ref): Likewise.
23798         (input_cgraph_1): Likewise.
23799         (output_cgraph_opt_summary): Likewise.
23800         * lto-streamer-out.c (lto_output): Likewise.
23801         (output_symbol_p): Likewise.
23802         * lto-streamer.h (lsei_next_function_in_partition): Likewise.
23803         (lsei_start_function_in_partition): Likewise.
23804         (lsei_next_variable_in_partition): Likewise.
23805         (lsei_start_variable_in_partition): Likewise.
23806         * symtab.c (insert_to_assembler_name_hash): Likewise.
23807         (unlink_from_assembler_name_hash): Likewise.
23808         (symtab_unregister_node): Likewise.
23809         (symtab_remove_node): Likewise.
23810         (dump_symtab_node): Likewise.
23811         (verify_symtab_base): Likewise.
23812         (verify_symtab_node): Likewise.
23813         (symtab_make_decl_local): Likewise.
23814         (symtab_alias_ultimate_target): Likewise.
23815         (symtab_resolve_alias): Likewise.
23816         (symtab_get_symbol_partitioning_class): Likewise.
23817         * tree-phinodes.c (allocate_phi_node): Likewise.
23818         (reserve_phi_args_for_new_edge): Likewise.
23819         (remove_phi_args): Likewise.
23820         * varpool.c (varpool_node_for_asm): Likewise.
23821         (varpool_remove_unreferenced_decls): Likewise.
23823 2014-04-23  Jeff Law  <law@redhat.com>
23825         PR tree-optimization/60902
23826         * tree-ssa-threadedge.c
23827         (record_temporary_equivalences_from_stmts_at_dest): Make sure to
23828         invalidate outputs from statements that do not produce useful
23829         outputs for threading.
23831 2014-04-23  Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
23833         * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
23834         (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
23835         machine descriptions for Stack Smashing Protector.
23837 2014-04-23  Richard Earnshaw  <rearnsha@arm.com>
23839         * aarch64.md (<optab>_rol<mode>3): New pattern.
23840         (<optab>_rolsi3_uxtw): Likewise.
23841         * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
23843 2014-04-23  James Greenhalgh  <james.greenhalgh@arm.com>
23845         * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
23846         (arm_cortex_a12_tune): Likewise.
23848 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23850         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
23852 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23854         * config/arm/arm.md (arm_rev16si2): New pattern.
23855         (arm_rev16si2_alt): Likewise.
23856         * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
23858 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23860         * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
23861         (rev16<mode>2_alt): Likewise.
23862         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
23863         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
23864         (aarch_rev16_shleft_mask_imm_p): Likewise.
23865         (aarch_rev16_p_1): Likewise.
23866         (aarch_rev16_p): Likewise.
23867         * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
23868         (aarch_rev16_shright_mask_imm_p): Likewise.
23869         (aarch_rev16_shleft_mask_imm_p): Likewise.
23871 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23873         * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
23874         * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
23875         rev cost.
23876         (cortex_a53_extra_costs): Likewise.
23877         (cortex_a57_extra_costs): Likewise.
23878         * config/arm/arm.c (cortexa9_extra_costs): Likewise.
23879         (cortexa7_extra_costs): Likewise.
23880         (cortexa8_extra_costs): Likewise.
23881         (cortexa12_extra_costs): Likewise.
23882         (cortexa15_extra_costs): Likewise.
23883         (v7m_extra_costs): Likewise.
23884         (arm_new_rtx_costs): Handle BSWAP.
23886 2013-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23888         * config/arm/arm.c (cortexa8_extra_costs): New table.
23889         (arm_cortex_a8_tune): New tuning struct.
23890         * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
23892 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23894         * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
23896 2014-04-23  Richard Biener  <rguenther@suse.de>
23898         * Makefile.in (OBJS): Remove loop-unswitch.o.
23899         * tree-pass.h (make_pass_rtl_unswitch): Remove.
23900         * passes.def (pass_rtl_unswitch): Likewise.
23901         * loop-init.c (gate_rtl_unswitch): Likewise.
23902         (rtl_unswitch): Likewise.
23903         (pass_data_rtl_unswitch): Likewise.
23904         (pass_rtl_unswitch): Likewise.
23905         (make_pass_rtl_unswitch): Likewise.
23906         * rtl.h (reversed_condition): Likewise.
23907         (compare_and_jump_seq): Likewise.
23908         * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
23909         and make static.
23910         * loop-unroll.c (compare_and_jump_seq): Likewise.
23912 2014-04-23  Richard Biener  <rguenther@suse.de>
23914         PR tree-optimization/60903
23915         * tree-ssa-loop-im.c (analyze_memory_references): Remove
23916         commented code block.
23917         (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
23918         loop flags to newly created BBs and edges.
23920 2014-04-23  Nick Clifton  <nickc@redhat.com>
23922         * config/msp430/msp430.c (msp430_handle_option): Move function
23923         to msp430-common.c
23924         (msp430_option_override): Simplify mcu and mcpu option handling.
23925         (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult.  Add
23926         support for -mhwmult command line option.
23927         (has_32bit_hwmult): Rename to use_32bit_hwmult.  Add support for
23928         -mhwmult command line option.
23929         (msp430_hwmult_enabled): Delete.
23930         (msp43o_output_labelref): Add support for -mhwmult command line option.
23931         * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
23932         (umulsidi3): Likewise.
23933         * config/msp430/msp430.opt (mmcu): Add Report attribute.
23934         (mcpu, mlarge, msmall): Likewise.
23935         (mhwmult): New option.
23936         * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
23937         prototype.
23938         (msp430_is_f5_mcu): Remove prototype.
23939         (msp430_use_f5_series_hwmult): Add prototype.
23940         * config/msp430/msp430-opts.h: New file.
23941         * common/config/msp430: New directory.
23942         * common/config/msp430/msp430-common.c: New file.
23943         * config.gcc (msp430): Remove target_has_targetm_common.
23944         * doc/invoke.texi: Document -mhwmult command line option.
23946 2014-04-23  Nick Clifton  <nickc@redhat.com>
23948         * config/i386/cygwin.h (ENDFILE_SPEC): Include
23949         default-manifest.o if it can be found in the search path.
23950         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
23952 2014-04-23  Terry Guo  <terry.guo@arm.com>
23954         * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
23956 2014-04-23  Richard Biener  <rguenther@suse.de>
23958         PR middle-end/60895
23959         * tree-inline.c (declare_return_variable): Use mark_addressable.
23961 2014-04-23  Richard Biener  <rguenther@suse.de>
23963         PR middle-end/60891
23964         * loop-init.c (loop_optimizer_init): Make sure to apply
23965         LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
23967 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
23969         PR sanitizer/60275
23970         * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
23971         New options.
23972         * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
23973         if flag_sanitize_undefined_trap_on_error.
23974         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
23975         BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
23976         BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
23977         BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
23978         BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
23979         BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
23980         BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
23981         BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
23982         BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
23983         * ubsan.c (ubsan_instrument_unreachable): Return
23984         __builtin_trap () if flag_sanitize_undefined_trap_on_error.
23985         (ubsan_expand_null_ifn): Emit __builtin_trap ()
23986         if flag_sanitize_undefined_trap_on_error and
23987         __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
23988         (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
23989         instrument_bool_enum_load): Emit __builtin_trap () if
23990         flag_sanitize_undefined_trap_on_error and
23991         __builtin_handle_*_abort () if !flag_sanitize_recover.
23992         * doc/invoke.texi (-fsanitize-recover,
23993         -fsanitize-undefined-trap-on-error): Document.
23995 2014-04-22  Christian Bruel  <christian.bruel@st.com>
23997         * config/sh/sh.md (mov<mode>): Replace movQIHI.
23998          Force immediates to SImode.
24000 2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
24002         * config/nios2/nios2.md (UNSPEC_ROUND): New.
24003         (lroundsfsi2): New.
24004         * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
24005         * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
24006         * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
24007         (nios2_fpu_insn): Add entry for round.
24008         (N2FPU_NO_ERRNO_P): Define.
24009         (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
24010         flag_errno_math.
24011         * doc/invoke.texi (Nios II Options): Document -mcustom-round.
24013 2014-04-22  Richard Henderson  <rth@redhat.com>
24015         * config/aarch64/aarch64 (addti3, subti3): New expanders.
24016         (add<GPI>3_compare0): Remove leading * from name.
24017         (add<GPI>3_carryin): Likewise.
24018         (sub<GPI>3_compare0): Likewise.
24019         (sub<GPI>3_carryin): Likewise.
24020         (<su_optab>mulditi3): New expander.
24021         (multi3): New expander.
24022         (madd<GPI>): Remove leading * from name.
24024 2014-04-22  Martin Jambor  <mjambor@suse.cz>
24026         * cgraphclones.c (cgraph_function_versioning): Copy
24027         ipa_transforms_to_apply instead of asserting it is empty.
24029 2014-04-22  H.J. Lu  <hongjiu.lu@intel.com>
24031         PR target/60868
24032         * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
24033         on count_exp to get mode.
24035 2014-04-22  Andrew Pinski  <apinski@cavium.com>
24037         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
24038         Handle TLS for ILP32.
24039         * config/aarch64/aarch64.md (tlsie_small): Rename to ...
24040         (tlsie_small_<mode>): this and handle PTR.
24041         (tlsie_small_sidi): New pattern.
24042         (tlsle_small): Change to an expand to handle ILP32.
24043         (tlsle_small_<mode>): New pattern.
24044         (tlsdesc_small): Rename to ...
24045         (tlsdesc_small_<mode>): this and handle PTR.
24047 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24049         * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
24051 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
24053         * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
24054         (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
24055         (aarch64_types_signed_poly_qualifiers): Likewise.
24056         (aarch64_types_unsigned_signed_qualifiers): Likewise.
24057         (aarch64_types_poly_signed_qualifiers): Likewise.
24058         (TYPES_REINTERP_SS): Type macro added.
24059         (TYPES_REINTERP_SU): Likewise.
24060         (TYPES_REINTERP_SP): Likewise.
24061         (TYPES_REINTERP_US): Likewise.
24062         (TYPES_REINTERP_PS): Likewise.
24063         (aarch64_fold_builtin): New expression folding added.
24064         * config/aarch64/aarch64-simd-builtins.def (REINTERP):
24065         Declarations removed.
24066         (REINTERP_SS): Declarations added.
24067         (REINTERP_US): Likewise.
24068         (REINTERP_PS): Likewise.
24069         (REINTERP_SU): Likewise.
24070         (REINTERP_SP): Likewise.
24071         * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
24072         (vreinterpretq_p8_f64): Likewise.
24073         (vreinterpret_p16_f64): Likewise.
24074         (vreinterpretq_p16_f64): Likewise.
24075         (vreinterpret_f32_f64): Likewise.
24076         (vreinterpretq_f32_f64): Likewise.
24077         (vreinterpret_f64_f32): Likewise.
24078         (vreinterpret_f64_p8): Likewise.
24079         (vreinterpret_f64_p16): Likewise.
24080         (vreinterpret_f64_s8): Likewise.
24081         (vreinterpret_f64_s16): Likewise.
24082         (vreinterpret_f64_s32): Likewise.
24083         (vreinterpret_f64_s64): Likewise.
24084         (vreinterpret_f64_u8): Likewise.
24085         (vreinterpret_f64_u16): Likewise.
24086         (vreinterpret_f64_u32): Likewise.
24087         (vreinterpret_f64_u64): Likewise.
24088         (vreinterpretq_f64_f32): Likewise.
24089         (vreinterpretq_f64_p8): Likewise.
24090         (vreinterpretq_f64_p16): Likewise.
24091         (vreinterpretq_f64_s8): Likewise.
24092         (vreinterpretq_f64_s16): Likewise.
24093         (vreinterpretq_f64_s32): Likewise.
24094         (vreinterpretq_f64_s64): Likewise.
24095         (vreinterpretq_f64_u8): Likewise.
24096         (vreinterpretq_f64_u16): Likewise.
24097         (vreinterpretq_f64_u32): Likewise.
24098         (vreinterpretq_f64_u64): Likewise.
24099         (vreinterpret_s64_f64): Likewise.
24100         (vreinterpretq_s64_f64): Likewise.
24101         (vreinterpret_u64_f64): Likewise.
24102         (vreinterpretq_u64_f64): Likewise.
24103         (vreinterpret_s8_f64): Likewise.
24104         (vreinterpretq_s8_f64): Likewise.
24105         (vreinterpret_s16_f64): Likewise.
24106         (vreinterpretq_s16_f64): Likewise.
24107         (vreinterpret_s32_f64): Likewise.
24108         (vreinterpretq_s32_f64): Likewise.
24109         (vreinterpret_u8_f64): Likewise.
24110         (vreinterpretq_u8_f64): Likewise.
24111         (vreinterpret_u16_f64): Likewise.
24112         (vreinterpretq_u16_f64): Likewise.
24113         (vreinterpret_u32_f64): Likewise.
24114         (vreinterpretq_u32_f64): Likewise.
24116 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
24118         * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
24119         * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
24120         (vreinterpret_p8_s8): Likewise.
24121         * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
24122         (vreinterpret_p8_s16): Likewise.
24123         (vreinterpret_p8_s32): Likewise.
24124         (vreinterpret_p8_s64): Likewise.
24125         (vreinterpret_p8_f32): Likewise.
24126         (vreinterpret_p8_u8): Likewise.
24127         (vreinterpret_p8_u16): Likewise.
24128         (vreinterpret_p8_u32): Likewise.
24129         (vreinterpret_p8_u64): Likewise.
24130         (vreinterpret_p8_p16): Likewise.
24131         (vreinterpretq_p8_s8): Likewise.
24132         (vreinterpretq_p8_s16): Likewise.
24133         (vreinterpretq_p8_s32): Likewise.
24134         (vreinterpretq_p8_s64): Likewise.
24135         (vreinterpretq_p8_f32): Likewise.
24136         (vreinterpretq_p8_u8): Likewise.
24137         (vreinterpretq_p8_u16): Likewise.
24138         (vreinterpretq_p8_u32): Likewise.
24139         (vreinterpretq_p8_u64): Likewise.
24140         (vreinterpretq_p8_p16): Likewise.
24141         (vreinterpret_p16_s8): Likewise.
24142         (vreinterpret_p16_s16): Likewise.
24143         (vreinterpret_p16_s32): Likewise.
24144         (vreinterpret_p16_s64): Likewise.
24145         (vreinterpret_p16_f32): Likewise.
24146         (vreinterpret_p16_u8): Likewise.
24147         (vreinterpret_p16_u16): Likewise.
24148         (vreinterpret_p16_u32): Likewise.
24149         (vreinterpret_p16_u64): Likewise.
24150         (vreinterpret_p16_p8): Likewise.
24151         (vreinterpretq_p16_s8): Likewise.
24152         (vreinterpretq_p16_s16): Likewise.
24153         (vreinterpretq_p16_s32): Likewise.
24154         (vreinterpretq_p16_s64): Likewise.
24155         (vreinterpretq_p16_f32): Likewise.
24156         (vreinterpretq_p16_u8): Likewise.
24157         (vreinterpretq_p16_u16): Likewise.
24158         (vreinterpretq_p16_u32): Likewise.
24159         (vreinterpretq_p16_u64): Likewise.
24160         (vreinterpretq_p16_p8): Likewise.
24161         (vreinterpret_f32_s8): Likewise.
24162         (vreinterpret_f32_s16): Likewise.
24163         (vreinterpret_f32_s32): Likewise.
24164         (vreinterpret_f32_s64): Likewise.
24165         (vreinterpret_f32_u8): Likewise.
24166         (vreinterpret_f32_u16): Likewise.
24167         (vreinterpret_f32_u32): Likewise.
24168         (vreinterpret_f32_u64): Likewise.
24169         (vreinterpret_f32_p8): Likewise.
24170         (vreinterpret_f32_p16): Likewise.
24171         (vreinterpretq_f32_s8): Likewise.
24172         (vreinterpretq_f32_s16): Likewise.
24173         (vreinterpretq_f32_s32): Likewise.
24174         (vreinterpretq_f32_s64): Likewise.
24175         (vreinterpretq_f32_u8): Likewise.
24176         (vreinterpretq_f32_u16): Likewise.
24177         (vreinterpretq_f32_u32): Likewise.
24178         (vreinterpretq_f32_u64): Likewise.
24179         (vreinterpretq_f32_p8): Likewise.
24180         (vreinterpretq_f32_p16): Likewise.
24181         (vreinterpret_s64_s8): Likewise.
24182         (vreinterpret_s64_s16): Likewise.
24183         (vreinterpret_s64_s32): Likewise.
24184         (vreinterpret_s64_f32): Likewise.
24185         (vreinterpret_s64_u8): Likewise.
24186         (vreinterpret_s64_u16): Likewise.
24187         (vreinterpret_s64_u32): Likewise.
24188         (vreinterpret_s64_u64): Likewise.
24189         (vreinterpret_s64_p8): Likewise.
24190         (vreinterpret_s64_p16): Likewise.
24191         (vreinterpretq_s64_s8): Likewise.
24192         (vreinterpretq_s64_s16): Likewise.
24193         (vreinterpretq_s64_s32): Likewise.
24194         (vreinterpretq_s64_f32): Likewise.
24195         (vreinterpretq_s64_u8): Likewise.
24196         (vreinterpretq_s64_u16): Likewise.
24197         (vreinterpretq_s64_u32): Likewise.
24198         (vreinterpretq_s64_u64): Likewise.
24199         (vreinterpretq_s64_p8): Likewise.
24200         (vreinterpretq_s64_p16): Likewise.
24201         (vreinterpret_u64_s8): Likewise.
24202         (vreinterpret_u64_s16): Likewise.
24203         (vreinterpret_u64_s32): Likewise.
24204         (vreinterpret_u64_s64): Likewise.
24205         (vreinterpret_u64_f32): Likewise.
24206         (vreinterpret_u64_u8): Likewise.
24207         (vreinterpret_u64_u16): Likewise.
24208         (vreinterpret_u64_u32): Likewise.
24209         (vreinterpret_u64_p8): Likewise.
24210         (vreinterpret_u64_p16): Likewise.
24211         (vreinterpretq_u64_s8): Likewise.
24212         (vreinterpretq_u64_s16): Likewise.
24213         (vreinterpretq_u64_s32): Likewise.
24214         (vreinterpretq_u64_s64): Likewise.
24215         (vreinterpretq_u64_f32): Likewise.
24216         (vreinterpretq_u64_u8): Likewise.
24217         (vreinterpretq_u64_u16): Likewise.
24218         (vreinterpretq_u64_u32): Likewise.
24219         (vreinterpretq_u64_p8): Likewise.
24220         (vreinterpretq_u64_p16): Likewise.
24221         (vreinterpret_s8_s16): Likewise.
24222         (vreinterpret_s8_s32): Likewise.
24223         (vreinterpret_s8_s64): Likewise.
24224         (vreinterpret_s8_f32): Likewise.
24225         (vreinterpret_s8_u8): Likewise.
24226         (vreinterpret_s8_u16): Likewise.
24227         (vreinterpret_s8_u32): Likewise.
24228         (vreinterpret_s8_u64): Likewise.
24229         (vreinterpret_s8_p8): Likewise.
24230         (vreinterpret_s8_p16): Likewise.
24231         (vreinterpretq_s8_s16): Likewise.
24232         (vreinterpretq_s8_s32): Likewise.
24233         (vreinterpretq_s8_s64): Likewise.
24234         (vreinterpretq_s8_f32): Likewise.
24235         (vreinterpretq_s8_u8): Likewise.
24236         (vreinterpretq_s8_u16): Likewise.
24237         (vreinterpretq_s8_u32): Likewise.
24238         (vreinterpretq_s8_u64): Likewise.
24239         (vreinterpretq_s8_p8): Likewise.
24240         (vreinterpretq_s8_p16): Likewise.
24241         (vreinterpret_s16_s8): Likewise.
24242         (vreinterpret_s16_s32): Likewise.
24243         (vreinterpret_s16_s64): Likewise.
24244         (vreinterpret_s16_f32): Likewise.
24245         (vreinterpret_s16_u8): Likewise.
24246         (vreinterpret_s16_u16): Likewise.
24247         (vreinterpret_s16_u32): Likewise.
24248         (vreinterpret_s16_u64): Likewise.
24249         (vreinterpret_s16_p8): Likewise.
24250         (vreinterpret_s16_p16): Likewise.
24251         (vreinterpretq_s16_s8): Likewise.
24252         (vreinterpretq_s16_s32): Likewise.
24253         (vreinterpretq_s16_s64): Likewise.
24254         (vreinterpretq_s16_f32): Likewise.
24255         (vreinterpretq_s16_u8): Likewise.
24256         (vreinterpretq_s16_u16): Likewise.
24257         (vreinterpretq_s16_u32): Likewise.
24258         (vreinterpretq_s16_u64): Likewise.
24259         (vreinterpretq_s16_p8): Likewise.
24260         (vreinterpretq_s16_p16): Likewise.
24261         (vreinterpret_s32_s8): Likewise.
24262         (vreinterpret_s32_s16): Likewise.
24263         (vreinterpret_s32_s64): Likewise.
24264         (vreinterpret_s32_f32): Likewise.
24265         (vreinterpret_s32_u8): Likewise.
24266         (vreinterpret_s32_u16): Likewise.
24267         (vreinterpret_s32_u32): Likewise.
24268         (vreinterpret_s32_u64): Likewise.
24269         (vreinterpret_s32_p8): Likewise.
24270         (vreinterpret_s32_p16): Likewise.
24271         (vreinterpretq_s32_s8): Likewise.
24272         (vreinterpretq_s32_s16): Likewise.
24273         (vreinterpretq_s32_s64): Likewise.
24274         (vreinterpretq_s32_f32): Likewise.
24275         (vreinterpretq_s32_u8): Likewise.
24276         (vreinterpretq_s32_u16): Likewise.
24277         (vreinterpretq_s32_u32): Likewise.
24278         (vreinterpretq_s32_u64): Likewise.
24279         (vreinterpretq_s32_p8): Likewise.
24280         (vreinterpretq_s32_p16): Likewise.
24281         (vreinterpret_u8_s8): Likewise.
24282         (vreinterpret_u8_s16): Likewise.
24283         (vreinterpret_u8_s32): Likewise.
24284         (vreinterpret_u8_s64): Likewise.
24285         (vreinterpret_u8_f32): Likewise.
24286         (vreinterpret_u8_u16): Likewise.
24287         (vreinterpret_u8_u32): Likewise.
24288         (vreinterpret_u8_u64): Likewise.
24289         (vreinterpret_u8_p8): Likewise.
24290         (vreinterpret_u8_p16): Likewise.
24291         (vreinterpretq_u8_s8): Likewise.
24292         (vreinterpretq_u8_s16): Likewise.
24293         (vreinterpretq_u8_s32): Likewise.
24294         (vreinterpretq_u8_s64): Likewise.
24295         (vreinterpretq_u8_f32): Likewise.
24296         (vreinterpretq_u8_u16): Likewise.
24297         (vreinterpretq_u8_u32): Likewise.
24298         (vreinterpretq_u8_u64): Likewise.
24299         (vreinterpretq_u8_p8): Likewise.
24300         (vreinterpretq_u8_p16): Likewise.
24301         (vreinterpret_u16_s8): Likewise.
24302         (vreinterpret_u16_s16): Likewise.
24303         (vreinterpret_u16_s32): Likewise.
24304         (vreinterpret_u16_s64): Likewise.
24305         (vreinterpret_u16_f32): Likewise.
24306         (vreinterpret_u16_u8): Likewise.
24307         (vreinterpret_u16_u32): Likewise.
24308         (vreinterpret_u16_u64): Likewise.
24309         (vreinterpret_u16_p8): Likewise.
24310         (vreinterpret_u16_p16): Likewise.
24311         (vreinterpretq_u16_s8): Likewise.
24312         (vreinterpretq_u16_s16): Likewise.
24313         (vreinterpretq_u16_s32): Likewise.
24314         (vreinterpretq_u16_s64): Likewise.
24315         (vreinterpretq_u16_f32): Likewise.
24316         (vreinterpretq_u16_u8): Likewise.
24317         (vreinterpretq_u16_u32): Likewise.
24318         (vreinterpretq_u16_u64): Likewise.
24319         (vreinterpretq_u16_p8): Likewise.
24320         (vreinterpretq_u16_p16): Likewise.
24321         (vreinterpret_u32_s8): Likewise.
24322         (vreinterpret_u32_s16): Likewise.
24323         (vreinterpret_u32_s32): Likewise.
24324         (vreinterpret_u32_s64): Likewise.
24325         (vreinterpret_u32_f32): Likewise.
24326         (vreinterpret_u32_u8): Likewise.
24327         (vreinterpret_u32_u16): Likewise.
24328         (vreinterpret_u32_u64): Likewise.
24329         (vreinterpret_u32_p8): Likewise.
24330         (vreinterpret_u32_p16): Likewise.
24331         (vreinterpretq_u32_s8): Likewise.
24332         (vreinterpretq_u32_s16): Likewise.
24333         (vreinterpretq_u32_s32): Likewise.
24334         (vreinterpretq_u32_s64): Likewise.
24335         (vreinterpretq_u32_f32): Likewise.
24336         (vreinterpretq_u32_u8): Likewise.
24337         (vreinterpretq_u32_u16): Likewise.
24338         (vreinterpretq_u32_u64): Likewise.
24339         (vreinterpretq_u32_p8): Likewise.
24340         (vreinterpretq_u32_p16): Likewise.
24342 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
24344         * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
24345         Pattern extended.
24346         * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
24347         (sqabs): Likewise.
24348         * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
24349         (vqnegd_s64): Likewise.
24350         (vqabs_s64): Likewise.
24351         (vqabsd_s64): Likewise.
24353 2014-04-22  Richard Henderson  <rth@redhat.com>
24355         * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
24356         computation to the top of the loop.
24358 2014-04-22  Renlin  <renlin.li@arm.com>
24359             Jiong Wang  <jiong.wang@arm.com>
24361         * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
24362         * config/aarch64/aarch64.c (aarch64_layout_frame)
24363         (aarch64_initial_elimination_offset): Likewise.
24365 2014-04-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>
24367         * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
24368         Fix indentation.
24370 2014-04-22  Richard Sandiford  <rdsandiford@googlemail.com>
24372         * machmode.h (bitwise_mode_for_mode): Declare.
24373         * stor-layout.h (bitwise_type_for_mode): Likewise.
24374         * stor-layout.c (bitwise_mode_for_mode): New function.
24375         (bitwise_type_for_mode): Likewise.
24376         * builtins.c (fold_builtin_memory_op): Use it instead of
24377         int_mode_for_mode and build_nonstandard_integer_type.
24379 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24381         * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
24382         (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
24383         (*-*-solaris2*): Simplify.
24384         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
24385         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
24386         *-*-solaris2.9* handling.
24388         * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
24389         as bug.
24390         (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
24391         (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
24392         handling, simplify.
24393         (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
24394         * configure: Regenerate.
24396         * config/i386/sol2-9.h: Remove.
24398         * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
24399         (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
24400         Remove Solaris 9 references.
24402 2014-04-22  Vidya Praveen  <vidyapraveen@arm.com>
24404         * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
24405         (floatuns<GPI:mode><GPF:mode>2): Remove.
24406         (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
24407         and floatuns conversions.
24408         (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
24409         and floatuns conversions.
24410         * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
24411         (w1,w2): New mode attributes for inequal width conversions.
24413 2014-04-22  Renlin Li  <Renlin.Li@arm.com>
24415         * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
24416         the output asm format.
24418 2014-04-22  James Greenhalgh  <james.greenhalgh@arm.com>
24420         * config/aarch64/aarch64-simd.md
24421         (aarch64_cm<optab>di): Always split.
24422         (*aarch64_cm<optab>di): New.
24423         (aarch64_cmtstdi): Always split.
24424         (*aarch64_cmtstdi): New.
24426 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
24428         PR tree-optimization/60823
24429         * omp-low.c (ipa_simd_modify_function_body): Go through
24430         all SSA_NAMEs and for those refering to vector arguments
24431         which are going to be replaced adjust SSA_NAME_VAR and,
24432         if it is a default definition, change it into a non-default
24433         definition assigned at the beginning of function from new_decl.
24434         (ipa_simd_modify_stmt_ops): Rewritten.
24435         * tree-dfa.c (set_ssa_default_def): When removing default def,
24436         check for NULL loc instead of NULL *loc.
24438 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24440         * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
24441         restrictions on core registers for DImode values in Thumb2.
24443 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
24445         * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
24446         * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
24448 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
24450         * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
24451         (*iordi_notzesidi_di): Likewise.
24452         (*iordi_notsesidi_di): Likewise.
24454 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
24456         * config/arm/arm-protos.h (tune_params): New struct members.
24457         * config/arm/arm.c: Initialise tune_params per processor.
24458         (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
24459         for speed, based on new tune_params.
24461 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
24463         * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
24464         * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
24465         * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
24466         * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
24467         * config/aarch64/arm_neon.h (vrnd_f64): Added.
24468         (vrnda_f64): Likewise.
24469         (vrndi_f64): Likewise.
24470         (vrndm_f64): Likewise.
24471         (vrndn_f64): Likewise.
24472         (vrndp_f64): Likewise.
24473         (vrndx_f64): Likewise.
24475 2014-04-22  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
24477         * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
24478         GET_MODE_SIZE argument is enum machine_mode.
24480 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
24482         PR target/60910
24483         * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
24484         value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
24486 2014-04-22  Lin Zuojian  <manjian2006@gmail.com>
24488         PR middle-end/60281
24489         * asan.c (asan_emit_stack_protection): Force the base to align to
24490         appropriate bits if STRICT_ALIGNMENT.  Set shadow_mem align to
24491         appropriate bits if STRICT_ALIGNMENT.
24492         * cfgexpand.c (expand_stack_vars): Set base_align appropriately
24493         when asan is on.
24494         (expand_used_vars): Leave a space in the stack frame for alignment
24495         if STRICT_ALIGNMENT.
24497 2014-04-21  David Malcolm  <dmalcolm@redhat.com>
24499         * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
24500         than a gimple.
24501         (gimple_store_p): Likewise.
24502         (gimple_assign_load_p): Likewise.
24503         (gimple_assign_cast_p): Likewise.
24504         (gimple_clobber_p): Likewise.
24506         * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
24507         rather than a gimple.
24508         (gimple_assign_cast_p): Likewise.
24510 2014-04-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
24512         PR target/60735
24513         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
24514         If mode is DDmode and TARGET_E500_DOUBLE allow move.
24516         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
24517         more debug information for E500 if -mdebug=reg.
24519 2014-04-21  Uros Bizjak  <ubizjak@gmail.com>
24521         PR target/60909
24522         * config/i386/i386.c (ix86_expand_builtin)
24523         <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
24524         register for target RTX.
24525         <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
24527 2014-04-18  Cong Hou  <congh@google.com>
24529         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
24530         the widen-mult pattern by handling two operands with different sizes,
24531         and operands whose size is smaller than half of the result type.
24533 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
24535         * ipa-inline.h (INLINE_HINT_known_hot): New hint.
24536         * ipa-inline-analysis.c (dump_inline_hints): Dump it.
24537         (do_estimate_edge_time): Compute it.
24538         * ipa-inline.c (want_inline_small_function_p): Bypass
24539         INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
24541 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
24543         * ipa-inline.c (spec_rem): New static variable.
24544         (dump_overall_stats): New function.
24545         (dump_inline_stats): New function.
24547 2014-04-18  Richard Henderson  <rth@redhat.com>
24549         * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
24550         to GET_MODE_SIZE, not a reg_class_t.
24552 2014-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24554         * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
24555         (vsx_xxmrglw_<mode>): Likewise.
24557 2014-04-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
24559         PR target/60876
24560         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
24561         GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
24562         (rs6000_init_hard_regno_mode_ok): Likewise.
24564 2014-04-17  Jan Hubicka  <hubicka@ucw.cz>
24566         * ipa-inline.c (inline_small_functions): Account only non-cold
24567         functions.
24568         * doc/invoke.texi (inline-unit-growth): Update documentation.
24570 2014-04-17  Pat Haugen  <pthaugen@us.ibm.com>
24572         * config/rs6000/rs6000.md (addti3, subti3): New.
24574 2014-04-17  H.J. Lu  <hongjiu.lu@intel.com>
24576         PR target/60863
24577         * config/i386/i386.c (ix86_expand_clear): Remove outdated
24578         comment.  Check optimize_insn_for_size_p instead of
24579         optimize_insn_for_speed_p.
24581 2014-04-17  Martin Jambor  <mjambor@suse.cz>
24583         * gimple-iterator.c (gsi_start_edge): New function.
24584         * gimple-iterator.h (gsi_start_edge): Declare.
24585         * tree-sra.c (single_non_eh_succ): New function.
24586         (disqualify_ops_if_throwing_stmt): Renamed to
24587         disqualify_if_bad_bb_terminating_stmt.  Allow throwing statements
24588         having one non-EH successor BB.
24589         (sra_modify_expr): If stmt ends bb, use single non-EH successor to
24590         generate loads into replacements.
24591         (sra_modify_assign): Likewise and and also use the simple path for
24592         such statements.
24593         (sra_modify_function_body): Commit statements on edges.
24595 2014-04-17  Richard Biener  <rguenther@suse.de>
24597         PR middle-end/60849
24598         * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
24599         comparison results and add clarifying comment.
24601 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
24603         * genmodes.c (struct mode_data): Add need_bytesize_adj field.
24604         (blank_mode): Initialize it.
24605         (emit_mode_size_inline, emit_mode_nunits_inline,
24606         emit_mode_inner_inline): New functions.
24607         (emit_insn_modes_h): Call them and surround their output with
24608         #if GCC_VERSION >= 4001 ... #endif.
24609         * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
24610         For GCC_VERSION >= 4001 use mode_*_inline routines instead of
24611         mode_* arrays if the argument is __builtin_constant_p.
24612         * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
24613         is enum machine_mode.
24615 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
24617         * passes.c (opt_pass::execute): Adjust.
24618         (pass_manager::execute_pass_mode_switching): Likewise.
24619         (early_local_passes::execute): Likewise.
24620         (execute_one_pass): Pass cfun to the pass's execute method.
24621         * tree-pass.h (opt_pass::execute): Add function * argument.
24622         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
24623         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
24624         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
24625         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
24626         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
24627         config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
24628         except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
24629         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
24630         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
24631         ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
24632         ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
24633         lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
24634         postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
24635         reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
24636         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
24637         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
24638         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
24639         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
24640         tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
24641         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
24642         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
24643         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
24644         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
24645         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
24646         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
24647         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
24648         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
24649         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
24650         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
24651         Adjust.
24653 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
24655         * passes.c (opt_pass::gate): Take function * argument.
24656         (gate_all_early_local_passes): Merge into
24657         (early_local_passes::gate): this.
24658         (gate_all_early_optimizations): Merge into
24659         (all_early_optimizations::gate): this.
24660         (gate_all_optimizations): Mege into
24661         (all_optimizations::gate): this.
24662         (gate_all_optimizations_g): Merge into
24663         (all_optimizations_g::gate): this.
24664         (gate_rest_of_compilation): Mege into
24665         (rest_of_compilation::gate): this.
24666         (gate_postreload): Merge into
24667         (postreload::gate): this.
24668         (dump_one_pass): Pass cfun to the pass's gate method.
24669         (execute_ipa_summary_passes): Likewise.
24670         (execute_one_pass): Likewise.
24671         (ipa_write_summaries_2): Likewise.
24672         (ipa_write_optimization_summaries_1): Likewise.
24673         (ipa_read_summaries_1): Likewise.
24674         (ipa_read_optimization_summaries_1): Likewise.
24675         (execute_ipa_stmt_fixups): Likewise.
24676         * tree-pass.h (opt_pass::gate): Add function * argument.
24677         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
24678         combine-stack-adj.c, combine.c, compare-elim.c,
24679         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
24680         config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
24681         config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
24682         dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c,  fwprop.c, gcse.c,
24683         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
24684         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
24685         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
24686         loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
24687         omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
24688         reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
24689         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
24690         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
24691         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
24692         tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
24693         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
24694         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
24695         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
24696         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
24697         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
24698         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
24699         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
24700         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
24701         tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
24702         tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
24703         var-tracking.c, vtable-verify.c, web.c: Adjust.
24705 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
24707         * configure.ac: Check for -Woverloaded-virtual and enable it if found.
24708         * configure: Regenerate.
24710 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
24712         * passes.c (dump_one_pass): don't check pass->has_gate.
24713         (execute_ipa_summary_passes): Likewise.
24714         (execute_one_pass): Likewise.
24715         (ipa_write_summaries_2): Likewise.
24716         (ipa_write_optimization_summaries_1): Likewise.
24717         (ipa_read_optimization_summaries_1): Likewise.
24718         (execute_ipa_stmt_fixups): Likewise.
24719         * tree-pass.h (pass_data::has_gate): Remove.
24720         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
24721         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
24722         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
24723         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
24724         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
24725         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
24726         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
24727         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
24728         gimple-low.c, gimple-ssa-isolate-paths.c,
24729         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
24730         ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
24731         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
24732         ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
24733         modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
24734         recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
24735         reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
24736         trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
24737         tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
24738         tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
24739         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
24740         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
24741         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
24742         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
24743         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
24744         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
24745         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
24746         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
24747         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
24748         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
24749         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
24750         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
24751         Adjust.
24753 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
24755         * pass_manager.h (pass_manager::register_dump_files_1): Remove
24756         declaration.
24757         * passes.c (pass_manager::register_dump_files_1): Merge into
24758         (pass_manager::register_dump_files): this, and remove its handling of
24759         properties since the pass always has the properties anyway.
24760         (pass_manager::pass_manager): Adjust.
24762 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
24764         * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
24765         * passes.c (pass_manager::register_dump_files_1): Remove dead code
24766         dealing with properties.
24767         (pass_manager::register_dump_files): Adjust.
24769 2014-03-20  Mark Wielaard  <mjw@redhat.com>
24771         * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
24772         then represent the bound as normal constant value.
24774 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
24776         PR target/60847
24777         Forward port from 4.8 branch
24778         2013-07-19  Kirill Yukhin  <kirill.yukhin@intel.com>
24780         * config/i386/bmiintrin.h (_blsi_u32): New.
24781         (_blsi_u64): Ditto.
24782         (_blsr_u32): Ditto.
24783         (_blsr_u64): Ditto.
24784         (_blsmsk_u32): Ditto.
24785         (_blsmsk_u64): Ditto.
24786         (_tzcnt_u32): Ditto.
24787         (_tzcnt_u64): Ditto.
24789 2014-04-17  Kito Cheng  <kito@0xlab.org>
24791         * gcc.c (used_arg): Prevent out of bound access for multilib_options.
24793 2014-04-17  Richard Biener  <rguenther@suse.de>
24795         PR middle-end/60849
24796         * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
24797         boolean results for comparisons.
24799 2014-04-17  Richard Biener  <rguenther@suse.de>
24801         PR tree-optimization/60836
24802         * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
24803         initial PHI args to be gimple values.
24805 2014-04-17  Richard Biener  <rguenther@suse.de>
24807         PR tree-optimization/60841
24808         * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
24809         * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
24810         of stmts to SLP build.
24811         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
24812         (vect_analyze_slp): Likewise.
24813         (vect_analyze_slp_instance): Likewise.
24814         (vect_build_slp_tree): Limit overall SLP tree growth.
24815         * tree-vectorizer.h (vect_analyze_data_refs,
24816         vect_analyze_slp): Adjust prototypes.
24818 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
24820         * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
24821         Silvermont.
24823 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
24825         * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
24826         * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
24827         * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
24828         for TARGET_SLOW_PSHUFB
24830 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
24832         * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
24833         * config/i386/i386.c (intel_cost): Ditto.
24835 2014-04-17  Joey Ye  <joey.ye@arm.com>
24837         * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
24839 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
24841         * opts.c (common_handle_option): Disable -fipa-reference coorectly
24842         with -fuse-profile.
24844 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
24846         * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
24847         (type_all_derivations_known_p): New predicate.
24848         (type_all_ctors_visible_p): New predicate.
24849         (type_possibly_instantiated_p): New predicate.
24850         (get_odr_type): Compute all_derivations_known.
24851         (dump_odr_type): Dump the flag.
24852         (maybe_record_type): Cleanup.
24853         (record_target_from_binfo): Add bases_to_consider array;
24854         record bases for types w/o instances and skip CXX destructor.
24855         (possible_polymorphic_call_targets_1): Add bases_to_consider
24856         and consider_construction parameters; check if type may have instance.
24857         (get_polymorphic_call_info): Set maybe_in_construction to true
24858         when we know nothing.
24859         (record_targets_from_bases): Skip CXX destructors; they are
24860         never called for types in construction.
24861         (possible_polymorphic_call_targets): Do not record target when
24862         type may not have instance.
24864 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
24866         PR ipa/60854
24867         * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
24868         external aliases alive, too.
24870 2014-04-16  Andrew  Pinski  <apinski@cavium.com>
24872         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
24873         definition.
24875 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
24877         * final.c (compute_alignments): Do not apply loop alignment to a block
24878         falling through to the exit.
24880 2014-04-16  Catherine Moore  <clm@codesourcery.com>
24882         * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
24883         Adjust constraints for microMIPS store patterns.
24885 2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
24887         * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
24889 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
24891         * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
24892         (append_use): Run at -O0.
24893         (append_vdef): Likewise.
24894         * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
24895         * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
24897 2014-04-16  Jakub Jelinek  <jakub@redhat.com>
24899         PR tree-optimization/60844
24900         * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
24901         (propagate_op_to_single_use, remove_visited_stmt_chain,
24902         linearize_expr, repropagate_negates, reassociate_bb): Use it
24903         instead of gsi_remove.
24905 2014-04-16  Martin Jambor  <mjambor@suse.cz>
24907         * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
24908         ipa_transforms_to_apply.
24909         (cgraph_function_versioning): Assert that old_node has empty
24910         ipa_transforms_to_apply.
24911         * trans-mem.c (ipa_tm_create_version): Likewise.
24912         * tree-inline.c (tree_function_versioning): Do not duplicate
24913         ipa_transforms_to_apply.
24915 2014-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24917         PR target/60817
24918         * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
24919         x86_64-*-* cases.
24920         Pass necessary as flags on 64-bit Solaris/x86.
24921         Use lowercase relocs for x86_64-*-*.
24922         * configure: Regenerate.
24924 2014-04-15  Jan Hubicka  <jh@suse.cz>
24926         * ipa-devirt.c (referenced_from_vtable_p): New predicate.
24927         (maybe_record_node, likely_target_p): Use it.
24929 2014-04-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24931         PR target/60839
24932         Revert following patch
24934         2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
24936         PR target/60735
24937         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
24938         software floating point or no floating point registers, do not
24939         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
24940         in GPRs that occurs after we tested for GPRs that would never be
24941         true.
24943         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
24944         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
24945         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
24946         specifically allow DDmode, since that does not use the SPE SIMD
24947         instructions.
24949 2014-03-21  Mark Wielaard  <mjw@redhat.com>
24951         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
24952         as unsigned or int depending on type and value used.
24954 2014-04-15  Richard Biener  <rguenther@suse.de>
24956         PR rtl-optimization/56965
24957         * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
24958         * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
24959         ... here.
24960         * alias.c (true_dependence_1): Do not call
24961         nonoverlapping_component_refs_p.
24962         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
24963         nonoverlapping_component_refs_p.
24964         (indirect_refs_may_alias_p): Likewise.
24966 2014-04-15  Teresa Johnson  <tejohnson@google.com>
24968         * cfg.c (dump_bb_info): Fix flags check.
24969         * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
24971 2014-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24973         PR rtl-optimization/60663
24974         * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
24975         avoid 0 cost.
24977 2014-04-15  Richard Biener  <rguenther@suse.de>
24979         * lto-streamer.h (LTO_major_version): Bump to 4.
24981 2014-04-15  Richard Biener  <rguenther@suse.de>
24983         * common.opt (lto_partition_model): New enum.
24984         (flto-partition=): Merge separate options with a single with argument,
24985         add -flto-partition=one support.
24986         * flag-types.h (enum lto_partition_model): Declare.
24987         * opts.c (finish_options): Remove duplicate -flto-partition=
24988         option check.
24989         * lto-wrapper.c (run_gcc): Adjust.
24991 2014-04-15  Richard Biener  <rguenther@suse.de>
24993         * alias.c (ncr_compar): New function.
24994         (nonoverlapping_component_refs_p): Re-implement in O (n log n).
24996 2014-04-15  Richard Biener  <rguenther@suse.de>
24998         * alias.c (record_component_aliases): Do not walk BINFOs.
25000 2014-04-15  Richard Biener  <rguenther@suse.de>
25002         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
25003         Add struct function argument and adjust.
25004         (find_func_aliases_for_call): Likewise.
25005         (find_func_aliases): Likewise.
25006         (find_func_clobbers): Likewise.
25007         (intra_create_variable_infos): Likewise.
25008         (compute_points_to_sets): Likewise.
25009         (ipa_pta_execute): Adjust.  Do not push/pop cfun.
25011 2014-04-15  Richard Biener  <rguenther@suse.de>
25013         * tree.c (iterative_hash_expr): Use enum tree_code_class
25014         to store TREE_CODE_CLASS.
25015         (tree_block): Likewise.
25016         (tree_set_block): Likewise.
25017         * tree.h (fold_build_pointer_plus_loc): Use
25018         convert_to_ptrofftype_loc.
25020 2014-04-15  Jakub Jelinek  <jakub@redhat.com>
25022         PR plugins/59335
25023         * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
25024         added in 4.9.
25026 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
25028         * cfgloop.h (struct loop): Move force_vectorize down.
25029         * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
25030         (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
25031         * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
25032         * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
25033         * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
25034         * tree-core.h (enum annot_expr_kind): Add new kind values.
25035         * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
25036         * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
25037         kinds.
25038         * tree.def (ANNOTATE_EXPR): Tweak comment.
25040 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
25042         * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
25043         cxa_pure_virtual).
25045 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
25047         * tree.h (TYPE_IDENTIFIER): Declare.
25048         * tree.c (subrange_type_for_debug_p): Use it.
25049         * godump.c (go_format_type): Likewise.
25050         * dwarf2out.c (is_cxx_auto, modified_type_die,
25051         gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
25052         * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
25054 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
25056         PR lto/60820
25057         * varpool.c (varpool_remove_node): Do not alter decls when streaming.
25059 2014-04-14  Uros Bizjak  <ubizjak@gmail.com>
25061         * config/i386/i386.c (examine_argument): Return bool.  Return true if
25062         parameter should be passed in memory.
25063         <case X86_64_COMPLEX_X87_CLASS>: Adjust.
25064         (construct_container): Update calls to examine_argument.
25065         (function_arg_advance_64): Ditto.
25066         (return_in_memory_32): Merge with ix86_return_in_memory.
25067         (return_in_memory_64): Ditto.
25068         (return_in_memory_ms_64): Ditto.
25070 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
25072         * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
25073         * coverage.c (coverage_compute_profile_id): Handle externally visible
25074         symbols.
25076 2014-04-14  Martin Jambor  <mjambor@suse.cz>
25078         * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
25079         DECL_DISREGARD_INLINE_LIMITS functions.
25081 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
25083         PR target/60827
25084         * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
25086 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
25088         PR target/60827
25089         * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
25090         optimize_insn_for_speed_p instead of
25091         optimize_function_for_speed_p.
25093 2014-04-14  Yufeng Zhang  <yufeng.zhang@arm.com>
25095         * doc/invoke.texi (free): Document AArch64.
25097 2014-04-14  Richard Biener  <rguenther@suse.de>
25099         PR tree-optimization/60042
25100         * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
25101         (insert_into_preds_of_block): Do not prevent PHI insertion
25102         for REFERENCE exprs here ...
25103         (eliminate_dom_walker::before_dom_children): ... but prevent
25104         their use here under similar conditions when applied to the
25105         IL after PRE optimizations.
25107 2014-04-14  Richard Biener  <rguenther@suse.de>
25109         * passes.def: Move early points-to after early SRA.
25111 2014-04-14  Richard Biener  <rguenther@suse.de>
25113         * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
25114         check for which sign-changes we allow when forwarding
25115         a converted value into a switch.
25117 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
25119         * stor-layout.c (place_field): Finalize non-constant offset for the
25120         field, if any.
25122 2014-04-14  Richard Biener  <rguenther@suse.de>
25124         * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
25125         as argument.
25126         (expand_switch_using_bit_tests_p): Likewise.
25127         (process_switch): Compute and pass on speed_p based on the
25128         switch stmt.
25129         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
25130         optimize_bb_for_speed_p.
25132 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
25134         * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
25135         * function.h (struct function): Rename has_force_vect_loops into
25136         has_force_vectorize_loops.
25137         * lto-streamer-in.c (input_cfg): Adjust for renaming.
25138         (input_struct_function_base): Likewise.
25139         * lto-streamer-out.c (output_cfg): Likewise.
25140         (output_struct_function_base): Likewise.
25141         * omp-low.c (expand_omp_simd): Likewise.
25142         * tree-cfg.c (move_sese_region_to_fn): Likewise.
25143         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
25144         (version_loop_for_if_conversion): Likewise.
25145         (tree_if_conversion): Likewise.
25146         (main_tree_if_conversion): Likewise.
25147         (gate_tree_if_conversion): Likewise.
25148         * tree-inline.c (copy_loops): Likewise.
25149         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
25150         * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
25151         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
25152         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
25153         * tree-vectorizer.c (vectorize_loops): Likewise.
25154         * tree-vectorizer.h (unlimited_cost_model): Likewise.
25156 2014-04-14  Richard Biener  <rguenther@suse.de>
25158         PR lto/60720
25159         * lto-streamer-out.c (wrap_refs): New function.
25160         (lto_output): Wrap symbol references in global initializes in
25161         type-preserving MEM_REFs.
25163 2014-04-14  Christian Bruel  <christian.bruel@st.com>
25165         * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
25167 2014-04-14  Christian Bruel  <christian.bruel@st.com>
25169         * config/sh/sh.md (setmemqi): New expand pattern.
25170         * config/sh/sh.h (CLEAR_RATIO): Define.
25171         * config/sh/sh-mem.cc (sh_expand_setmem): Define.
25172         * config/sh/sh-protos.h (sh_expand_setmem): Declare.
25174 2014-04-14  Richard Biener  <rguenther@suse.de>
25176         PR middle-end/55022
25177         * fold-const.c (negate_expr_p): Don't negate directional rounding
25178         division.
25179         (fold_negate_expr): Likewise.
25181 2014-04-14  Richard Biener  <rguenther@suse.de>
25183         PR tree-optimization/59817
25184         PR tree-optimization/60453
25185         * graphite-scop-detection.c (graphite_can_represent_scev): Complete
25186         recursion to catch all CHRECs in the scalar evolution and restrict
25187         the predicate for the remains appropriately.
25189 2014-04-12  Catherine Moore  <clm@codesourcery.com>
25191         * config/mips/constraints.md: Add new register constraint "kb".
25192         * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
25193         (*movhi_internal): Likewise.
25194         (*movqi_internal): Likewise.
25195         * config/mips/mips.h (M16_STORE_REGS): New register class.
25196         (REG_CLASS_NAMES): Add M16_STORE_REGS.
25197         (REG_CLASS_CONTENTS): Likewise.
25198         * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
25200 2014-04-11  Tobias Burnus  <burnus@net-b.de>
25202         PR c/60194
25203         * doc/invoke.texi (-Wformat-signedness): Document it.
25204         (Wformat=2): Mention that this enables -Wformat-signedness.
25206 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
25208         * common/config/epiphany/epiphany-common.c
25209         (epiphany_option_optimization_table): Enable section anchors by
25210         default at -O1 or higher.
25211         * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
25212         (TARGET_MIN_ANCHOR_OFFSET): Likewise.
25213         (epiphany_rtx_costs) <SET>: For binary operators, the set as such
25214         carries no extra cost.
25215         (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
25216         * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
25217         * config/epiphany/predicates.md (memclob_operand): New predicate.
25218         * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
25219         Use memclob_operand predicate and X constraint for operand 3.
25221 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
25223         * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
25224         with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
25225         its operands.
25227 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
25229         PR rtl-optimization/60651
25230         * mode-switching.c (optimize_mode_switching): Make sure to emit
25231         sets of a lower numbered entity before sets of a higher numbered
25232         entity to a mode of the same or lower priority.
25233         When creating a seginfo for a basic block that starts with a code
25234         label, move the insertion point past the code label.
25235         (new_seginfo): Document and enforce requirement that
25236         NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
25237         * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
25238         * doc/tm.texi: Regenerate.
25240 2014-01-11  Joern Rennecke  <joern.rennecke@embecosm.com>
25242         PR target/60811
25243         * config/arc/arc.c (arc_save_restore): Fix assert typo.
25245 2013-04-11  Jakub Jelinek  <jakub@redhat.com>
25247         * BASE-VER: Set to 4.10.0.
25249 2014-04-11  Tobias Burnus  <burnus@net-b.de>
25251         PR other/59055
25252         * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
25253         * doc/gcc.texi (Service): Update description in the @menu
25254         * doc/invoke.texi (Option Summary): Remove misplaced and
25255         duplicated @menu.
25257 2014-04-11  Steve Ellcey  <sellcey@mips.com>
25258             Jakub Jelinek  <jakub@redhat.com>
25260         PR middle-end/60556
25261         * expr.c (convert_move): Use emit_store_flag_force instead of
25262         emit_store_flag.  Pass lowpart_mode instead of VOIDmode as 5th
25263         argument to it.
25265 2014-04-11  Richard Biener  <rguenther@suse.de>
25267         PR middle-end/60797
25268         * varasm.c (assemble_alias): Avoid endless error reporting
25269         recursion by setting TREE_ASM_WRITTEN.
25271 2014-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25273         * config/s390/s390.md: Add a splitter for NOT rtx.
25275 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
25277         PR rtl-optimization/60663
25278         * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
25280 2014-04-10  Jan Hubicka  <hubicka@ucw.cz>
25281             Jakub Jelinek  <jakub@redhat.com>
25283         PR lto/60567
25284         * ipa.c (function_and_variable_visibility): Copy forced_by_abi
25285         flag from decl_node to node.
25287 2014-04-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25289         PR debug/60655
25290         * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
25291         (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
25292         ameliorating the cases where it can be.
25294 2014-04-09  David Edelsohn  <dje.gcc@gmail.com>
25296         Revert
25297         2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
25299         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
25300         (loadsync_<mode>): Change mode.
25301         (load_quadpti, store_quadpti): New.
25302         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
25303         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
25304         * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
25306 2014-04-09  Cong Hou  <congh@google.com>
25308         PR testsuite/60773
25309         * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
25310         documentation.
25312 2014-04-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25314         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
25315         instead of vnor to exploit possible fusion opportunity in the
25316         future.
25317         (altivec_expand_vec_perm_const_le): Likewise.
25319 2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
25321         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
25322         (loadsync_<mode>): Change mode.
25323         (load_quadpti, store_quadpti): New.
25324         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
25325         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
25327 2014-04-08  Richard Sandiford  <rdsandiford@googlemail.com>
25329         PR target/60763
25330         * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
25331         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
25332         Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
25334 2014-04-08  Richard Biener  <rguenther@suse.de>
25336         PR middle-end/60706
25337         * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
25338         a 64bit widest int print double-int similar to on HWI64 hosts.
25340 2014-04-08  Richard Biener  <rguenther@suse.de>
25342         PR tree-optimization/60785
25343         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
25344         default defs properly.
25346 2014-04-08  Nathan Sidwell  <nathan@codesourcery.com>
25348         * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
25349         (Weffc++): Likewise.
25351 2014-04-07  Jan Hubicka  <hubcika@ucw.cz>
25353         * ipa-devirt.c (maybe_record_node): When node is not recorded,
25354         set completep to false rather than true.
25356 2014-04-07  Douglas B Rupp  <rupp@adacore.com>
25358         PR target/60504
25359         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
25360         ARM_TARGET2_DWARF_FORMAT.
25362 2014-04-07  Charles Baylis  <charles.baylis@linaro.org>
25364         PR target/60609
25365         * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
25366         (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
25367         ADDR_DIFF_VEC.
25369 2014-04-07  Richard Biener  <rguenther@suse.de>
25371         PR tree-optimization/60766
25372         * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
25373         (may_eliminate_iv): Convert cand_value_at result to desired type.
25375 2014-04-07  Jason Merrill  <jason@redhat.com>
25377         PR c++/60731
25378         * common.opt (-fno-gnu-unique): Add.
25379         * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
25381 2014-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25383         * haifa-sched.c: Fix outdated function reference and minor
25384         grammar errors in introductory comment.
25386 2014-04-07  Richard Biener  <rguenther@suse.de>
25388         PR middle-end/60750
25389         * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
25390         for noreturn calls.
25391         * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
25393 2014-04-06  John David Anglin  <danglin@gcc.gnu.org>
25395         PR debug/55794
25396         * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
25397         size accounting for thunks.
25398         (pa_asm_output_mi_thunk): Use final_start_function() and
25399         final_end_function() to output function start and end directives.
25401 2014-04-05  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
25403         * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
25404         device specific ISA/ feature information. Remove short_sp and
25405         errata_skip ds.  Add avr_device_specific_features enum to have device
25406         specific info.
25407         * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
25408         errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
25409         * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
25410         updated device specific info.
25411         * config/avr/avr-mcus.def: Merge device specific details to
25412         dev_attribute field.
25413         * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
25414         errata_skip.
25415         * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
25416         * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
25417         assembler if RMW isa supported by current device.
25418         * config/avr/genmultilib.awk: Update as device info structure changed.
25419         * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
25421 2014-04-04  Cong Hou  <congh@google.com>
25423         PR tree-optimization/60656
25424         * tree-vect-stmts.c (supportable_widening_operation):
25425         Fix a bug that elements in a vector with vect_used_by_reduction
25426         property are incorrectly reordered when the operation on it is not
25427         consistant with the one in reduction operation.
25429 2014-04-04  John David Anglin  <danglin@gcc.gnu.org>
25431         PR rtl-optimization/60155
25432         * gcse.c (record_set_data): New function.
25433         (single_set_gcse): New function.
25434         (gcse_emit_move_after): Use single_set_gcse instead of single_set.
25435         (hoist_code): Likewise.
25436         (get_pressure_class_and_nregs): Likewise.
25438 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
25440         * explow.c (probe_stack_range): Emit a final optimization blockage.
25442 2014-04-04  Anthony Green  <green@moxielogic.com>
25444         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
25445         typos.
25447 2014-04-04  Jan Hubicka  <hubicka@ucw.cz>
25449         PR ipa/59626
25450         * lto-cgraph.c (input_overwrite_node): Check that partitioning
25451         flags are set only during streaming.
25452         * ipa.c (process_references, walk_polymorphic_call_targets,
25453         symtab_remove_unreachable_nodes): Drop bodies of always inline
25454         after early inlining.
25455         (symtab_remove_unreachable_nodes): Remove always_inline attribute.
25457 2014-04-04  Jakub Jelinek  <jakub@redhat.com>
25458         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25460         PR debug/60655
25461         * dwarf2out.c (const_ok_for_output_1): Reject expressions
25462         containing a NOT.
25464 2014-04-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25466         PR bootstrap/60743
25467         * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
25468         duration.
25469         (cortex_a53_fdivd): Likewise.
25471 2014-04-04  Martin Jambor  <mjambor@suse.cz>
25473         PR ipa/60640
25474         * cgraph.h (cgraph_clone_node): New parameter added to declaration.
25475         Adjust all callers.
25476         * cgraph.c (clone_of_p): Also return true if thunks match.
25477         (verify_edge_corresponds_to_fndecl): Removed extraneous call to
25478         cgraph_function_or_thunk_node and an obsolete comment.
25479         * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
25480         file.
25481         (build_function_decl_skip_args): Likewise.
25482         (set_new_clone_decl_and_node_flags): New function.
25483         (duplicate_thunk_for_node): Likewise.
25484         (redirect_edge_duplicating_thunks): Likewise.
25485         (cgraph_clone_node): New parameter args_to_skip, pass it to
25486         redirect_edge_duplicating_thunks which is called instead of
25487         cgraph_redirect_edge_callee.
25488         (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
25489         moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
25491 2014-04-04  Jeff Law  <law@redhat.com>
25493         PR target/60657
25494         * config/arm/predicates.md (const_int_I_operand): New predicate.
25495         (const_int_M_operand): Similarly.
25496         * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
25497         const_int_operand.
25498         (insv_t2, extv_reg, extzv_t2): Likewise.
25499         (load_multiple_with_writeback): Similarly for const_int_I_operand.
25500         (pop_multiple_with_writeback_and_return): Likewise.
25501         (vfp_pop_multiple_with_writeback): Likewise
25503 2014-04-04  Richard Biener  <rguenther@suse.de>
25505         PR ipa/60746
25506         * tree-ssanames.c (make_ssa_name_fn): Fix assert.
25507         * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
25508         non-GIMPLE_LABELs.
25509         * gimplify.h (gimple_add_tmp_var_fn): Declare.
25510         * gimplify.c (gimple_add_tmp_var_fn): New function.
25511         * gimple-expr.h (create_tmp_reg_fn): Declare.
25512         * gimple-expr.c (create_tmp_reg_fn): New function.
25513         * gimple-low.c (record_vars_into): Don't change cfun.
25514         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
25515         code generation without cfun.
25517 2014-04-04  Thomas Schwinge  <thomas@codesourcery.com>
25519         PR bootstrap/60719
25520         * Makefile.in (install-driver): Fix shell scripting.
25522 2014-04-03  Cong Hou  <congh@google.com>
25524         PR tree-optimization/60505
25525         * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
25526         threshold of number of iterations below which no vectorization
25527         will be done.
25528         * tree-vect-loop.c (new_loop_vec_info):
25529         Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
25530         * tree-vect-loop.c (vect_analyze_loop_operations):
25531         Set LOOP_VINFO_COST_MODEL_THRESHOLD.
25532         * tree-vect-loop.c (vect_transform_loop):
25533         Use LOOP_VINFO_COST_MODEL_THRESHOLD.
25534         * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
25535         of iterations of the loop and see if we should build the epilogue.
25537 2014-04-03  Richard Biener  <rguenther@suse.de>
25539         * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
25540         (streamer_tree_cache_create): Adjust.
25541         * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
25542         to allow optional nodes array.
25543         (streamer_tree_cache_insert_1): Use next_idx to assign idx.
25544         (streamer_tree_cache_append): Likewise.
25545         (streamer_tree_cache_create): Create nodes array optionally
25546         as specified by parameter.
25547         * lto-streamer-out.c (create_output_block): Avoid maintaining
25548         the node array in the writer cache.
25549         (DFS_write_tree): Remove assertion.
25550         (produce_asm_for_decls): Free the out decl state hash table early.
25551         * lto-streamer-in.c (lto_data_in_create): Adjust for
25552         streamer_tree_cache_create prototype change.
25554 2014-04-03  Richard Biener  <rguenther@suse.de>
25556         * tree-streamer-out.c (streamer_write_chain): Do not temporarily
25557         set TREE_CHAIN to NULL_TREE.
25559 2014-04-03  Richard Biener  <rguenther@suse.de>
25561         PR tree-optimization/60740
25562         * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
25563         over all GIMPLE_COND operands.
25565 2014-04-03  Nathan Sidwell  <nathan@codesourcery.com>
25567         * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
25568         (Weffc++): Remove Scott's numbering, merge lists and reference
25569         Wnon-virtual-dtor.
25571 2014-04-03  Nick Clifton  <nickc@redhat.com>
25573         * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
25574         properly.
25576 2014-04-03  Martin Jambor  <mjambor@suse.cz>
25578         * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
25579         mention gcc_unreachable before failing.
25580         * ipa.c (symtab_remove_unreachable_nodes): Also print order of
25581         removed symbols.
25583 2014-04-02  Jan Hubicka  <hubicka@ucw.cz>
25585         PR ipa/60659
25586         * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
25587         inconsistent code and instead mark the context inconsistent.
25588         (possible_polymorphic_call_targets): For inconsistent contexts
25589         return empty complete list.
25591 2014-04-02  Anthony Green  <green@moxielogic.com>
25593         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
25594         (extendqisi2, extendhisi2): Define.
25595         * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
25596         (WCHAR_TYPE): Change to unsigned int.
25598 2014-04-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25600         PR tree-optimization/60733
25601         * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
25602         insertion point for PHI candidates to be the end of the feeding
25603         block for the PHI argument.
25605 2014-04-02  Vladimir Makarov  <vmakarov@redhat.com>
25607         PR rtl-optimization/60650
25608         * lra-constraints.c (process_alt_operands): Decrease reject for
25609         earlyclobber matching.
25611 2014-04-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25613         * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
25615 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25617         * config/spu/spu.c (pad_bb): Do not crash when the last
25618         insn is CODE_FOR_blockage.
25620 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25622         * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
25623         lies outside the target mode.
25625 2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
25627         PR target/60735
25628         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
25629         software floating point or no floating point registers, do not
25630         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
25631         in GPRs that occurs after we tested for GPRs that would never be
25632         true.
25634         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
25635         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
25636         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
25637         specifically allow DDmode, since that does not use the SPE SIMD
25638         instructions.
25640 2014-04-02  Richard Biener  <rguenther@suse.de>
25642         PR middle-end/60729
25643         * optabs.c (expand_abs_nojump): Honor flag_trapv only for
25644         MODE_INTs.  Properly use negv_optab.
25645         (expand_abs): Likewise.
25647 2014-04-02  Richard Biener  <rguenther@suse.de>
25649         PR bootstrap/60719
25650         * Makefile.in (install-driver): Guard extra installs with special
25651         names properly.
25653 2014-04-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
25655         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25656         Document vec_vgbbd.
25658 2014-04-01  Richard Henderson  <rth@redhat.com>
25660         PR target/60704
25661         * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
25662         alternative enabled before register allocation.
25664 2014-04-01  Chung-Lin Tang  <cltang@codesourcery.com>
25666         * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
25667         * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
25668         typo.
25669         (nios2_large_got_address): Remove unneeded 'sym' parameter.
25670         (nios2_got_address): Update nios2_large_got_address call site.
25671         (nios2_delegitimize_address): New function.
25672         (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
25673         * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
25674         (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
25676 2014-04-01  Martin Husemann  <martin@duskware.de>
25678         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
25679         for -mabi=32.
25681 2014-04-01  Richard Sandiford  <rdsandiford@googlemail.com>
25683         PR rtl-optimization/60604
25684         * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
25685         check from register_operand.
25686         (register_operand): Redefine in terms of general_operand.
25687         (nonmemory_operand): Use register_operand for the non-constant cases.
25689 2014-04-01  Richard Biener  <rguenther@suse.de>
25691         * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
25693 2014-04-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
25695         * doc/invoke.texi (mapp-regs): Clarify.
25697 2014-03-31  Ulrich Drepper  <drepper@gmail.com>
25699         * config/i386/avx512fintrin.h (__v32hi): Define type.
25700         (__v64qi): Likewise.
25701         (_mm512_set1_epi8): Define.
25702         (_mm512_set1_epi16): Define.
25703         (_mm512_set4_epi32): Define.
25704         (_mm512_set4_epi64): Define.
25705         (_mm512_set4_pd): Define.
25706         (_mm512_set4_ps): Define.
25707         (_mm512_setr4_epi64): Define.
25708         (_mm512_setr4_epi32): Define.
25709         (_mm512_setr4_pd): Define.
25710         (_mm512_setr4_ps): Define.
25711         (_mm512_setzero_epi32): Define.
25713 2014-03-31  Martin Jambor  <mjambor@suse.cz>
25715         PR middle-end/60647
25716         * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
25717         callsite_arguments_match_p.  Updated all callers.  Also check types of
25718         corresponding formal parameters and actual arguments.
25719         (not_all_callers_have_enough_arguments_p) Renamed to
25720         some_callers_have_mismatched_arguments_p.
25722 2014-03-31  Yuri Rumyantsev  <ysrumyan@gmail.com>
25724         * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
25726 2014-03-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
25728         PR target/60034
25729         * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
25730         section anchor.
25732 2014-03-30  Uros Bizjak  <ubizjak@gmail.com>
25734         * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
25735         (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
25736         Split out
25737         <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
25738         Use FMAMODE_NOVF512 mode iterator.
25739         (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
25740         (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
25741         (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
25742         (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
25743         Split out
25744         <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
25745         Use VF_128_256 mode iterator.
25746         (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
25747         Ditto.
25749 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
25751         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
25752         static chain if needed.
25754 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
25756         PR target/60697
25757         * lra-constraints.c (index_part_to_reg): New.
25758         (process_address): Use it.
25760 2014-03-27  Jeff Law  <law@redhat.com>
25761             Jakub Jelinek  <jakub@redhat.com>
25763         PR target/60648
25764         * expr.c (do_tablejump): Use simplify_gen_binary rather than
25765         gen_rtx_{PLUS,MULT} to build up the address expression.
25767         * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
25768         creating non-canonical RTL.
25770 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
25772         PR ipa/60243
25773         * ipa-inline.c (want_inline_small_function_p): Short circuit large
25774         functions; reorganize to make cheap checks first.
25775         (inline_small_functions): Do not estimate growth when dumping;
25776         it is expensive.
25777         * ipa-inline.h (inline_summary): Add min_size.
25778         (growth_likely_positive): New function.
25779         * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
25780         (set_cond_stmt_execution_predicate): Cleanup.
25781         (estimate_edge_size_and_time): Compute min_size.
25782         (estimate_calls_size_and_time): Likewise.
25783         (estimate_node_size_and_time): Likewise.
25784         (inline_update_overall_summary): Update min_size.
25785         (do_estimate_edge_time): Likewise.
25786         (do_estimate_edge_size): Update.
25787         (do_estimate_edge_hints): Update.
25788         (growth_likely_positive): New function.
25790 2014-03-28  Jakub Jelinek  <jakub@redhat.com>
25792         PR target/60693
25793         * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
25794         also if addr has VOIDmode.
25796 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25798         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
25799         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
25800         Declare extern.
25801         * config/arm/cortex-a53.md: Add reservations and bypass for crypto
25802         instructions as well as AdvancedSIMD loads.
25804 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25806         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
25807         Use crypto_aese type.
25808         (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
25809         * config/arm/arm.md (is_neon_type): Replace crypto_aes with
25810         crypto_aese, crypto_aesmc.  Move to types.md.
25811         * config/arm/types.md (crypto_aes): Split into crypto_aese,
25812         crypto_aesmc.
25813         * config/arm/iterators.md (crypto_type): Likewise.
25815 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
25817         * cgraph.c: Include expr.h and tree-dfa.h.
25818         (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
25819         remove LHS.
25821 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
25823         PR target/60675
25824         * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
25825         regs from checking multi-reg pseudos.
25827 2014-03-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25829         * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
25831 2014-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25833         * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
25834         if it would clobber the stack pointer, even temporarily.
25836 2014-03-28  Eric Botcazou  <ebotcazou@adacore.com>
25838         * mode-switching.c: Make small adjustments to the top comment.
25840 2014-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
25842         * config/rs6000/constraints.md (wD constraint): New constraint to
25843         match the constant integer to get the top DImode/DFmode out of a
25844         vector in a VSX register.
25846         * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
25847         match the constant integer to get the top DImode/DFmode out of a
25848         vector in a VSX register.
25850         * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
25851         for ISA 2.07.
25853         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
25854         vbpermq builtins.
25856         * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
25857         -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
25859         * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
25860         Optimize vec_extract of 64-bit values, where the value being
25861         extracted is in the top word, where we can use scalar
25862         instructions.  Add direct move and store support.  Combine the big
25863         endian/little endian vector select load support into a single insn.
25864         (vsx_extract_<mode>_internal1): Likewise.
25865         (vsx_extract_<mode>_internal2): Likewise.
25866         (vsx_extract_<mode>_load): Likewise.
25867         (vsx_extract_<mode>_store): Likewise.
25868         (vsx_extract_<mode>_zero): Delete, big and little endian insns are
25869         combined into vsx_extract_<mode>_load.
25870         (vsx_extract_<mode>_one_le): Likewise.
25872         * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
25873         define the top 64-bit vector element.
25875         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
25876         constraint.
25878         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25879         Document vec_vbpermq builtin.
25881         PR target/60672
25882         * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
25883         enable use of xxsldwi and xxpermdi builtin functions.
25884         (vec_xxpermdi): Likewise.
25886         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25887         Document use of vec_xxsldwi and vec_xxpermdi builtins.
25889 2014-03-27  Vladimir Makarov  <vmakarov@redhat.com>
25891         PR rtl-optimization/60650
25892         * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
25893         first_p.  Use it.
25894         (find_spills_for): New.
25895         (assign_by_spills): Pass the new parameter to find_hard_regno_for.
25896         Spill all pseudos on the second iteration.
25898 2014-03-27  Marek Polacek  <polacek@redhat.com>
25900         PR c/50347
25901         * doc/extend.texi (ffs Builtins): Change unsigned types to signed
25902         types.
25904 2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25906         * config/s390/s390.c (s390_can_use_return_insn): Check for
25907         call-saved FPRs on 31 bit.
25909 2014-03-27  Jakub Jelinek  <jakub@redhat.com>
25911         PR middle-end/60682
25912         * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
25913         if they need regimplification, just drop them instead of
25914         calling gimple_regimplify_operands on them.
25916 2014-03-27  Marcus Shawcroft  <marcus.shawcroft@arm.com>
25918         PR target/60580
25919         * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
25920         (aarch64_frame_pointer_required): Adjust logic.
25921         (aarch64_can_eliminate): Adjust logic.
25922         (aarch64_override_options_after_change): Adjust logic.
25924 2014-03-27  Dehao Chen  <dehao@google.com>
25926         * ipa-inline.c (early_inliner): Update node's inline info.
25928 2014-03-26  Dehao Chen  <dehao@google.com>
25930         * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
25931         compiler inserted conditional jumps for NAN float check.
25933 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
25935         * ubsan.h (ubsan_create_data): Change second argument's type
25936         to const location_t *.
25937         * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
25938         _("<unknown>").
25939         (ubsan_create_data): Change second argument to const location_t *PLOC.
25940         Create Loc field whenever PLOC is non-NULL.
25941         (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
25942         ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
25943         callers.
25945         PR other/59545
25946         * real.c (real_to_integer2): Change type of low to UHWI.
25948 2014-03-26  Tobias Burnus  <burnus@net-b.de>
25950         * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
25951         (CILK_SELF_SPECS): New define.
25952         (driver_self_specs): Use it.
25954 2014-03-26  Richard Biener  <rguenther@suse.de>
25956         * tree-pretty-print.c (percent_K_format): Implement special
25957         case for LTO and its stripped down BLOCK tree.
25959 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
25961         PR sanitizer/60636
25962         * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
25964         * tree-vrp.c (simplify_internal_call_using_ranges): If only
25965         one range is range_int_cst_p, but not both, at least optimize
25966         addition/subtraction of 0 and multiplication by 0 or 1.
25967         * gimple-fold.c (gimple_fold_call): Fold
25968         IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
25969         (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
25970         INTEGER_CSTs, try to fold at least x * 0 and y - y.
25972 2014-03-26  Eric Botcazou  <ebotcazou@adacore.com>
25974         PR rtl-optimization/60452
25975         * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
25976         <case REG>: Return 1 for invalid offsets from the frame pointer.
25978 2014-03-26  Marek Polacek  <polacek@redhat.com>
25980         PR c/37428
25981         * doc/extend.texi (C Extensions): Mention variable-length arrays in
25982         a structure/union.
25984 2014-03-26  Marek Polacek  <polacek@redhat.com>
25986         PR c/39525
25987         * doc/extend.texi (Designated Inits): Describe what happens to omitted
25988         field members.
25990 2014-03-26  Marek Polacek  <polacek@redhat.com>
25992         PR other/59545
25993         * ira-color.c (update_conflict_hard_regno_costs): Perform the
25994         multiplication in unsigned type.
25996 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
25998         * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
26000 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
26002         * doc/contrib.texi: Add myself as Andes nds32 port contributor.
26004 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
26006         PR ipa/60315
26007         * cif-code.def (UNREACHABLE) New code.
26008         * ipa-inline.c (inline_small_functions): Skip edges to
26009         __builtlin_unreachable.
26010         (estimate_edge_growth): Allow edges to __builtlin_unreachable.
26011         * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
26012         predicate to __bulitin_unreachable.
26013         (set_cond_stmt_execution_predicate): Fix issue when
26014         invert_tree_comparison returns ERROR_MARK.
26015         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
26016         propagate to inline clones.
26017         * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
26018         to unreachable.
26019         * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
26020         * cgraphclones.c (cgraph_clone_node): If call destination is already
26021         ureachable, do not redirect it back.
26022         * tree-inline.c (fold_marked_statements): Hanlde calls becoming
26023         unreachable.
26025 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
26027         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
26028         Do not modify inline clones.
26030 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
26032         * config/i386/i386.md (general_sext_operand): New mode attr.
26033         (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
26034         don't generate (sign_extend (const_int)).
26035         (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
26036         operands[2].  Use We constraint instead of <i> and
26037         <general_sext_operand> predicate instead of <general_operand>.
26038         (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
26039         * config/i386/constraints.md (We): New constraint.
26040         * config/i386/predicates.md (x86_64_sext_operand,
26041         sext_operand): New predicates.
26043 2014-03-25  Martin Jambor  <mjambor@suse.cz>
26045         PR ipa/60600
26046         * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
26047         inconsistent devirtualizations to __builtin_unreachable.
26049 2014-03-25  Marek Polacek  <polacek@redhat.com>
26051         PR c/35449
26052         * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
26054 2014-03-25  Alan Lawrence  <alan.lawrence@arm.com>
26056         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
26057         order of elements for big-endian.
26059 2014-03-25  Richard Biener  <rguenther@suse.de>
26061         PR middle-end/60635
26062         * gimplify-me.c (gimple_regimplify_operands): Update the
26063         re-gimplifed stmt.
26065 2014-03-25  Martin Jambor  <mjambor@suse.cz>
26067         PR ipa/59176
26068         * lto-cgraph.c (lto_output_node): Stream body_removed flag.
26069         (lto_output_varpool_node): Likewise.
26070         (input_overwrite_node): Likewise.
26071         (input_varpool_node): Likewise.
26073 2014-03-25  Richard Biener  <rguenther@suse.de>
26075         * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
26076         (run_gcc): Likewise.
26078 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
26080         * combine.c (simplify_compare_const): Add MODE argument.
26081         Handle mode_width 0 as very large mode_width.
26082         (try_combine, simplify_comparison): Adjust callers.
26084         * cselib.c (cselib_hash_rtx): Perform addition in unsigned
26085         type to avoid signed integer overflow.
26086         * explow.c (plus_constant): Likewise.
26088 2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
26090         * doc/generic.texi: Correct typos.
26092 2014-03-24  Tobias Burnus  <burnus@net-b.de>
26094         * doc/invoke.texi (-flto): Expand section about
26095         using static libraries with LTO.
26097 2014-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26099         PR rtl-optimization/60501
26100         * optabs.def (addptr3_optab): New optab.
26101         * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
26102         * doc/md.texi ("addptrm3"): Document new RTL standard expander.
26103         * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
26105         * lra.c (emit_add3_insn): Use the addptr pattern if available.
26107         * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
26109 2014-03-24  Ulrich Drepper  <drepper@gmail.com>
26111         * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
26112         _mm512_set1_pd.
26114         * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
26115         (_mm256_undefined_ps): Define.
26116         (_mm256_undefined_pd): Define.
26117         * config/i386/emmintrin.h (_mm_undefined_si128): Define.
26118         (_mm_undefined_pd): Define.
26119         * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
26120         * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
26121         (_mm512_undefined_ps): Define.
26122         (_mm512_undefined_pd): Define.
26123         Use _mm*_undefined_*.
26124         * config/i386/avx2intrin.h: Use _mm*_undefined_*.
26126 2014-03-24  Alex Velenko  <Alex.Velenko@arm.com>
26128         * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
26129         (lshr_simd): DI mode added.
26130         * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
26131         (aarch64_ushr_simddi): Likewise.
26132         * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
26133         * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
26134         (vshrd_n_u64): Likewise.
26136 2014-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26138         * Makefile.in (s-macro_list): Depend on cc1.
26140 2014-03-23  Teresa Johnson  <tejohnson@google.com>
26142         * ipa-utils.c (ipa_print_order): Use specified dump file.
26144 2014-03-23  Eric Botcazou  <ebotcazou@adacore.com>
26146         PR rtl-optimization/60601
26147         * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
26149         * gcc.c (eval_spec_function): Initialize save_growing_value.
26151 2014-03-22  Jakub Jelinek  <jakub@redhat.com>
26153         PR sanitizer/60613
26154         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
26155         code == MINUS_EXPR, never swap op0 with op1.
26157         * toplev.c (init_local_tick): Avoid signed integer multiplication
26158         overflow.
26159         * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
26160         shift by first operand's bitsize.
26162 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
26164         PR target/60610
26165         * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
26166         redefine to 1 or 0.
26167         * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
26168         TARGET_ISA_64BIT_P(x).
26170 2014-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26172         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
26173         pattern for vector nor instead of subtract from splat(-1).
26174         (altivec_expand_vec_perm_const_le): Likewise.
26176 2014-03-21  Richard Henderson  <rth@twiddle.net>
26178         PR target/60598
26179         * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
26180         related insns after epilogue_completed.
26182 2014-03-21  Martin Jambor  <mjambor@suse.cz>
26184         PR ipa/59176
26185         * cgraph.h (symtab_node): New flag body_removed.
26186         * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
26187         when removing bodies.
26188         * symtab.c (dump_symtab_base): Dump body_removed flag.
26189         * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
26190         had their bodies removed.
26192 2014-03-21  Martin Jambor  <mjambor@suse.cz>
26194         PR ipa/60419
26195         * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
26196         in the border.
26198 2014-03-21  Richard Biener  <rguenther@suse.de>
26200         PR tree-optimization/60577
26201         * tree-core.h (struct tree_base): Document nothrow_flag use
26202         in DECL_NONALIASED.
26203         * tree.h (DECL_NONALIASED): New.
26204         (may_be_aliased): Adjust.
26205         * coverage.c (build_var): Set DECL_NONALIASED.
26207 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
26209         * expr.c (expand_expr_real_1): Remove outdated comment.
26211 2014-03-20  Jakub Jelinek  <jakub@redhat.com>
26213         PR middle-end/60597
26214         * ira.c (adjust_cleared_regs): Call copy_rtx on
26215         *reg_equiv[REGNO (loc)].src_p before passing it to
26216         simplify_replace_fn_rtx.
26218         PR target/60568
26219         * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
26220         into CONST, put pic register as first operand of PLUS.  Use
26221         gen_const_mem for both 32-bit and 64-bit PIC got loads.
26223 2014-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26225         * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
26227 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
26229         * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
26230         around for store forwarding issue in the FPU on the UT699.
26231         * config/sparc/sparc.md (in_branch_delay): Return false for single FP
26232         loads and operations if -mfix-ut699 is specified.
26233         (divtf3_hq): Tweak attribute.
26234         (sqrttf2_hq): Likewise.
26236 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
26238         * calls.c (store_one_arg): Remove incorrect const qualification on the
26239         type of the temporary.
26240         * cfgexpand.c (expand_return): Likewise.
26241         * expr.c (expand_constructor): Likewise.
26242         (expand_expr_real_1): Likewise.
26244 2014-03-20  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
26246         * config/arm/arm.c (arm_dwarf_register_span): Update the element number
26247         of parts.
26249 2014-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
26251         PR target/60039
26252         * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
26254 2014-03-19  James Greenhalgh  <james.greenhalgh@arm.com>
26256         * config/arm/aarch-common-protos.h
26257         (alu_cost_table): Fix spelling of "extend".
26258         * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
26260 2014-03-19  Richard Biener  <rguenther@suse.de>
26262         PR middle-end/60553
26263         * tree-core.h (tree_type_common): Re-order pointer members
26264         to reduce recursion depth during GC walks.
26266 2014-03-19  Marek Polacek  <polacek@redhat.com>
26268         PR sanitizer/60569
26269         * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
26270         before accessing it.
26272 2014-03-19  Richard Biener  <rguenther@suse.de>
26274         PR lto/59543
26275         * lto-streamer-in.c (input_function): In WPA stage do not drop
26276         debug stmts.
26278 2014-03-19  Jakub Jelinek  <jakub@redhat.com>
26280         PR tree-optimization/60559
26281         * vectorizable_mask_load_store): Replace scalar MASK_LOAD
26282         with build_zero_cst assignment.
26284 2014-03-18  Kai Tietz  <ktietz@redhat.com>
26286         PR rtl-optimization/56356
26287         * sdbout.c (sdbout_parms): Verify that parms'
26288         incoming argument is valid.
26289         (sdbout_reg_parms): Likewise.
26291 2014-03-18  Richard Henderson  <rth@redhat.com>
26293         PR target/60562
26294         * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
26295         be shadowed by *float<SWI48><MODEF>2_sse.  Test X87_ENABLE_FLOAT.
26296         (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
26298 2014-03-18  Basile Starynkevitch  <basile@starynkevitch.net>
26300         * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
26301         * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
26302         Italicize plugin event names in description.  Explain that
26303         PLUGIN_PRAGMAS has no sense for lto1.  Explain PLUGIN_INCLUDE_FILE.
26304         Remind that no GCC functions should be called after PLUGIN_FINISH.
26305         Explain what pragmas with expansion are.
26307 2014-03-18  Martin Liska  <mliska@suse.cz>
26309         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
26310         gimple call statement is update.
26311         * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
26312         GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
26314 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
26316         PR sanitizer/60557
26317         * ubsan.c (ubsan_instrument_unreachable): Call
26318         initialize_sanitizer_builtins.
26319         (ubsan_pass): Likewise.
26321         PR sanitizer/60535
26322         * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
26323         varpool_finalize_decl instead of rest_of_decl_compilation.
26325 2014-03-18  Richard Biener  <rguenther@suse.de>
26327         * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
26328         by using bitmap_and_compl instead of bitmap_and_compl_into.
26329         (df_rd_transfer_function): Likewise.
26331 2014-03-18  Richard Biener  <rguenther@suse.de>
26333         * doc/lto.texi (fresolution): Fix typo.
26335 2014-03-18  Richard Biener  <rguenther@suse.de>
26337         * doc/invoke.texi (flto): Update for changes in 4.9.
26339 2014-03-18  Richard Biener  <rguenther@suse.de>
26341         * doc/loop.texi: Remove section on the removed lambda framework.
26342         Update loop docs with recent changes in preserving loop structure.
26344 2014-03-18  Richard Biener  <rguenther@suse.de>
26346         * doc/lto.texi (-fresolution): Document.
26348 2014-03-18  Richard Biener  <rguenther@suse.de>
26350         * doc/contrib.texi: Adjust my name.
26352 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
26354         PR ipa/58721
26355         * internal-fn.c: Include diagnostic-core.h.
26356         (expand_BUILTIN_EXPECT): New function.
26357         * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
26358         (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
26359         IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
26360         * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
26361         IFN_BUILTIN_EXPECT.
26362         * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
26363         Revert 3 argument __builtin_expect code.
26364         (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
26365         * gimple-fold.c (gimple_fold_call): Likewise.
26366         * tree.h (fold_builtin_expect): New prototype.
26367         * builtins.c (build_builtin_expect_predicate): Add predictor
26368         argument, if non-NULL, create 3 argument __builtin_expect.
26369         (fold_builtin_expect): No longer static.  Add ARG2 argument,
26370         pass it through to build_builtin_expect_predicate.
26371         (fold_builtin_2): Adjust caller.
26372         (fold_builtin_3): Handle BUILT_IN_EXPECT.
26373         * internal-fn.def (BUILTIN_EXPECT): New.
26375 2014-03-18  Tobias Burnus  <burnus@net-b.de>
26377         PR ipa/58721
26378         * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
26379         PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
26380         PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
26382 2014-03-18  Jan Hubicka  <hubicka@ucw.cz>
26384         PR ipa/58721
26385         * predict.c (combine_predictions_for_bb): Fix up formatting.
26386         (expr_expected_value_1, expr_expected_value): Add predictor argument,
26387         fill what it points to if non-NULL.
26388         (tree_predict_by_opcode): Adjust caller, use the predictor.
26389         * predict.def (PRED_COMPARE_AND_SWAP): Add.
26391 2014-03-18  Eric Botcazou  <ebotcazou@adacore.com>
26393         * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
26394         proper constant for the store mode.
26396 2014-03-18  Ilya Enkovich  <ilya.enkovich@intel.com>
26398         * symtab.c (change_decl_assembler_name): Fix transparent alias
26399         chain construction.
26401 2014-03-16  Renlin Li  <Renlin.Li@arm.com>
26403         * config/aarch64/aarch64.c: Correct the comments about the
26404         aarch64 stack layout.
26406 2014-03-18  Thomas Schwinge  <thomas@codesourcery.com>
26408         * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
26409         check for GF_OMP_FOR_KIND_FOR.
26411 2013-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
26413         * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
26414         ymm and zmm register names.
26416 2014-03-17  Jakub Jelinek  <jakub@redhat.com>
26418         PR target/60516
26419         * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
26420         note creation for the 2010-08-31 changes.
26422 2014-03-17  Marek Polacek  <polacek@redhat.com>
26424         PR middle-end/60534
26425         * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
26426         as -fno-tree-loop-vectorize.
26427         (expand_omp_simd): Likewise.
26429 2014-03-15  Eric Botcazou  <ebotcazou@adacore.com>
26431         * config/sparc/sparc-protos.h (tls_call_delay): Delete.
26432         (eligible_for_call_delay): New prototype.
26433         * config/sparc/sparc.c (tls_call_delay): Rename into...
26434         (eligible_for_call_delay): ...this.  Return false if the instruction
26435         cannot be put in the delay slot of a branch.
26436         (eligible_for_restore_insn): Simplify.
26437         (eligible_for_return_delay): Return false if the instruction cannot be
26438         put in the delay slot of a branch and simplify.
26439         (eligible_for_sibcall_delay): Return false if the instruction cannot be
26440         put in the delay slot of a branch.
26441         * config/sparc/sparc.md (fix_ut699): New attribute.
26442         (tls_call_delay): Delete.
26443         (in_call_delay): Reimplement.
26444         (eligible_for_sibcall_delay): Rename into...
26445         (in_sibcall_delay): ...this.
26446         (eligible_for_return_delay): Rename into...
26447         (in_return_delay): ...this.
26448         (in_branch_delay): Reimplement.
26449         (in_uncond_branch_delay): Delete.
26450         (in_annul_branch_delay): Delete.
26452 2014-03-14  Richard Henderson  <rth@redhat.com>
26454         PR target/60525
26455         * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
26456         define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
26457         (*floathi<X87MODEF>2_i387_with_temp): Remove.
26458         (floathi splitters): Remove.
26459         (float<SWI48x>xf2): New pattern.
26460         (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2.  Drop
26461         code that tried to handle DImode for 32-bit, but which was excluded
26462         by the pattern's condition.  Drop allocation of stack temporary.
26463         (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
26464         (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
26465         (*float<SWI48><MODEF>2_mixed_interunit): Remove.
26466         (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
26467         (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
26468         (*float<SWI48><MODEF>2_sse_with_temp): Remove.
26469         (*float<SWI48><MODEF>2_sse_interunit): Remove.
26470         (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
26471         (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
26472         (*float<SWI48x><X87MODEF>2_i387): Remove.
26473         (all float _with_temp splitters): Remove.
26474         (*float<SWI48x><MODEF>2_i387): New pattern.
26475         (*float<SWI48><MODEF>2_sse): New pattern.
26476         (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
26477         (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
26479 2014-03-14  Jakub Jelinek  <jakub@redhat.com>
26480             Marek Polacek  <polacek@redhat.com>
26482         PR middle-end/60484
26483         * common.opt (dump_base_name_prefixed): New Variable.
26484         * opts.c (finish_options): Don't prepend directory to x_dump_base_name
26485         if x_dump_base_name_prefixed is already set, set it at the end.
26487 2014-03-14  Vladimir Makarov  <vmakarov@redhat.com>
26489         PR rtl-optimization/60508
26490         * lra-constraints.c (get_reload_reg): Add new parameter
26491         in_subreg_p.
26492         (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
26493         Pass the new parameter values.
26495 2014-03-14  Richard Biener  <rguenther@suse.de>
26497         * common.opt: Revert unintented changes from r205065.
26498         * opts.c: Likewise.
26500 2014-03-14  Richard Biener  <rguenther@suse.de>
26502         PR middle-end/60518
26503         * cfghooks.c (split_block): Properly adjust all loops the
26504         block was a latch of.
26506 2014-03-14  Martin Jambor  <mjambor@suse.cz>
26508         PR lto/60461
26509         * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
26510         and simplify it.
26512 2014-03-14  Georg-Johann Lay  <avr@gjlay.de>
26514         PR target/59396
26515         * config/avr/avr.c (avr_set_current_function): Pass function name
26516         through default_strip_name_encoding before sanity checking instead
26517         of skipping the first char of the assembler name.
26519 2014-03-13  Richard Henderson  <rth@redhat.com>
26521         PR debug/60438
26522         * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
26523         (ix86_force_to_memory, ix86_free_from_memory): Remove.
26524         * config/i386/i386-protos.h: Likewise.
26525         * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
26526         in the expander instead of a splitter.
26527         (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
26528         any possibility of requiring a memory.
26529         (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
26530         (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
26531         (fp branch splitters): Update for ix86_split_fp_branch.
26532         (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
26533         (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
26534         (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
26535         (*fop_<MODEF>_2_i387): Remove f/r alternative.
26536         (*fop_<MODEF>_3_i387): Likewise.
26537         (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
26538         (splitters for the fop_* register patterns): Remove.
26539         (fscalexf4_i387): Rename from *fscalexf4_i387.
26540         (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
26542 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
26544         PR tree-optimization/59779
26545         * tree-dfa.c (get_ref_base_and_extent): Use double_int
26546         type for bitsize and maxsize instead of HOST_WIDE_INT.
26548 2014-03-13  Steven Bosscher  <steven@gcc.gnu.org>
26550         PR rtl-optimization/57320
26551         * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
26552         the CFG after thread_prologue_and_epilogue_insns.
26554 2014-03-13  Vladimir Makarov  <vmakarov@redhat.com>
26556         PR rtl-optimization/57189
26557         * lra-constraints.c (process_alt_operands): Disfavor spilling
26558         vector pseudos.
26560 2014-03-13  Cesar Philippidis  <cesar@codesourcery.com>
26562         * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
26564 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
26566         PR tree-optimization/59025
26567         PR middle-end/60418
26568         * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
26569         same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
26571 2014-03-13  Georg-Johann Lay  <avr@gjlay.de>
26573         PR target/60486
26574         * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
26575         calls of avr_out_plus_1.
26577 2014-03-13  Bin Cheng  <bin.cheng@arm.com>
26579         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
26580         BB's single pred and update the father loop's latch info later.
26582 2014-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
26584         * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
26585         (VEC_M): Likewise.
26586         (VEC_N): Likewise.
26587         (VEC_R): Likewise.
26588         (VEC_base): Likewise.
26589         (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
26590         registers, we need to swap double words in little endian mode.
26592         * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
26593         to be a container mode for 128-bit integer operations added in ISA
26594         2.07.  Unlike TImode and PTImode, the preferred register set is
26595         the Altivec/VMX registers for the 128-bit operations.
26597         * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
26598         declarations.
26599         (rs6000_split_128bit_ok_p): Likewise.
26601         * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
26602         macros for creating ISA 2.07 normal and overloaded builtin
26603         functions with 3 arguments.
26604         (BU_P8V_OVERLOAD_3): Likewise.
26605         (VPERM_1T): Add support for V1TImode in 128-bit vector operations
26606         for use as overloaded functions.
26607         (VPERM_1TI_UNS): Likewise.
26608         (VSEL_1TI): Likewise.
26609         (VSEL_1TI_UNS): Likewise.
26610         (ST_INTERNAL_1ti): Likewise.
26611         (LD_INTERNAL_1ti): Likewise.
26612         (XXSEL_1TI): Likewise.
26613         (XXSEL_1TI_UNS): Likewise.
26614         (VPERM_1TI): Likewise.
26615         (VPERM_1TI_UNS): Likewise.
26616         (XXPERMDI_1TI): Likewise.
26617         (SET_1TI): Likewise.
26618         (LXVD2X_V1TI): Likewise.
26619         (STXVD2X_V1TI): Likewise.
26620         (VEC_INIT_V1TI): Likewise.
26621         (VEC_SET_V1TI): Likewise.
26622         (VEC_EXT_V1TI): Likewise.
26623         (EQV_V1TI): Likewise.
26624         (NAND_V1TI): Likewise.
26625         (ORC_V1TI): Likewise.
26626         (VADDCUQ): Add support for 128-bit integer arithmetic instructions
26627         added in ISA 2.07.  Add both normal 'altivec' builtins, and the
26628         overloaded builtin.
26629         (VADDUQM): Likewise.
26630         (VSUBCUQ): Likewise.
26631         (VADDEUQM): Likewise.
26632         (VADDECUQ): Likewise.
26633         (VSUBEUQM): Likewise.
26634         (VSUBECUQ): Likewise.
26636         * config/rs6000/rs6000-c.c (__int128_type): New static to hold
26637         __int128_t and __uint128_t types.
26638         (__uint128_type): Likewise.
26639         (altivec_categorize_keyword): Add support for vector __int128_t,
26640         vector __uint128_t, vector __int128, and vector unsigned __int128
26641         as a container type for TImode operations that need to be done in
26642         VSX/Altivec registers.
26643         (rs6000_macro_to_expand): Likewise.
26644         (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
26645         to support 128-bit integer instructions vaddcuq, vadduqm,
26646         vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
26647         (altivec_resolve_overloaded_builtin): Add support for V1TImode.
26649         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
26650         for V1TImode, and set up preferences to use VSX/Altivec registers.
26651         Setup VSX reload handlers.
26652         (rs6000_debug_reg_global): Likewise.
26653         (rs6000_init_hard_regno_mode_ok): Likewise.
26654         (rs6000_preferred_simd_mode): Likewise.
26655         (vspltis_constant): Do not allow V1TImode as easy altivec constants.
26656         (easy_altivec_constant): Likewise.
26657         (output_vec_const_move): Likewise.
26658         (rs6000_expand_vector_set): Convert V1TImode set and extract to
26659         simple move.
26660         (rs6000_expand_vector_extract): Likewise.
26661         (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
26662         addressing.
26663         (rs6000_const_vec): Add support for V1TImode.
26664         (rs6000_emit_le_vsx_load): Swap double words when loading or
26665         storing TImode/V1TImode.
26666         (rs6000_emit_le_vsx_store): Likewise.
26667         (rs6000_emit_le_vsx_move): Likewise.
26668         (rs6000_emit_move): Add support for V1TImode.
26669         (altivec_expand_ld_builtin): Likewise.
26670         (altivec_expand_st_builtin): Likewise.
26671         (altivec_expand_vec_init_builtin): Likewise.
26672         (altivec_expand_builtin): Likewise.
26673         (rs6000_init_builtins): Add support for V1TImode type.  Add
26674         support for ISA 2.07 128-bit integer builtins.  Define type names
26675         for the VSX/Altivec vector types.
26676         (altivec_init_builtins): Add support for overloaded vector
26677         functions with V1TImode type.
26678         (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
26679         (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
26680         external function.
26681         (rs6000_split_128bit_ok_p): Likewise.
26682         (rs6000_handle_altivec_attribute): Create V1TImode from vector
26683         __int128_t and vector __uint128_t.
26685         * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
26686         and mode attributes.
26687         (VSX_M): Likewise.
26688         (VSX_M2): Likewise.
26689         (VSm): Likewise.
26690         (VSs): Likewise.
26691         (VSr): Likewise.
26692         (VSv): Likewise.
26693         (VS_scalar): Likewise.
26694         (VS_double): Likewise.
26695         (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
26697         * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
26698         we support the ISA 2.07 128-bit integer arithmetic instructions.
26699         (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
26700         (enum rs6000_builtin_type_index): Add fields to hold V1TImode
26701         and TImode types for use with the builtin functions.
26702         (V1TI_type_node): Likewise.
26703         (unsigned_V1TI_type_node): Likewise.
26704         (intTI_type_internal_node): Likewise.
26705         (uintTI_type_internal_node): Likewise.
26707         * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
26708         128-bit builtin functions.
26709         (UNSPEC_VADDEUQM): Likewise.
26710         (UNSPEC_VADDECUQ): Likewise.
26711         (UNSPEC_VSUBCUQ): Likewise.
26712         (UNSPEC_VSUBEUQM): Likewise.
26713         (UNSPEC_VSUBECUQ): Likewise.
26714         (VM): Add V1TImode to vector mode iterators.
26715         (VM2): Likewise.
26716         (VI_unit): Likewise.
26717         (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
26718         (altivec_vaddcuq): Likewise.
26719         (altivec_vsubuqm): Likewise.
26720         (altivec_vsubcuq): Likewise.
26721         (altivec_vaddeuqm): Likewise.
26722         (altivec_vaddecuq): Likewise.
26723         (altivec_vsubeuqm): Likewise.
26724         (altivec_vsubecuq): Likewise.
26726         * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
26727         mode iterators.
26728         (BOOL_128): Likewise.
26729         (BOOL_REGS_OUTPUT): Likewise.
26730         (BOOL_REGS_OP1): Likewise.
26731         (BOOL_REGS_OP2): Likewise.
26732         (BOOL_REGS_UNARY): Likewise.
26733         (BOOL_REGS_AND_CR0): Likewise.
26735         * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
26736         128-bit integer builtin support.
26737         (vec_vadduqm): Likewise.
26738         (vec_vaddecuq): Likewise.
26739         (vec_vaddeuqm): Likewise.
26740         (vec_vsubecuq): Likewise.
26741         (vec_vsubeuqm): Likewise.
26742         (vec_vsubcuq): Likewise.
26743         (vec_vsubuqm): Likewise.
26745         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
26746         Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
26747         vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
26748         128-bit integer add/subtract to ISA 2.07.
26750 2014-03-12  Joern Rennecke  <joern.rennecke@embecosm.com>
26752         * config/arc/arc.c (arc_predicate_delay_insns):
26753         Fix third argument passed to conditionalize_nonjump.
26755 2014-03-12  Yufeng Zhang  <yufeng.zhang@arm.com>
26757         * config/aarch64/aarch64-builtins.c
26758         (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
26759         BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
26760         * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
26761         instead of __builtin_lfloor.
26762         (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
26764 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
26766         * tree-ssa-ifcombine.c (forwarder_block_to): New function.
26767         (tree_ssa_ifcombine_bb_1): New function.
26768         (tree_ssa_ifcombine_bb): Use it.  Handle also cases where else_bb
26769         is an empty forwarder block to then_bb or vice versa and then_bb
26770         and else_bb are effectively swapped.
26772 2014-03-12  Christian Bruel  <christian.bruel@st.com>
26774         PR target/60264
26775         * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
26776         REG_CFA_DEF_CFA note.
26777         (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
26778         (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
26780 2014-03-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
26782         PR tree-optimization/60454
26783         * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
26785 2014-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26787         * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
26788         Do not define target_cpu_default2 to generic.
26789         * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
26790         * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
26791         * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
26793 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
26794             Marc Glisse  <marc.glisse@inria.fr>
26796         PR tree-optimization/60502
26797         * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
26798         instead of build_low_bits_mask.
26800 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
26802         PR middle-end/60482
26803         * tree-vrp.c (register_edge_assert_for_1): Don't add assert
26804         if there are multiple uses, but op doesn't live on E edge.
26805         * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
26806         clobber stmts before __builtin_unreachable.
26808 2014-03-11  Richard Sandiford  <rdsandiford@googlemail.com>
26810         * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
26811         hard_frame_pointer_rtx.
26812         * cse.c (cse_insn): Remove volatile check.
26813         * cselib.c (cselib_process_insn): Likewise.
26814         * dse.c (scan_insn): Likewise.
26816 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
26818         * config/arc/arc.c (conditionalize_nonjump): New function,
26819         broken out of ...
26820         (arc_ifcvt): ... this.
26821         (arc_predicate_delay_insns): Use it.
26823 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
26825         * config/arc/predicates.md (extend_operand): During/after reload,
26826         allow const_int_operand.
26827         * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
26828         (umulsidi3_700): Likewise.  Change operand 2 constraint back to "cL".
26829         (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
26830         to "i".
26831         (umulsi3_highpart_i): Likewise.
26833 2014-03-11  Richard Biener  <rguenther@suse.de>
26835         * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
26836         Add asserts to guard possible wrong-code bugs.
26838 2014-03-11  Richard Biener  <rguenther@suse.de>
26840         PR tree-optimization/60429
26841         PR tree-optimization/60485
26842         * tree-ssa-structalias.c (set_union_with_increment): Properly
26843         take into account all fields that overlap the shifted vars.
26844         (do_sd_constraint): Likewise.
26845         (do_ds_constraint): Likewise.
26846         (get_constraint_for_ptr_offset): Likewise.
26848 2014-03-11  Chung-Lin Tang  <cltang@codesourcery.com>
26850         * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
26851         (nios2_compute_frame_layout):
26852         Add calculation of cfun->machine->fp_save_offset.
26853         (nios2_expand_prologue): Correct setting of frame pointer register
26854         in prologue.
26855         (nios2_expand_epilogue): Update recovery of stack pointer from
26856         frame pointer accordingly.
26857         (nios2_initial_elimination_offset): Update calculation of offset
26858         for eliminating to HARD_FRAME_POINTER_REGNUM.
26860 2014-03-10  Jakub Jelinek  <jakub@redhat.com>
26862         PR ipa/60457
26863         * ipa.c (symtab_remove_unreachable_nodes): Don't call
26864         cgraph_get_create_node on VAR_DECLs.
26866 2014-03-10  Richard Biener  <rguenther@suse.de>
26868         PR middle-end/60474
26869         * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
26871 2014-03-08  Douglas B Rupp  <rupp@gnat.com>
26873         * config/vms/vms.opt (vms_float_format): New variable.
26875 2014-03-08  Tobias Burnus  <burnus@net-b.de>
26877         * doc/invoke.texi (-fcilkplus): Update implementation status.
26879 2014-03-08  Paulo Matos  <paulo@matos-sorge.com>
26880             Richard Biener  <rguenther@suse.de>
26882         * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
26883         consistently accross all TUs.
26884         (run_gcc): Enable -fshort-double automatically at link at link-time
26885         and disallow override.
26887 2014-03-08  Richard Sandiford  <rdsandiford@googlemail.com>
26889         PR target/58271
26890         * config/mips/mips.c (mips_option_override): Promote -mpaired-single
26891         warning to an error.  Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
26892         if they can't be used.
26894 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26896         * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
26897         for Solaris 11/x86 ld.
26898         * configure: Regenerate.
26900 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26902         * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
26903         (LIB_TLS_SPEC): Save as ld_tls_libs.
26904         (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
26905         (HAVE_AS_IX86_TLSLDM): New test.
26906         * configure, config.in: Regenerate.
26907         * config/i386/i386.c (legitimize_tls_address): Fall back to
26908         TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
26909         cannot support TLS_MODEL_LOCAL_DYNAMIC.
26910         * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
26911         instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
26913 2014-03-07  Paulo Matos  <paulo@matos-sorge.com>
26915         * common.opt (fira-loop-pressure): Mark as optimization.
26917 2014-03-07  Thomas Schwinge  <thomas@codesourcery.com>
26919         * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
26920         an OpenMP mappable type.
26922 2014-03-06  Matthias Klose  <doko@ubuntu.com>
26924         * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
26925         MULTILIB_OSDIRNAMES is not defined.
26927 2014-03-06  Jakub Jelinek  <jakub@redhat.com>
26928             Meador Inge  <meadori@codesourcery.com>
26930         PR target/58595
26931         * config/arm/arm.c (arm_tls_symbol_p): Remove.
26932         (arm_legitimize_address): Call legitimize_tls_address for any
26933         arm_tls_referenced_p expression, handle constant addend.  Call it
26934         before testing for !TARGET_ARM.
26935         (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
26937 2014-03-06  Richard Biener  <rguenther@suse.de>
26939         PR middle-end/60445
26940         PR lto/60424
26941         PR lto/60427
26942         Revert
26943         2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
26945         * tree-streamer.c (record_common_node): Assert we don't record
26946         nodes with type double.
26947         (preload_common_node): Skip type double, complex double and double
26948         pointer since it is now frontend dependent due to fshort-double option.
26950 2014-03-06  Richard Biener  <rguenther@suse.de>
26952         * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
26953         or -fno-lto is specified and the linker has full plugin support.
26954         * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
26955         (main): Remove -flto processing, adjust lto_mode using use_plugin late.
26956         * lto-wrapper.c (merge_and_complain): Merge compile-time
26957         optimization levels.
26958         (run_gcc): And pass it through to the link options.
26960 2014-03-06  Alexandre Oliva  <aoliva@redhat.com>
26962         PR debug/60381
26963         Revert:
26964         2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
26965         PR debug/59992
26966         * cselib.c (remove_useless_values): Skip to avoid quadratic
26967         behavior if the condition moved from...
26968         (cselib_process_insn): ... here holds.
26970 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
26972         PR plugins/59335
26973         * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
26974         ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
26976         PR plugins/59335
26977         * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
26978         (TM_H): Add x86-tune.def.
26980 2014-03-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26982         * config/aarch64/aarch64.c (generic_tunings):
26983         Use cortexa57_extra_costs.
26985 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
26987         PR lto/60404
26988         * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
26989         of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
26990         * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
26991         cost for in_lto_p.
26993 2014-03-04  Heiher  <r@hev.cc>
26995         * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
26996         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
26998 2014-03-04  Uros Bizjak  <ubizjak@gmail.com>
27000         * config/i386/predicates.md (const2356_operand): Change to ...
27001         (const2367_operand): ... this.
27002         * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
27003         const2367_operand.
27004         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
27005         (*avx512pf_scatterpf<mode>sf): Ditto.
27006         (avx512pf_scatterpf<mode>df): Ditto.
27007         (*avx512pf_scatterpf<mode>df_mask): Ditto.
27008         (*avx512pf_scatterpf<mode>df): Ditto.
27009         * config/i386/i386.c (ix86_expand_builtin): Update
27010         incorrect hint operand error message.
27012 2014-03-04  Richard Biener  <rguenther@suse.de>
27014         * lto-section-in.c (lto_get_section_data): Fix const cast.
27016 2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
27018         * tree-streamer.c (record_common_node): Assert we don't record
27019         nodes with type double.
27020         (preload_common_node): Skip type double, complex double and double
27021         pointer since it is now frontend dependent due to fshort-double option.
27023 2014-03-04  Richard Biener  <rguenther@suse.de>
27025         PR lto/60405
27026         * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
27027         (lto_input_toplevel_asms): Likewise.
27028         * lto-section-in.c (lto_get_section_data): Instead do it here
27029         for every section.
27031 2014-03-04  Richard Biener  <rguenther@suse.de>
27033         PR tree-optimization/60382
27034         * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
27035         dead PHIs a reduction.
27037 2014-03-03  Uros Bizjak  <ubizjak@gmail.com>
27039         * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
27040         hint value.
27041         (_mm_prefetch): Move out of GCC target("sse") pragma.
27042         * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
27043         GCC target("prfchw") pragma.
27044         * config/i386/i386.md (prefetch): Emit prefetchwt1 only
27045         for locality <= 2.
27046         * config/i386/i386.c (ix86_option_override_internal): Enable
27047         -mprfchw with -mprefetchwt1.
27049 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
27051         * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
27052         Mark as varying.
27054 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
27056         * opts.h (CL_PCH_IGNORE): Define.
27057         * targhooks.c (option_affects_pch_p):
27058         Return false for options that have CL_PCH_IGNORE set.
27059         * opt-functions.awk: Process PchIgnore.
27060         * doc/options.texi: Document PchIgnore.
27062         * config/arc/arc.opt (misize): Add PchIgnore property.
27064 2014-03-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27066         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
27067         reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
27068         constraint on constants to permit them being loaded into
27069         GENERAL_REGS or BASE_REGS.
27071 2014-03-03  Nick Clifton  <nickc@redhat.com>
27073         * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
27074         anti-cacnonical alternatives.
27075         (negandhi3_real): New pattern.
27076         * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
27078 2014-03-03  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
27080         * config/avr/avr-mcus.def: Remove atxmega16x1.
27081         * config/avr/avr-tables.opt: Regenerate.
27082         * config/avr/t-multilib: Regenerate.
27083         * doc/avr-mmcu.texi: Regenerate.
27085 2014-03-03  Tobias Grosser  <tobias@grosser.es>
27086             Mircea Namolaru  <mircea.namolaru@inria.fr>
27088         PR tree-optimization/58028
27089         * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
27090         scalar dimensions.
27092 2014-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
27094         * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
27095         not handled by recognizers.
27097 2014-03-03  Jakub Jelinek  <jakub@redhat.com>
27099         PR middle-end/60175
27100         * function.c (expand_function_end): Don't emit
27101         clobber_return_register sequence if clobber_after is a BARRIER.
27102         * cfgexpand.c (construct_exit_block): Append instructions before
27103         return_label to prev_bb.
27105 2014-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27107         * config/rs6000/constraints.md: Document reserved use of "wc".
27109 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
27111         PR ipa/60150
27112         * ipa.c (function_and_variable_visibility): When dissolving comdat
27113         group, also set all symbols to local.
27115 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
27117         PR ipa/60306
27119         Revert:
27120         2013-12-14  Jan Hubicka  <jh@suse.cz>
27121         PR middle-end/58477
27122         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
27124 2014-03-02  Jon Beniston  <jon@beniston.com>
27126         PR bootstrap/48230
27127         PR bootstrap/50927
27128         PR bootstrap/52466
27129         PR target/46898
27130         * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
27131           (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
27132         * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
27133         (simple_return, *simple_return): New patterns
27134         * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
27135         * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
27137 2014-03-01  Paolo Carlini  <paolo.carlini@oracle.com>
27139         * dwarf2out.c (gen_subprogram_die): Tidy.
27141 2014-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
27143         PR target/60071
27144         * config/sh/sh.md (*mov_t_msb_neg): Split into ...
27145         (*mov_t_msb_neg_negc): ... this new insn.
27147 2014-02-28  Jason Merrill  <jason@redhat.com>
27149         PR c++/58678
27150         * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
27151         function.
27153 2014-02-28  Paolo Carlini  <paolo.carlini@oracle.com>
27155         PR c++/60314
27156         * dwarf2out.c (decltype_auto_die): New static.
27157         (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
27158         (gen_type_die_with_usage): Handle 'decltype(auto)'.
27159         (is_cxx_auto): Likewise.
27161 2014-02-28  Ian Bolton  <ian.bolton@arm.com>
27163         * config/aarch64/aarch64.h: Define __ARM_NEON by default if
27164         we are not using general regs only.
27166 2014-02-28  Richard Biener  <rguenther@suse.de>
27168         PR target/60280
27169         * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
27170         previous fix and only allow to remove trivial pre-headers
27171         and latches.  Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
27172         (remove_forwarder_block): Properly update the latch of a loop.
27174 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
27176         PR debug/59992
27177         * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
27178         (cselib_preserved_hash_table): New.
27179         (preserve_constants_and_equivs): Move preserved vals to it.
27180         (cselib_find_slot): Look it up first.
27181         (cselib_init): Initialize it.
27182         (cselib_finish): Release it.
27183         (dump_cselib_table): Dump it.
27185 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
27187         PR debug/59992
27188         * cselib.c (remove_useless_values): Skip to avoid quadratic
27189         behavior if the condition moved from...
27190         (cselib_process_insn): ... here holds.
27192 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
27194         PR debug/57232
27195         * var-tracking.c (vt_initialize): Apply the same condition to
27196         preserve the CFA base value.
27198 2014-02-28  Joey Ye  <joey.ye@arm.com>
27200         PR target/PR60169
27201         * config/arm/arm.c (thumb_far_jump_used_p): Don't change
27202         if reload in progress or completed.
27204 2014-02-28  Tobias Burnus  <burnus@net-b.de>
27206         PR middle-end/60147
27207         * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
27208         NAMELIST_DECL.
27210 2014-02-27  H.J. Lu  <hongjiu.lu@intel.com>
27212         * doc/tm.texi.in (Condition Code Status): Update documention for
27213         relative locations of cc0-setter and cc0-user.
27215 2014-02-27  Jeff Law  <law@redhat.com>
27217         PR rtl-optimization/52714
27218         * combine.c (try_combine): When splitting an unrecognized PARALLEL
27219         into two independent simple sets, if I3 is a jump, ensure the
27220         pattern we place into I3 is a (set (pc) ...).
27222 2014-02-27  Mikael Pettersson  <mikpe@it.uu.se>
27223             Jeff Law  <law@redhat.com>
27225         PR rtl-optimization/49847
27226         * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
27227         are in different blocks.
27228         * doc/tm.texi (Condition Code Status): Update documention for
27229         relative locations of cc0-setter and cc0-user.
27231 2014-02-27  Vladimir Makarov  <vmakarov@redhat.com>
27233         PR target/59222
27234         * lra.c (lra_emit_add): Check SUBREG too.
27236 2014-02-27  Andreas Schwab  <schwab@suse.de>
27238         * config/m68k/m68k.c (m68k_option_override): Disable
27239         -flive-range-shrinkage for classic m68k.
27240         (m68k_override_options_after_change): Likewise.
27242 2014-02-27  Marek Polacek  <polacek@redhat.com>
27244         PR middle-end/59223
27245         * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
27246         -Wmaybe-uninitialized.
27248 2014-02-27  Alan Modra  <amodra@gmail.com>
27250         PR target/57936
27251         * reload1.c (emit_input_reload_insns): When reload_override_in,
27252         set old to rl->in_reg when rl->in_reg is a subreg.
27254 2014-02-26  Richard Biener  <rguenther@suse.de>
27256         PR bootstrap/60343
27257         * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
27259 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
27261         * common/config/i386/predicates.md (const1256_operand): Remove.
27262         (const2356_operand): New.
27263         (const_1_to_2_operand): Remove.
27264         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
27265         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
27266         (*avx512pf_gatherpf<mode>sf): Ditto.
27267         (avx512pf_gatherpf<mode>df): Ditto.
27268         (*avx512pf_gatherpf<mode>df_mask): Ditto.
27269         (*avx512pf_gatherpf<mode>df): Ditto.
27270         (avx512pf_scatterpf<mode>sf): Ditto.
27271         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
27272         (*avx512pf_scatterpf<mode>sf): Ditto.
27273         (avx512pf_scatterpf<mode>df): Ditto.
27274         (*avx512pf_scatterpf<mode>df_mask): Ditto.
27275         (*avx512pf_scatterpf<mode>df): Ditto.
27276         * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
27278 2014-02-26  Ilya Tocar  <ilya.tocar@intel.com>
27280         * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
27281         (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
27282         (_mm512_mask_testn_epi64_mask): Move to ...
27283         * config/i386/avx512cdintrin.h: Here.
27284         * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
27285         * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
27286         (avx512f_scalef<mode><mask_name><round_name>): Ditto.
27287         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
27288         TARGET_AVX512F from TARGET_AVX512CD.
27290 2014-02-26  Richard Biener  <rguenther@suse.de>
27292         PR ipa/60327
27293         * ipa.c (walk_polymorphic_call_targets): Properly guard
27294         call to inline_update_overall_summary.
27296 2014-02-26  Bin Cheng  <bin.cheng@arm.com>
27298         PR target/60280
27299         * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
27300         and latches only if requested.  Fix latch if it is removed.
27301         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
27302         LOOPS_HAVE_PREHEADERS.
27304 2014-02-25  Andrew Pinski  <apinski@cavium.com>
27306         * builtins.c (expand_builtin_thread_pointer): Create a new target
27307         when the target is NULL.
27309 2014-02-25  Vladimir Makarov  <vmakarov@redhat.com>
27311         PR rtl-optimization/60317
27312         * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
27313         * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
27314         * lra-assigns.c: Include params.h.
27315         (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
27316         other reload pseudos considerations.
27318 2014-02-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27320         * config/rs6000/vector.md (*vector_unordered<mode>): Change split
27321         to use canonical form for nor<mode>3.
27323 2014-02-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27325         PR target/55426
27326         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
27327         conversions.
27329 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
27331         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
27332         (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
27333         (ix86_handle_option): Handle OPT_mprefetchwt1.
27334         * config/i386/cpuid.h (bit_PREFETCHWT1): New.
27335         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
27336         PREFETCHWT1 CPUID.
27337         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
27338         OPTION_MASK_ISA_PREFETCHWT1.
27339         * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
27340         (PTA_PREFETCHWT1): New.
27341         (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
27342         (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
27343         * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
27344         * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
27345         (*prefetch_avx512pf_<mode>_: Change into ...
27346         (*prefetch_prefetchwt1_<mode>: This.
27347         * config/i386/i386.opt (mprefetchwt1): New.
27348         * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
27349         (_mm_prefetch): Handle intent to write.
27350         * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
27352 2014-02-25  Richard Biener  <rguenther@suse.de>
27354         PR middle-end/60291
27355         * emit-rtl.c (mem_attrs_htab): Remove.
27356         (mem_attrs_htab_hash): Likewise.
27357         (mem_attrs_htab_eq): Likewise.
27358         (set_mem_attrs): Always allocate new mem-attrs when something changed.
27359         (init_emit_once): Do not allocate mem_attrs_htab.
27361 2014-02-25  Richard Biener  <rguenther@suse.de>
27363         PR lto/60319
27364         * lto-opts.c (lto_write_options): Output non-explicit conservative
27365         -fwrapv, -fno-trapv and -fno-strict-overflow.
27366         * lto-wrapper.c (merge_and_complain): Handle merging those options.
27367         (run_gcc): And pass them through.
27369 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
27371         * sel-sched.c (calculate_new_fences): New parameter ptime.
27372         Calculate it as a maximum over all fence cycles.
27373         (sel_sched_region_2): Adjust the call to calculate_new_fences.
27374         Print the final schedule timing when sched_verbose.
27376 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
27378         PR rtl-optimization/60292
27379         * sel-sched.c (fill_vec_av_set): Do not reset target availability
27380         bit fot the fence instruction.
27382 2014-02-24  Alangi Derick  <alangiderick@gmail.com>
27384         * calls.h: Fix typo in comment.
27386 2014-02-24  John David Anglin  <danglin@gcc.gnu.org>
27388         * config/pa/pa.c (pa_output_move_double): Don't valididate when
27389         adjusting offsetable addresses.
27391 2014-02-24  Guozhi Wei  <carrot@google.com>
27393         * sparseset.h (sparseset_pop): Fix the wrong index.
27395 2014-02-24  Walter Lee  <walt@tilera.com>
27397         * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
27398         (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
27399         triplet.
27400         * common/config/tilegx/tilegx-common.c
27401         (TARGET_DEFAULT_TARGET_FLAGS): Define.
27402         * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
27403         (LINK_SPEC): Ditto.
27404         * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
27405         * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
27406         (tilegx_gimplify_va_arg_expr): Handle big endian.
27407         (tilegx_expand_unaligned_load): Ditto.
27408         (tilegx_expand_unaligned_store): Ditto.
27409         (TARGET_RETURN_IN_MSB): New.
27410         * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
27411         (TARGET_ENDIAN_DEFAULT): New.
27412         (TARGET_BIG_ENDIAN): Handle big endian.
27413         (BYTES_BIG_ENDIAN): Ditto.
27414         (WORDS_BIG_ENDIAN): Ditto.
27415         (FLOAT_WORDS_BIG_ENDIAN): Ditto.
27416         (ENDIAN_SPEC): New.
27417         (EXTRA_SPECS): New.
27418         * config/tilegx/tilegx.md (extv): Handle big endian.
27419         (extzv): Ditto.
27420         (insn_st<n>): Ditto.
27421         (insn_st<n>_add<bitsuffix>): Ditto.
27422         (insn_stnt<n>): Ditto.
27423         (insn_stnt<n>_add<bitsuffix>):Ditto.
27424         (vec_interleave_highv8qi): Handle big endian.
27425         (vec_interleave_highv8qi_be): New.
27426         (vec_interleave_highv8qi_le): New.
27427         (insn_v1int_h): Handle big endian.
27428         (vec_interleave_lowv8qi): Handle big endian.
27429         (vec_interleave_lowv8qi_be): New.
27430         (vec_interleave_lowv8qi_le): New.
27431         (insn_v1int_l): Handle big endian.
27432         (vec_interleave_highv4hi): Handle big endian.
27433         (vec_interleave_highv4hi_be): New.
27434         (vec_interleave_highv4hi_le): New.
27435         (insn_v2int_h): Handle big endian.
27436         (vec_interleave_lowv4hi): Handle big endian.
27437         (vec_interleave_lowv4hi_be): New.
27438         (vec_interleave_lowv4hi_le): New.
27439         (insn_v2int_l): Handle big endian.
27440         (vec_interleave_highv2si): Handle big endian.
27441         (vec_interleave_highv2si_be): New.
27442         (vec_interleave_highv2si_le): New.
27443         (insn_v4int_h): Handle big endian.
27444         (vec_interleave_lowv2si): Handle big endian.
27445         (vec_interleave_lowv2si_be): New.
27446         (vec_interleave_lowv2si_le): New.
27447         (insn_v4int_l): Handle big endian.
27448         * config/tilegx/tilegx.opt (mbig-endian): New option.
27449         (mlittle-endian): New option.
27450         * doc/install.texi: Document tilegxbe-linux.
27451         * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
27453 2014-02-24  Martin Jambor  <mjambor@suse.cz>
27455         PR ipa/60266
27456         * ipa-cp.c (propagate_constants_accross_call): Bail out early if
27457         there are no parameter descriptors.
27459 2014-02-24  Andrey Belevantsev  <abel@ispras.ru>
27461         PR rtl-optimization/60268
27462         * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
27463         initialization to ...
27464         (sched_rgn_init): ... here.
27465         (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
27467 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
27469         * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
27470         names.
27472 2014-02-23  Edgar E. Iglesias  <edgar.iglesias@xilinx.com>
27474         * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
27475         definition.
27477 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
27479         * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
27480         define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
27482 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
27484         * config/microblaze/predicates.md: Add cmp_op predicate.
27485         * config/microblaze/microblaze.md: Add branch_compare instruction
27486         which uses cmp_op predicate and emits cmp insn before branch.
27487         * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
27488         to microblaze_expand_conditional_branch and consolidate logic.
27489         (microblaze_expand_conditional_branch): emit branch_compare
27490         insn instead of handling cmp op separate from branch insn.
27492 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27494         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
27495         to permit subregs.
27497 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27499         * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
27500         define_insn with define_expand and new define_insn
27501         *altivec_lve<VI_char>x_internal.
27502         (altivec_stve<VI_char>x): Replace define_insn with define_expand
27503         and new define_insn *altivec_stve<VI_char>x_internal.
27504         * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
27505         prototype.
27506         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
27507         lve*x built-ins.
27508         (altivec_expand_stvex_be): New function.
27510 2014-02-22  Joern Rennecke  <joern.rennecke@embecosm.com>
27512         * config/avr/avr.c (avr_can_eliminate): Allow elimination from
27513         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
27514         * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
27515         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
27517 2014-02-21  Vladimir Makarov  <vmakarov@redhat.com>
27519         PR target/60298
27520         * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
27521         instead of emit_move_insn.
27523 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27525         * config/rs6000/altivec.md (altivec_vsumsws): Replace second
27526         vspltw with vsldoi.
27527         (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
27528         gen_altivec_vsumsws.
27530 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27532         * config/rs6000/altivec.md (altivec_lvxl): Rename as
27533         *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
27534         (altivec_lvxl_<mode>): New define_expand incorporating
27535         -maltivec=be semantics where needed.
27536         (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
27537         (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
27538         semantics where needed.
27539         (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
27540         (altivec_stvx_<mode>): New define_expand incorporating
27541         -maltivec=be semantics where needed.
27542         (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
27543         VM2 iterator instead of V4SI.
27544         (altivec_stvxl_<mode>): New define_expand incorporating
27545         -maltivec=be semantics where needed.
27546         * config/rs6000/rs6000-builtin.def: Add new built-in definitions
27547         LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
27548         LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
27549         STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
27550         STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
27551         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
27552         ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
27553         similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
27554         ALTIVEC_BUILTIN_STVXL.
27555         * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
27556         (altivec_expand_stvx_be): Likewise.
27557         * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
27558         (altivec_expand_lvx_be): Likewise.
27559         (altivec_expand_stvx_be): Likewise.
27560         (altivec_expand_builtin): Add cases for
27561         ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
27562         ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
27563         (altivec_init_builtins): Add definitions for
27564         __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
27565         __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
27567 2014-02-21  Catherine Moore  <clm@codesourcery.com>
27569         * doc/invoke.texi (mvirt, mno-virt): Document.
27570         * config/mips/mips.opt (mvirt): New option.
27571         * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
27573 2014-02-21  Richard Biener  <rguenther@suse.de>
27575         PR tree-optimization/60276
27576         * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
27577         (STMT_VINFO_MIN_NEG_DIST): New macro.
27578         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
27579         STMT_VINFO_MIN_NEG_DIST.
27580         * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
27581         made for negative dependence distances still hold.
27583 2014-02-21  Richard Biener  <rguenther@suse.de>
27585         PR middle-end/60291
27586         * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
27587         DECL_INITIAL for globals not in the current function context.
27589 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
27591         PR tree-optimization/56490
27592         * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
27593         * tree-ssa-uninit.c: Include params.h.
27594         (compute_control_dep_chain): Add num_calls argument, return false
27595         if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
27596         num_calls to recursive call.
27597         (find_predicates): Change dep_chain into normal array,
27598         cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
27599         variable and adjust compute_control_dep_chain caller.
27600         (find_def_preds): Likewise.
27602 2014-02-21  Thomas Schwinge  <thomas@codesourcery.com>
27604         * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
27605         <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
27607 2014-02-21  Nick Clifton  <nickc@redhat.com>
27609         * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
27610         (pushhi1): Likewise.
27611         (popqi1): Add mode to pre_dec.
27612         (pophi1): Likewise.
27614 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
27616         * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
27617         mode for mask of V8SFmode permutation.
27619 2014-02-20  Richard Henderson  <rth@redhat.com>
27621         PR c++/60272
27622         * builtins.c (expand_builtin_atomic_compare_exchange): Always make
27623         a new pseudo for OLDVAL.
27625 2014-02-20  Jakub Jelinek  <jakub@redhat.com>
27627         PR target/57896
27628         * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
27629         gen_reg_rtx if d->testing_p.
27630         (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
27631         if d->testing_p and we will certainly return true.
27632         (expand_vec_perm_even_odd_1): Likewise.  Don't call gen_reg_rtx
27633         if d->testing_p.
27635 2014-02-20  Uros Bizjak  <ubizjak@gmail.com>
27637         * emit-rtl.c (gen_reg_rtx): Assert that
27638         crtl->emit.regno_pointer_align_length is non-zero.
27640 2014-02-20  Richard Henderson  <rth@redhat.com>
27642         PR c++/60272
27643         * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
27644         on failure the store back into EXPECT.
27646 2014-02-20  Chung-Lin Tang  <cltang@codesourcery.com>
27647             Sandra Loosemore  <sandra@codesourcery.com>
27649         * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
27650         * config/nios2/nios2.c (nios2_function_profiler): Add
27651         -fPIC (flag_pic == 2) support.
27652         (nios2_handle_custom_fpu_cfg): Fix warning parameter.
27653         (nios2_large_offset_p): New function.
27654         (nios2_unspec_reloc_p): Move up position, update to use
27655         nios2_large_offset_p.
27656         (nios2_unspec_address): Remove function.
27657         (nios2_unspec_offset): New function.
27658         (nios2_large_got_address): New function.
27659         (nios2_got_address): Add large offset support.
27660         (nios2_legitimize_tls_address): Update usage of removed and new
27661         functions.
27662         (nios2_symbol_binds_local_p): New function.
27663         (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
27664         (nios2_legitimize_address): Update to use nios2_large_offset_p.
27665         (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
27666         (nios2_print_operand): Merge H/L processing, add hiadj/lo
27667         processing for (const (unspec ...)).
27668         (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
27670 2014-02-20  Richard Biener  <rguenther@suse.de>
27672         * tree-cfg.c (replace_uses_by): Mark altered BBs before
27673         doing the substitution.
27674         (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
27676 2014-02-20  Martin Jambor  <mjambor@suse.cz>
27678         PR ipa/55260
27679         * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
27680         info when checking whether lattices are bottom.
27682 2014-02-20  Richard Biener  <rguenther@suse.de>
27684         PR middle-end/60221
27685         * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
27686         regions at -O0.
27688 2014-02-20  Jan Hubicka  <hubicka@ucw.cz>
27690         PR ipa/58555
27691         * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
27692         parameter specifying the scaling.
27693         (inline_call): Update.
27694         (want_inline_recursively): Guard division by zero.
27695         (recursive_inlining): Update.
27696         * ipa-inline.h (clone_inlined_nodes): Update.
27698 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
27700         PR target/60204
27701         * config/i386/i386.c (classify_argument): Pass structures of size
27702         64 bytes or less in register.
27704 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
27705             Kirill Yukhin  <kirill.yukhin@intel.com>
27707         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
27708         (_mm_rcp28_round_ss): Ditto.
27709         (_mm_rsqrt28_round_sd): Ditto.
27710         (_mm_rsqrt28_round_ss): Ditto.
27711         * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
27712         (_mm_rcp14_round_ss): Ditto.
27713         (_mm_rsqrt14_round_sd): Ditto.
27714         (_mm_rsqrt14_round_ss): Ditto.
27715         * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
27716         the first input operand, get rid of match_dup.
27717         (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
27718         attribute to sse.
27719         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
27720         Ditto.
27721         (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
27722         operand as the first input operand, set type attribute.
27723         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
27724         Set type attribute.
27725         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
27726         operand as the first input operand, set type attribute.
27728 2014-02-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27730         * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
27731         bit of zero.
27733 2014-02-19  H.J. Lu  <hongjiu.lu@intel.com>
27735         PR target/60207
27736         * config/i386/i386.c (construct_container): Remove TFmode check
27737         for X86_64_INTEGER_CLASS.
27739 2014-02-19  Uros Bizjak  <ubizjak@gmail.com>
27741         PR target/59794
27742         * config/i386/i386.c (type_natural_mode): Warn for ABI changes
27743         only when -Wpsabi is enabled.
27745 2014-02-19  Michael Hudson-Doyle  <michael.hudson@linaro.org>
27747          PR target/59799
27748         * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
27749         passing arrays in registers are the same as for structs, so remove the
27750         special case for them.
27752 2014-02-19  Eric Botcazou  <ebotcazou@adacore.com>
27754         * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
27755         destination type, extract only the valid bits if the source type is not
27756         integral and has a different mode.
27758 2014-02-19  Richard Biener  <rguenther@suse.de>
27760         PR ipa/60243
27761         * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
27762         for all calls.
27764 2014-02-19  Richard Biener  <rguenther@suse.de>
27766         PR ipa/60243
27767         * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
27768         (ipa_modify_call_arguments): Emit an argument load explicitely and
27769         preserve virtual SSA form there and for the replacement call.
27770         Do not update SSA form nor free dominance info.
27772 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
27774         * ipa.c (function_and_variable_visibility): Also clear WEAK
27775         flag when disolving COMDAT_GROUP.
27777 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
27779         * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
27780         * ipa-prop.c (ipa_set_jf_known_type): Return early when
27781         not devirtualizing.
27782         (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
27783         do more sanity checks.
27784         (detect_type_change): Return true when giving up early.
27785         (compute_complex_assign_jump_func): Fix type parameter of
27786         ipa_set_ancestor_jf.
27787         (compute_complex_ancestor_jump_func): Likewise.
27788         (update_jump_functions_after_inlining): Fix updating of
27789         ancestor function.
27790         * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
27792 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
27794         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
27795         inline clones when edge disappears.
27797 2014-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
27799         PR target/60203
27800         * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
27801         Split 64-bit moves into 2 patterns.  Do not allow the use of
27802         direct move for TDmode in little endian, since the decimal value
27803         has little endian bytes within a word, but the 64-bit pieces are
27804         ordered in a big endian fashion, and normal subreg's of TDmode are
27805         not allowed.
27806         (mov<mode>_64bit_dm): Likewise.
27807         (movtd_64bit_nodm): Likewise.
27809 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
27811         PR tree-optimization/60174
27812         * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
27813         statement of an SSA_NAME that occurs in an abnormal PHI node.
27815 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
27817         PR sanitizer/60142
27818         * final.c (SEEN_BB): Remove.
27819         (SEEN_NOTE, SEEN_EMITTED): Renumber.
27820         (final_scan_insn): Don't force_source_line on second
27821         NOTE_INSN_BASIC_BLOCK.
27823 2014-02-18  Uros Bizjak  <ubizjak@gmail.com>
27825         PR target/60205
27826         * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
27827         * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
27828         (type_natural_mode): Warn ABI change when %zmm register is not
27829         available for AVX512F vector value passing.
27831 2014-02-18  Kai Tietz  <ktietz@redhat.com>
27833         PR target/60193
27834         * config/i386/i386.c (ix86_expand_prologue): Use value in
27835         rax register as displacement when restoring %r10 or %rax.
27836         Fix wrong offset when restoring both registers.
27838 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
27840         * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
27841         assertion with conditional return.
27843 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
27844             Uros Bizjak  <ubizjak@gmail.com>
27846         PR driver/60233
27847         * config/i386/driver-i386.c (host_detect_local_cpu): If
27848         YMM state is not saved by the OS, also clear has_f16c.  Move
27849         CPUID 0x80000001 handling before YMM state saving checking.
27851 2014-02-18  Andrey Belevantsev  <abel@ispras.ru>
27853         PR rtl-optimization/58960
27854         * haifa-sched.c (alloc_global_sched_pressure_data): New,
27855         factored out from ...
27856         (sched_init): ... here.
27857         (free_global_sched_pressure_data): New, factored out from ...
27858         (sched_finish): ... here.
27859         * sched-int.h (free_global_sched_pressure_data): Declare.
27860         * sched-rgn.c (nr_regions_initial): New static global.
27861         (haifa_find_rgns): Initialize it.
27862         (schedule_region): Disable sched-pressure for the newly
27863         generated regions.
27865 2014-02-17  Richard Biener  <rguenther@suse.de>
27867         * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
27868         release SSA defs of pattern stmts.
27870 2014-02-17  Richard Biener  <rguenther@suse.de>
27872         * tree-inline.c (expand_call_inline): Release the virtual
27873         operand defined by the call we are about to inline.
27875 2014-02-17  Richard Biener  <rguenther@suse.de>
27877         * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
27879 2014-02-17  Kirill Yukhin  <kirill.yukhin@intel.com>
27880             Ilya Tocar  <ilya.tocar@intel.com>
27882         * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
27883         arguments order in builtin.
27884         (_mm512_permutexvar_epi64): Ditto.
27885         (_mm512_mask_permutexvar_epi64): Ditto
27886         (_mm512_maskz_permutexvar_epi32): Ditto
27887         (_mm512_permutexvar_epi32): Ditto
27888         (_mm512_mask_permutexvar_epi32): Ditto
27890 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27892         * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
27893         (p8_vmrgow): Likewise.
27895 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27897         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
27898         endian targets.
27900 2014-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
27902         PR target/60203
27903         * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
27904         (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
27905         into 64-bit and 32-bit moves.  On 64-bit moves, add support for
27906         using direct move instructions on ISA 2.07.  Also adjust
27907         instruction length for 64-bit.
27908         (mov<mode>_64bit, TFmode/TDmode): Likewise.
27909         (mov<mode>_32bit, TFmode/TDmode): Likewise.
27911 2014-02-15  Alan Modra  <amodra@gmail.com>
27913         PR target/58675
27914         PR target/57935
27915         * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
27916         find_replacement on parts of insn rtl that might be reloaded.
27918 2014-02-15  Richard Biener  <rguenther@suse.de>
27920         PR tree-optimization/60183
27921         * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
27922         (tree_ssa_phiprop): Calculate and free post-dominators.
27924 2014-02-14  Jeff Law  <law@redhat.com>
27926         PR rtl-optimization/60131
27927         * ree.c (get_extended_src_reg): New function.
27928         (combine_reaching_defs): Use it rather than assuming location of REG.
27929         (find_and_remove_re): Verify first operand of extension is
27930         a REG before adding the insns to the copy list.
27932 2014-02-14  Roland McGrath  <mcgrathr@google.com>
27934         * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
27935         * configure: Regenerated.
27936         * config.in: Regenerated.
27937         * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
27938         instead of ASM_SHORT.
27940 2014-02-14  Vladimir Makarov  <vmakarov@redhat.com>
27941             Richard Earnshaw  <rearnsha@arm.com>
27943         PR rtl-optimization/59535
27944         * lra-constraints.c (process_alt_operands): Encourage alternative
27945         when unassigned pseudo class is superset of the alternative class.
27946         (inherit_reload_reg): Don't inherit when optimizing for code size.
27947         * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
27948         returning CORE_REGS for anything but Thumb1 and BASE_REGS for
27949         modes not less than 4 for Thumb1.
27951 2014-02-14  Kyle McMartin  <kyle@redhat.com>
27953         PR pch/60010
27954         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
27956 2014-02-14  Richard Biener  <rguenther@suse.de>
27958         * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
27959         (get_frame_arg): Drop the assert with langhook types_compatible_p.
27960         Do not strip INDIRECT_REFs.
27962 2014-02-14  Richard Biener  <rguenther@suse.de>
27964         PR lto/60179
27965         * lto-streamer-out.c (DFS_write_tree_body): Do not follow
27966         DECL_FUNCTION_SPECIFIC_TARGET.
27967         (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
27968         * tree-streamer-out.c (pack_ts_target_option): Remove.
27969         (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
27970         (write_ts_function_decl_tree_pointers): Do not stream
27971         DECL_FUNCTION_SPECIFIC_TARGET.
27972         * tree-streamer-in.c (unpack_ts_target_option): Remove.
27973         (unpack_value_fields): Do not stream TS_TARGET_OPTION.
27974         (lto_input_ts_function_decl_tree_pointers): Do not stream
27975         DECL_FUNCTION_SPECIFIC_TARGET.
27977 2014-02-14  Jakub Jelinek  <jakub@redhat.com>
27979         * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
27980         (get_initial_def_for_induction, vectorizable_induction): Ignore
27981         debug stmts when looking for exit_phi.
27982         (vectorizable_live_operation): Fix up condition.
27984 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
27986         * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
27987         nreverse() because it changes the content of original tree list.
27989 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
27991         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
27992         * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
27994 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
27996         * config/nds32/nds32.c (nds32_naked_function_p): Follow the
27997         GNU coding standards.
27999 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
28001         PR debug/60152
28002         * dwarf2out.c (gen_subprogram_die): Don't call
28003         add_calling_convention_attribute if subr_die is old_die.
28005 2014-02-13  Sharad Singhai  <singhai@google.com>
28007         * doc/optinfo.texi: Fix order of nodes.
28009 2014-02-13  Uros Bizjak  <ubizjak@gmail.com>
28011         * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
28012         operands[2], not operands[3].
28014 2014-02-13  Richard Biener  <rguenther@suse.de>
28016         PR bootstrap/59878
28017         * doc/install.texi (ISL): Update recommended version to 0.12.2,
28018         mention the possibility of an in-tree build.
28019         (CLooG): Update recommended version to 0.18.1, mention the
28020         possibility of an in-tree build and clarify that the ISL
28021         bundled with CLooG does not work.
28023 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
28025         PR target/43546
28026         * expr.c (compress_float_constant): If x is a hard register,
28027         extend into a pseudo and then move to x.
28029 2014-02-13  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28031         * config/s390/s390.c (s390_asm_output_function_label): Fix crash
28032         caused by bad second argument to warning_at() with -mhotpatch and
28033         nested functions (e.g. with gfortran).
28035 2014-02-13  Richard Sandiford  <rdsandiford@googlemail.com>
28037         * opts.c (option_name): Remove "enabled by default" rider.
28039 2014-02-12  John David Anglin  <danglin@gcc.gnu.org>
28041         * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
28043 2014-02-12  H.J. Lu  <hongjiu.lu@intel.com>
28044             Uros Bizjak  <ubizjak@gmail.com>
28046         PR target/60151
28047         * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
28048         * configure: Regenerated.
28050 2014-02-12  Richard Biener  <rguenther@suse.de>
28052         * vec.c (vec_prefix::calculate_allocation): Move as
28053         inline variant to vec.h.
28054         (vec_prefix::calculate_allocation_1): New out-of-line version.
28055         * vec.h (vec_prefix::calculate_allocation_1): Declare.
28056         (vec_prefix::m_has_auto_buf): Rename to ...
28057         (vec_prefix::m_using_auto_storage): ... this.
28058         (vec_prefix::calculate_allocation): Inline the easy cases
28059         and dispatch to calculate_allocation_1 which doesn't need the
28060         prefix address.
28061         (va_heap::reserve): Use gcc_checking_assert.
28062         (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
28063         m_using_auto_storage.
28064         (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
28065         member and adjust.
28066         (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
28067         (vec<T, va_heap, vl_ptr>::release): Avoid casting.
28068         (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
28070 2014-02-12  Richard Biener  <rguenther@suse.de>
28072         * gcse.c (compute_transp): break from loop over canon_modify_mem_list
28073         when we found a dependence.
28075 2014-02-12  Thomas Schwinge  <thomas@codesourcery.com>
28077         * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
28078         common code...
28079         (maybe_fold_stmt): ... into this new function.
28080         * omp-low.c (lower_omp): Update comment.
28082         * omp-low.c (lower_omp_target): Add clobber for sizes array, after
28083         last use.
28085         * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
28086         dereference.
28088 2014-02-12  James Greenhalgh  <james.greenhalgh@arm.com>
28090         * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
28091         identifiers in comments.
28092         (cortexa53_extra_costs): Likewise.
28093         * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
28094         (cortexa7_extra_costs): Likewise.
28095         (cortexa12_extra_costs): Likewise.
28096         (cortexa15_extra_costs): Likewise.
28097         (v7m_extra_costs): Likewise.
28099 2014-02-12  Richard Biener  <rguenther@suse.de>
28101         PR middle-end/60092
28102         * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
28103         of posix_memalign being successful.
28104         (lower_stmt): Restrict lowering of posix_memalign to when
28105         -ftree-bit-ccp is enabled.
28107 2014-02-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
28109         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
28110         arg_loc.
28111         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
28113 2014-02-12  Eric Botcazou  <ebotcazou@adacore.com>
28115         PR rtl-optimization/60116
28116         * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
28117         other_insn once the combination has been validated.
28119 2014-02-11  Jan Hubicka  <hubicka@ucw.cz>
28121         PR lto/59468
28122         * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
28123         and wrapper.
28124         * ipa-devirt.c: Include demangle.h
28125         (odr_violation_reported): New static variable.
28126         (add_type_duplicate): Update odr_violations.
28127         (maybe_record_node): Add completep parameter; update it.
28128         (record_target_from_binfo): Add COMPLETEP parameter;
28129         update it as needed.
28130         (possible_polymorphic_call_targets_1): Likewise.
28131         (struct polymorphic_call_target_d): Add nonconstruction_targets;
28132         rename FINAL to COMPLETE.
28133         (record_targets_from_bases): Sanity check we found the binfo;
28134         fix COMPLETEP updating.
28135         (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
28136         parameter, fix computing of COMPLETEP.
28137         (dump_possible_polymorphic_call_targets): Imrove readability of dump;
28138         at LTO time do demangling.
28139         (ipa_devirt): Use nonconstruction_targets; Improve dumps.
28140         * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
28141         parameter.
28142         (gimple_get_virt_method_for_binfo): Likewise.
28143         * gimple-fold.h (gimple_get_virt_method_for_binfo,
28144         gimple_get_virt_method_for_vtable): Update prototypes.
28146 2014-02-11  Vladimir Makarov  <vmakarov@redhat.com>
28148         PR target/49008
28149         * genautomata.c (add_presence_absence): Fix typo with
28150         {final_}presence_list.
28152 2014-02-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
28154         PR target/60137
28155         * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
28156         for VSX/Altivec vectors that land in GPR registers.
28158 2014-02-11  Richard Henderson  <rth@redhat.com>
28159             Jakub Jelinek  <jakub@redhat.com>
28161         PR debug/59776
28162         * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
28163         around drhs if type conversion to lacc->type is not useless.
28165 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28167         * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
28168         tuning struct.
28169         (cortex-a57.cortex-a53): Likewise.
28170         * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
28172 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28174         * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
28175         arm_restrict_it.
28177 2014-02-11  Renlin Li  <Renlin.Li@arm.com>
28179         * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
28180         add_options_for_arm_vfp3.
28182 2014-02-11  Jeff Law  <law@redhat.com>
28184         PR middle-end/54041
28185         * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
28186         object with an undesirable mode.
28188 2014-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28190         PR libgomp/60107
28191         * config/i386/sol2-9.h: New file.
28192         * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
28193         *-*-solaris2.9*): Use it.
28195 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
28197         * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
28198         * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
28200 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
28202         * config/microblaze/microblaze.c: Extend mcpu version format
28204 2014-02-10  David Holsgrove  <david.holsgrove@xilinx.com>
28206         * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
28208 2014-02-10  Richard Henderson  <rth@redhat.com>
28210         PR target/59927
28211         * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
28212         * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
28213         ms-abi vs -mno-accumulate-outgoing-args.
28214         (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
28215         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
28216         respect to ms-abi.
28218 2014-02-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
28220         PR middle-end/60080
28221         * cfgexpand.c (expand_asm_operands): Attach source location to
28222         ASM_INPUT rtx objects.
28223         * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
28225 2014-02-10  Nick Clifton  <nickc@redhat.com>
28227         * config/mn10300/mn10300.c (popcount): New function.
28228         (mn10300_expand_prologue): Include saved registers in stack usage
28229         count.
28231 2014-02-10  Jeff Law  <law@redhat.com>
28233         PR middle-end/52306
28234         * reload1.c (emit_input_reload_insns): Do not create invalid RTL
28235         when changing the SET_DEST of a prior insn to avoid an input reload.
28237 2014-02-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
28239         * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
28240         big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
28241         -mcall-openbsd, or -mcall-linux.
28242         (CC1_ENDIAN_BIG_SPEC): Remove.
28243         (CC1_ENDIAN_LITTLE_SPEC): Remove.
28244         (CC1_ENDIAN_DEFAULT_SPEC): Remove.
28245         (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
28246         (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
28247         and %cc1_endian_default.
28248         * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
28250 2014-02-10  Richard Biener  <rguenther@suse.de>
28252         PR tree-optimization/60115
28253         * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
28254         MEM_REF handling.  Properly verify that the accesses are not
28255         out of the objects bound.
28257 2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28259         * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
28260         coretex to cortex.
28262 2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
28264         * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
28265         proper constants and fix formatting.
28266         (possible_polymorphic_call_targets): Fix formatting.
28268 2014-02-10  Kirill Yukhin  <kirill.yukhin@intel.com>
28269             Ilya Tocar  <ilya.tocar@intel.com>
28271         * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
28272         (_mm512_loadu_epi32): Renamed into...
28273         (_mm512_loadu_si512): This.
28274         (_mm512_storeu_epi32): Renamed into...
28275         (_mm512_storeu_si512): This.
28276         (_mm512_maskz_ceil_ps): Removed.
28277         (_mm512_maskz_ceil_pd): Ditto.
28278         (_mm512_maskz_floor_ps): Ditto.
28279         (_mm512_maskz_floor_pd): Ditto.
28280         (_mm512_floor_round_ps): Ditto.
28281         (_mm512_floor_round_pd): Ditto.
28282         (_mm512_ceil_round_ps): Ditto.
28283         (_mm512_ceil_round_pd): Ditto.
28284         (_mm512_mask_floor_round_ps): Ditto.
28285         (_mm512_mask_floor_round_pd): Ditto.
28286         (_mm512_mask_ceil_round_ps): Ditto.
28287         (_mm512_mask_ceil_round_pd): Ditto.
28288         (_mm512_maskz_floor_round_ps): Ditto.
28289         (_mm512_maskz_floor_round_pd): Ditto.
28290         (_mm512_maskz_ceil_round_ps): Ditto.
28291         (_mm512_maskz_ceil_round_pd): Ditto.
28292         (_mm512_expand_pd): Ditto.
28293         (_mm512_expand_ps): Ditto.
28294         * config/i386/i386.c (ix86_builtins): Remove
28295         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
28296         (bdesc_args): Ditto.
28297         * config/i386/predicates.md (const1256_operand): New.
28298         (const_1_to_2_operand): Ditto.
28299         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
28300         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
28301         (*avx512pf_gatherpf<mode>sf): Ditto.
28302         (avx512pf_gatherpf<mode>df): Ditto.
28303         (*avx512pf_gatherpf<mode>df_mask): Ditto.
28304         (*avx512pf_gatherpf<mode>df): Ditto.
28305         (avx512pf_scatterpf<mode>sf): Ditto.
28306         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
28307         (*avx512pf_scatterpf<mode>sf): Ditto.
28308         (avx512pf_scatterpf<mode>df): Ditto.
28309         (*avx512pf_scatterpf<mode>df_mask): Ditto.
28310         (*avx512pf_scatterpf<mode>df): Ditto.
28311         (avx512f_expand<mode>): Removed.
28312         (<shift_insn><mode>3<mask_name>): Change predicate type.
28314 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
28316         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
28317         not at the end of datarefs vector use ordered_remove to avoid
28318         reordering datarefs vector.
28320         PR c/59984
28321         * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
28322         mark local addressable non-static vars as GOVD_PRIVATE
28323         instead of GOVD_LOCAL.
28324         * omp-low.c (lower_omp_for): Move gimple_bind_vars
28325         and BLOCK_VARS of gimple_bind_block to new_stmt rather
28326         than copying them.
28328         PR middle-end/60092
28329         * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
28330         if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
28331         assume_aligned or alloc_align attributes.
28332         (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
28333         arguments.  Handle also assume_aligned and alloc_align attributes.
28334         (evaluate_stmt): Adjust bit_value_assume_aligned caller.  Handle
28335         calls to functions with assume_aligned or alloc_align attributes.
28336         * doc/extend.texi: Document assume_aligned and alloc_align attributes.
28338 2014-02-08  Terry Guo  <terry.guo@arm.com>
28340         * doc/invoke.texi: Document ARM -march=armv7e-m.
28342 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
28344         * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
28345         flag on __cilkrts_rethrow builtin.
28347         PR ipa/60026
28348         * ipa-cp.c (determine_versionability): Fail at -O0
28349         or __attribute__((optimize (0))) or -fno-ipa-cp functions.
28350         * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
28352         Revert:
28353         2014-02-04  Jakub Jelinek  <jakub@redhat.com>
28355         PR ipa/60026
28356         * tree-inline.c (copy_forbidden): Fail for
28357         __attribute__((optimize (0))) functions.
28359 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
28361         * varpool.c: Include pointer-set.h.
28362         (varpool_remove_unreferenced_decls): Variables in other partitions
28363         will not be output; be however careful to not lose information
28364         about partitioning.
28366 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
28368         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
28369         lookup in the vtable constructor.
28371 2014-02-07  Jeff Law  <law@redhat.com>
28373         PR target/40977
28374         * config/m68k/m68k.md (ashldi_extsi): Turn into a
28375         define_insn_and_split.
28377         * ipa-inline.c (inline_small_functions): Fix typos.
28379 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
28381         * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
28382         (s390_can_use_return_insn): Declare.
28383         * config/s390/s390.h (EPILOGUE_USES): Define.
28384         * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
28385         instructions.
28386         (s390_chunkify_start): Handle return JUMP_LABELs.
28387         (s390_early_mach): Emit a main_pool instruction on the entry edge.
28388         (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
28389         (s390_can_use_return_insn): New functions.
28390         (s390_fix_long_loop_prediction): Handle conditional returns.
28391         (TARGET_SET_UP_BY_PROLOGUE): Define.
28392         * config/s390/s390.md (ANY_RETURN): New code iterator.
28393         (*creturn, *csimple_return, return, simple_return): New patterns.
28395 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
28397         * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
28398         notes to each restore.  Also add REG_CFA_DEF_CFA when restoring %r15.
28399         (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P.  Update the
28400         REG_CFA_RESTORE list when deciding not to restore a register.
28402 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
28404         * config/s390/s390.c: Include tree-pass.h and context.h.
28405         (s390_early_mach): New function, split out from...
28406         (s390_emit_prologue): ...here.
28407         (pass_data_s390_early_mach): New pass structure.
28408         (pass_s390_early_mach): New class.
28409         (s390_option_override): Create and register early_mach pass.
28410         Move to end of file.
28412 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
28414         * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
28415         to match for the exit block.
28417 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28419         * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
28420         ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
28421         Reject misaligned operands.
28423 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28425         * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
28427 2014-02-07  Richard Biener  <rguenther@suse.de>
28429         PR middle-end/60092
28430         * gimple-low.c (lower_builtin_posix_memalign): New function.
28431         (lower_stmt): Call it to lower posix_memalign in a way
28432         to make alignment info accessible.
28434 2014-02-07  Jakub Jelinek  <jakub@redhat.com>
28436         PR c++/60082
28437         * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
28438         __builtin_setjmp_receiver.
28440 2014-02-07  Richard Biener  <rguenther@suse.de>
28442         PR middle-end/60092
28443         * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
28444         * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
28445         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
28446         Handle BUILT_IN_POSIX_MEMALIGN.
28447         (find_func_clobbers): Likewise.
28448         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
28449         (call_may_clobber_ref_p_1): Likewise.
28451 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
28453         PR ipa/59918
28454         * ipa-devirt.c (record_target_from_binfo): Remove overactive
28455         sanity check.
28457 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
28459         PR ipa/59469
28460         * lto-cgraph.c (lto_output_node): Use
28461         symtab_get_symbol_partitioning_class.
28462         (lto_output_varpool_node): likewise.
28463         (symtab_get_symbol_partitioning_class): Move here from
28464         lto/lto-partition.c
28465         * cgraph.h (symbol_partitioning_class): Likewise.
28466         (symtab_get_symbol_partitioning_class): Declare.
28468 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
28470         * ggc.h (ggc_internal_cleared_alloc): New macro.
28471         * vec.h (vec_safe_copy): Handle memory stats.
28472         * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
28473         * target-globals.c (save_target_globals): Likewise.
28475 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
28477         PR target/60077
28478         * expr.c (emit_move_resolve_push): Export; be bit more selective
28479         on when to clear alias set.
28480         * expr.h (emit_move_resolve_push): Declare.
28481         * function.h (struct function): Add tail_call_marked.
28482         * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
28483         * config/i386/i386-protos.h (ix86_expand_push): Remove.
28484         * config/i386/i386.md (TImode move expander): De not call
28485         ix86_expand_push.
28486         (FP push expanders): Preserve memory attributes.
28487         * config/i386/sse.md (push<mode>1): Remove.
28488         * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
28489         (ix86_expand_push): Remove.
28490         * config/i386/mmx.md (push<mode>1): Remove.
28492 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
28494         PR rtl-optimization/60030
28495         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
28496         lopart with paradoxical subreg before shifting it up by hprec.
28498 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28500         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
28501         Remove extra newline at end of file.
28502         * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
28503         (arm_issue_rate): Handle cortexa57.
28504         * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
28505         (cortex-a57.cortex-a53): Likewise.
28507 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
28509         PR target/59575
28510         * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
28511         don't record in REG_FRAME_RELATED_EXPR registers not set in that
28512         bitmask.
28513         (arm_expand_prologue): Adjust all callers.
28514         (arm_unwind_emit_sequence): Allow saved, but not important for unwind
28515         info, registers also at the lowest numbered registers side.  Use
28516         gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
28517         XEXP.
28519         PR debug/59992
28520         * var-tracking.c (adjust_mems): Before adding a SET to
28521         amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
28523 2014-02-06  Alan Modra  <amodra@gmail.com>
28525         PR target/60032
28526         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
28527         change SDmode to DDmode when lra_in_progress.
28529 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
28531         PR middle-end/59150
28532         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
28533         free_data_ref on the dr first, and before goto again also set dr
28534         to the next dr.  For simd_lane_access, free old datarefs[i] before
28535         overwriting it.  For get_vectype_for_scalar_type failure, don't
28536         free_data_ref if simd_lane_access.
28538         * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
28540         PR target/60062
28541         * tree.h (opts_for_fn): New inline function.
28542         (opt_for_fn): Define.
28543         * config/i386/i386.c (ix86_function_regparm): Use
28544         opt_for_fn (decl, optimize) instead of optimize.
28546 2014-02-06  Marcus Shawcroft  <marcus.shawcroft@arm.com>
28548         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
28549         for SYMBOL_REF in large memory model.
28551 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28553         * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
28554         and crypto support.
28555         (cortex-a57): Likewise.
28556         (cortex-a57.cortex-a53): Likewise.
28558 2014-02-06  Yury Gribov  <y.gribov@samsung.com>
28559             Kugan Vivekanandarajah  <kuganv@linaro.org>
28561         * config/arm/arm.c (arm_vector_alignment_reachable): Check
28562         unaligned_access.
28563         * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
28565 2014-02-06  Richard Biener  <rguenther@suse.de>
28567         * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
28568         set_loop_copy and initialize_original_copy_tables.
28570 2014-02-06  Alex Velenko  <Alex.Velenko@arm.com>
28572         * config/aarch64/aarch64-simd.md
28573         (aarch64_ashr_simddi): Change QI to SI.
28575 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
28576             Jakub Jelinek  <jakub@redhat.com>
28578         PR middle-end/60013
28579         * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
28580         of the dataflow.
28582 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28584         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
28585         CODE_FOR_altivec_vpku[hw]um to
28586         CODE_FOR_altivec_vpku[hw]um_direct.
28587         * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
28588         UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
28589         (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
28590         UNSPEC_VUNPACK_LO_SIGN_DIRECT.
28592 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28594         * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
28595         generation for -maltivec=be.
28596         (altivec_vsumsws): Simplify redundant test.
28598 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28600         * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
28601         (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
28602         (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
28603         (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
28604         gen_altivec_vpkuwum.
28605         (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
28606         BYTES_BIG_ENDIAN.
28607         (altivec_vpks<VI_char>ss): Likewise.
28608         (altivec_vpks<VI_char>us): Likewise.
28609         (altivec_vpku<VI_char>us): Likewise.
28610         (altivec_vpku<VI_char>um): Likewise.
28611         (altivec_vpku<VI_char>um_direct): New (copy of
28612         altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
28613         internal use).
28614         (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
28615         target is little endian and -maltivec=be is not specified.
28616         (*altivec_vupkhs<VU_char>_direct): New (copy of
28617         altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
28618         (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
28619         target is little endian and -maltivec=be is not specified.
28620         (*altivec_vupkls<VU_char>_direct): New (copy of
28621         altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
28622         (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
28623         little endian and -maltivec=be is not specified.
28624         (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
28625         little endian and -maltivec=be is not specified.
28627 2014-02-05  Richard Henderson  <rth@redhat.com>
28629         PR debug/52727
28630         * combine-stack-adj.c: Revert r206943.
28631         * sched-int.h (struct deps_desc): Add last_args_size.
28632         * sched-deps.c (init_deps): Initialize it.
28633         (sched_analyze_insn): Add OUTPUT dependencies between insns that
28634         contain REG_ARGS_SIZE notes.
28636 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
28638         * lto-cgraph.c (asm_nodes_output): Make global.
28639         * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
28640         * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
28641         (driver_handle_option): Handle OPT_fwpa.
28643 2014-02-05  Jakub Jelinek  <jakub@redhat.com>
28645         PR ipa/59947
28646         * ipa-devirt.c (possible_polymorphic_call_targets): Fix
28647         a comment typo and formatting issue.  If odr_hash hasn't been
28648         created, return vNULL and set *completep to false.
28650         PR middle-end/57499
28651         * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
28652         bb with no successors.
28654 2014-02-05  James Greenhalgh  <james.greenhalgh@arm.com>
28656         PR target/59718
28657         * doc/invoke.texi (-march): Clarify documentation for ARM.
28658         (-mtune): Likewise.
28659         (-mcpu): Likewise.
28661 2014-02-05  Richard Biener  <rguenther@suse.de>
28663         * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
28664         when not vectorizing because of too many alias checks.
28665         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
28666         Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
28668 2014-02-05  Nick Clifton  <nickc@redhat.com>
28670         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
28671         accept extended registers in any mode when compiling for the MN10300.
28673 2014-02-05  Yury Gribov  <y.gribov@samsung.com>
28675         * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
28676         * ipa-inline.c (report_inline_failed_reason): Handle mismatched
28677         sanitization attributes.
28678         (can_inline_edge_p): Likewise.
28679         (sanitize_attrs_match_for_inline_p): New function.
28681 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
28683         * ipa-prop.c (detect_type_change): Shor circuit testing of
28684         type changes on THIS pointer.
28686 2014-02-04  John David Anglin  <danglin@gcc.gnu.org>
28688         PR target/59777
28689         * config/pa/pa.c (legitimize_tls_address): Return original address
28690         if not passed a SYMBOL_REF rtx.
28691         (hppa_legitimize_address): Call legitimize_tls_address for all TLS
28692         addresses.
28693         (pa_emit_move_sequence): Simplify TLS source operands.
28694         (pa_legitimate_constant_p): Reject all TLS constants.
28695         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
28696         (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
28698 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
28700         * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
28701         groups when we know they are controlled by LTO.
28702         * varasm.c (default_binds_local_p_1): If object is in other partition,
28703         it will be resolved locally.
28705 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
28707         * config/host-linux.c (linux_gt_pch_use_address): Don't
28708         use SSIZE_MAX because it is not always defined.
28710 2014-02-04  Vladimir Makarov  <vmakarov@redhat.com>
28712         PR bootstrap/59913
28713         * lra-constraints.c (need_for_split_p): Use more 3 reloads as
28714         threshold for pseudo splitting.
28715         (update_ebb_live_info): Process call argument hard registers and
28716         hard registers from insn definition too.
28717         (max_small_class_regs_num): New constant.
28718         (inherit_in_ebb): Update live hard regs through EBBs.  Update
28719         reloads_num only for small register classes.  Don't split for
28720         outputs of jumps.
28722 2014-02-04  Markus Trippelsdorf  <markus@trippelsdorf.de>
28724         PR ipa/60058
28725         * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
28726         is non-null.
28728 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
28730         * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
28731         visibility is safe.
28733 2014-02-04  Marek Polacek  <polacek@redhat.com>
28735         * gdbinit.in (pel): Define.
28737 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
28739         * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
28740         behavior.
28742 2014-02-04  Richard Biener  <rguenther@suse.de>
28744         PR lto/59723
28745         * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
28746         in function context local.
28747         (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
28748         * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
28749         similar to LTO_imported_decl_ref.
28751 2014-02-04  Jakub Jelinek  <jakub@redhat.com>
28753         PR tree-optimization/60002
28754         * cgraphclones.c (build_function_decl_skip_args): Clear
28755         DECL_LANG_SPECIFIC.
28757         PR tree-optimization/60023
28758         * tree-if-conv.c (predicate_mem_writes): Pass true instead of
28759         false to gsi_replace.
28760         * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
28761         has been in some EH region and vec_stmt could throw, add
28762         vec_stmt into the same EH region.
28763         * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
28764         has no lhs, ignore it.
28765         * internal-fn.c (expand_MASK_LOAD): Likewise.
28767         PR ipa/60026
28768         * tree-inline.c (copy_forbidden): Fail for
28769         __attribute__((optimize (0))) functions.
28771         PR other/58712
28772         * omp-low.c (simd_clone_struct_copy): If from->inbranch
28773         is set, copy one less argument.
28774         (expand_simd_clones): Don't subtract clone_info->inbranch
28775         from simd_clone_struct_alloc argument.
28777         PR rtl-optimization/57915
28778         * recog.c (simplify_while_replacing): If all unary/binary/relational
28779         operation arguments are constant, attempt to simplify those.
28781         PR middle-end/59261
28782         * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
28783         if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
28785 2014-02-04  Richard Biener  <rguenther@suse.de>
28787         PR tree-optimization/60012
28788         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
28789         TBAA disambiguation to all DDRs.
28791 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28793         PR target/59788
28794         * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
28795         (LINK_SPEC): Use it for -shared, -shared-libgcc.
28797 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28799         PR ipa/59882
28800         * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
28802 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28804         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
28805         * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
28807 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28809         PR ipa/59831
28810         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
28811         to figure out targets of polymorphic calls with known decl.
28812         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28813         * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
28814         * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
28815         (get_polymorphic_call_info): ... here.
28816         (get_polymorphic_call_info_from_invariant): New function.
28818 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28820         * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
28821         lookup via vtable pointer; check for type consistency
28822         and turn inconsitent facts into UNREACHABLE.
28823         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28824         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
28825         type inconsistent querries; return UNREACHABLE instead.
28827 2014-02-03  Richard Henderson  <rth@twiddle.net>
28829         PR tree-opt/59924
28830         * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
28831         already processed this node.
28832         (normalize_one_pred_1): Pass along mark_set.
28833         (normalize_one_pred): Create and destroy a pointer_set_t.
28834         (normalize_one_pred_chain): Likewise.
28836 2014-02-03  Laurent Aflonsi  <laurent.alfonsi@st.com>
28838         PR gcov-profile/58602
28839         * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
28841 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28843         PR ipa/59831
28844         * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
28845         -fno-devirtualize; try to devirtualize by the knowledge of
28846         virtual table pointer given by aggregate propagation.
28847         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28848         (ipa_print_node_jump_functions): Dump also offset that
28849         is relevant for polymorphic calls.
28850         (determine_known_aggregate_parts): Add arg_type parameter; use it
28851         instead of determining the type from pointer type.
28852         (ipa_compute_jump_functions_for_edge): Update call of
28853         determine_known_aggregate_parts.
28854         * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
28855         (gimple_get_virt_method_for_binfo): ... here; simplify using
28856         vtable_pointer_value_to_vtable.
28857         * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
28858         * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
28859         to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
28860         (vtable_pointer_value_to_vtable): Break out from ...; handle also
28861         POINTER_PLUS_EXPR.
28862         (vtable_pointer_value_to_binfo): ... here.
28863         * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
28865 2014-02-03  Teresa Johnson  <tejohnson@google.com>
28867         * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
28868         redef of outer loop index variable.
28870 2014-02-03  Marc Glisse  <marc.glisse@inria.fr>
28872         PR c++/53017
28873         PR c++/59211
28874         * doc/extend.texi (Function Attributes): Typo.
28876 2014-02-03  Cong Hou  <congh@google.com>
28878         PR tree-optimization/60000
28879         * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
28880         if the vectorized statement is a store.  A store statement can only
28881         appear at the end of pattern statements.
28883 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
28885         * config/i386/i386.c (flag_opts): Add -mlong-double-128.
28886         (ix86_option_override_internal): Default long double to 64-bit for
28887         32-bit Bionic and to 128-bit for 64-bit Bionic.
28889         * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
28890         TARGET_LONG_DOUBLE_128 is true.
28891         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
28893         * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
28894         (mlong-double-64): Negate -mlong-double-128.
28895         (mlong-double-128): New option.
28897         * config/i386/i386-c.c (ix86_target_macros): Define
28898         __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
28900         * doc/invoke.texi: Document -mlong-double-128.
28902 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
28904         PR rtl-optimization/60024
28905         * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
28907 2014-02-03  Markus Trippelsdorf  <markus@trippelsdorf.de>
28909         * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
28911 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
28913         PR rtl-optimization/57662
28914         * sel-sched.c (code_motion_path_driver): Do not mark already not
28915         existing blocks in the visiting bitmap.
28917 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
28919         * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
28920         on the insn being emitted.
28922 2014-02-03  James Greenhalgh  <james.greenhalgh@arm.com>
28923             Will Deacon  <will.deacon@arm.com>
28925         * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
28927 2014-02-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28929         * config/arm/arm-tables.opt: Regenerate.
28931 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28933         * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
28934         for vector types other than V16QImode.
28935         * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
28936         define_expand, and call altivec_expand_vec_perm_le when producing
28937         code with little endian element order.
28938         (*altivec_vperm_<mode>_internal): New insn having previous
28939         behavior of altivec_vperm_<mode>.
28940         (altivec_vperm_<mode>_uns): Change to a define_expand, and call
28941         altivec_expand_vec_perm_le when producing code with little endian
28942         element order.
28943         (*altivec_vperm_<mode>_uns_internal): New insn having previous
28944         behavior of altivec_vperm_<mode>_uns.
28946 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28948         * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
28949         (altivec_vsumsws): Add handling for -maltivec=be with a little
28950         endian target.
28951         (altivec_vsumsws_direct): New.
28952         (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
28953         gen_altivec_vsumsws.
28955 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
28957         * ipa-devirt.c (subbinfo_with_vtable_at_offset,
28958         vtable_pointer_value_to_binfo): New functions.
28959         * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
28960         * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
28962 2014-02-02  Sandra Loosemore  <sandra@codesourcery.com>
28964         * config/nios2/nios2.md (load_got_register): Initialize GOT
28965         pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
28966         * config/nios2/nios2.c (nios2_function_profiler): Likewise.
28968 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
28970         * ipa-prop.c (update_jump_functions_after_inlining): When type is not
28971         preserverd by passthrough, do not propagate the type.
28973 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
28975         * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
28976         (mips_atomic_assign_expand_fenv): New function.
28977         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
28979 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
28981         * doc/extend.texi (__builtin_mips_get_fcsr): Document.
28982         (__builtin_mips_set_fcsr): Likewise.
28983         * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
28984         MIPS_USI_FTYPE_VOID.
28985         * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
28986         (mips16_expand_set_fcsr): Likewise.
28987         * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
28988         (mips16_set_fcsr_stub): Likewise.
28989         (mips16_get_fcsr_one_only_stub): New class.
28990         (mips16_set_fcsr_one_only_stub): Likewise.
28991         (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
28992         (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
28993         (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
28994         (hard_float): New availability predicate.
28995         (mips_builtins): Add get_fcsr and set_fcsr.
28996         (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
28997         * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
28998         (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
28999         (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
29000         (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
29001         patterns.
29003 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
29005         * config/mips/mips.c (mips_one_only_stub): New class.
29006         (mips_need_mips16_rdhwr_p): Replace with...
29007         (mips16_rdhwr_stub): ...this new variable.
29008         (mips16_stub_call_address): New function.
29009         (mips16_rdhwr_one_only_stub): New class.
29010         (mips_expand_thread_pointer): Use mips16_stub_call_address.
29011         (mips_output_mips16_rdhwr): Delete.
29012         (mips_finish_stub): New function.
29013         (mips_code_end): Use it to handle rdhwr stubs.
29015 2014-02-02  Uros Bizjak  <ubizjak@gmail.com>
29017         PR target/60017
29018         * config/i386/i386.c (classify_argument): Fix handling of bit_offset
29019         when calculating size of integer atomic types.
29021 2014-02-02  H.J. Lu  <hongjiu.lu@intel.com>
29023         * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
29025 2014-02-01  Jakub Jelinek  <jakub@redhat.com>
29027         PR tree-optimization/60003
29028         * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
29029         * profile.c (branch_prob): Use gimple_call_builtin_p
29030         to check for BUILT_IN_SETJMP_RECEIVER.
29031         * tree-inline.c (copy_bb): Call notice_special_calls.
29033 2014-01-31  Vladimir Makarov  <vmakarov@redhat.com>
29035         PR bootstrap/59985
29036         * lra-constraints.c (process_alt_operands): Update reload_sum only
29037         on the first pass.
29039 2014-01-31  Richard Henderson  <rth@redhat.com>
29041         PR middle-end/60004
29042         * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
29043         until after else_eh is processed.
29045 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
29047         * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
29048         (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
29049         (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
29050         in smmintrin.h, remove them.
29051         (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
29052         * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
29053         * config/i386/i386.md (ROUND_SAE): Fix value.
29054         * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
29055         (const48_operand): New.
29056         * config/i386/subst.md (round), (round_expand): Use
29057         const_4_or_8_to_11_operand.
29058         (round_saeonly), (round_saeonly_expand): Use const48_operand.
29060 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
29062         * config/i386/constraints.md (Yk): Swap meaning with k.
29063         * config/i386/i386.md (movhi_internal): Change Yk to k.
29064         (movqi_internal): Ditto.
29065         (*k<logic><mode>): Ditto.
29066         (*andhi_1): Ditto.
29067         (*andqi_1): Ditto.
29068         (kandn<mode>): Ditto.
29069         (*<code>hi_1): Ditto.
29070         (*<code>qi_1): Ditto.
29071         (kxnor<mode>): Ditto.
29072         (kortestzhi): Ditto.
29073         (kortestchi): Ditto.
29074         (kunpckhi): Ditto.
29075         (*one_cmplhi2_1): Ditto.
29076         (*one_cmplqi2_1): Ditto.
29077         * config/i386/sse.md (): Change k to Yk.
29078         (avx512f_load<mode>_mask): Ditto.
29079         (avx512f_blendm<mode>): Ditto.
29080         (avx512f_store<mode>_mask): Ditto.
29081         (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
29082         (avx512f_storedqu<mode>_mask): Ditto.
29083         (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
29084         Ditto.
29085         (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
29086         (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
29087         (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
29088         (avx512f_maskcmp<mode>3): Ditto.
29089         (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
29090         (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
29091         (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
29092         (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
29093         (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
29094         (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
29095         (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
29096         (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
29097         (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
29098         (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
29099         (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
29100         (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
29101         (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
29102         (vec_extract_lo_<mode>_maskm): Ditto.
29103         (vec_extract_hi_<mode>_maskm): Ditto.
29104         (avx512f_vternlog<mode>_mask): Ditto.
29105         (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
29106         (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
29107         (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
29108         (avx512f_<code>v8div16qi2_mask): Ditto.
29109         (avx512f_<code>v8div16qi2_mask_store): Ditto.
29110         (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
29111         (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
29112         (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
29113         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
29114         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
29115         (*avx512pf_gatherpf<mode>df_mask): Ditto.
29116         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
29117         (*avx512pf_scatterpf<mode>df_mask): Ditto.
29118         (avx512cd_maskb_vec_dupv8di): Ditto.
29119         (avx512cd_maskw_vec_dupv16si): Ditto.
29120         (avx512f_vpermi2var<mode>3_maskz): Ditto.
29121         (avx512f_vpermi2var<mode>3_mask): Ditto.
29122         (avx512f_vpermi2var<mode>3_mask): Ditto.
29123         (avx512f_vpermt2var<mode>3_maskz): Ditto.
29124         (*avx512f_gathersi<mode>): Ditto.
29125         (*avx512f_gathersi<mode>_2): Ditto.
29126         (*avx512f_gatherdi<mode>): Ditto.
29127         (*avx512f_gatherdi<mode>_2): Ditto.
29128         (*avx512f_scattersi<mode>): Ditto.
29129         (*avx512f_scatterdi<mode>): Ditto.
29130         (avx512f_compress<mode>_mask): Ditto.
29131         (avx512f_compressstore<mode>_mask): Ditto.
29132         (avx512f_expand<mode>_mask): Ditto.
29133         * config/i386/subst.md (mask): Change k to Yk.
29134         (mask_scalar_merge): Ditto.
29135         (sd): Ditto.
29137 2014-01-31  Marc Glisse  <marc.glisse@inria.fr>
29139         * doc/extend.texi (Vector Extensions): Document ?: in C++.
29141 2014-01-31  Richard Biener  <rguenther@suse.de>
29143         PR middle-end/59990
29144         * builtins.c (fold_builtin_memory_op): Make sure to not
29145         use a floating-point mode or a boolean or enumeral type for
29146         the copy operation.
29148 2014-01-30  DJ Delorie  <dj@redhat.com>
29150         * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
29151         * config/msp430/msp430.md (msp430_refsym_need_exit): New.
29152         * config/msp430/msp430.c (msp430_expand_epilogue): Call it
29153         whenever main() has an epilogue.
29155 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29157         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
29158         unused variable "field".
29159         * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
29160         (vsx_mergeh_<mode>): Likewise.
29161         * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
29162         (altivec_vmrghh): Likewise.
29163         (altivec_vmrghw): Likewise.
29164         (altivec_vmrglb): Likewise.
29165         (altivec_vmrglh): Likewise.
29166         (altivec_vmrglw): Likewise.
29167         (altivec_vspltb): Add missing uses.
29168         (altivec_vsplth): Likewise.
29169         (altivec_vspltw): Likewise.
29170         (altivec_vspltsf): Likewise.
29172 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
29174         PR target/59923
29175         * ifcvt.c (cond_exec_process_insns): Don't conditionalize
29176         frame related instructions.
29178 2014-01-30  Vladimir Makarov  <vmakarov@redhat.com>
29180         PR rtl-optimization/59959
29181         * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
29182         any reload of register whose subreg is invalid.
29184 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
29186         * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
29187         * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
29188         Add missing return type - void.
29190 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29192         * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
29193         gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
29194         remove element index adjustment for endian (now handled in vsx.md
29195         and altivec.md).
29196         (altivec_expand_vec_perm_const): Use
29197         gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
29198         * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
29199         (vsx_xxspltw_<mode>): Adjust element index for little endian.
29200         * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
29201         define_expand and a new define_insn *altivec_vspltb_internal;
29202         adjust for -maltivec=be on a little endian target.
29203         (altivec_vspltb_direct): New.
29204         (altivec_vsplth): Divide into a define_expand and a new
29205         define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
29206         little endian target.
29207         (altivec_vsplth_direct): New.
29208         (altivec_vspltw): Divide into a define_expand and a new
29209         define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
29210         little endian target.
29211         (altivec_vspltw_direct): New.
29212         (altivec_vspltsf): Divide into a define_expand and a new
29213         define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
29214         a little endian target.
29216 2014-01-30  Richard Biener  <rguenther@suse.de>
29218         PR tree-optimization/59993
29219         * tree-ssa-forwprop.c (associate_pointerplus): Check we
29220         can propagate form the earlier stmt and avoid the transform
29221         when the intermediate result is needed.
29223 2014-01-30  Alangi Derick  <alangiderick@gmail.com>
29225         * README.Portability: Fix typo.
29227 2014-01-30  David Holsgrove  <david.holsgrove@xilinx.com>
29229         * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
29230         comparison_operator with ordered_comparison_operator.
29232 2014-01-30  Nick Clifton  <nickc@redhat.com>
29234         * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
29235         Rename to mn10300_store_multiple_regs.
29236         * config/mn10300/mn10300.c: Likewise.
29237         * config/mn10300/mn10300.md (store_movm): Fix typo: call
29238         store_multiple_regs.
29239         * config/mn10300/predicates.md (mn10300_store_multiple_operation):
29240         Call mn10300_store_multiple_regs.
29242 2014-01-30  Nick Clifton  <nickc@redhat.com>
29243             DJ Delorie  <dj@redhat.com>
29245         * config/rl78/rl78.c (register_sizes): Make the "upper half" of
29246         %fp 2 to keep registers after it properly word-aligned.
29247         (rl78_alloc_physical_registers_umul): Handle the case where both
29248         input operands are the same.
29250 2014-01-30  Richard Biener  <rguenther@suse.de>
29252         PR tree-optimization/59903
29253         * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
29254         check properly.
29256 2014-01-30  Jason Merrill  <jason@redhat.com>
29258         PR c++/59633
29259         * tree.c (walk_type_fields): Handle VECTOR_TYPE.
29261         PR c++/59645
29262         * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
29264 2014-01-30  Richard Biener  <rguenther@suse.de>
29266         PR tree-optimization/59951
29267         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
29269 2014-01-30  Savin Zlobec  <savin.zlobec@gmail.com>
29271         PR target/59784
29272         * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
29273         SFmode to DFmode case.
29275 2014-01-29  DJ Delorie  <dj@redhat.com>
29277         * config/msp430/msp430.opt (-minrt): New.
29278         * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
29279         if -minrt given.
29280         (ENDFILE_SPEC): Likewise.
29282 2014-01-29  Jan Hubicka  <hubicka@ucw.cz>
29284         * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
29285         (estimate_function_body_sizes): Use it.
29287 2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
29289         PR c++/58561
29290         * dwarf2out.c (is_cxx_auto): New.
29291         (is_base_type): Use it.
29292         (gen_type_die_with_usage): Likewise.
29294 2014-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29296         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const):  Use
29297         CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
29298         * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
29299         -maltivec=be with LE targets.
29300         (vsx_mergeh_<mode>): Likewise.
29301         * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
29302         (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
29303         (altivec_vmrghb): Replace with define_expand and new
29304         *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
29305         (altivec_vmrghb_direct): New define_insn.
29306         (altivec_vmrghh): Replace with define_expand and new
29307         *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
29308         (altivec_vmrghh_direct): New define_insn.
29309         (altivec_vmrghw): Replace with define_expand and new
29310         *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
29311         (altivec_vmrghw_direct): New define_insn.
29312         (*altivec_vmrghsf): Adjust for endianness.
29313         (altivec_vmrglb): Replace with define_expand and new
29314         *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
29315         (altivec_vmrglb_direct): New define_insn.
29316         (altivec_vmrglh): Replace with define_expand and new
29317         *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
29318         (altivec_vmrglh_direct): New define_insn.
29319         (altivec_vmrglw): Replace with define_expand and new
29320         *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
29321         (altivec_vmrglw_direct): New define_insn.
29322         (*altivec_vmrglsf): Adjust for endianness.
29323         (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
29324         (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
29325         (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
29326         (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
29327         (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
29328         (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
29329         (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
29330         (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
29332 2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
29334         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
29335         (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
29336         whitespace.
29338 2014-01-29  Richard Biener  <rguenther@suse.de>
29340         PR tree-optimization/58742
29341         * tree-ssa-forwprop.c (associate_pointerplus): Rename to
29342         associate_pointerplus_align.
29343         (associate_pointerplus_diff): New function.
29344         (associate_pointerplus): Likewise.  Call associate_pointerplus_align
29345         and associate_pointerplus_diff.
29347 2014-01-29  Richard Biener  <rguenther@suse.de>
29349         * lto-streamer.h (LTO_major_version): Bump to 3.
29350         (LTO_minor_version): Reset to 0.
29352 2014-01-29  Renlin Li  <Renlin.Li@arm.com>
29354         * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
29355         * config/arm/arm.c (FL_FOR_ARCH7VE): New.
29356         (arm_file_start): Generate correct asm header for armv7ve.
29357         * config/arm/bpabi.h: Add multilib support for armv7ve.
29358         * config/arm/driver-arm.c: Change the architectures of cortex-a7
29359         and cortex-a15 to armv7ve.
29360         * config/arm/t-aprofile: Add multilib support for armv7ve.
29361         * doc/invoke.texi: Document -march=armv7ve.
29363 2014-01-29  Richard Biener  <rguenther@suse.de>
29365         PR tree-optimization/58742
29366         * tree-ssa-forwprop.c (associate_plusminus): Return true
29367         if we changed sth, defer EH cleanup to ...
29368         (ssa_forward_propagate_and_combine): ... here.  Call simplify_mult.
29369         (simplify_mult): New function.
29371 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
29373         PR middle-end/59917
29374         PR tree-optimization/59920
29375         * tree.c (build_common_builtin_nodes): Remove
29376         __builtin_setjmp_dispatcher initialization.
29377         * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
29378         * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
29379         instead of gsi_after_labels + manually skipping debug stmts.
29380         Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
29381         ignore bbs with IFN_ABNORMAL_DISPATCHER.
29382         * tree-inline.c (copy_edges_for_bb): Remove
29383         can_make_abnormal_goto argument, instead add abnormal_goto_dest
29384         argument.  Ignore computed_goto_p stmts.  Don't call
29385         make_abnormal_goto_edges.  If a call might need abnormal edges
29386         for non-local gotos, see if it already has an edge to
29387         IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
29388         with true argument, don't do anything then, otherwise add
29389         EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
29390         (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
29391         caller.
29392         * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
29393         (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
29394         (lower_stmt): Don't set data->calls_builtin_setjmp.
29395         (lower_builtin_setjmp): Adjust comment.
29396         * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
29397         * tree-cfg.c (found_computed_goto): Remove.
29398         (factor_computed_gotos): Remove.
29399         (make_goto_expr_edges): Return bool, true for computed gotos.
29400         Don't call make_abnormal_goto_edges.
29401         (build_gimple_cfg): Don't set found_computed_goto, don't call
29402         factor_computed_gotos.
29403         (computed_goto_p): No longer static.
29404         (make_blocks): Don't set found_computed_goto.
29405         (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
29406         (make_edges): If make_goto_expr_edges returns true, push bb
29407         into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
29408         instead of calling make_abnormal_goto_edges push bb into ab_edge_call
29409         vector.  Record mapping between bbs and OpenMP regions if there
29410         are any, adjust make_gimple_omp_edges caller.  Call
29411         handle_abnormal_edges.
29412         (make_abnormal_goto_edges): Remove.
29413         * tree-cfg.h (make_abnormal_goto_edges): Remove.
29414         (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
29415         * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
29416         * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
29417         * internal-fn.def (ABNORMAL_DISPATCHER): New.
29418         * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
29419         filling *region also set *region_idx to (*region)->entry->index.
29421         PR other/58712
29422         * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
29423         For REGs set ORIGINAL_REGNO.
29425 2014-01-29  Bingfeng Mei  <bmei@broadcom.com>
29427         * doc/md.texi: Mention that a target shouldn't implement
29428         vec_widen_(s|u)mul_even/odd pair if it is less efficient
29429         than hi/lo pair.
29431 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
29433         PR tree-optimization/59594
29434         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
29435         a copy of the datarefs vector rather than the vector itself.
29437 2014-01-28  Jason Merrill  <jason@redhat.com>
29439         PR c++/53756
29440         * dwarf2out.c (auto_die): New static.
29441         (gen_type_die_with_usage): Handle C++1y 'auto'.
29442         (gen_subprogram_die): If in-class DIE had 'auto', emit type again
29443         on definition.
29445 2014-01-28  H.J. Lu  <hongjiu.lu@intel.com>
29447         PR target/59672
29448         * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
29449         (SPEC_X32): Likewise.
29450         (SPEC_64): Likewise.
29451         * config/i386/i386.c (ix86_option_override_internal): Turn off
29452         OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
29453         for TARGET_16BIT.
29454         (x86_file_start): Output .code16gcc for TARGET_16BIT.
29455         * config/i386/i386.h (TARGET_16BIT): New macro.
29456         (TARGET_16BIT_P): Likewise.
29457         * config/i386/i386.opt: Add m16.
29458         * doc/invoke.texi: Document -m16.
29460 2014-01-28  Jakub Jelinek  <jakub@redhat.com>
29462         PR preprocessor/59935
29463         * input.c (location_get_source_line): Bail out on when line number
29464         is zero, and test the return value of lookup_or_add_file_to_cache_tab.
29466 2014-01-28  Richard Biener  <rguenther@suse.de>
29468         PR tree-optimization/58742
29469         * tree-ssa-forwprop.c (associate_plusminus): Handle
29470         pointer subtraction of the form (T)(P + A) - (T)P.
29472 2014-01-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29474         * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
29475         at const_int_cost.
29477 2014-01-28  Richard Biener  <rguenther@suse.de>
29479         Revert
29480         2014-01-28  Richard Biener  <rguenther@suse.de>
29482         PR rtl-optimization/45364
29483         PR rtl-optimization/59890
29484         * var-tracking.c (local_get_addr_clear_given_value): Handle
29485         already cleared slot.
29486         (val_reset): Handle not allocated local_get_addr_cache.
29487         (vt_find_locations): Use post-order on the inverted CFG.
29489 2014-01-28  Richard Biener  <rguenther@suse.de>
29491         * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
29493 2014-01-28  Richard Biener  <rguenther@suse.de>
29495         PR rtl-optimization/45364
29496         PR rtl-optimization/59890
29497         * var-tracking.c (local_get_addr_clear_given_value): Handle
29498         already cleared slot.
29499         (val_reset): Handle not allocated local_get_addr_cache.
29500         (vt_find_locations): Use post-order on the inverted CFG.
29502 2014-01-28  Alan Modra  <amodra@gmail.com>
29504         * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
29505         * configure.ac <recursive call for build != host>: Define
29506         GENERATOR_FILE.  Comment.  Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
29507         and LD_FOR_BUILD too.
29508         * configure: Regenerate.
29510 2014-01-27  Allan Sandfeld Jensen  <sandfeld@kde.org>
29512         * config/i386/i386.c (get_builtin_code_for_version): Separate
29513         Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
29514         Broadwell from Haswell.
29516 2014-01-27  Steve Ellcey  <sellcey@mips.com>
29518         * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
29519         Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
29520         * config/mips/mips.c (mips_option_override): Change setting
29521         of TARGET_DSP.
29522         * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
29523         * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
29524         Change from Mask to Var.
29526 2014-01-27  Jeff Law  <law@redhat.com>
29528         * ipa-inline.c (inline_small_functions): Fix typo.
29530 2014-01-27  Ilya Tocar  <ilya.tocar@intel.com>
29532         * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
29533         (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
29534         (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
29535         (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
29536         (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
29537         (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
29538         (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
29539         (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
29540         (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
29541         (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
29542         (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
29543         (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
29544         (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
29545         (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
29546         (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
29547         (_mm512_storeu_epi64): Ditto.
29548         (_mm512_cmpge_epi32_mask): Ditto.
29549         (_mm512_cmpge_epu32_mask): Ditto.
29550         (_mm512_cmpge_epi64_mask): Ditto.
29551         (_mm512_cmpge_epu64_mask): Ditto.
29552         (_mm512_cmple_epi32_mask): Ditto.
29553         (_mm512_cmple_epu32_mask): Ditto.
29554         (_mm512_cmple_epi64_mask): Ditto.
29555         (_mm512_cmple_epu64_mask): Ditto.
29556         (_mm512_cmplt_epi32_mask): Ditto.
29557         (_mm512_cmplt_epu32_mask): Ditto.
29558         (_mm512_cmplt_epi64_mask): Ditto.
29559         (_mm512_cmplt_epu64_mask): Ditto.
29560         (_mm512_cmpneq_epi32_mask): Ditto.
29561         (_mm512_cmpneq_epu32_mask): Ditto.
29562         (_mm512_cmpneq_epi64_mask): Ditto.
29563         (_mm512_cmpneq_epu64_mask): Ditto.
29564         (_mm512_expand_pd): Ditto.
29565         (_mm512_expand_ps): Ditto.
29566         * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
29567         VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
29568         VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
29569         * config/i386/i386.c (ix86_builtins): Add
29570         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
29571         IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
29572         IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
29573         IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
29574         IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
29575         IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
29576         IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
29577         IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
29578         IX86_BUILTIN_PMOVUSQW512_MEM.
29579         (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
29580         __builtin_ia32_pmovsqd512mem_mask,
29581         __builtin_ia32_pmovqd512mem_mask,
29582         __builtin_ia32_pmovusqw512mem_mask,
29583         __builtin_ia32_pmovsqw512mem_mask,
29584         __builtin_ia32_pmovqw512mem_mask,
29585         __builtin_ia32_pmovusdw512mem_mask,
29586         __builtin_ia32_pmovsdw512mem_mask,
29587         __builtin_ia32_pmovdw512mem_mask,
29588         __builtin_ia32_pmovqb512mem_mask,
29589         __builtin_ia32_pmovusqb512mem_mask,
29590         __builtin_ia32_pmovsqb512mem_mask,
29591         __builtin_ia32_pmovusdb512mem_mask,
29592         __builtin_ia32_pmovsdb512mem_mask,
29593         __builtin_ia32_pmovdb512mem_mask.
29594         (bdesc_args): Add __builtin_ia32_expanddf512,
29595         __builtin_ia32_expandsf512.
29596         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
29597         VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
29598         VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
29599         * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
29600         (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
29601         (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
29602         (avx512f_<code>v8div16qi2_mask_store): This.
29603         (avx512f_expand<mode>): New.
29605 2014-01-27  Kirill Yukhin  <kirill.yukhin@intel.com>
29607         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
29608         New.
29609         (_mm512_mask_prefetch_i64gather_pd): Ditto.
29610         (_mm512_prefetch_i32scatter_pd): Ditto.
29611         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
29612         (_mm512_prefetch_i64scatter_pd): Ditto.
29613         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
29614         (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
29615         (_mm512_mask_prefetch_i64gather_ps): Ditto.
29616         (_mm512_prefetch_i32scatter_ps): Ditto.
29617         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
29618         (_mm512_prefetch_i64scatter_ps): Ditto.
29619         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
29620         * config/i386/i386-builtin-types.def: Define
29621         VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
29622         and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
29623         * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
29624         IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
29625         IX86_BUILTIN_SCATTERPFQPD.
29626         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
29627         __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
29628         __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
29629         __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
29630         __builtin_ia32_scatterpfqps.
29631         (ix86_expand_builtin): Expand new built-ins.
29632         * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
29633         fix memory access data type.
29634         (*avx512pf_gatherpf<mode>_mask): Ditto.
29635         (*avx512pf_gatherpf<mode>): Ditto.
29636         (avx512pf_scatterpf<mode>): Ditto.
29637         (*avx512pf_scatterpf<mode>_mask): Ditto.
29638         (*avx512pf_scatterpf<mode>): Ditto.
29639         (GATHER_SCATTER_SF_MEM_MODE): New.
29640         (avx512pf_gatherpf<mode>df): Ditto.
29641         (*avx512pf_gatherpf<mode>df_mask): Ditto.
29642         (*avx512pf_scatterpf<mode>df): Ditto.
29644 2014-01-27  Jakub Jelinek  <jakub@redhat.com>
29646         PR bootstrap/59934
29647         * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
29648         know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
29649         reached.
29651 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
29653         * common/config/arm/arm-common.c
29654         (arm_rewrite_mcpu): Handle multiple names.
29655         * config/arm/arm.h
29656         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
29658 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
29660         * gimple-builder.h (create_gimple_tmp): Delete.
29662 2014-01-27  Christian Bruel  <christian.bruel@st.com>
29664         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
29665         words comparisons.
29667 2014-01-26  John David Anglin  <danglin@gcc.gnu.org>
29669         * config/pa/pa.md (call): Generate indirect long calls to non-local
29670         functions when outputing 32-bit code.
29671         (call_value): Likewise except for special call to buggy powf function.
29673         * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
29674         portable runtime and PIC indirect calls.
29675         (pa_output_indirect_call): Remove unnecessary nop from portable runtime
29676         and PIC call sequences.  Use ldo instead of blr to set return register
29677         in PIC call sequence.
29679 2014-01-25  Walter Lee  <walt@tilera.com>
29681         * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
29682         avoid clobbering a live register.
29684 2014-01-25  Walter Lee  <walt@tilera.com>
29686         * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
29687         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
29688         * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
29689         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
29691 2014-01-25  Walter Lee  <walt@tilera.com>
29693         * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
29694         arguments on even registers.
29695         (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
29696         STACK_BOUNDARY.
29697         * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
29698         (BIGGEST_ALIGNMENT): Ditto.
29699         (BIGGEST_FIELD_ALIGNMENT): Ditto.
29701 2014-01-25  Walter Lee  <walt@tilera.com>
29703         * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
29704         insns before bundling.
29705         * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
29707 2014-01-25  Walter Lee  <walt@tilera.com>
29709         * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
29710         PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
29711         * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
29713 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
29715         * config/mips/constraints.md (kl): Delete.
29716         * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
29717         define expands, using...
29718         (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
29719         instructions for MIPS16.
29720         (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
29721         non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
29723 2014-01-25  Walter Lee  <walt@tilera.com>
29725         * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
29726         (clzdi2): Ditto.
29727         (ffsdi2): Ditto.
29729 2014-01-25  Walter Lee  <walt@tilera.com>
29731         * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
29732         (TARGET_EXPAND_TO_RTL_HOOK): Define.
29734 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
29736         * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
29737         Handle XOR.
29739 2014-01-25  Jakub Jelinek  <jakub@redhat.com>
29741         * print-rtl.c (in_call_function_usage): New var.
29742         (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
29743         EXPR_LIST mode as mode and not as reg note name.
29745         PR middle-end/59561
29746         * cfgloopmanip.c (copy_loop_info): If
29747         loop->warned_aggressive_loop_optimizations, make sure
29748         the flag is set in target loop too.
29750 2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
29752         * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
29753         flag_cilkplus.
29754         * builtins.def: Likewise.
29755         * cilk.h (fn_contains_cilk_spawn_p): Likewise.
29756         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
29757         * ira.c (ira_setup_eliminable_regset): Likewise.
29758         * omp-low.c (gate_expand_omp): Likewise.
29759         (execute_lower_omp): Likewise.
29760         (diagnose_sb_0): Likewise.
29761         (gate_diagnose_omp_blocks): Likewise.
29762         (simd_clone_clauses_extract): Likewise.
29763         (gate): Likewise.
29765 2014-01-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29767         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
29768         correction for little endian...
29769         * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
29770         here.
29772 2014-01-24  Jeff Law  <law@redhat.com>
29774         PR tree-optimization/59919
29775         * tree-vrp.c (find_assert_locations_1): Do not register asserts
29776         for non-returning calls.
29778 2014-01-24  James Greenhalgh  <james.greenhalgh@arm.com>
29780         * common/config/aarch64/aarch64-common.c
29781         (aarch64_rewrite_mcpu): Handle multiple names.
29782         * config/aarch64/aarch64.h
29783         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
29785 2014-01-24  Dodji Seketeli  <dodji@redhat.com>
29787         * input.c (add_file_to_cache_tab): Handle the case where fopen
29788         returns NULL.
29790 2014-01-23  H.J. Lu  <hongjiu.lu@intel.com>
29792         PR target/59929
29793         * config/i386/i386.md (pushsf splitter): Get stack adjustment
29794         from push operand if code of push isn't PRE_DEC.
29796 2014-01-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
29798         PR target/59909
29799         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
29800         -mquad-memory-atomic.  Update -mquad-memory documentation to say
29801         it is only used for non-atomic loads/stores.
29803         * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
29804         -mquad-memory or -mquad-memory-atomic switches.
29806         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
29807         -mquad-memory-atomic to ISA 2.07 support.
29809         * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
29810         to separate support of normal quad word memory operations (ldq, stq)
29811         from the atomic quad word memory operations.
29813         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
29814         support to separate non-atomic quad word operations from atomic
29815         quad word operations.  Disable non-atomic quad word operations in
29816         little endian mode so that we don't have to swap words after the
29817         load and before the store.
29818         (quad_load_store_p): Add comment about atomic quad word support.
29819         (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
29820         options printed with -mdebug=reg.
29822         * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
29823         -mquad-memory-atomic as the test for whether we have quad word
29824         atomic instructions.
29825         (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
29826         or -mp8-vector are used, allow byte/half-word atomic operations.
29828         * config/rs6000/sync.md (load_lockedti): Insure that the address
29829         is a proper indexed or indirect address for the lqarx instruction.
29830         On little endian systems, swap the hi/lo registers after the lqarx
29831         instruction.
29832         (load_lockedpti): Use indexed_or_indirect_operand predicate to
29833         insure the address is valid for the lqarx instruction.
29834         (store_conditionalti): Insure that the address is a proper indexed
29835         or indirect address for the stqcrx. instruction.  On little endian
29836         systems, swap the hi/lo registers before doing the stqcrx.
29837         instruction.
29838         (store_conditionalpti): Use indexed_or_indirect_operand predicate to
29839         insure the address is valid for the stqcrx. instruction.
29841         * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
29842         Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
29843         type of quad memory support is available.
29845 2014-01-23  Vladimir Makarov  <vmakarov@redhat.com>
29847         PR regression/59915
29848         * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
29849         there is a danger of looping.
29851 2014-01-23  Pat Haugen  <pthaugen@us.ibm.com>
29853         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
29854         force flag_ira_loop_pressure if set via command line.
29856 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
29858         * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
29859         (ashr_simd): New builtin handling DI mode.
29860         * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
29861         (aarch64_sshr_simddi): New match pattern.
29862         * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
29863         (vshrd_n_s64): Likewise.
29864         * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
29866 2014-01-23  Nick Clifton  <nickc@redhat.com>
29868         * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
29869         (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
29870         favour of mcu specific scripts.
29871         * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
29872         430x multilibs.
29874 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
29875             Alex Velenko  <Alex.Velenko@arm.com>
29877         * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
29878         (vaddv_s16): Likewise.
29879         (vaddv_s32): Likewise.
29880         (vaddv_u8): Likewise.
29881         (vaddv_u16): Likewise.
29882         (vaddv_u32): Likewise.
29883         (vaddvq_s8): Likewise.
29884         (vaddvq_s16): Likewise.
29885         (vaddvq_s32): Likewise.
29886         (vaddvq_s64): Likewise.
29887         (vaddvq_u8): Likewise.
29888         (vaddvq_u16): Likewise.
29889         (vaddvq_u32): Likewise.
29890         (vaddvq_u64): Likewise.
29891         (vaddv_f32): Likewise.
29892         (vaddvq_f32): Likewise.
29893         (vaddvq_f64): Likewise.
29894         (vmaxv_f32): Likewise.
29895         (vmaxv_s8): Likewise.
29896         (vmaxv_s16): Likewise.
29897         (vmaxv_s32): Likewise.
29898         (vmaxv_u8): Likewise.
29899         (vmaxv_u16): Likewise.
29900         (vmaxv_u32): Likewise.
29901         (vmaxvq_f32): Likewise.
29902         (vmaxvq_f64): Likewise.
29903         (vmaxvq_s8): Likewise.
29904         (vmaxvq_s16): Likewise.
29905         (vmaxvq_s32): Likewise.
29906         (vmaxvq_u8): Likewise.
29907         (vmaxvq_u16): Likewise.
29908         (vmaxvq_u32): Likewise.
29909         (vmaxnmv_f32): Likewise.
29910         (vmaxnmvq_f32): Likewise.
29911         (vmaxnmvq_f64): Likewise.
29912         (vminv_f32): Likewise.
29913         (vminv_s8): Likewise.
29914         (vminv_s16): Likewise.
29915         (vminv_s32): Likewise.
29916         (vminv_u8): Likewise.
29917         (vminv_u16): Likewise.
29918         (vminv_u32): Likewise.
29919         (vminvq_f32): Likewise.
29920         (vminvq_f64): Likewise.
29921         (vminvq_s8): Likewise.
29922         (vminvq_s16): Likewise.
29923         (vminvq_s32): Likewise.
29924         (vminvq_u8): Likewise.
29925         (vminvq_u16): Likewise.
29926         (vminvq_u32): Likewise.
29927         (vminnmv_f32): Likewise.
29928         (vminnmvq_f32): Likewise.
29929         (vminnmvq_f64): Likewise.
29931 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
29933         * config/aarch64/aarch64-simd.md
29934         (aarch64_dup_lane<mode>): Correct lane number on big-endian.
29935         (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
29936         (*aarch64_mul3_elt<mode>): Likewise.
29937         (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
29938         (*aarch64_mul3_elt_to_64v2df): Likewise.
29939         (*aarch64_mla_elt<mode>): Likewise.
29940         (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
29941         (*aarch64_mls_elt<mode>): Likewise.
29942         (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
29943         (*aarch64_fma4_elt<mode>): Likewise.
29944         (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
29945         (*aarch64_fma4_elt_to_64v2df): Likewise.
29946         (*aarch64_fnma4_elt<mode>): Likewise.
29947         (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
29948         (*aarch64_fnma4_elt_to_64v2df): Likewise.
29949         (aarch64_sq<r>dmulh_lane<mode>): Likewise.
29950         (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
29951         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
29952         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
29953         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
29954         (aarch64_sqdmull_lane<mode>_internal): Likewise.
29955         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
29957 2013-01-23  Alex Velenko  <Alex.Velenko@arm.com>
29959         * config/aarch64/aarch64-simd.md
29960         (aarch64_be_checked_get_lane<mode>): New define_expand.
29961         * config/aarch64/aarch64-simd-builtins.def
29962         (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
29963         New builtin definition.
29964         * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
29965         Use new safe be builtin.
29967 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
29969         * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
29970         New define_insn.
29971         (aarch64_be_st1<mode>): Likewise.
29972         (aarch_ld1<VALL:mode>): Define_expand modified.
29973         (aarch_st1<VALL:mode>): Likewise.
29974         * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
29975         (UNSPEC_ST1): Likewise.
29977 2014-01-23  David Holsgrove  <david.holsgrove@xilinx.com>
29979         * config/microblaze/microblaze.md: Add trap insn and attribute
29981 2014-01-23  Dodji Seketeli  <dodji@redhat.com>
29983         PR preprocessor/58580
29984         * input.h (location_get_source_line): Take an additional line_size
29985         parameter.
29986         (void diagnostics_file_cache_fini): Declare new function.
29987         * input.c (struct fcache): New type.
29988         (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
29989         New static constants.
29990         (diagnostic_file_cache_init, total_lines_num)
29991         (lookup_file_in_cache_tab, evicted_cache_tab_entry)
29992         (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
29993         (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
29994         (get_next_line, read_next_line, goto_next_line, read_line_num):
29995         New static function definitions.
29996         (diagnostic_file_cache_fini): New function.
29997         (location_get_source_line): Take an additional output line_len
29998         parameter.  Re-write using lookup_or_add_file_to_cache_tab and
29999         read_line_num.
30000         * diagnostic.c (diagnostic_finish): Call
30001         diagnostic_file_cache_fini.
30002         (adjust_line): Take an additional input parameter for the length
30003         of the line, rather than calculating it with strlen.
30004         (diagnostic_show_locus): Adjust the use of
30005         location_get_source_line and adjust_line with respect to their new
30006         signature.  While displaying a line now, do not stop at the first
30007         null byte.  Rather, display the zero byte as a space and keep
30008         going until we reach the size of the line.
30009         * Makefile.in: Add vec.o to OBJS-libcommon
30011 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
30012             Ilya Tocar  <ilya.tocar@intel.com>
30014         * config/i386/avx512fintrin.h (_mm512_kmov): New.
30015         * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
30016         (__builtin_ia32_kmov16): Ditto.
30017         * config/i386/i386.md (UNSPEC_KMOV): New.
30018         (kmovw): Ditto.
30020 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
30022         * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
30023         (_mm512_storeu_si512): Ditto.
30025 2014-01-23  Richard Sandiford  <rdsandiford@googlemail.com>
30027         PR target/52125
30028         * rtl.h (get_referenced_operands): Declare.
30029         * recog.c (get_referenced_operands): New function.
30030         * config/mips/mips.c (mips_reorg_process_insns): Check which asm
30031         operands have been referenced when recording LO_SUM references.
30033 2014-01-22  David Holsgrove  <david.holsgrove@xilinx.com>
30035         * config/microblaze/microblaze.md: Correct bswaphi2 insn.
30037 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
30039         * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
30040         Enable for generic and recent AMD targets.
30042 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
30044         * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
30045         ARG_SIZE note when adjustment was eliminated.
30047 2014-01-22  Jeff Law  <law@redhat.com>
30049         PR tree-optimization/59597
30050         * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
30051         in file.  Accept new argument REGISTERING and use it to modify
30052         dump output appropriately.
30053         (register_jump_thread): Corresponding changes.
30054         (mark_threaded_blocks): Reinstate code to cancel unprofitable
30055         thread paths involving joiner blocks.  Add code to dump cancelled
30056         jump threading paths.
30058 2014-01-22  Vladimir Makarov  <vmakarov@redhat.com>
30060         PR rtl-optimization/59477
30061         * lra-constraints.c (inherit_in_ebb): Process call for living hard
30062         regs.  Update reloads_num and potential_reload_hard_regs for all insns.
30064 2014-01-22  Tom Tromey  <tromey@redhat.com>
30066         * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
30067         PARAMS.
30068         * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
30070 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
30072         PR rtl-optimization/59896
30073         * lra-constraints.c (process_alt_operands): Check unused note for
30074         matched operands of insn with no output reloads.
30076 2014-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
30078         * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
30079         (mips_move_from_gpr_cost): Likewise.
30081 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
30083         PR rtl-optimization/59858
30084         * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
30085         ira_class_hard_regs_num.
30086         (process_alt_operands): Increase reject for dying matched operand.
30088 2014-01-21  Jakub Jelinek  <jakub@redhat.com>
30090         PR target/59003
30091         * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
30092         smaller than size, perform several stores or loads and stores
30093         at dst + count - size to store or copy all of size bytes, rather
30094         than just last modesize bytes.
30096 2014-01-20  DJ Delorie  <dj@redhat.com>
30098         * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
30099         that CLOBBERs are REGs before propogating their values.
30101 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
30103         PR middle-end/59789
30104         * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
30105         (cgraph_inline_failed_type): New function.
30106         * cgraph.h (DEFCIFCODE): Add type.
30107         (cgraph_inline_failed_type_t): New enum.
30108         (cgraph_inline_failed_type): New prototype.
30109         * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
30110         FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
30111         FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
30112         LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
30113         MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
30114         RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
30115         OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
30116         INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
30117         Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
30118         FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
30119         EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
30120         OPTIMIZATION_MISMATCH.
30121         * tree-inline.c (expand_call_inline): Emit errors during
30122         early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
30124 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
30126         PR target/59685
30127         * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
30128         mode attribute in insn output.
30130 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
30132         * output.h (output_constant): Delete.
30133         * varasm.c (output_constant): Make private.
30135 2014-01-20  Alex Velenko  <Alex.Velenko@arm.com>
30137         * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
30139 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
30141         PR middle-end/59860
30142         * tree.h (fold_builtin_strcat): New prototype.
30143         * builtins.c (fold_builtin_strcat): No longer static.  Add len
30144         argument, if non-NULL, don't call c_strlen.  Optimize
30145         directly into __builtin_memcpy instead of __builtin_strcpy.
30146         (fold_builtin_2): Adjust fold_builtin_strcat caller.
30147         * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
30149 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
30151         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
30152         for SImode_address_operand operands, having only a REG argument.
30154 2014-01-20  Marcus Shawcroft  <marcus.shawcroft@arm.com>
30156         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
30157         loader name using mbig-endian.
30158         (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
30160 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
30162         * doc/invoke.texi (-march): Clarify documentation for AArch64.
30163         (-mtune): Likewise.
30164         (-mcpu): Likewise.
30166 2014-01-20  Tejas Belagod  <tejas.belagod@arm.com>
30168         * config/aarch64/aarch64-protos.h
30169         (aarch64_cannot_change_mode_class_ptr): Declare.
30170         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
30171         aarch64_cannot_change_mode_class_ptr): New.
30172         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
30173         backend hook aarch64_cannot_change_mode_class.
30175 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
30177         * common/config/aarch64/aarch64-common.c
30178         (aarch64_handle_option): Don't handle any option order logic here.
30179         * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
30180         selected_cpu, warn on architecture version mismatch.
30181         (aarch64_override_options): Fix parsing order for option strings.
30183 2014-01-20  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
30184             Iain Sandoe  <iain@codesourcery.com>
30186         PR bootstrap/59496
30187         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
30188         warning.  Amend comment to reflect current functionality.
30190 2014-01-20  Richard Biener  <rguenther@suse.de>
30192         PR middle-end/59860
30193         * builtins.c (fold_builtin_strcat): Remove case better handled
30194         by tree-ssa-strlen.c.
30196 2014-01-20  Alan Lawrence  <alan.lawrence@arm.com>
30198         * config/aarch64/aarch64.opt
30199         (mcpu, march, mtune): Make case-insensitive.
30201 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
30203         PR target/59880
30204         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
30205         if operands[1] is a REG or ZERO_EXTEND of a REG.
30207 2014-01-19  Jan Hubicka  <hubicka@ucw.cz>
30209         * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
30211 2014-01-19  John David Anglin  <danglin@gcc.gnu.org>
30213         * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
30214         long non-pic millicode calls.
30216 2014-01-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
30218         * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
30220 2014-01-19  Kito Cheng  <kito@0xlab.org>
30222         * builtins.c (expand_movstr): Check movstr expand done or fail.
30224 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
30225             H.J. Lu  <hongjiu.lu@intel.com>
30227         PR target/59379
30228         * config/i386/i386.md (*lea<mode>): Zero-extend return register
30229         to DImode for zero-extended addresses.
30231 2014-01-19  Jakub Jelinek  <jakub@redhat.com>
30233         PR rtl-optimization/57763
30234         * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
30235         on the new indirect jump_insn and increment LABEL_NUSES (label).
30237 2014-01-18  H.J. Lu  <hongjiu.lu@intel.com>
30239         PR bootstrap/59580
30240         PR bootstrap/59583
30241         * config.gcc (x86_archs): New variable.
30242         (x86_64_archs): Likewise.
30243         (x86_cpus): Likewise.
30244         Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
30245         --with-arch/--with-cpu= options.
30246         Support --with-arch=/--with-cpu={nehalem,westmere,
30247         sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
30249 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
30251         * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
30252         and PROCESSOR_ATHLON to simplify code.  Move "memory" calculation.
30254 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
30256         * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
30258 2014-01-18  Jakub Jelinek  <jakub@redhat.com>
30260         PR target/58944
30261         * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
30262         clear cpp_get_options (parse_in)->warn_unused_macros for
30263         ix86_target_macros_internal with cpp_define.
30265 2014-01-18  Richard Sandiford  <rdsandiford@googlemail.com>
30267         * jump.c (delete_related_insns): Keep (use (insn))s.
30268         * reorg.c (redundant_insn): Check for barriers too.
30270 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30272         * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
30274 2014-01-17  John David Anglin  <danglin@gcc.gnu.org>
30276         * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
30277         call to $$dyncall when TARGET_LONG_CALLS is true.
30279 2014-01-17  Jeff Law  <law@redhat.com>
30281         * ree.c (combine_set_extension): Temporarily disable test for
30282         changing number of hard registers.
30284 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
30286         PR middle-end/58125
30287         * ipa-inline-analysis.c (inline_free_summary):
30288         Do not free summary of aliases.
30290 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
30292         PR middle-end/59706
30293         * gimplify.c (gimplify_expr): Use create_tmp_var
30294         instead of create_tmp_var_raw.  If cond doesn't have
30295         integral type, don't add the IFN_ANNOTATE builtin at all.
30297 2014-01-17  Martin Jambor  <mjambor@suse.cz>
30299         PR ipa/59736
30300         * ipa-cp.c (prev_edge_clone): New variable.
30301         (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
30302         Also resize prev_edge_clone vector.
30303         (ipcp_edge_duplication_hook): Also update prev_edge_clone.
30304         (ipcp_edge_removal_hook): New function.
30305         (ipcp_driver): Register ipcp_edge_removal_hook.
30307 2014-01-17  Andrew Pinski  <apinski@cavium.com>
30308             Steve Ellcey  <sellcey@mips.com>
30310         PR target/59462
30311         * config/mips/mips.c (mips_print_operand): Check operand mode instead
30312         of operator mode.
30314 2014-01-17  Jeff Law  <law@redhat.com>
30316         PR middle-end/57904
30317         * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
30318         so that pass_ccp runs first.
30320 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30322         * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
30323         (ix86_adjust_cost): Use !TARGET_XXX.
30324         (do_reorder_for_imul): Likewise.
30325         (swap_top_of_ready_list): Likewise.
30326         (ix86_sched_reorder): Likewise.
30328 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30330         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
30331         PROCESSOR_INTEL.  Treat like PROCESSOR_GENERIC.
30332         * config/i386/i386.c (intel_memcpy): New.  Duplicate slm_memcpy.
30333         (intel_memset): New.  Duplicate slm_memset.
30334         (intel_cost): New.  Duplicate slm_cost.
30335         (m_INTEL): New macro.
30336         (processor_target_table): Add "intel".
30337         (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
30338         with PROCESSOR_INTEL for "intel".
30339         (ix86_lea_outperforms): Support PROCESSOR_INTEL.  Duplicate
30340         PROCESSOR_SILVERMONT.
30341         (ix86_issue_rate): Likewise.
30342         (ix86_adjust_cost): Likewise.
30343         (ia32_multipass_dfa_lookahead): Likewise.
30344         (swap_top_of_ready_list): Likewise.
30345         (ix86_sched_reorder): Likewise.
30346         (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
30347         instead of TARGET_OPT_AGU.
30348         * config/i386/i386.h (TARGET_INTEL): New.
30349         (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
30350         (processor_type): Add PROCESSOR_INTEL.
30351         * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
30352         Add X86_TUNE_AVOID_LEA_FOR_ADDR.
30354 2014-01-17  Marek Polacek  <polacek@redhat.com>
30356         PR c/58346
30357         * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
30358         size is zero.
30360 2014-01-17  Richard Biener  <rguenther@suse.de>
30362         PR tree-optimization/46590
30363         * opts.c (default_options_table): Add entries for
30364         OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
30365         all enabled at -O1 but not for -Og.
30366         * common.opt (fbranch-count-reg): Remove Init(1).
30367         (fmove-loop-invariants): Likewise.
30368         (ftree-pta): Likewise.
30370 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
30372         * config/i386/i386.c (ix86_data_alignment): For compatibility with
30373         (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
30374         decls to at least the GCC 4.8 used alignments.
30376         PR fortran/59440
30377         * tree-nested.c (convert_nonlocal_reference_stmt,
30378         convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
30379         of GIMPLE_BIND stmts, adjust associated decls.
30381 2014-01-17  Richard Biener  <rguenther@suse.de>
30383         PR tree-optimization/46590
30384         * vec.h (vec<>::bseach): New member function implementing
30385         binary search according to C89 bsearch.
30386         (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
30387         * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
30388         bitmap pointer again.  Make accesses_in_loop a flat array.
30389         (mem_ref_obstack): New global.
30390         (outermost_indep_loop): Adjust for mem_ref->stored changes.
30391         (mark_ref_stored): Likewise.
30392         (ref_indep_loop_p_2): Likewise.
30393         (set_ref_stored_in_loop): New helper function.
30394         (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
30395         (memref_free): Adjust.
30396         (record_mem_ref_loc): Simplify.
30397         (gather_mem_refs_stmt): Adjust.
30398         (sort_locs_in_loop_postorder_cmp): New function.
30399         (analyze_memory_references): Sort accesses_in_loop after
30400         loop postorder number.
30401         (find_ref_loc_in_loop_cmp): New function.
30402         (for_all_locs_in_loop): Find relevant cluster of locs in
30403         accesses_in_loop and iterate without recursion.
30404         (execute_sm): Avoid uninit warning.
30405         (struct ref_always_accessed): Simplify.
30406         (ref_always_accessed::operator ()): Likewise.
30407         (ref_always_accessed_p): Likewise.
30408         (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
30409         loop postorder numbers here.
30410         (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
30411         numbers.
30413 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
30415         PR c++/57945
30416         * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
30417         on decls for which assemble_alias has been called.
30419 2014-01-17  Nick Clifton  <nickc@redhat.com>
30421         * config/msp430/msp430.opt: (mcpu): New option.
30422         * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
30423         (msp430_option_override): Parse target_cpu.  If the MCU name
30424         matches a generic string, clear target_mcu.
30425         (msp430_attr): Allow numeric interrupt values up to 63.
30426         (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
30427         * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
30428         option.
30429         * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
30430         Add mcpu matches.
30431         * config/msp430/msp430.md (popm): Use %J rather than %I.
30432         (addsi3): Use msp430_nonimmediate_operand for operand 2.
30433         (addhi_cy_i): Use immediate_operand for operand 2.
30434         * doc/invoke.texi: Document -mcpu option.
30436 2014-01-17  Richard Biener  <rguenther@suse.de>
30438         PR rtl-optimization/38518
30439         * df.h (df_analyze_loop): Declare.
30440         * df-core.c: Include cfgloop.h.
30441         (df_analyze_1): Split out main part of df_analyze.
30442         (df_analyze): Adjust.
30443         (loop_inverted_post_order_compute): New function.
30444         (loop_post_order_compute): Likewise.
30445         (df_analyze_loop): New function avoiding whole-function
30446         postorder computes.
30447         * loop-invariant.c (find_defs): Use df_analyze_loop.
30448         (find_invariants): Adjust.
30449         * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
30451 2014-01-17  Zhenqiang Chen  <zhenqiang.chen@arm.com>
30453         * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
30454         (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
30456 2014-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
30458         * ipa-ref.c (ipa_remove_stmt_references): Fix references
30459         traversal when removing references.
30461 2014-01-16  Jan Hubicka  <hubicka@ucw.cz>
30463         PR ipa/59775
30464         * tree.c (get_binfo_at_offset): Look harder for virtual bases.
30466 2014-01-16  Bernd Schmidt  <bernds@codesourcery.com>
30468         PR middle-end/56791
30469         * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
30470         pushing a reload for an autoinc when we had previously reloaded an
30471         inner part of the address.
30473 2014-01-16  Jakub Jelinek  <jakub@redhat.com>
30475         * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
30476         field.
30477         (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
30478         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
30479         when not giving up or versioning for alias only because of
30480         loop->safelen.
30481         (vect_analyze_data_ref_dependences): Set to true.
30482         * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
30483         is a GIMPLE_PHI.
30484         (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
30485         LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
30486         to the condition.
30488         PR middle-end/58344
30489         * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
30491         PR target/59839
30492         * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
30493         operand 0 predicate for gathers, use a new pseudo as subtarget.
30495 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
30497         PR middle-end/59609
30498         * lra-constraints.c (process_alt_operands): Add printing debug info.
30499         Check absence of input/output reloads for matched operands too.
30501 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
30503         PR rtl-optimization/59835
30504         * ira.c (ira_init_register_move_cost): Increase cost for
30505         impossible modes.
30507 2014-01-16  Alan Lawrence  <alan.lawrence@arm.com>
30509         * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
30511 2014-01-16  Richard Earnshaw  <rearnsha@arm.com>
30513         PR target/59780
30514         * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
30515         non-register objects.  Use gen_(high/low)part more consistently.
30516         Fix assertions.
30518 2014-01-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
30520         PR target/59844
30521         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
30522         endian support, remove tests for WORDS_BIG_ENDIAN.
30523         (p8_mfvsrd_3_<mode>): Likewise.
30524         (reload_gpr_from_vsx<mode>): Likewise.
30525         (reload_gpr_from_vsxsf): Likewise.
30526         (p8_mfvsrd_4_disf): Likewise.
30528 2014-01-16  Richard Biener  <rguenther@suse.de>
30530         PR rtl-optimization/46590
30531         * lcm.c (compute_antinout_edge): Use postorder iteration.
30532         (compute_laterin): Use inverted postorder iteration.
30534 2014-01-16  Nick Clifton  <nickc@redhat.com>
30536         PR middle-end/28865
30537         * varasm.c (output_constant): Return the number of bytes actually
30538         emitted.
30539         (output_constructor_array_range): Update the field size with the
30540         number of bytes emitted by output_constant.
30541         (output_constructor_regular_field): Likewise.  Also do not
30542         complain if the total number of bytes emitted is now greater
30543         than the expected fieldpos.
30544         * output.h (output_constant): Update prototype and descriptive comment.
30546 2014-01-16  Marek Polacek  <polacek@redhat.com>
30548         PR middle-end/59827
30549         * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
30550         it is error_mark_node.
30552 2014-01-15  Uros Bizjak  <ubizjak@gmail.com>
30554         * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
30555         VALID_AVX256_REG_OR_OI_MODE.
30557 2014-01-15  Pat Haugen  <pthaugen@us.ibm.com>
30559         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
30560         current procedure should be profiled.
30562 2014-01-15  Andrew Pinski  <apinski@cavium.com>
30564         * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
30565         of moving from/to the STACK_REG register class.
30567 2014-01-15  Richard Henderson  <rth@redhat.com>
30569         PR debug/54694
30570         * reginfo.c (global_regs_decl): Globalize.
30571         * rtl.h (global_regs_decl): Declare.
30572         * ira.c (do_reload): Diagnose frame_pointer_needed and it
30573         reserved via global_regs.
30575 2014-01-15  Teresa Johnson  <tejohnson@google.com>
30577         * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
30579 2014-01-15  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
30581         * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
30582         and vmulosh rather than call gen_vec_widen_smult_*.
30583         (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
30584         than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
30585         (vec_widen_smult_even_v16qi): Likewise.
30586         (vec_widen_umult_even_v8hi): Likewise.
30587         (vec_widen_smult_even_v8hi): Likewise.
30588         (vec_widen_umult_odd_v16qi): Likewise.
30589         (vec_widen_smult_odd_v16qi): Likewise.
30590         (vec_widen_umult_odd_v8hi): Likewise.
30591         (vec_widen_smult_odd_v8hi): Likewise.
30592         (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
30593         vmuloub rather than call gen_vec_widen_umult_*.
30594         (vec_widen_umult_lo_v16qi): Likewise.
30595         (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
30596         vmulosb rather than call gen_vec_widen_smult_*.
30597         (vec_widen_smult_lo_v16qi): Likewise.
30598         (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
30599         rather than call gen_vec_widen_umult_*.
30600         (vec_widen_umult_lo_v8hi): Likewise.
30601         (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
30602         rather than call gen_vec_widen_smult_*.
30603         (vec_widen_smult_lo_v8hi): Likewise.
30605 2014-01-15  Jeff Law  <law@redhat.com>
30607         PR tree-optimization/59747
30608         * ree.c (find_and_remove_re): Properly handle case where a second
30609         eliminated extension requires widening a copy created for elimination
30610         of a prior extension.
30611         (combine_set_extension): Ensure that the number of hard regs needed
30612         for a destination register does not change when we widen it.
30614 2014-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
30616         * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
30617         (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
30618         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
30619         (arm*-*-rtems*): Use t-rtems from existing tmake_file.
30620         (avr-*-rtems*): Likewise.
30621         (bfin*-rtems*): Likewise.
30622         (moxie-*-rtems*): Likewise.
30623         (h8300-*-rtems*): Likewise.
30624         (i[34567]86-*-rtems*): Likewise.
30625         (lm32-*-rtems*): Likewise.
30626         (m32r-*-rtems*): Likewise.
30627         (m68k-*-rtems*): Likewise.
30628         (microblaze*-*-rtems*): Likewise.
30629         (mips*-*-rtems*): Likewise.
30630         (powerpc-*-rtems*): Likewise.
30631         (sh-*-rtems*): Likewise.
30632         (sparc-*-rtems*): Likewise.
30633         (sparc64-*-rtems*): Likewise.
30634         (v850-*-rtems*): Likewise.
30635         (m32c-*-rtems*): Likewise.
30637 2014-01-15  Vladimir Makarov  <vmakarov@redhat.com>
30639         PR rtl-optimization/59511
30640         * ira.c (ira_init_register_move_cost): Use memory costs for some
30641         cases of register move cost calculations.
30642         * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
30643         instead of BB frequency.
30644         * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
30645         * lra-assigns.c (find_hard_regno_for): Ditto.
30647 2014-01-15  Richard Biener  <rguenther@suse.de>
30649         PR tree-optimization/59822
30650         * tree-vect-stmts.c (hoist_defs_of_uses): New function.
30651         (vectorizable_load): Use it to hoist defs of uses of invariant
30652         loads out of the loop.
30654 2014-01-15  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
30655             Kugan Vivekanandarajah  <kuganv@linaro.org>
30657         PR target/59695
30658         * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
30659         truncation.
30661 2014-01-15  Richard Biener  <rguenther@suse.de>
30663         PR rtl-optimization/59802
30664         * lcm.c (compute_available): Use inverted postorder to seed
30665         the initial worklist.
30667 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30669         PR target/59803
30670         * config/s390/s390.c (s390_preferred_reload_class): Don't return
30671         ADDR_REGS for invalid symrefs in non-PIC code.
30673 2014-01-15  Jakub Jelinek  <jakub@redhat.com>
30675         PR other/58712
30676         * builtins.c (determine_block_size): Initialize *probable_max_size
30677         even if len_rtx is CONST_INT.
30679 2014-01-14  Andrew Pinski  <apinski@cavium.com>
30681         * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
30682         * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
30683         (cortexa53_tunings): Likewise.
30684         (aarch64_sched_issue_rate): New function.
30685         (TARGET_SCHED_ISSUE_RATE): Define.
30687 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
30689         * ira-costs.c (find_costs_and_classes): Add missed
30690         ira_init_register_move_cost_if_necessary.
30692 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
30694         PR target/59787
30695         * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
30697 2014-01-14  H.J. Lu  <hongjiu.lu@intel.com>
30699         PR target/59794
30700         * config/i386/i386.c (type_natural_mode): Add a bool parameter
30701         to indicate if type is used for function return value.  Warn ABI
30702         change if the vector mode isn't available for function return value.
30703         (ix86_function_arg_advance): Pass false to type_natural_mode.
30704         (ix86_function_arg): Likewise.
30705         (ix86_gimplify_va_arg): Likewise.
30706         (function_arg_32): Don't warn ABI change.
30707         (ix86_function_value): Pass true to type_natural_mode.
30708         (ix86_return_in_memory): Likewise.
30709         (ix86_struct_value_rtx): Removed.
30710         (TARGET_STRUCT_VALUE_RTX): Likewise.
30712 2014-01-14  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
30714         * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
30715         converting a conditional jump into a conditional return.
30717 2014-01-14  Richard Biener  <rguenther@suse.de>
30719         PR tree-optimization/58921
30720         PR tree-optimization/59006
30721         * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
30722         hoisting invariant stmts.
30723         * tree-vect-stmts.c (vectorizable_load): Insert the splat of
30724         invariant loads on the preheader edge if possible.
30726 2014-01-14  Joey Ye  <joey.ye@arm.com>
30728         * doc/plugin.texi (Building GCC plugins): Update to C++.
30730 2014-01-14  Kirill Yukhin  <kirill.yukhin@intel.com>
30732         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
30733         (_mm_rcp28_round_ss): Ditto.
30734         (_mm_rsqrt28_round_sd): Ditto.
30735         (_mm_rsqrt28_round_ss): Ditto.
30736         (_mm_rcp28_sd): Ditto.
30737         (_mm_rcp28_ss): Ditto.
30738         (_mm_rsqrt28_sd): Ditto.
30739         (_mm_rsqrt28_ss): Ditto.
30740         * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
30741         * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
30742         * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
30743         (IX86_BUILTIN_RCP28SD): Ditto.
30744         (IX86_BUILTIN_RCP28SS): Ditto.
30745         (IX86_BUILTIN_RSQRT28SD): Ditto.
30746         (IX86_BUILTIN_RSQRT28SS): Ditto.
30747         (bdesc_special_args): Define __builtin_ia32_movntdqa512,
30748         __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
30749         __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
30750         (ix86_expand_special_args_builtin): Expand new FTYPE.
30751         * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
30752         (srcp14<mode>): Make insn unary.
30753         (avx512f_vmscalef<mode><round_name>): Use substed predicate.
30754         (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
30755         (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
30756         (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
30757         (avx512er_exp2<mode><mask_name><round_saeonly_name>):
30758         Fix rounding: make it SAE only.
30759         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
30760         Ditto.
30761         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
30762         Ditto.
30763         (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
30764         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
30765         (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
30766         * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
30767         (round_saeonly_mask_scalar_operand4): Ditto.
30768         (round_saeonly_mask_scalar_op3): Ditto.
30769         (round_saeonly_mask_scalar_op4): Ditto.
30771 2014-01-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30773         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
30774         Implement -maltivec=be for vec_insert and vec_extract.
30776 2014-01-10  DJ Delorie  <dj@redhat.com>
30778         * config/msp430/msp430.md (call_internal): Don't allow memory
30779         references with SP as the base register.
30780         (call_value_internal): Likewise.
30781         * config/msp430/constraints.md (Yc): New.  For memory references
30782         that don't use SP as a base register.
30784         * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
30785         "an integer without a # prefix"
30786         * config/msp430/msp430.md (epilogue_helper): Use it.
30788 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
30790         PR target/59617
30791         * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
30792         AVX512F gather builtins.
30793         * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
30794         on gather decls with INTEGER_TYPE masktype.
30795         (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
30796         directly into the builtin rather than hoisting it before loop.
30798         PR tree-optimization/59387
30799         * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
30800         (scev_const_prop): If folded_casts and type has undefined overflow,
30801         use force_gimple_operand instead of force_gimple_operand_gsi and
30802         for each added stmt if it is assign with
30803         arith_code_with_undefined_signed_overflow, call
30804         rewrite_to_defined_overflow.
30805         * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
30806         gimple-fold.h instead.
30807         (arith_code_with_undefined_signed_overflow,
30808         rewrite_to_defined_overflow): Moved to ...
30809         * gimple-fold.c (arith_code_with_undefined_signed_overflow,
30810         rewrite_to_defined_overflow): ... here.  No longer static.
30811         Include gimplify-me.h.
30812         * gimple-fold.h (arith_code_with_undefined_signed_overflow,
30813         rewrite_to_defined_overflow): New prototypes.
30815 2014-01-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30817         * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
30819 2014-01-13  Eric Botcazou  <ebotcazou@adacore.com>
30821         * builtins.c (get_object_alignment_2): Minor tweak.
30822         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
30824 2014-01-13  Christian Bruel  <christian.bruel@st.com>
30826         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
30827         optimized non constant lengths.
30829 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
30831         PR libgomp/59194
30832         * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
30833         load as __atomic_load_N if possible.
30835 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
30837         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
30838         target parameter.
30839         (rs6000_expand_builtin): Adjust call.
30841 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
30843         PR target/58115
30844         * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
30845         * config/rs6000/rs6000.c: Include target-globals.h.
30846         (rs6000_set_current_function): Instead of doing target_reinit
30847         unconditionally, use save_target_globals_default_opts and
30848         restore_target_globals.
30850         * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
30851         FPSCR.
30852         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
30853         (rs6000_expand_builtin): Handle mffs and mtfsf.
30854         (rs6000_init_builtins): Define mffs and mtfsf.
30855         * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
30856         (rs6000_mffs): New pattern.
30857         (rs6000_mtfsf): New pattern.
30859 2014-01-11  Bin Cheng  <bin.cheng@arm.com>
30861         * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
30862         Start narrowing with START.  Apply candidate-use pair
30863         and check overall cost in narrowing.
30864         (iv_ca_prune): Pass new argument.
30866 2014-01-10  Jeff Law  <law@redhat.com>
30868         PR middle-end/59743
30869         * ree.c (combine_reaching_defs): Ensure the defining statement
30870         occurs before the extension when optimizing extensions with
30871         different source and destination hard registers.
30873 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
30875         PR ipa/58585
30876         * ipa-devirt.c (build_type_inheritance_graph): Also add types of
30877         vtables into the type inheritance graph.
30879 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
30881         PR rtl-optimization/59754
30882         * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
30883         modes in the REGNO != REGNO case.
30885 2014-01-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30887         * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
30889 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
30891         PR tree-optimization/59745
30892         * tree-predcom.c (tree_predictive_commoning_loop): Call
30893         free_affine_expand_cache if giving up because components is NULL.
30895         * target-globals.c (save_target_globals): Allocate < 4KB structs using
30896         GC in payload of target_globals struct instead of allocating them on
30897         the heap and the larger structs separately using GC.
30898         * target-globals.h (struct target_globals): Make regs, hard_regs,
30899         reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
30900         of GTY((skip)) and change type to void *.
30901         (reset_target_globals): Cast loads from those fields to corresponding
30902         types.
30904 2014-01-10  Steve Ellcey  <sellcey@mips.com>
30906         PR plugins/59335
30907         * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
30908         gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
30909         tree-ssanames.h, print-tree.h, varasm.h, and context.h.
30911 2014-01-10  Richard Earnshaw  <rearnsha@arm.com>
30913         PR target/59744
30914         * aarch64-modes.def (CC_Zmode): New flags mode.
30915         * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
30916         represents an equality.
30917         (aarch64_get_condition_code): Handle CC_Zmode.
30918         * aarch64.md (compare_neg<mode>): Restrict to equality operations.
30920 2014-01-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30922         * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
30923         extraction in good case.
30925 2014-01-10  Richard Biener  <rguenther@suse.de>
30927         PR tree-optimization/59374
30928         * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
30929         checking after SLP discovery.  Mark stmts not participating
30930         in any SLP instance properly.
30932 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30934         * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
30935         when handling a SET rtx.
30937 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30939         * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
30940         (cortex-a57): Likewise.
30941         (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
30943 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30945         * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
30946         non-iwmmxt builtins.
30948 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
30950         PR ipa/58252
30951         PR ipa/59226
30952         * ipa-devirt.c record_target_from_binfo): Take as argument
30953         stack of binfos and lookup matching one for virtual inheritance.
30954         (possible_polymorphic_call_targets_1): Update.
30956 2014-01-10  Huacai Chen  <chenhc@lemote.com>
30958         * config/mips/driver-native.c (host_detect_local_cpu): Handle new
30959         kernel strings for Loongson-2E/2F/3A.
30961 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
30963         PR middle-end/59670
30964         * tree-vect-data-refs.c (vect_analyze_data_refs): Check
30965         is_gimple_call before calling gimple_call_internal_p.
30967 2014-01-09  Steve Ellcey  <sellcey@mips.com>
30969         * Makefile.in (TREE_FLOW_H): Remove.
30970         (TREE_SSA_H): Add file names from tree-flow.h.
30971         * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
30972         * tree.h: Remove tree-flow.h reference.
30973         * hash-table.h: Remove tree-flow.h reference.
30974         * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
30975         reference with tree-ssa-loop.h.
30977 2014-01-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30979         * doc/invoke.texi: Add -maltivec={be,le} options, and document
30980         default element-order behavior for -maltivec.
30981         * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
30982         * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
30983         that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
30984         when targeting big endian, at least for now.
30985         * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
30987 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
30989         PR middle-end/47735
30990         * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
30991         var satisfies use_register_for_decl, just take into account type
30992         alignment, rather than decl alignment.
30994         PR tree-optimization/59622
30995         * gimple-fold.c (gimple_fold_call): Fix a typo in message.  For
30996         __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
30997         __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
30998         Don't devirtualize for inplace at all.  For targets.length () == 1,
30999         if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
31001 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
31003         * config/i386/i386.md (cpu): Remove the unused btver1.
31005 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
31007         * gdbasan.in: Put a breakpoint on __sanitizer::Report.
31009 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
31011         PR target/58115
31012         * tree-core.h (struct target_globals): New forward declaration.
31013         (struct tree_target_option): Add globals field.
31014         * tree.h (TREE_TARGET_GLOBALS): Define.
31015         (prepare_target_option_nodes_for_pch): New prototype.
31016         * target-globals.h (struct target_globals): Define even if
31017         !SWITCHABLE_TARGET.
31018         * tree.c (prepare_target_option_node_for_pch,
31019         prepare_target_option_nodes_for_pch): New functions.
31020         * config/i386/i386.h (SWITCHABLE_TARGET): Define.
31021         * config/i386/i386.c: Include target-globals.h.
31022         (ix86_set_current_function): Instead of doing target_reinit
31023         unconditionally, use save_target_globals_default_opts and
31024         restore_target_globals.
31026 2014-01-09  Richard Biener  <rguenther@suse.de>
31028         PR tree-optimization/59715
31029         * tree-cfg.h (split_critical_edges): Declare.
31030         * tree-cfg.c (split_critical_edges): Export.
31031         * tree-ssa-sink.c (execute_sink_code): Split critical edges.
31033 2014-01-09  Max Ostapenko  <m.ostapenko@partner.samsung.com>
31035         * cfgexpand.c (expand_stack_vars): Optionally disable
31036         asan stack protection.
31037         (expand_used_vars): Likewise.
31038         (partition_stack_vars): Likewise.
31039         * asan.c (asan_emit_stack_protection): Optionally disable
31040         after return stack usage.
31041         (instrument_derefs): Optionally disable memory access instrumentation.
31042         (instrument_builtin_call): Likewise.
31043         (instrument_strlen_call): Likewise.
31044         (asan_protect_global): Optionally disable global variables protection.
31045         * doc/invoke.texi: Added doc for new options.
31046         * params.def: Added new options.
31047         * params.h: Likewise.
31049 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
31051         PR rtl-optimization/59724
31052         * ifcvt.c (cond_exec_process_if_block): Don't call
31053         flow_find_head_matching_sequence with 0 longest_match.
31054         * cfgcleanup.c (flow_find_head_matching_sequence): Count even
31055         non-active insns if !stop_after.
31056         (try_head_merge_bb): Revert 2014-01-07 changes.
31058 2014-01-08  Jeff Law  <law@redhat.com>
31060         * ree.c (get_sub_rtx): New function, extracted from...
31061         (merge_def_and_ext): Here.
31062         (combine_reaching_defs): Use get_sub_rtx.
31064 2014-01-08  Eric Botcazou  <ebotcazou@adacore.com>
31066         * cgraph.h (varpool_variable_node): Do not choke on null node.
31068 2014-01-08  Catherine Moore  <clm@codesourcery.com>
31070         * config/mips/mips.md (simple_return): Attempt to use JRC
31071         for microMIPS.
31072         * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
31074 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
31076         PR rtl-optimization/59137
31077         * reorg.c (steal_delay_list_from_target): Call update_block for
31078         elided insns.
31079         (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
31081 2014-01-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
31083         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
31084         two duplicate entries.
31086 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
31088         Revert:
31089         2012-10-07  Richard Sandiford  <rdsandiford@googlemail.com>
31091         * config/mips/mips.c (mips_truncated_op_cost): New function.
31092         (mips_rtx_costs): Adjust test for BADDU.
31093         * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
31095         2012-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
31097         * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
31098         (*baddu_si): ...this new pattern.
31100 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
31102         PR ipa/59722
31103         * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
31105 2014-01-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
31107         PR middle-end/57748
31108         * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
31109         inner_reference_p.
31110         (expand_expr, expand_normal): Adjust.
31111         * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
31112         inner_reference_p. Use inner_reference_p to expand inner references.
31113         (store_expr): Adjust.
31114         * cfgexpand.c (expand_call_stmt): Adjust.
31116 2014-01-08  Rong Xu  <xur@google.com>
31118         * gcov-io.c (gcov_var): Move from gcov-io.h.
31119         (gcov_position): Ditto.
31120         (gcov_is_error): Ditto.
31121         (gcov_rewrite): Ditto.
31122         * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
31123         only part to libgcc/libgcov.h.
31125 2014-01-08  Marek Polacek  <polacek@redhat.com>
31127         PR middle-end/59669
31128         * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
31130 2014-01-08  Marek Polacek  <polacek@redhat.com>
31132         PR sanitizer/59667
31133         * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
31135 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
31137         PR rtl-optimization/59649
31138         * stor-layout.c (get_mode_bounds): For BImode return
31139         0 and STORE_FLAG_VALUE.
31141 2014-01-08  Richard Biener  <rguenther@suse.de>
31143         PR middle-end/59630
31144         * gimple.h (is_gimple_builtin_call): Remove.
31145         (gimple_builtin_call_types_compatible_p): New.
31146         (gimple_call_builtin_p): New overload.
31147         * gimple.c (is_gimple_builtin_call): Remove.
31148         (validate_call): Rename to ...
31149         (gimple_builtin_call_types_compatible_p): ... this and export.  Also
31150         check return types.
31151         (validate_type): New static function.
31152         (gimple_call_builtin_p): New overload and adjust.
31153         * gimple-fold.c (gimple_fold_builtin): Fold the return value.
31154         (gimple_fold_call): Likewise.  Use gimple_call_builtin_p.
31155         (gimple_fold_stmt_to_constant_1): Likewise.
31156         * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
31158 2014-01-08  Richard Biener  <rguenther@suse.de>
31160         PR middle-end/59471
31161         * gimplify.c (gimplify_expr): Gimplify register-register type
31162         VIEW_CONVERT_EXPRs to separate stmts.
31164 2014-01-07  Jeff Law  <law@redhat.com>
31166         PR middle-end/53623
31167         * ree.c (combine_set_extension): Handle case where source
31168         and destination registers in an extension insn are different.
31169         (combine_reaching_defs): Allow source and destination registers
31170         in extension to be different under limited circumstances.
31171         (add_removable_extension): Remove restriction that the
31172         source and destination registers in the extension are the same.
31173         (find_and_remove_re): Emit a copy from the extension's
31174         destination to its source after the defining insn if
31175         the source and destination registers are different.
31177         PR middle-end/59285
31178         * ifcvt.c (merge_if_block): If we are merging a block with more than
31179         one successor with a block with no successors, remove any BARRIER
31180         after the second block.
31182 2014-01-07  Dan Xio Qiang  <ziyan01@163.com>
31184         * hw-doloop.c (reorg_loops): Release the bitmap obstack.
31186 2014-01-07  John David Anglin  <danglin@gcc.gnu.org>
31188         PR target/59652
31189         * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
31190         for 14-bit register offsets when INT14_OK_STRICT is false.
31192 2014-01-07  Roland Stigge  <stigge@antcom.de>
31193             Michael Meissner  <meissner@linux.vnet.ibm.com>
31195         PR 57386/target
31196         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
31197         Only check TFmode for SPE constants.  Don't check TImode or TDmode.
31199 2014-01-07  James Greenhalgh  <james.greenhalgh@arm.com>
31201         * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
31202         -mcpu.
31204 2014-01-07  Yufeng Zhang  <yufeng.zhang@arm.com>
31206         * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
31207         with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
31208         rtx is const0_rtx or not.
31210 2014-01-07  Richard Sandiford  <rdsandiford@googlemail.com>
31212         PR target/58115
31213         * target-globals.c (save_target_globals): Remove this_fn_optab
31214         handling.
31215         * toplev.c: Include optabs.h.
31216         (target_reinit): Temporarily restore the global options if another
31217         set of options are in force.
31219 2014-01-07  Jakub Jelinek  <jakub@redhat.com>
31221         PR rtl-optimization/58668
31222         * cfgcleanup.c (flow_find_cross_jump): Don't count
31223         any jumps if dir_p is NULL.  Remove p1 variable, use active_insn_p
31224         to determine what is counted.
31225         (flow_find_head_matching_sequence): Use active_insn_p to determine
31226         what is counted.
31227         (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
31228         counting change.
31229         * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
31230         determine what is counted.
31232         PR tree-optimization/59643
31233         * tree-predcom.c (split_data_refs_to_components): If one dr is
31234         read and one write, determine_offset fails and the write isn't
31235         in the bad component, just put the read into the bad component.
31237 2014-01-07  Mike Stump  <mikestump@comcast.net>
31238             Jakub Jelinek  <jakub@redhat.com>
31240         PR pch/59436
31241         * tree-core.h (struct tree_optimization_option): Change optabs
31242         type from unsigned char * to void *.
31243         * optabs.c (init_tree_optimization_optabs): Adjust
31244         TREE_OPTIMIZATION_OPTABS initialization.
31246 2014-01-06  Jakub Jelinek  <jakub@redhat.com>
31248         PR target/59644
31249         * config/i386/i386.h (struct machine_function): Add
31250         no_drap_save_restore field.
31251         * config/i386/i386.c (ix86_save_reg): Use
31252         !cfun->machine->no_drap_save_restore instead of
31253         crtl->stack_realign_needed.
31254         (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
31255         this function clears frame_pointer_needed.  Set
31256         cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
31257         and DRAP reg is needed.
31259 2014-01-06  Marek Polacek  <polacek@redhat.com>
31261         PR c/57773
31262         * doc/implement-c.texi: Mention that other integer types are
31263         permitted as bit-field types in strictly conforming mode.
31265 2014-01-06  Felix Yang  <fei.yang0953@gmail.com>
31267         * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
31268         is newly allocated.
31270 2014-01-06  Richard Earnshaw  <rearnsha@arm.com>
31272         * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
31274 2014-01-06  Martin Jambor  <mjambor@suse.cz>
31276         PR ipa/59008
31277         * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
31278         to int.
31279         * ipa-prop.c (ipa_print_node_params): Fix indentation.
31281 2014-01-06  Eric Botcazou  <ebotcazou@adacore.com>
31283         PR debug/59350
31284         PR debug/59510
31285         * var-tracking.c (add_stores): Preserve the value of the source even if
31286         we don't record the store.
31288 2014-01-06  Terry Guo  <terry.guo@arm.com>
31290         * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
31292 2014-01-05  Iain Sandoe  <iain@codesourcery.com>
31294         PR bootstrap/59541
31295         * config/darwin.c (darwin_function_section): Adjust return values to
31296         correspond to optimisation changes made in r206070.
31298 2014-01-05  Uros Bizjak  <ubizjak@gmail.com>
31300         * config/i386/i386.c (ix86_data_alignment): Calculate max_align
31301         from prefetch_block tune setting.
31302         (nocona_cost): Correct size of prefetch block to 64.
31304 2014-01-04  Eric Botcazou  <ebotcazou@adacore.com>
31306         * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
31307         (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
31308         used to save the static chain register in the computation of the offset
31309         from which the FP registers need to be restored.
31311 2014-01-04  Jakub Jelinek  <jakub@redhat.com>
31313         PR tree-optimization/59519
31314         * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
31315         ICE if get_current_def (current_new_name) is already non-NULL, as long
31316         as it is a phi result of some other phi in *new_exit_bb that has
31317         the same argument.
31319         * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
31320         or vmovdqu* for misaligned_operand.
31321         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
31322         <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
31323         * config/i386/i386.c (ix86_expand_special_args_builtin): Set
31324         aligned_mem for AVX512F masked aligned load and store builtins and for
31325         non-temporal moves.
31327 2014-01-03  Bingfeng Mei  <bmei@broadcom.com>
31329         PR tree-optimization/59651
31330         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
31331         Address range for negative step should be added by TYPE_SIZE_UNIT.
31333 2014-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31335         * config/m68k/m68k.c (handle_move_double): Handle pushes with
31336         overlapping registers also for registers other than the stack pointer.
31338 2014-01-03  Marek Polacek  <polacek@redhat.com>
31340         PR other/59661
31341         * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
31342         __builtin_FILE.
31344 2014-01-03  Jakub Jelinek  <jakub@redhat.com>
31346         PR target/59625
31347         * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
31348         asm goto as jump.
31350         * config/i386/i386.md (MODE_SIZE): New mode attribute.
31351         (push splitter): Use <P:MODE_SIZE> instead of
31352         GET_MODE_SIZE (<P:MODE>mode).
31353         (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
31354         (mov -1, reg peephole2): Likewise.
31355         * config/i386/sse.md (*mov<mode>_internal,
31356         <sse>_storeu<ssemodesuffix><avxsizesuffix>,
31357         <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
31358         *<code><mode>3, *andnot<mode>3<mask_name>,
31359         <mask_codefor><code><mode>3<mask_name>): Likewise.
31360         * config/i386/subst.md (mask_mode512bit_condition,
31361         sd_mask_mode512bit_condition): Likewise.
31363 2014-01-02  Xinliang David Li  <davidxl@google.com>
31365         PR tree-optimization/59303
31366         * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
31367         (dump_predicates): Better output format.
31368         (pred_equal_p): New function.
31369         (is_neq_relop_p): Ditto.
31370         (is_neq_zero_form_p): Ditto.
31371         (pred_expr_equal_p): Ditto.
31372         (pred_neg_p): Ditto.
31373         (simplify_pred): Ditto.
31374         (simplify_preds_2): Ditto.
31375         (simplify_preds_3): Ditto.
31376         (simplify_preds_4): Ditto.
31377         (simplify_preds): Ditto.
31378         (push_pred): Ditto.
31379         (push_to_worklist): Ditto.
31380         (get_pred_info_from_cmp): Ditto.
31381         (is_degenerated_phi): Ditto.
31382         (normalize_one_pred_1): Ditto.
31383         (normalize_one_pred): Ditto.
31384         (normalize_one_pred_chain): Ditto.
31385         (normalize_preds): Ditto.
31386         (normalize_cond_1): Remove function.
31387         (normalize_cond): Ditto.
31388         (is_gcond_subset_of): Ditto.
31389         (is_subset_of_any): Ditto.
31390         (is_or_set_subset_of): Ditto.
31391         (is_and_set_subset_of): Ditto.
31392         (is_norm_cond_subset_of): Ditto.
31393         (pred_chain_length_cmp): Ditto.
31394         (convert_control_dep_chain_into_preds): Type change.
31395         (find_predicates): Ditto.
31396         (find_def_preds): Ditto.
31397         (destroy_predicates_vecs): Ditto.
31398         (find_matching_predicates_in_rest_chains): Ditto.
31399         (use_pred_not_overlap_with_undef_path_pred): Ditto.
31400         (is_pred_expr_subset): Ditto.
31401         (is_pred_chain_subset_of): Ditto.
31402         (is_included_in): Ditto.
31403         (is_superset_of): Ditto.
31405 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
31407         Update copyright years.
31409 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
31411         * common/config/arc/arc-common.c, config/arc/arc-modes.def,
31412         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
31413         config/arc/arc.md, config/arc/arc.opt,
31414         config/arm/arm_neon_builtins.def, config/arm/crypto.def,
31415         config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
31416         config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
31417         config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
31418         config/linux-protos.h, config/linux.c, config/winnt-c.c,
31419         diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
31420         vtable-verify.c, vtable-verify.h: Use the standard form for the
31421         copyright notice.
31423 2014-01-02  Tobias Burnus  <burnus@net-b.de>
31425         * gcc.c (process_command): Update copyright notice dates.
31426         * gcov-dump.c: Ditto.
31427         * gcov.c: Ditto.
31428         * doc/cpp.texi: Bump @copying's copyright year.
31429         * doc/cppinternals.texi: Ditto.
31430         * doc/gcc.texi: Ditto.
31431         * doc/gccint.texi: Ditto.
31432         * doc/gcov.texi: Ditto.
31433         * doc/install.texi: Ditto.
31434         * doc/invoke.texi: Ditto.
31436 2014-01-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
31438         * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
31440 2014-01-01  Jakub Jelinek  <jakub@redhat.com>
31442         * config/i386/sse.md (*mov<mode>_internal): Guard
31443         EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
31445         PR rtl-optimization/59647
31446         * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
31447         new_rtx into UNSIGNED_FLOAT rtxes.
31449 Copyright (C) 2014 Free Software Foundation, Inc.
31451 Copying and distribution of this file, with or without modification,
31452 are permitted in any medium without royalty provided the copyright
31453 notice and this notice are preserved.