* lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
[official-gcc.git] / gcc / ChangeLog
blob96b437fbcf4f496cee29743e4cbf243fa3e94cf7
1 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
3         * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
5 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
7         Revert:
8         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
10 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
12         * ipa-visibility.c (function_and_variable_visibility): Remove
13         temporary hack disabling local aliases on AIX.
15 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
17         * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
18         * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
20 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
22         * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
23         * rs6000/rs6000.c: Inline output of .set instruction.
24         (declare_alias_data): New struct.
25         (rs6000_declare_alias): New function.
26         (rs6000_xcoff_declare_function_name): Use it.
27         (rs6000_xcoff_declare_object_name): New function.
28         * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
29         (ASM_OUTPUT_DEF): Turn to empty definition.
31 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
33         PR bootstrap/61679
34          * hash-table.h: use hash_table::value_type instead of
35         Descriptor::value_type in the return types of several methods.
37 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
39         * tree-pass.h (pass_data): Remove has_execute member.
40         * passes.c (execute_one_pass): Don't check pass->has_execute.
41         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
42         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
43         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
44         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
45         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
46         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
47         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
48         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
49         gimple-low.c, gimple-ssa-isolate-paths.c,
50         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
51         ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
52         ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
53         ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
54         lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
55         postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
56         reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
57         stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
58         tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
59         tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
60         tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
61         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
62         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
63         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
64         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
65         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
66         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
67         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
68         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
69         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
70         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
71         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
72         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
73         web.c: Remove initializer for pass_data::has_execute.
75 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
77         * graphite-htab.h: Use hash_map instead of hash_table.
78         * graphite-clast-to-gimple.c: Adjust.
79         * passes.c: Use hash_map instead of hash_table.
80         * sese.c: Likewise.
81         * sese.h: Remove now unused code.
83 2014-07-08  Sriraman Tallam  <tmsriram@google.com>
85         PR target/61599
86         * config/i386/i386.c (ix86_in_large_data_p): Check for size less
87         than zero.
89 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
91         PR rtl-optimization/61673
92         * combine.c (simplify_comparison): Test just mode's sign bit
93         in tmode rather than the sign bit and any bits above it.
95 2014-07-08  Roman Gareev  <gareevroman@gmail.com>
97         * graphite-isl-ast-to-gimple.c (generate_isl_context):
98         Add __isl_give to the declaration.
99         (generate_isl_schedule): Likewise.
100         (scop_to_isl_ast): Likewise.
102 2014-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
104         * config/arm/arm.c (cortexa5_extra_costs): New table.
105         (arm_cortex_a5_tune): Use cortexa5_extra_costs.
107 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
109         PR tree-optimization/61725
110         * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
111         range, use range_includes_zerop_p instead of integer_zerop on
112         vr0->min, only use log2 of max if min is not negative.
114 2014-07-08  Richard Biener  <rguenther@suse.de>
116         * tree-ssa-dom.h (loop_depth_of_name): Remove.
117         * tree-ssa-dom.c (record_equivalences_from_phis): Remove
118         restriction on loop depth difference.
119         (record_equality): Likewise.
120         (propagate_rhs_into_lhs): Likewise.  Simplify condition.
121         (loop_depth_of_name): Remove.
122         * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
123         restriction on loop depth difference.
124         (init_copy_prop): Likewise.
126 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
128         * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
129         parameter.
130         (walk_aliased_vdefs): Likewise.
131         * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
132         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
133         (detect_type_change_from_memory_writes): Check if entry was reached.
135 2014-07-08  Richard Biener  <rguenther@suse.de>
137         PR tree-optimization/61681
138         * tree-ssa-structalias.c (find_what_var_points_to): Expand
139         NONLOCAL inside ESCAPED.
141 2014-07-08  Richard Biener  <rguenther@suse.de>
143         PR tree-optimization/61680
144         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
145         Handle properly all read-write dependences with group accesses.
147 2014-07-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
149         PR tree-optimization/61576
150         * tree-if-conv.c (is_cond_scalar_reduction): Add check that
151         basic block containing reduction statement is predecessor
152         of phi basi block.
154 2014-07-08  Marek Polacek  <polacek@redhat.com>
156         PR c/60226
157         * fold-const.c (round_up_loc): Change the parameter type.
158         Remove assert.
159         * fold-const.h (round_up_loc): Adjust declaration.
160         * stor-layout.c (finalize_record_size): Check for too large types.
162 2014-07-07  Jan Hubicka  <hubicka@ucw.cz>
164         * symtab.c: Include calls.h
165         (symtab_nonoverwritable_alias_1): Check sanity of the local
166         alias.
168 2014-07-07  Maciej W. Rozycki  <macro@codesourcery.com>
170         * config/rs6000/rs6000.c (output_vec_const_move): Handle
171         little-endian code generation.
172         * config/rs6000/spe.md (spe_evmergehi): Rename to...
173         (vec_perm00_v2si): ... this.  Handle little-endian code 
174         generation.
175         (spe_evmergehilo): Rename to...
176         (vec_perm01_v2si): ... this.  Handle little-endian code
177         generation.
178         (spe_evmergelo): Rename to...
179         (vec_perm11_v2si): ... this.  Handle little-endian code
180         generation.
181         (spe_evmergelohi): Rename to...
182         (vec_perm10_v2si): ... this.  Handle little-endian code
183         generation.
184         (spe_evmergehi, spe_evmergehilo): New expanders.
185         (spe_evmergelo, spe_evmergelohi): Likewise.
186         (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code
187         generation.
188         (*frob_tf_ti): Likewise.
189         (*frob_<mode>_di_2): Likewise.
190         (*frob_tf_di_8_2): Likewise.
191         (*frob_di_<mode>): Likewise.
192         (*frob_ti_tf): Likewise.
193         (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
194         (*frob_ti_<mode>_8_2): Likewise.
195         (*frob_ti_tf_2): Likewise.
196         (mov_si<mode>_e500_subreg0): Rename to...
197         (mov_si<mode>_e500_subreg0_be): ... this.  Restrict to the big
198         endianness only.
199         (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
200         (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
201         (*mov_si<mode>_e500_subreg0_elf_low_be): ... this.  Restrict to 
202         the big endianness only.
203         (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
204         (*mov_si<mode>_e500_subreg0_2): Rename to...
205         (*mov_si<mode>_e500_subreg0_2_be): ... this.  Restrict to the
206         big big endianness only.
207         (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
208         (*mov_si<mode>_e500_subreg4): Rename to...
209         (*mov_si<mode>_e500_subreg4_be): ... this.  Restrict to the big
210         endianness only.
211         (mov_si<mode>_e500_subreg4_le): New instruction pattern.
212         (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
213         (*mov_si<mode>_e500_subreg4_elf_low_be): ... this.  Restrict to
214         the big endianness only.
215         (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
216         pattern.
217         (*mov_si<mode>_e500_subreg4_2): Rename to...
218         (*mov_si<mode>_e500_subreg4_2_be): ... this.  Restrict to the big
219         endianness only.
220         (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
221         (*mov_sitf_e500_subreg8): Rename to...
222         (*mov_sitf_e500_subreg8_be): ... this.  Restrict to the big
223         endianness only.
224         (*mov_sitf_e500_subreg8_le): New instruction pattern.
225         (*mov_sitf_e500_subreg8_2): Rename to...
226         (*mov_sitf_e500_subreg8_2_be): ... this.  Restrict to the big
227         endianness only.
228         (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
229         (*mov_sitf_e500_subreg12): Rename to...
230         (*mov_sitf_e500_subreg12_be): ... this.  Restrict to the big
231         endianness only.
232         (*mov_sitf_e500_subreg12_le): New instruction pattern.
233         (*mov_sitf_e500_subreg12_2): Rename to...
234         (*mov_sitf_e500_subreg12_2_be): ... this.  Restrict to the big
235         endianness only.
236         (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
238 2014-07-07  Max Ostapenko  <m.ostapenko@partner.samsung.com>
240         * asan.c (instrument_strlen_call): Do not instrument first byte in strlen
241         if already instrumented.
243 2014-07-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
245         * config/arm/arm.opt (mwords-little-endian): Delete.
246         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
247         of TARGET_LITTLE_WORDS.
248         (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
249         * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
250         warning.
251         * doc/invoke.texi: Remove references to -mwords-little-endian.
253 2014-07-07  Jakub Jelinek  <jakub@redhat.com>
255         * expmed.c (struct init_expmed_rtl): Change all fields but
256         pow2 and cint from struct rtx_def to rtx.
257         (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
258         (init_expmed): Likewise.  Allocate all the 18 rtxes and ggc_free them
259         at the end again.
261 2014-07-06  Marek Polacek  <polacek@redhat.com>
263         PR c/6940
264         * doc/invoke.texi: Document -Wsizeof-array-argument.
266 2014-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
268         * wide-int.h (wide_int_storage): Change declaration from struct
269         to class.
271 2014-07-05  Jan Hubicka  <hubicka@ucw.cz>
273         * cgraph.c (cgraph_create_indirect_edge): Update call of
274         get_polymorphic_call_info.
275         * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
276         (possible_polymorphic_call_targets): Add parameter call.
277         (decl_maybe_in_construction_p): New predicate.
278         (get_polymorphic_call_info): Add parameter call;
279         use decl_maybe_in_construction_p.
280         * gimple-fold.c (fold_gimple_assign): Update use of
281         possible_polymorphic_call_targets.
282         (gimple_fold_call): Likewise.
283         * ipa-prop.c: Inlcude calls.h
284         (ipa_binfo_from_known_type_jfunc): Check that known type is record.
285         (param_type_may_change_p): New predicate.
286         (detect_type_change_from_memory_writes): Break out from ...
287         (detect_type_change): ... this one; use param_type_may_change_p.
288         (detect_type_change_ssa): Use param_type_may_change_p.
289         (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
291 2014-07-05  Charles Baylis  <charles.baylis@linaro.org>
293         PR target/49423
294         * config/arm/arm-protos.h (arm_legitimate_address_p,
295         arm_is_constant_pool_ref): Add prototypes.
296         * config/arm/arm.c (arm_legitimate_address_p): Remove static.
297         (arm_is_constant_pool_ref) New function.
298         * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
299         arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
300         (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
301         operand. Remove pool_range and neg_pool_range attributes.
302         (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
303         pool_range and neg_pool_range attributes.
304         * config/arm/constraints.md (Uh): New constraint.
305         (Uq): Don't allow constant pool references.
307 2014-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
309         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
310         (move_lo_quad_internal_be_<mode>): Likewise.
311         (move_lo_quad_<mode>): Convert to define_expand.
312         (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
313         (aarch64_simd_move_hi_quad_be_<mode>): New.
314         (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
315         (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
316         (aarch64_combinez_be<mode>): New.
317         (aarch64_combine<mode>): Convert to define_expand.
318         (aarch64_combine_internal<mode>): New.
319         (aarch64_simd_combine<mode>): Remove bogus RTL description.
321 2014-07-04  Tom de Vries  <tom@codesourcery.com>
323         * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
324         combination of earlyclobber and read/write modifiers.
326 2014-07-04  Tom de Vries  <tom@codesourcery.com>
328         * config/aarch64/aarch64-simd.md
329         (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
331 2014-07-04  Richard Earnshaw  <rearnsha@arm.com>
333         PR target/61714
334         * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
336 2014-07-04  Jakub Jelinek  <jakub@redhat.com>
338         PR middle-end/61654
339         * cgraphunit.c (expand_thunk): Call free_dominance_info.
341         PR tree-optimization/61684
342         * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
343         rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
345 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
346             Kito Cheng  <kito@0xlab.org>
347             Monk Chiang  <sh.chiang04@gmail.com>
349         * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
350         (nds32_symbol_load_store_p): Move to ...
351         (nds32_fp_as_gp_check_available): Move to ...
352         * config/nds32/nds32-fp-as-gp.c: ... here.
353         * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
354         extern declaration.
356 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
357             Kito Cheng  <kito@0xlab.org>
358             Monk Chiang  <sh.chiang04@gmail.com>
360         * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
361         (nds32_expand_store_multiple): Move to ...
362         (nds32_expand_movmemqi): Move to ...
363         * config/nds32/nds32-memory-manipulation.c: ... here.
365 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
366             Kito Cheng  <kito@0xlab.org>
367             Monk Chiang  <sh.chiang04@gmail.com>
369         * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
370         (nds32_output_casesi_pc_relative): Move to ...
371         (nds32_output_casesi): Move to ...
372         (nds32_mem_format): Move to ...
373         (nds32_output_16bit_store): Move to ...
374         (nds32_output_16bit_load): Move to ...
375         (nds32_output_32bit_store): Move to ...
376         (nds32_output_32bit_load): Move to ...
377         (nds32_output_32bit_load_s): Move to ...
378         (nds32_output_stack_push): Move to ...
379         (nds32_output_stack_pop): Move to ...
380         * config/nds32/nds32-md-auxiliary.c: ... here.
382 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
383             Ling-Hua Tseng  <uranus@tinlans.org>
385         * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
386         the purpose of this file.
388 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
389             Kito Cheng  <kito@0xlab.org>
390             Monk Chiang  <sh.chiang04@gmail.com>
392         * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
393         (nds32_address_cost): Move implementation to ...
394         * config/nds32/nds32-cost.c: ... here.
395         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
396         (nds32_address_cost_impl): Declare.
398 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
399             Kito Cheng  <kito@0xlab.org>
400             Monk Chiang  <sh.chiang04@gmail.com>
402         * config/nds32/nds32.c
403         (nds32_consecutive_registers_load_store_p): Move to ...
404         (nds32_valid_multiple_load_store): Move to ...
405         (nds32_valid_stack_push_pop): Move to ...
406         (nds32_can_use_bclr_p): Move to ...
407         (nds32_can_use_bset_p): Move to ...
408         (nds32_can_use_btgl_p): Move to ...
409         (nds32_can_use_bitci_p): Move to ...
410         * config/nds32/nds32-predicates.c: ... here.
412 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
413             Kito Cheng  <kito@0xlab.org>
414             Monk Chiang  <sh.chiang04@gmail.com>
416         * config/nds32/nds32.c
417         (nds32_expand_builtin_null_ftype_reg): Move to ...
418         (nds32_expand_builtin_reg_ftype_imm): Move to ...
419         (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
420         (nds32_init_builtins): Move implementation to ...
421         (nds32_expand_builtin): Move implementation to ...
422         * config/nds32/nds32-intrinsic.c: ... here.
423         * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
424         (nds32_expand_builtin_impl): Declare.
426 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
427             Kito Cheng  <kito@0xlab.org>
428             Monk Chiang  <sh.chiang04@gmail.com>
430         * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
431         (nds32_emit_section_tail_template): Move to ...
432         (nds32_emit_isr_jmptbl_section): Move to ...
433         (nds32_emit_isr_vector_section): Move to ...
434         (nds32_emit_isr_reset_conten): Move to ...
435         (nds32_check_isr_attrs_conflict): Move to ...
436         (nds32_construct_isr_vectors_information): Move to ...
437         (nds32_asm_file_start): Move implementation to ...
438         (nds32_asm_file_end): Move implementation to ...
439         * config/nds32/nds32-isr.c: ... here.
440         * config/nds32/nds32-protos.h
441         (nds32_check_isr_attrs_conflict): Declare.
442         (nds32_construct_isr_vectors_information): Declare.
443         (nds32_asm_file_start_for_isr): Declare.
444         (nds32_asm_file_end_for_isr): Declare.
446 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
447             Kito Cheng  <kito@0xlab.org>
448             Monk Chiang  <sh.chiang04@gmail.com>
450         * config.gcc (nds32*): Add new modules to extra_objs.
451         (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
452         (nds32be-*-*): Likewise.
453         * config/nds32/nds32-cost.c: New file.
454         * config/nds32/nds32-fp-as-gp.c: New file.
455         * config/nds32/nds32-intrinsic.c: New file.
456         * config/nds32/nds32-isr.c: New file.
457         * config/nds32/nds32-md-auxiliary.c: New file.
458         * config/nds32/nds32-memory-manipulation.c: New file.
459         * config/nds32/nds32-pipelines-auxiliary.c: New file.
460         * config/nds32/nds32-predicates.c: New file.
461         * config/nds32/t-nds32: New file.
463 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
465         PR tree-optimization/61682
466         * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
467         using cases and when one of the operands is equal to 1.
469 2014-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
471         * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
472         ashr<mode>3): Correct mode of operands[2].
473         (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
474         lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
475         Correct mode of operands[2].  Fix split condition.
477 2014-07-03  Richard Earnshaw  <rearnsha@arm.com>
479         * arm.md (arch): Add armv6_or_vfpv3.
480         (arch_enabled): Add test for the above.
481         * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
482         on VFP9.
483         (sqrtsf_vfp, sqrtdf_vfp): Likewise.
485 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
487         * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
488         * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
489         HWI 1 and negate the unsigned value.
490         * expmed.c (expand_sdiv_pow2): For modes wider than word always
491         use AND instead of shift.
492         * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
494 2014-07-03  Marek Polacek  <polacek@redhat.com>
496         * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
497         (-fsanitize=float-divide-by-zero): Move to the table with
498         -fsanitize=undefined suboptions.
499         (-fsanitize=float-cast-overflow): Likewise.
501 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
503         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
504         BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
505         endianness.
507 2014-07-03  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
509         * loop-invariant.c (struct invariant): Add a new member: eqno;
510         (find_identical_invariants): Update eqno;
511         (create_new_invariant): Init eqno;
512         (get_inv_cost): Compute comp_cost with eqno;
514 2014-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
516         * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
517         (walk_insn_part) <ROTATE, ROTATERT>: New cases.
518         (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
519         * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
520         Only do the transformation if both HAVE_rotate and HAVE_rotatert.
522 2014-07-02  Christian Bruel  <christian.bruel@st.com>
524         PR target/29349
525         PR target/53513
526         * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
527         (make_preds_opaque): Delete.
528         (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
529         (commit_mode_sets): New function.
530         (optimize_mode_switching): Handle current_mode to mode_switching_emit.
531         Process all modes at once.
532         * basic-block.h (pre_edge_lcm_avs): Declare.
533         * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
534         Call clear_aux_for_edges. Fix comments.
535         (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
536         (pre_edge_rev_lcm): Idem.
537         * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
538         parameter.
539         * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
540         * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
541         Idem.
542         * config/i386/i386.c (x96_emit_mode_set): Idem.
543         * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
544         * config/sh/sh.md (toggle_pr):  Defined if TARGET_FPU_SINGLE.
545         (fpscr_toggle) Disallow from delay slot.
546         * target.def (emit_mode_set): Add prev_mode parameter.
547         * doc/tm.texi: Regenerate.
549 2014-07-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
551         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
552         variable i.
554 2014-07-01  Jan Hubicka   <hubicka@ucw.cz>
556         * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
557         vtable_pointer_value_to_vtable): Constify.
558         (contains_polymorphic_type_p): Declare.
559         * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
560         vtable_pointer_value_to_vtable): Constify.
561         (contains_polymorphic_type_p): New predicate.
562         * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
563         polymorphic types.
564         (ipa_set_ancestor_jf): Likewise.
565         (detect_type_change): Return false in easy cases.
566         (compute_complex_assign_jump_func): Require type to contain
567         polymorphic type.
568         (compute_known_type_jump_func): Likewise.
570 2014-07-01  Jan Hubicka   <hubicka@ucw.cz>
572         * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
573         Remove.
574         (type_in_anonymous_namespace_p): Constify argument.
575         * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
576         * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
577         (main_odr_variant): New function.
578         (hash_type_name): Make static; update assert; do not ICE on
579         non-records.
580         (types_same_for_odr): Bring here from tree.c; simplify and remove
581         old structural comparing code that doesn't work for templates.
582         (odr_hasher::equal): Update assert.
583         (add_type_duplicate): Return true when bases should be computed;
584         replace incomplete loader by complete; do not output duplicated
585         warnings; do not ICE on non-records; set odr_violated flag.
586         (get_odr_type): Be ready to replace incomplete type by complete
587         one; work on ODR variants instead of main variants; reorder item
588         in array so bases have still smaller indexes.
589         (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
590         (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
592 2014-07-01  Cary Coutant  <ccoutant@google.com>
594         * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
595         lookup.
596         (resolve_addr_in_expr): When replacing the rtx in a location list
597         entry, get a new address table entry.
598         (dwarf2out_finish): Call index_location_lists even if there are no
599         addr_index_table entries yet.
601 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
603         * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
604         change for not being obvious.
606 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
608         * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
609         unused argument.
611 2014-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
613         * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
614         (vcagt_f64): Likewise.
615         (vcale_f64): Likewise.
616         (vcaled_f64): Likewise.
617         (vcales_f32): Likewise.
618         (vcalt_f64): Likewise.
619         (vcaltd_f64): Likewise.
620         (vcalts_f32): Likewise.
622 2014-07-01  Marek Polacek  <polacek@redhat.com>
624         * doc/invoke.texi: Document -Wint-conversion.
626 2014-07-01  Marek Polacek  <polacek@redhat.com>
628         PR c/58286
629         * doc/invoke.texi: Document -Wincompatible-pointer-types.
631 2014-07-01  Martin Liska  <mliska@suse.cz>
633         IPA REF alias refactoring
634         * cgraph.h (iterate_direct_aliases): New function.
635         (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
636         * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
637         FOR_EACH_ALIAS added.
638         (cgraph_for_node_and_aliases): Likewise.
639         * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
640         * ipa-inline.c (reset_edge_caches): Likewise.
641         (update_caller_keys): Likewise.
642         * trans-mem.c (ipa_tm_execute): Likewise.
643         *varpool.c (varpool_analyze_node): Likewise.
644         (varpool_for_node_and_aliases): Likewise.
645         * ipa-ref.h (first_alias): New function.
646         (last_alias): Likewise.
647         (has_aliases_p): Likewise.
648         * ipa-ref.c (ipa_ref::remove_reference): Removal function
649         is sensitive to IPA_REF_ALIASes.
650         * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
651         are put at the beginning of the list.
652         (symtab_node::iterate_direct_aliases): New function.
654 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
656         Revert:
657         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
658         type is complete.
659         (write_ts_type_common_tree_pointers): Do not stream fields not set
660         for incomplete types; do not stream duplicated fields for variants;
661         sanity check that variant and type match.
662         (write_ts_type_non_common_tree_pointers): Likewise.
663         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
664         TYPE_SIZE whether type is complete.
665         (lto_input_ts_type_common_tree_pointers): Do same changes as in
666         write_ts_type_common_tree_pointers
667         (lto_input_ts_type_non_common_tree_pointers): Likewise.
669 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
671         * var-tracking.c (add_stores): Return instead of asserting if old
672         and new values for conditional store are the same.
674 2014-06-30  Richard Henderson  <rth@redhat.com>
676         PR rtl-opt/61608
677         PR target/39284
678         * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
679         the cfg if there were any changes.
680         * passes.def: Revert move of peephole2 after reorder_blocks;
681         move duplicate_computed_gotos before peephole2.
683 2014-06-30  Uros Bizjak  <ubizjak@gmail.com>
685         * except.c (emit_note_eh_region_end): New helper function.
686         (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
687         emit EH_REGION_END note.
688         * jump.c (cleanup_barriers): Do not split a call and its
689         corresponding CALL_ARG_LOCATION note.
691 2014-06-30  Jeff Law  <law@redhat.com>
693         PR tree-optimization/61607
694         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
695         deeper into the SSA_NAME_VALUE chain.
697 2014-06-30  Marek Polacek  <polacek@redhat.com>
699         * convert.c (convert_to_integer): Don't instrument conversions if the
700         function has no_sanitize_undefined attribute.
701         * ubsan.c: Don't run the ubsan pass if the function has
702         no_sanitize_undefined attribute.
704 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
706         * doc/invoke.texi (-fsanitize=bounds): Move to the table with
707         -fsanitize=undefined suboptions.
709 2014-06-30  Alan Lawrence  <alan.lawrence@arm.com>
711         * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
712         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
713         against bigendian and adjust indices.
715 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
717         * doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.
719 2014-06-30  Marcus Shawcroft  <marcus.shawcroft@arm.com>
721         PR target/61633
722         * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
723         Add alternative; make early clobber.  Adjust both split patterns
724         to use operand 0 as the working register.
726 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
728         * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
729         as ira_object_id_map might be NULL, or 1.
731 2014-06-30  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
733         * loop-invariant.c (get_inv_cost): Handle register class.
734         (gain_for_invariant): Check the register pressure of the inv
735         and its overlapped register class, other than all.
737 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
739         * doc/invoke.texi (Optimize Options): Fix descriptions of
740         ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
742 2014-06-29  David Wohlferd <dw@LimeGreenSocks.com>
744         * doc/extend.texi (Function Attributes): Update 'naked' attribute
745         documentation.
747 2014-06-29  Tobias Grosser <tobias@grosser.es>
749         PR bootstrap/61650
750         * graphite-isl-ast-to-gimple.c: Add missing guards.
752 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
754         * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
755         * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
756         * flag-types.h: Add new enum fgraphite_generator.
757         * graphite-isl-ast-to-gimple.c: New.
758         * graphite-isl-ast-to-gimple.h: New.
759         * graphite.c (graphite_transform_loops): Add choice of Graphite
760         code generator, which depends on flag_graphite_code_gen.
762 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
764         * graphite-dependences.c (subtract_commutative_associative_deps):
765         Add NULL checking of the following variables: must_raw_no_source,
766         may_raw_no_source, must_war_no_source, may_war_no_source,
767         must_waw_no_source, may_waw_no_source, must_raw, may_raw,
768         must_war, may_war, must_waw, may_waw.
770 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
772         * graphite-clast-to-gimple.c: gloog is renamed to
773         graphite_regenerate_ast_cloog.  gloog_error is renamed to
774         graphite_regenerate_error.
775         * graphite-clast-to-gimple.h: The definition of the struct
776         bb_pbb_def is moved to graphite-htab.h.
777         Add inclusion of the hash-table.h.
778         * graphite-htab.h: The declaration of the function gloog is moved
779         to graphite-clast-to-gimple.h and renamed to
780         graphite_regenerate_ast_cloog.
781         * graphite.c (graphite_transform_loops): gloog is renamed
782         to graphite_regenerate_ast_cloog.
784 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
786         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
787         type is complete.
788         (write_ts_type_common_tree_pointers): Do not stream fields not set
789         for incomplete types; do not stream duplicated fields for variants;
790         sanity check that variant and type match.
791         (write_ts_type_non_common_tree_pointers): Likewise.
792         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
793         TYPE_SIZE whether type is complete.
794         (lto_input_ts_type_common_tree_pointers): Do same changes as in
795         write_ts_type_common_tree_pointers
796         (lto_input_ts_type_non_common_tree_pointers): Likewise.
798 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
800         * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
802 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
804         * tree-inline.c (remap_type_1): Do not duplicate fields
805         that are shared in between type and its main variant.
807 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
809         * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
810         of the type.
811         (ipa_set_ancestor_jf) Likewise.
812         (check_stmt_for_type_change): Check that we work on main variant.
813         (detect_type_change): Look into main variant.
814         (compute_known_type_jump_func): Check that main variant has BINFO.
816 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
818         * ipa-devirt.c (set_type_binfo): New function.
819         (add_type_duplicate): Use it.
820         (get_odr_type): Sanity check that binfos points to main variants.
821         (get_class_context): Be sure the context's outer_type is main variant.
822         (contains_type_p): Walk main variant.
823         (get_polymorphic_call_info_for_decl): Set outer_type to be
824         main variant.
825         (get_polymorphic_call_info): Likewise.
826         (possible_polymorphic_call_targets): Sanity check that we operate
827         on main variant.
829 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
831         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
833 2014-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
835         * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
836         accidental change due to wide-int branch merge.
838 2014-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
840         * configure.ac (gcc_cv_as_compress_debug): Check for assembler
841         compressed debug support.
842         (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
843         * configure: Regenerate.
844         * config.in: Regenerate.
845         * common.opt (compressed_debug_sections): New enum.
846         (gz, gz=): New options.
847         * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
848         (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
849         (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
850         * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
851         LINK_COMPRESS_DEBUG_SPEC.
852         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
853         * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
854         * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
855         (Debugging Options): Document -gz[=type].
857 2014-06-27  Martin Jambor  <mjambor@suse.cz>
859         PR ipa/61160
860         * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
861         args_to_skip, use those from node instead.  Copy args_to_skip and
862         combined_args_to_skip from node to the new thunk.
863         (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
864         (cgraph_create_virtual_clone): Moved computation of
865         combined_args_to_skip...
866         (cgraph_clone_node): ...here, simplify it to bitmap_ior..
868 2014-06-27  trevor Saunders  <tsaunders@mozilla.com>
870         * config/i386/winnt.c (i386_pe_section_type_flags): Remove
871         redundant diagnostic machinary.
873 2014-06-27  Richard Biener  <rguenther@suse.de>
875         * tree-ssa-math-opts.c (bswap_replace): Fix
876         SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
878 2014-06-27  Martin Liska  <mliska@suse.cz>
880         * gimple.h (gimple_location_safe): New function introduced.
881         * cgraphunit.c (walk_polymorphic_call_targets): Usage
882         of gimple_location_safe replaces gimple_location.
883         (gimple_fold_call): Likewise.
884         * ipa-devirt.c (ipa_devirt): Likewise.
885         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
886         * ipa.c (walk_polymorphic_call_targets): Likewise.
887         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
889 2014-06-27  Jakub Jelinek  <jakub@redhat.com>
891         PR tree-optimization/57233
892         PR tree-optimization/61299
893         * tree-vect-generic.c (get_compute_type, count_type_subparts): New
894         functions.
895         (expand_vector_operations_1): Use them.  If {L,R}ROTATE_EXPR
896         would be lowered to scalar shifts, check if corresponding
897         shifts and vector BIT_IOR_EXPR are supported and don't lower
898         or lower just to narrower vector type in that case.
899         * expmed.c (expand_shift_1): Fix up handling of vector
900         shifts and rotates.
902 2014-06-26  Uros Bizjak  <ubizjak@gmail.com>
904         PR target/61586
905         * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
907 2014-06-26  Jan Hubicka  <hubicka@ucw.cz>
909         * doc/invoke.texi (-fsemantic-interposition): Document.
910         * common.opt (fsemantic-interposition): New flag.
911         * varasm.c (decl_replaceable_p): Use it.
913 2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
915         PR target/61542
916         * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
917         extraction other than index 3.
919 2014-06-26  Teresa Johnson  <tejohnson@google.com>
921         * doc/invoke.texi: Fix typo.
922         * dumpfile.c: Add support for documented -fdump-* options
923         optimized/missed/note/optall.
925 2014-06-26  Martin Jambor  <mjambor@suse.cz>
927         * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
928         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
929         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
930         (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
931         * opts.c (default_options_optimization): Set
932         PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
933         * doc/invoke.texi (allow-load-data-races)
934         (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
935         (allow-store-data-races): Document the new default.
937 2014-06-26  Martin Jambor  <mjambor@suse.cz>
939         * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
940         renamed to ipa_impossible_devirt_target.  Fix typo.
941         * ipa-prop.h (ipa_impossible_devirt_target): Declare.
942         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
943         ipa_impossible_devirt_target.
945 2014-06-26  Richard Biener  <rguenther@suse.de>
947         PR tree-optimization/61607
948         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
949         explaining why we restrict copies on loop depth.
950         * tree-ssa-dom.c (cprop_operand): Remove restriction on
951         on loop depth.
952         (record_equivalences_from_phis): Instead add it here.
954 2014-06-26  Bernd Schmidt  <bernds@codesourcery.com>
956         * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
957         (LTO_WRAPPER_OBJS): New variable.
958         (lto-wrapper$(exeext)): Use it.
959         * collect2.c: Include "collect-utils.h".
960         (verbose, debug): Remove variables.
961         (at_file_supplied): No longer static.
962         (tool_name): New variable.
963         (do_wait, fork_execute, maybe_unlink): Don't declare.
964         (tool_cleanup): No longer static.
965         (notice): Remove function.
966         (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
967         fork_execute calls.
968         (collect_wait, do_wait, collect_execute): Remove functions.
969         (maybe_unlink): No longer static.
970         * collect2.h (verbose, debug): Don't declare.
971         (at_file_supplied): Declare.
972         * collect-utils.c (utils_cleanup): New arg from_signal.  All callers
973         changed.
974         (collect_execute): Replace with implementation from collect2, plus a
975         new arg use_atfile.  All callers changed.
976         (collect_wait): Replace with implementation from collect2.
977         (maybe_unlink_file): Remove function.
978         (fork_execute): Replace with implementation from collect2, plus a
979         new arg use_atfile.  All callers changed.
980         (do_wait): Add call to utils_cleanup to the error path.
981         * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
982         (tool_cleanup): Adjust declarations.
983         * lto-wrapper.c (tool_cleanup): Add unused bool argument.
984         * tlink.c: Include "collect-utils.h".
985         (tlink_execute): New arg use_atfile.  All callers changed.
986         (tlink_init, tlink_execute): Remove declarations.
988         * collect-utils.c (save_temps): New variable.
989         (do_wait): Use it instead of debug.  Use fatal_error.
990         * collect-utils.h (save_temps): Declare.
991         * collect2.c (verbose): Rename from vflag.  All uses changed.
992         (tool_cleanup): New function, copied from collect_atexit.
993         (collect_atexit, handler): Just call it.
994         * collect2.h (verbose): Declaration renamed from vflag.
995         * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
996         debug.
998         * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
999         (lto-wrapper$(exeext)): Link with collect-utils.o.
1000         * collect-utils.c: New file.
1001         * collect-utils.h: New file.
1002         * lto-wrapper.c: Include "collect-utils.h".
1003         (args_name): Delete variable.
1004         (tool_name): New variable.
1005         (tool_cleanup): New function.
1006         (maybe_unlink): Renamed from maybe_unlink_file.  All callers changed.
1007         (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
1008         (fork_execute): Remove functions.
1010 2014-06-26  Nick Clifton  <nickc@redhat.com>
1012         * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
1014         * doc/extend.texi (Function Attributes): Fix typo in description
1015         of RX vector attribute.
1017 2014-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
1019         * config.gcc (supported_defaults): Error when passing either
1020         --with-tune or --with-arch in conjunction with --with-cpu for ARM.
1022 2014-06-26  Richard Biener  <rguenther@suse.de>
1024         * tree-ssa-dom.c (cprop_operand): Remove restriction on
1025         propagating volatile pointers.
1027 2014-06-26  Richard Biener  <rguenther@suse.de>
1029         PR tree-optimization/61607
1030         * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
1031         loop if we redirected its latch edge.
1032         (thread_block_1): Do not cancel loops prematurely.
1034 2014-06-25  Jan Hubicka  <hubicka@ucw.cz>
1036         * toplev.c (backend_init_target): Move init_emit_regs and
1037         init_regs to...
1038         (backend_init) ... here; skip ira_init_once and backend_init_target.
1039         (target_reinit) ... and here; clear
1040         this_target_rtl->lang_dependent_initialized.
1041         (lang_dependent_init_target): Clear
1042         this_target_rtl->lang_dependent_initialized;
1043         break out rtl initialization to ...
1044         (initialize_rtl): ... here; call also backend_init_target
1045         and ira_init_once.
1046         * toplev.h (initialize_rtl): New function.
1047         * function.c: Include toplev.h
1048         (init_function_start): Call initialize_rtl.
1049         * rtl.h (target_rtl): Add target_specific_initialized,
1050         lang_dependent_initialized.
1052 2014-06-25  Paul Gortmaker  <paul.gortmaker@windriver.com>
1053             Jakub Jelinek  <jakub@redhat.com>
1055         * gcc.c (set_multilib_dir): Malloc "." pointer as well.
1057 2014-06-25  Tom de Vries  <tom@codesourcery.com>
1059         * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
1061 2014-06-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1063         * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
1064         check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
1065         Issue a strict overflow warning if appropriate.
1067 2014-06-25  Martin Liska  <mliska@suse.cz>
1069         IPA REF refactoring
1070         * Makefile.in: Removed header file (ipa-ref-inline.h).
1071         * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
1072         called.
1073         (cgraph_speculative_call_info): Likewise.
1074         (cgraph_for_node_thunks_and_aliases): Likewise.
1075         (cgraph_for_node_and_aliases): Likewise.
1076         (verify_cgraph_node): Likewise.
1077         * cgraph.h: Batch of IPA REF functions become member functions of
1078         symtab_node: add_reference, maybe_add_reference, clone_references,
1079         clone_referring, clone_reference, find_reference,
1080         remove_stmt_references, remove_all_references,
1081         remove_all_referring, dump_references, dump_referring,
1082         has_alias_p, iterate_reference, iterate_referring.
1083         * cgraphbuild.c (record_reference): New IPA REF function used.
1084         (record_type_list): Likewise.
1085         (record_eh_tables): Likewise.
1086         (mark_address): Likewise.
1087         (mark_load): Likewise.
1088         (mark_store): Likewise.
1089         (pass_build_cgraph_edges): Likewise.
1090         (rebuild_cgraph_edge): Likewise.
1091         (cgraph_rebuild_references): Likewise.
1092         (pass_remove_cgraph_callee_edges): Likewise.
1093         * cgraphclones.c (cgraph_clone_node): Likewise.
1094         (cgraph_create_virtual_clone): Likewise.
1095         (cgraph_materialize_clone): Likewise.
1096         (cgraph_materialize_all_clones): Likewise.
1097         * cgraphunit.c (cgraph_reset_node): Likewise.
1098         (cgraph_reset_node): Likewise.
1099         (analyze_function): Likewise.
1100         (assemble_thunks_and_aliases): Likewise.
1101         (expand_function): Likewise.
1102         * ipa-comdats.c (propagate_comdat_group): Likewise.
1103         (enqueue_references): Likewise.
1104         * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
1105         (create_specialized_node): Likewise.
1106         * ipa-devirt.c (referenced_from_vtable_p): Likewise.
1107         * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
1108         * ipa-inline.c (reset_edge_caches): Likewise.
1109         (update_caller_keys): Likewise.
1110         (execute): Likewise.
1111         * ipa-prop.c (remove_described_reference): Likewise.
1112         (propagate_controlled_uses): Likewise.
1113         (ipa_edge_duplication_hook): Likewise.
1114         (ipa_modify_call_arguments): Likewise.
1115         * ipa-pure-const.c (propagate_pure_const): Likewise.
1116         * ipa-ref-inline.h: Header file removed, functions moved
1117         to symtab_node class.
1118         * ipa-ref.c (remove_reference): New class member function.
1119         (cannot_lead_to_return): New class member function.
1120         (referring_ref_list): Likewise.
1121         (referred_ref_list): Likewise.
1122         Rest of functions moved to symtab_node class.
1123         * ipa-ref.h: New member functions remove_reference,
1124         cannot_lead_to_return, referring_ref_list, referred_ref_list added
1125         to ipa_ref class.
1126         ipa_ref_list class has new member functions: first_reference,
1127         first_referring, clear, nreferences.
1128         * ipa-reference.c (analyze_function): New IPA REF function used.
1129         (write_node_summary_p): Likewise.
1130         (ipa_reference_write_optimization_summary): Likewise.
1131         * ipa-split.c (split_function): Likewise.
1132         * ipa-utils.c (ipa_reverse_postorder): Likewise.
1133         * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
1134         (function_and_variable_visibility): Likewise.
1135         * ipa.c (has_addr_references_p): Likewise.
1136         (process_references): Argument type changed.
1137         (symtab_remove_unreachable_nodes): New IPA REF function used.
1138         (process_references): Likewise.
1139         (set_writeonly_bit): Likewise.
1140         * lto-cgraph.c: Implementation of new symtab_node member functions
1141         that uses new IPA REF functions.
1142         * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
1143         function used.
1144         * lto-streamer-out.c (output_symbol_p): Likewise.
1145         * lto-streamer.h (referenced_from_this_partition_p): Argument type
1146         changed.
1147         * symtab.c: Implementation of new IPA REF API.
1148         * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
1149         (ipa_tm_create_version): Likewise.
1150         (ipa_tm_execute): Likewise.
1151         * tree-emutls.c (gen_emutls_addr): Likewise.
1152         * tree-inline.c (copy_bb): Likewise.
1153         (delete_unreachable_blocks_update_callgraph): Likewise.
1154         * varpool.c (varpool_remove_unreferenced_decls): Likewise.
1155         (varpool_for_node_and_aliases): Likewise.
1157 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
1159         * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
1161 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
1163         PR bootstrap/61598
1164         * fold-const.c (fold_checksum_tree): Use a hash_table of const
1165         tree_node * instead of tree_node *.
1166         (fold): Adjust.
1167         (print_fold_checksum): Likewise.
1168         (fold_check_failed): Likewise.
1169         (debug_fold_checksum): Likewise.
1170         (fold_build1_stat_loc): Likewise.
1171         (fold_build2_stat_loc): Likewise.
1172         (fold_build3_stat_loc): Likewise.
1173         (fold_build_call_array_loc): Likewise.
1175 2014-06-25  David Edelsohn  <dje.gcc@gmail.com>
1177         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
1178         implementation with call to...
1179         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
1180         function.
1181         * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
1182         Declare.
1184 2014-06-25  Marc Glisse  <marc.glisse@inria.fr>
1186         PR tree-optimization/57742
1187         * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
1188         after replacing the statement.
1190 2014-06-25  Nick Clifton  <nickc@redhat.com>
1192         * config/v850/v850.c (GHS_default_section_names): Change to const
1193         char * type.
1194         (GHS_current_section_names): Likewise.
1195         (v850_insert_attributes): Do not build strings, just assign the
1196         names directly.  Change the type of 'chosen_section' to const
1197         char*.
1198         * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
1199         directly to the array entry.
1200         * config/v850/v850.h (GHS_default_section_names): Change to const
1201         char * type.
1202         (GHS_current_section_names): Likewise.
1204 2014-06-25  Jakub Jelinek  <jakub@redhat.com>
1206         * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
1207         (LANG_HOOKS_DECLS): Add it.
1208         * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
1209         has correct type.
1210         * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
1211         * langhooks.h (struct lang_hooks_for_decls): Add
1212         omp_clause_linear_ctor hook.
1213         * omp-low.c (lower_rec_input_clauses): Set max_vf even if
1214         OMP_CLAUSE_LINEAR_ARRAY is set.  Don't fold_convert
1215         OMP_CLAUSE_LINEAR_STEP.  For OMP_CLAUSE_LINEAR_ARRAY in
1216         combined simd loop use omp_clause_linear_ctor hook.
1218 2014-06-24  Cong Hou  <congh@google.com>
1220         * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
1221         pattern recognition.
1222         (type_conversion_p): PROMOTION is true if it's a type promotion
1223         conversion, and false otherwise.  Return true if the given expression
1224         is a type conversion one.
1225         * tree-vectorizer.h: Adjust the number of patterns.
1226         * tree.def: Add SAD_EXPR.
1227         * optabs.def: Add sad_optab.
1228         * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
1229         * expr.c (expand_expr_real_2): Likewise.
1230         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
1231         * gimple.c (get_gimple_rhs_num_ops): Likewise.
1232         * optabs.c (optab_for_tree_code): Likewise.
1233         * tree-cfg.c (estimate_operator_cost): Likewise.
1234         * tree-ssa-operands.c (get_expr_operands): Likewise.
1235         * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
1236         * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
1237         * doc/generic.texi: Add document for SAD_EXPR.
1238         * doc/md.texi: Add document for ssad and usad.
1240 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
1242         * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
1243         qualification in cast.
1245 2014-06-24  Jan Hubicka  <hubicka@ucw.cz>
1247         * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
1248         * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
1249         * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
1250         (tree_function_decl): ... here.
1251         * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
1252         streaming of vindex to ...
1253         (write_ts_function_decl_tree_pointers): ... here.
1254         * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
1255         Do not stream DECL_VINDEX.
1256         (lto_input_ts_function_decl_tree_pointers): Stream it here.
1258 2014-06-24  Catherine Moore  <clm@codesourcery.com>
1259             Sandra Loosemore  <sandra@codesourcery.com>
1261         * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
1262         * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
1263         * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
1265 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
1267         * doc/invoke.texi (Warning Options): Remove duplicated
1268         -Wmaybe-uninitialized.
1270 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
1272         PR tree-optimization/57742
1273         * tree-ssa-strlen.c (get_string_length): Ignore malloc.
1274         (handle_builtin_malloc, handle_builtin_memset): New functions.
1275         (strlen_optimize_stmt): Call them.
1276         * passes.def: Move strlen after loop+dom but before vrp.
1278 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
1280         PR target/61570
1281         * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
1282         model family 6 CPU with has_longmode never use a CPU without
1283         64-bit support.
1285 2014-06-24  H.J. Lu  <hongjiu.lu@intel.com>
1287         PR target/61570
1288         * config/i386/driver-i386.c (host_detect_local_cpu): Revert
1289         the last change.
1291 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
1293         * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
1294         * dominance.c (iterate_fix_dominators): Use hash_map instead of
1295         pointer_map.
1296         * hash-map.h: New file.
1297         * ipa-comdats.c: Use hash_map instead of pointer_map.
1298         * ipa.c: Likewise.
1299         * lto-section-out.c: Adjust.
1300         * lto-streamer.h: Replace pointer_map with hash_map.
1301         * symtab.c (verify_symtab): Likewise.
1302         * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
1303         * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
1304         * tree-streamer.h: Likewise.
1305         * tree-streamer.c: Adjust.
1306         * pointer-set.h: Remove pointer_map.
1308 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
1310         * hash-table.h: Add a template arg to choose between storing values
1311         and storing pointers to values, and then provide partial
1312         specializations for both.
1313         * tree-browser.c (tree_upper_hasher): Provide the type the hash table
1314         should store, not the type values should point to.
1315         * tree-into-ssa.c (var_info_hasher): Likewise.
1316         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
1317         * tree-complex.c: Adjust.
1318         * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
1319         table instead of int_tree_map *.
1320         * tree-parloops.c: Adjust.
1321         * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
1322         type is being stored.
1323         * tree-vectorizer.c: Adjust.
1325 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
1327         * hash-table.h: Remove a layer of indirection from hash_table so that
1328         it contains the hash table's data instead of a pointer to the data.
1329         * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
1330         config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
1331         config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
1332         data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
1333         fold-const.c, gcse.c, ggc-common.c,
1334         gimple-ssa-strength-reduction.c, gimplify.c,
1335         graphite-clast-to-gimple.c, graphite-dependences.c,
1336         graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
1337         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
1338         loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
1339         lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
1340         postreload-gcse.c, sese.c, statistics.c, store-motion.c,
1341         trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
1342         tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
1343         tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
1344         tree-ssa-live.c, tree-ssa-loop-im.c,
1345         tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
1346         tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
1347         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
1348         tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
1349         tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
1350         tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
1351         vtable-verify.c, vtable-verify.h: Adjust.
1353 2014-06-24  Richard Biener  <rguenther@suse.de>
1355         PR tree-optimization/61572
1356         * tree-ssa-sink.c (statement_sink_location): Do not sink
1357         loads from hard registers.
1359 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
1361         * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
1362         not mentioned in clauses use private clause if the iterator is
1363         declared in #pragma omp for simd, and when adding lastprivate
1364         instead, add it to the outer #pragma omp for too.  Diagnose
1365         if the variable is private in outer context.  For simd collapse > 1
1366         loops, replace all iterators with temporaries.
1367         * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
1368         same even in collapse > 1 loops.
1370         * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
1371         OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
1372         non-NULL.
1373         <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
1374         (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
1375         non-NULL.
1376         (gimplify_adjust_omp_clauses): Likewise.
1377         * omp-low.c (lower_rec_simd_input_clauses,
1378         lower_rec_input_clauses, expand_omp_simd): Handle non-constant
1379         safelen the same as safelen(1).
1380         * tree-nested.c (convert_nonlocal_omp_clauses,
1381         convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED.  For
1382         OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
1383         (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
1384         Fixup handling of GIMPLE_OMP_TARGET.
1385         (convert_tramp_reference_stmt, convert_gimple_call): Handle
1386         GIMPLE_OMP_TARGET.
1388 2014-06-24  Chung-Lin Tang  <cltang@codesourcery.com>
1390         PR tree-optimization/61554
1391         * tree-ssa-propagate.c: Include "bitmap.h".
1392         (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
1393         properly update constructor/destructor.
1394         (substitute_and_fold_dom_walker::before_dom_children):
1395         Remove call to gimple_purge_dead_eh_edges, add bb->index to
1396         need_eh_cleaup instead.
1397         (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
1398         need_eh_cleanup.
1400 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
1402         * varpool.c (dump_varpool_node): Dump used_by_single_function.
1403         * tree-pass.h (make_pass_ipa_single_use): New pass.
1404         * cgraph.h (used_by_single_function): New flag.
1405         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
1406         Stream it.
1407         * passes.def (pass_ipa_single_use): Scedule.
1408         * ipa.c (BOTTOM): New macro.
1409         (meet): New function
1410         (propagate_single_user): New function.
1411         (ipa_single_use): New function.
1412         (pass_data_ipa_single_use): New pass.
1413         (pass_ipa_single_use): New pass.
1414         (pass_ipa_single_use::gate): New gate.
1415         (make_pass_ipa_single_use): New function.
1417 2014-06-23  Kai Tietz  <ktietz@redhat.com>
1419         PR target/39284
1420         * passes.def (peephole2): Move peephole2 pass before sched2 pass.
1421         * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
1423 2014-06-23  Richard Biener  <rguenther@suse.de>
1425         * tree-ssa-loop.c (gate_loop): New function.
1426         (pass_tree_loop::gate): Call it.
1427         (pass_data_tree_no_loop, pass_tree_no_loop,
1428         make_pass_tree_no_loop): New.
1429         * tree-vectorizer.c: Include tree-scalar-evolution.c
1430         (pass_slp_vectorize::execute): Initialize loops and SCEV if
1431         required.
1432         (pass_slp_vectorize::clone): New method.
1433         * timevar.def (TV_TREE_NOLOOP): New.
1434         * tree-pass.h (make_pass_tree_no_loop): Declare.
1435         * passes.def (pass_tree_no_loop): New pass group with
1436         SLP vectorizer.
1438 2014-06-23  H.J. Lu  <hongjiu.lu@intel.com>
1440         PR target/61570
1441         * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
1442         to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
1444 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
1446         * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
1447         "yes" where needed.
1449 2014-06-23  Alan Modra  <amodra@gmail.com>
1451         PR bootstrap/61583
1452         * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
1453         to zero on debug statements.
1455 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
1457         PR target/60825
1458         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
1459         Ignore third operand if present by marking qualifier_internal.
1461         * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
1463         * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
1464         vector extension.
1465         (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
1466         arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
1467         (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
1468         vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
1469         vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
1470         vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
1471         vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
1472         vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
1473         vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
1474         vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
1475         vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
1476         vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
1477         vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
1478         vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
1479         vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
1480         vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
1481         logic in GCC vector extensions
1483         (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
1484         vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
1485         vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
1486         vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
1487         vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
1488         vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
1489         vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
1490         vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
1491         vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
1492         vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
1494         (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
1496         (vget_high_s64, vget_high_u64): Reimplement with GCC vector
1497         extensions.
1499         (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
1500         (vget_low_s64): Use __GET_LOW macro.
1501         (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
1502         gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
1503         (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
1504         (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
1505         __builtin_aarch64_lane_boundsi, use GCC vector extensions.
1507         (vcombine_s64): Use GCC vector extensions; remove cast.
1508         (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
1509         vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
1510         vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
1511         Fix type signature; remove cast.
1513 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
1515         PR target/60825
1516         * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
1517         V1DFmode.
1518         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
1519         add V1DFmode
1520         (BUILTIN_VD1): New.
1521         (BUILTIN_VD_RE): Remove.
1522         (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
1523         (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
1524         * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
1525         variant but not df.
1526         (vreinterpretv1df*, vreinterpret*v1df): New.
1527         (vreinterpretdf*, vreinterpret*df): Remove.
1528         * config/aarch64/aarch64-simd.md (aarch64_create,
1529         aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
1530         * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
1531         (VD1): New.
1532         * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
1533         (vcreate_f64): Remove cast, use v1df builtin.
1534         (vcombine_f64): Remove cast, get elements with gcc vector extensions.
1535         (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
1536         vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
1537         vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
1538         vmov_n_f64, vst1_f64): Use gcc vector extensions.
1539         (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
1540         add range check using __builtin_aarch64_im_lane_boundsi.
1541         (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
1542         vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
1543         type signature, use gcc vector extensions.
1544         (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
1545         vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
1546         vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
1547         vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
1548         vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
1549         vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
1550         vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
1551         vreinterpret_u64_f64): Use v1df builtin not df.
1553 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
1555         * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
1556         vector registers.
1558 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
1560         * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
1561         priority directly.
1563 2014-06-23  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
1565         * loop-invariant.c (pre_check_invariant_p): New function.
1566         (find_invariant_insn): Call pre_check_invariant_p.
1568 2014-06-22  Richard Henderson  <rth@redhat.com>
1570         PR target/61565
1571         * compare-elim.c (struct comparison): Add eh_note.
1572         (find_comparison_dom_walker::before_dom_children): Don't eliminate
1573         a redundant comparison in a different EH region.  Purge EH edges if
1574         necessary.
1576 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
1578         * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
1579         (var_shift): Use it.
1580         (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
1581         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
1582         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
1583         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
1584         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
1585         *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
1586         *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
1587         *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
1588         *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
1589         *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
1590         *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
1591         *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
1592         *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
1593         *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
1594         *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
1595         *rotldi3_internal15be): Use the new attribute.  Merge register and
1596         integer alternatives.
1598 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
1600         * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
1601         define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
1602         split, *ashrdi3_internal3 and split): Delete, merge into...
1603         (ashr<mode>3): New expander.
1604         (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
1605         (*ashrsi3_64): Fix formatting.  Replace "i" by "n".
1607 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
1609         * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
1610         *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
1611         *rotldi3_internal3 and split): Delete, merge into...
1612         (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
1613         (*rotlsi3_64): Fix formatting.  Fix condition.  Replace "i" by "n".
1614         Use "rotlw" extended mnemonic.
1616 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
1618         * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
1619         and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
1620         and split, *ashldi3_internal3 and split): Delete, merge into...
1621         (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
1622         (*ashlsi3_64): Fix formatting.  Replace "i" by "n".
1624 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
1626         * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
1627         (lshrsi3, two anonymous define_insns and define_splits,
1628         lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
1629         *lshrdi3_internal3 and split): Delete, merge into...
1630         (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
1631         (*lshrsi3_64): Fix formatting.  Replace "i" by "n".
1633 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
1635         * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
1636         Remove "O" alternative.
1638 2014-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
1640         * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
1641         (mips_move_from_gpr_cost): Likewise.
1642         (mips_register_move_cost): Update accordingly.
1643         (mips_secondary_reload_class): Remove name of in_p.
1645 2014-06-22  Marc Glisse  <marc.glisse@inria.fr>
1647         PR target/61503
1648         * config/i386/i386.md (x86_64_shrd, x86_shrd,
1649         ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
1651 2014-06-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1653         * config/nios2/nios2.c: Include "builtins.h".
1655 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
1657         * cgraph.h (tls_model_names): New variable.
1658         * print-tree.c (print_node): Simplify.
1659         * varpool.c (tls_model_names): New variable.
1660         (dump_varpool_node): Output tls model.
1662 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
1664         * ipa-visibility.c (function_and_variable_visibility): Disable
1665         temporarily local aliases for some targets.
1667 2014-06-20  Marek Polacek  <polacek@redhat.com>
1669         * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
1670         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
1671         into SANITIZE_UNDEFINED.
1672         * doc/invoke.texi: Describe -fsanitize=bounds.
1673         * gimplify.c (gimplify_call_expr): Add gimplification of internal
1674         functions created in the FEs.
1675         * internal-fn.c: Move "internal-fn.h" after "tree.h".
1676         (expand_UBSAN_BOUNDS): New function.
1677         * internal-fn.def (UBSAN_BOUNDS): New internal function.
1678         * internal-fn.h: Don't define internal functions here.
1679         * opts.c (common_handle_option): Add -fsanitize=bounds.
1680         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
1681         BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
1682         * tree-core.h: Define internal functions here.
1683         (struct tree_base): Add ifn field.
1684         * tree-pretty-print.c: Include "internal-fn.h".
1685         (dump_generic_node): Handle functions without CALL_EXPR_FN.
1686         * tree.c (get_callee_fndecl): Likewise.
1687         (build_call_expr_internal_loc): New function.
1688         * tree.def (CALL_EXPR): Update description.
1689         * tree.h (CALL_EXPR_IFN): Define.
1690         (build_call_expr_internal_loc): Declare.
1691         * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
1692         types.
1693         (ubsan_type_descriptor): Change bool parameter to enum
1694         ubsan_print_style.  Adjust the code.  Add handling of
1695         UBSAN_PRINT_ARRAY.
1696         (ubsan_expand_bounds_ifn): New function.
1697         (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
1698         (ubsan_build_overflow_builtin): Likewise.
1699         (instrument_bool_enum_load): Likewise.
1700         (ubsan_instrument_float_cast): Likewise.
1701         * ubsan.h (enum ubsan_print_style): New enum.
1702         (ubsan_expand_bounds_ifn): Declare.
1703         (ubsan_type_descriptor): Adjust declaration.  Use a default parameter.
1705 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
1707         * config/rs6000/rs6000.md: Append `DONE' to preparation
1708         statements of `bswap' pattern splitters.
1710 2014-06-20  Tom de Vries  <tom@codesourcery.com>
1712         * target.def (call_fusage_contains_non_callee_clobbers): Update
1713         definition.
1714         * doc/tm.texi: Regenerate.
1716 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
1717             Max Ostapenko  <m.ostapenko@partner.samsung.com>
1719         PR sanitizer/61547
1720         * asan.c (instrument_strlen_call): Fixed instrumentation of
1721         trailing byte.
1723 2014-06-20  Martin Jambor  <mjambor@suse.cz>
1725         PR ipa/61540
1726         * ipa-prop.c (impossible_devirt_target): New function.
1727         (try_make_edge_direct_virtual_call): Use it, also instead of
1728         asserting.
1730 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
1731             Max Ostapenko  <m.ostapenko@partner.samsung.com>
1733         PR sanitizer/61530
1734         * asan.c (build_check_stmt): Add condition.
1736 2014-06-20  Martin Jambor  <mjambor@suse.cz>
1738         PR ipa/61211
1739         * cgraph.c (clone_of_p): Allow skipped_branch to deal with
1740         expanded clones.
1742 2014-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1744         * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
1745         Update comments.
1746         (VCONQ): Make comment more helpful.
1747         (VCON): Delete.
1748         * config/aarch64/aarch64-simd.md
1749         (aarch64_sqdmulh_lane<mode>):
1750         Use VCOND for operands 2.  Update lane checking and flipping logic.
1751         (aarch64_sqrdmulh_lane<mode>): Likewise.
1752         (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
1753         (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
1754         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
1755         attribute of operand 3 to VCOND.
1756         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
1757         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
1758         (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
1759         (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
1760         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
1761         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
1762         define_insn.
1763         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
1764         (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
1765         (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
1766         (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
1767         (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
1768         (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
1769         operand to VCOND.  Update lane flipping and bounds checking logic.
1770         (aarch64_sqdmlal2_lane<mode>): Likewise.
1771         (aarch64_sqdmlsl_lane<mode>): Likewise.
1772         (aarch64_sqdmull_lane<mode>): Likewise.
1773         (aarch64_sqdmull2_lane<mode>): Likewise.
1774         (aarch64_sqdmlal_laneq<mode>):
1775         Replace VCON usage with VCONQ.
1776         Emit aarch64_sqdmlal_laneq<mode>_internal insn.
1777         (aarch64_sqdmlal2_laneq<mode>): Emit
1778         aarch64_sqdmlal2_laneq<mode>_internal insn.
1779         Replace VCON with VCONQ.
1780         (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
1781         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
1782         (aarch64_sqdmull_laneq<mode>): Emit
1783         aarch64_sqdmull_laneq<mode>_internal insn.
1784         Replace VCON with VCONQ.
1785         (aarch64_sqdmull2_laneq<mode>): Emit
1786         aarch64_sqdmull2_laneq<mode>_internal insn.
1787         (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
1788         * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
1789         of 3rd argument to int16x4_t.
1790         (vqdmlalh_lane_s16): Likewise.
1791         (vqdmlslh_lane_s16): Likewise.
1792         (vqdmull_high_lane_s16): Likewise.
1793         (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
1794         (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
1795         (vqdmlsl_lane_s16): Likewise.
1796         (vqdmull_lane_s16): Don't create temporary int16x8_t value.
1797         (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
1798         (vqdmlals_lane_s32): Likewise.
1799         (vqdmlsls_lane_s32): Likewise.
1800         (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
1801         (vqdmulls_lane_s32): Likewise.
1802         (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
1803         (vqdmlsl_lane_s32): Likewise.
1804         (vqdmull_lane_s32): Don't create temporary int32x4_t value.
1805         (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
1806         (vqrdmulhh_lane_s16): Likewise.
1807         (vqdmlsl_high_lane_s16): Likewise.
1808         (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
1809         (vqdmlsl_high_lane_s32): Likewise.
1810         (vqrdmulhs_lane_s32): Likewise.
1812 2014-06-20  Tom de Vries  <tom@codesourcery.com>
1814         * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
1815         get_call_reg_set_usage.
1817 2014-06-20  Tom de Vries  <tom@codesourcery.com>
1819         * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
1820         it contains all call_used_regs.
1822 2014-06-20  Tom de Vries  <tom@codesourcery.com>
1824         * final.c (collect_fn_hard_reg_usage): Add and use variable
1825         function_used_regs.
1827 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
1829         * cgraph.h (struct symtab_node): Add field in_init_priority_hash
1830         (set_init_priority, get_init_priority, set_fini_priority,
1831         get_fini_priority): New methods.
1832         * tree.c (init_priority_for_decl): Remove.
1833         (init_ttree): Do not initialize init priority.
1834         (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
1835         (decl_priority_info): Remove.
1836         (decl_init_priority_insert): Rewrite.
1837         (decl_fini_priority_insert): Rewrite.
1838         * tree.h (tree_priority_map_eq, tree_priority_map_hash,
1839         tree_priority_map_marked_p): Remove.
1840         * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
1841         * lto-streamer-out.c (hash_tree): Do not hash priorities.
1842         * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
1843         not output priorities.
1844         (pack_ts_function_decl_value_fields): Likewise.
1845         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
1846         not input priorities.
1847         (unpack_ts_function_decl_value_fields): Likewise.
1848         * symtab.c (symbol_priority_map): Declare.
1849         (init_priority_hash): Declare.
1850         (symtab_unregister_node): Unregister from priority hash, too.
1851         (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
1852         New methods.
1853         (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
1854         (symbol_priority_info): New function.
1855         (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
1856         New methods.
1857         * tree-core.h (tree_priority_map): Remove.
1859 2014-06-20  Jakub Jelinek  <jakub@redhat.com>
1861         * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
1862         0xff to uint64_t before shifting it up.
1864 2014-06-20  Julian Brown  <julian@codesourcery.com>
1865             Chung-Lin Tang  <cltang@codesourcery.com>
1867         * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
1868         TARGET_THUMB1_ONLY. Add comments.
1870 2014-06-19  Tom de Vries  <tom@codesourcery.com>
1872         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
1873         return type to void.
1874         * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
1876 2014-06-19  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
1878         * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
1879         as "move", from depends_on.
1881 2014-06-19  Terry Guo  <terry.guo@arm.com>
1883         * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
1884         stage.
1886 2014-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
1888         * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
1889         Remove cr5.
1890         (REG_ALLOC_ORDER): Update comment.  Move cr5 earlier.
1892 2014-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1894         PR target/61550
1895         * config/sh/sh.c (prepare_move_operands): Don't process TLS
1896         addresses here if reload in progress or completed.
1898 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
1900         * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
1901         "TARGET_MIPS16 ? M16_REGS : GR_REGS".
1902         * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
1903         (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
1904         (mips_register_priority): New function that implements the target
1905         hook TARGET_REGISTER_PRIORITY.
1906         (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
1907         (mips_lra_p): Likewise for TARGET_LRA_P.
1908         (TARGET_REGISTER_PRIORITY): Define macro.
1909         (TARGET_SPILL_CLASS): Likewise.
1910         (TARGET_LRA_P): Likewise.
1911         * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
1912         classes.
1913         (REG_CLASS_NAMES): Likewise.
1914         (REG_CLASS_CONTENTS): Likewise.
1915         (BASE_REG_CLASS): Use M16_SP_REGS.
1916         * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
1917         New set attribute to enable alternatives depending on the register
1918         allocator used.
1919         (*mul_acc_si_r3900, *mul_sub_si): Likewise.
1920         (*lea64): Disable pattern for MIPS16.
1921         * config/mips/mips.opt (mlra): New option.
1923 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
1925         * lra-constraints.c (base_to_reg): New function.
1926         (process_address): Use new function.
1928 2014-06-18  Tom de Vries  <tom@codesourcery.com>
1930         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
1931         * config/aarch64/aarch64.c
1932         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
1933         (aarch64_emit_call_insn): New function.
1934         (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
1935         of emit_call_insn.
1936         * config/aarch64/aarch64.md (define_expand "call_internal")
1937         (define_expand "call_value_internal", define_expand "sibcall_internal")
1938         (define_expand "sibcall_value_internal"): New.
1939         (define_expand "call", define_expand "call_value")
1940         (define_expand "sibcall", define_expand "sibcall_value"): Use internal
1941         expand variant and aarch64_emit_call_insn.
1943 2014-06-18  Radovan Obradovic  <robradovic@mips.com>
1944             Tom de Vries  <tom@codesourcery.com>
1946         * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
1947         * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
1948         Redefine to true.
1949         (arm_emit_call_insn): Add and use sibcall parameter.  Add IP and CC
1950         clobbers to CALL_INSN_FUNCTION_USAGE.
1951         (define_expand "sibcall_internal")
1952         (define_expand "sibcall_value_internal"): New.
1953         (define_expand "call", define_expand "call_value"): Add argument to
1954         arm_emit_call_insn.
1955         (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
1956         (define_expand "sibcall_value"): Use sibcall_value_internal and
1957         arm_emit_call_insn.
1959 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
1961         * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
1963 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
1965         * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
1966         __udivmoddi4.
1968 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
1970         * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
1971         push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
1972         annotations. Fix DWARF information.
1974 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
1976         * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
1977         __udivmoddi4, and fixups for negative operands.
1979 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
1981         * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
1983 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
1985         * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
1986         to __udivmoddi4.
1988 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
1990         * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
1991         manipulation.
1993 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
1995         * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
1996         describing register usage on function entry and exit.
1998 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
2000         * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
2001         (__aeabi_ldivmod): Fix whitespace.
2003 2014-06-18  Andreas Schwab  <schwab@suse.de>
2005         * doc/md.texi (Standard Names): Use @itemx for grouped items.
2006         Remove blank line after @item.
2008 2014-06-18  Richard Henderson  <rth@redhat.com>
2010         PR target/61545
2011         * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
2013 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
2015         * config/arm/arm.c (neon_vector_mem_operand): Allow register
2016         POST_MODIFY for neon loads and stores.
2017         (arm_print_operand): Output post-index register for neon loads and
2018         stores.
2020 2014-06-18  Richard Biener  <rguenther@suse.de>
2022         * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
2024 2014-06-18  Richard Biener  <rguenther@suse.de>
2026         * tree-pass.h (make_pass_dce_loop): Remove.
2027         * passes.def: Replace pass_dce_loop with pass_dce.
2028         * tree-ssa-dce.c (perform_tree_ssa_dce): If something
2029         changed free niter estimates and reset the scev cache.
2030         (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
2031         make_pass_dce_loop): Remove.
2032         * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
2033         (fini_copy_prop): Return whether something changed.  Always
2034         let substitute_and_fold perform DCE and free niter estimates
2035         and reset the scev cache if so.
2036         (execute_copy_prop): If sth changed schedule cleanup-cfg.
2037         (pass_data_copy_prop): Do not unconditionally schedule
2038         cleanup-cfg or update-ssa.
2040 2014-06-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
2042         PR tree-optimization/61518
2043         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
2044         reduction var is used in reduction stmt or phi-function only.
2046 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2048         * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
2050 2014-06-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2052         PR tree-optimization/61517
2053         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
2054         whose rhs's first tree is the source expression instead of the
2055         expression itself.
2056         (find_bswap_or_nop): Likewise.
2057         (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
2058         gimple stmt whose rhs's first tree is the source. In the memory source
2059         case, move the stmt to be replaced close to one of the original load to
2060         avoid the problem of a store between the load and the stmt's original
2061         location.
2062         (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
2063         signature.
2065 2014-06-18  Andreas Schwab  <schwab@suse.de>
2067         PR rtl-optimization/54555
2068         * postreload.c (move2add_use_add2_insn): Substitute
2069         STRICT_LOW_PART only if it is cheaper.
2071 2014-06-18  Uros Bizjak  <ubizjak@gmail.com>
2073         * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
2074         Do not use unspec as call operand.  Use memory_operand instead of
2075         memory_nox32_operand and add "m" operand constraint.  Disable
2076         pattern for TARGET_X32.
2077         (*sibcall_pop_memory): Ditto.
2078         (*sibcall_value_memory): Ditto.
2079         (*sibcall_value_pop_memory): Ditto.
2080         (sibcall peepholes): Merge SImode and DImode patterns using
2081         W mode iterator.  Use memory_operand instead of memory_nox32_operand.
2082         Disable pattern for TARGET_X32.  Check if eliminated register is
2083         really dead after call insn.  Generate call RTX without unspec operand.
2084         (sibcall_value peepholes): Ditto.
2085         (sibcall_pop peepholes): Fix call insn RTXes.  Use memory_operand
2086         instead of memory_nox32_operand.  Check if eliminated register is
2087         really dead after call insn. Generate call RTX without unspec operand.
2088         (sibcall_value_pop peepholes): Ditto.
2089         * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
2091 2014-06-18  Terry Guo  <terry.guo@arm.com>
2093         PR target/61544
2094         * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
2095         reach the head.
2097 2014-06-18  Olivier Hainque  <hainque@adacore.com>
2099         * tree-core.h (tree_block): Add an "end_locus" field, allowing
2100         memorization of the end of block source location.
2101         * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
2102         * gimplify.c (gimplify_bind_expr): Propagate the block start and
2103         end source location info we have on the block entry/exit code we
2104         generate.
2106 2014-06-18  Richard Biener  <rguenther@suse.de>
2108         * common.opt (fssa-phiopt): New option.
2109         * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
2110         but not with -Og.
2111         * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
2112         * doc/invoke.texi (-fssa-phiopt): Document.
2114 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2116         * genattrtab.c (n_bypassed): New variable.
2117         (process_bypasses): Initialise n_bypassed.
2118         Count number of bypassed reservations.
2119         (make_automaton_attrs): Allocate space for bypassed reservations
2120         rather than number of bypasses.
2122 2014-06-18  Richard Biener  <rguenther@suse.de>
2124         * tree-ssa-propagate.c (replace_phi_args_in): Return whether
2125         we propagated anything.
2126         (substitute_and_fold_dom_walker::before_dom_children): Something
2127         changed if we propagated into PHI arguments.
2128         * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
2129         we removed a stmt.
2131 2014-06-18  Evgeny Stupachenko  <evstupac@gmail.com>
2133         * config/i386/i386.c (ix86_reassociation_width): Add alternative for
2134         vector case.
2135         * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
2136         * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
2137         * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
2138         Introduces alternative way of loads group permutaions.
2139         (vect_transform_grouped_load): Try alternative way of permutations.
2141 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
2143         * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
2144         changed in ORT_TARGET region, don't jump to do_outer.
2145         (struct gimplify_adjust_omp_clauses_data): New type.
2146         (gimplify_adjust_omp_clauses_1): Adjust for data being
2147         a struct gimplify_adjust_omp_clauses_data pointer instead
2148         of tree *.  Pass pre_p as a new argument to
2149         lang_hooks.decls.omp_finish_clause hook.
2150         (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
2151         splay_tree_foreach to pass both list_p and pre_p.
2152         (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
2153         gimplify_omp_workshare, gimplify_omp_target_update): Adjust
2154         gimplify_adjust_omp_clauses callers.
2155         * langhooks.c (lhd_omp_finish_clause): New function.
2156         * langhooks-def.h (lhd_omp_finish_clause): New prototype.
2157         (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
2158         * langhooks.h (struct lang_hooks_for_decls): Add a new
2159         gimple_seq * argument to omp_finish_clause hook.
2160         * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
2161         non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
2162         (scan_omp_parallel, lower_omp_for): When adding
2163         _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
2164         * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
2165         * tree-nested.c (convert_nonlocal_omp_clauses,
2166         convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
2167         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
2169 2014-06-17  Andrew MacLeod  <amacleod@redhat.com>
2171         * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
2172         * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
2174 2014-06-17  Xinliang David Li  <davidxl@google.com>
2176         * tree-pretty-print.c (dump_function_header): Print cgraph uid.
2177         * passes.c (pass_init_dump_file): Do not set initialize
2178         flag to false unconditionally.
2180 2014-06-17  Richard Biener  <rguenther@suse.de>
2182         * genopinit.c (main): Use vec<>::qsort method.
2183         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
2184         Likewise.
2185         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
2187 2014-06-17  Matthew Fortune  <matthew.fortune@imgtec.com>
2189         * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
2190         * config/mips/mips.c (mips_expand_fcc_reload): Remove.
2191         (mips_move_to_gpr_cost): Remove ST_REGS case.
2192         (mips_move_from_gpr_cost): Likewise.
2193         (mips_register_move_cost): Likewise.
2194         (mips_secondary_reload_class): Likewise.
2196 2014-06-17  Richard Biener  <rguenther@suse.de>
2198         * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
2199         (pass_all_optimizations): Move 3rd copy-prop pass from after
2200         fre to before ifcombine/phiopt.
2202 2014-06-17  Richard Biener  <rguenther@suse.de>
2204         * tree-switch-conversion.c (collect_switch_conv_info): Simplify
2205         and allow all blocks to be forwarders.
2207 2014-06-17  Yufeng Zhang  <yufeng.zhang@arm.com>
2209         PR target/61483
2210         * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
2211         variable 'size'; calculate 'size' right in the front; use
2212         'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
2213         pcum->aapcs_stack_words.
2215 2014-06-17  Nick Clifton  <nickc@redhat.com>
2217         * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
2218         (umulhi3, mulsidi3, umulsidi3): Likewise.
2220 2014-06-17  Thomas Schwinge  <thomas@codesourcery.com>
2222         PR middle-end/61508
2223         * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
2224         check for section name.
2226 2014-06-17  Richard Biener  <rguenther@suse.de>
2228         * tree-ssa-propagate.c: Include domwalk.h.
2229         (substitute_and_fold): Outline main worker into a domwalker ...
2230         (substitute_and_fold_dom_walker::before_dom_children): ... here.
2231         Schedule stmts we can fully propagate for removal.  Remove
2232         poor-mans DCE.
2233         (substitute_and_fold): Apply a dominator walk to perform
2234         substitution.  Process stmts scheduled for removal here.
2236 2014-06-17  Richard Biener  <rguenther@suse.de>
2238         * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
2239         of PHI node moving.
2241 2014-06-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2243         * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
2244         default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
2245         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
2246         __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
2247         * config/arm/vfp.md (set_fpscr): Make pattern conditional on
2248         TARGET_HARD_FLOAT.
2249         (get_fpscr) : Likewise.
2251 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
2253         PR rtl-optimization/61325
2254         * lra-constraints.c (valid_address_p): Add forward declaration.
2255         (simplify_operand_subreg): Check address validity before and after
2256         alter_reg of memory subreg.
2258 2014-06-16  Uros Bizjak  <ubizjak@gmail.com>
2260         * config/i386/i386.c (decide_alg): Correctly handle
2261         maximum size of stringop algorithm.
2263 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
2265         * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
2267 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
2269         PR rtl-optimization/61522
2270         * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
2272 2014-06-16  Jan Hubicka  <hubicka@ucw.cz>
2274         Revert:
2275         * symtab.c (symtab_node::reset_section): New method.
2276         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
2277         for localization.
2278         * cgraph.h (reset_section): Declare.
2279         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
2280         do not consider comdat locals.
2281         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
2282         for new symbol.
2283         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
2284         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
2285         reset sections of symbols dragged out of the comdats.
2286         (function_and_variable_visibility): Reset sections of
2287         localized symbols.
2289 2014-06-16  Richard Biener  <rguenther@suse.de>
2291         PR tree-optimization/61482
2292         * tree-vrp.c (adjust_range_with_scev): Avoid setting of
2293         [-INF(OVF), +INF(OVF)] range.
2295 2014-06-16  Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2297         * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
2298         instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
2299         handling 32-bit multiplication.
2301 2014-06-16  Chung-Lin Tang  <cltang@codesourcery.com>
2303         PR middle-end/61430
2304         * lra-lives.c (process_bb_lives): Skip creating copy during
2305         insn scan when src/dest has constrained to same regno.
2307 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
2309         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
2310         DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
2312 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
2314         * asan.c (check_func): New function.
2315         (maybe_create_ssa_name): Likewise.
2316         (build_check_stmt_with_calls): Likewise.
2317         (use_calls_p): Likewise.
2318         (report_error_func): Change interface.
2319         (build_check_stmt): Allow non-integer lengths; add support
2320         for new parameter.
2321         (asan_instrument): Likewise.
2322         (instrument_mem_region_access): Moved code to build_check_stmt.
2323         (instrument_derefs): Likewise.
2324         (instrument_strlen_call): Likewise.
2325         * cfgcleanup.c (old_insns_match_p): Add support for new functions.
2326         * doc/invoke.texi: Describe new parameter.
2327         * params.def: Define new parameter.
2328         * params.h: Likewise.
2329         * sanitizer.def: Describe new builtins.
2331 2014-06-16  Richard Biener  <rguenther@suse.de>
2333         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2334         Make all defs available at the end.
2335         (eliminate): If we remove a PHI node schedule cfg-cleanup.
2337 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
2339         PR plugins/45078
2340         * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
2342 2014-06-16  Richard Sandiford  <rdsandiford@googlemail.com>
2344         PR bootstrap/61516
2345         * auto-inc-dec.c (merge_in_block): Fix location of insn_info
2346         initialization.  Replace remaining use of uid.
2348 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
2350         * c-family/c-common.c (handle_tls_model_attribute): Use
2351         set_decl_tls_model.
2352         * c-family/c-common.c (handle_tls_model_attribute): Use
2353         set_decl_tls_model.
2354         * cgraph.h (struct varpool_node): Add tls_model.
2355         * tree.c (decl_tls_model, set_decl_tls_model): New functions.
2356         * tree.h (DECL_TLS_MODEL): Update.
2357         (DECL_THREAD_LOCAL_P): Check that variable is static.
2358         (decl_tls_model): Declare.
2359         (set_decl_tls_model): Declare.
2360         * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
2361         set symbol prorperties.
2362         (get_emutls_init_templ_addr): Cleanup.
2363         (new_emutls_decl): Update.
2364         * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
2365         (lto_input_varpool_node): Likewise.
2366         * lto-streamer-out.c (hash_tree): Likewise.
2367         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
2368         not stream DECL_TLS_MODEL.
2369         * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
2370         * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
2372 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
2374         * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
2376 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
2378         * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
2379         (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
2380         lists.
2381         (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
2382         (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
2383         (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
2384         (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
2385         (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
2386         (df_get_artificial_defs, df_get_artificial_uses)
2387         (df_single_def, df_single_use): Update accordingly.
2388         (df_refs_chain_dump): Take the first element in a linked list as
2389         parameter, rather than a pointer to an array of pointers.
2390         * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
2391         * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
2392         (df_chain_create_bb_process_use): Likewise.
2393         (df_md_bb_local_compute_process_def): Likewise.
2394         * fwprop.c (process_defs, process_uses): Likewise.
2395         (register_active_defs, update_uses): Likewise.
2396         (forward_propagate_asm): Update for new df_ref linking.
2397         * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
2398         (df_null_ref_rec, df_null_mw_rec): Likewise.
2399         (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
2400         explicitly.
2401         (df_scan_free_bb_info): Remove check for null artificial_defs.
2402         (df_install_ref_incremental): Adjust for new df_ref linking.
2403         Use a single-element insertion rather than a full sort.
2404         (df_ref_chain_delete_du_chain): Take the first element
2405         in a linked list as parameter, rather than a pointer to an array of
2406         pointers.
2407         (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
2408         (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
2409         (df_insn_info_delete): Remove check for null defs and call to
2410         df_scan_free_mws_vec.
2411         (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
2412         null rather than df_null_*_rec.
2413         (df_insn_rescan_debug_internal): Likewise, and update null
2414         checks in the same way.  Remove check for null defs.
2415         (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
2416         Move a single element rather doing a full sort.
2417         (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
2418         linking.
2419         (df_notes_rescan): Likewise.  Use a merge rather than a full sort.
2420         Initialize df_ref and df_mw_hardreg lists to null rather than
2421         df_null_*_rec.
2422         (df_ref_compare): Take df_refs as parameter, transferring the
2423         old interface to...
2424         (df_ref_ptr_compare): ...this new function.
2425         (df_sort_and_compress_refs): Update accordingly.
2426         (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
2427         old interface to...
2428         (df_mw_ptr_compare): ...this new function.
2429         (df_sort_and_compress_mws): Update accordingly.
2430         (df_install_refs, df_install_mws): Return a linked list rather than
2431         an array of pointers.
2432         (df_refs_add_to_chains): Assert that old lists are empty rather
2433         than freeing them.
2434         (df_insn_refs_verify): Don't handle null defs speciailly.
2435         * web.c (union_match_dups): Update for new df_ref linking.
2437 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
2439         * df.h (df_ref_create, df_ref_remove): Delete.
2440         * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
2441         (df_ref_remove): Likewise.
2443 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
2445         * df.h (df_single_def, df_single_use): New functions.
2446         * ira.c (find_moveable_pseudos): Use them.
2448 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
2450         * df.h (FOR_EACH_INSN_INFO_MW): New macro.
2451         * df-problems.c (df_note_bb_compute): Use it.
2452         * regstat.c (regstat_bb_compute_ri): Likewise.
2454 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
2456         * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
2457         * cse.c (cse_extended_basic_block): Use them.
2458         * dce.c (mark_artificial_use): Likewise.
2459         * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
2460         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
2461         (df_chain_remove_problem, df_chain_bb_dump): Likewise.
2462         (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
2463         (df_simulate_initialize_backwards): Likewise.
2464         (df_simulate_finalize_backwards): Likewise.
2465         (df_simulate_initialize_forwards): Likewise.
2466         (df_md_simulate_artificial_defs_at_top): Likewise.
2467         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
2468         * regrename.c (init_rename_info): Likewise.
2469         * regstat.c (regstat_bb_compute_ri): Likewise.
2470         (regstat_bb_compute_calls_crossed): Likewise.
2472 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
2474         * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
2475         (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
2476         (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
2477         * auto-inc-dec.c (find_inc, merge_in_block): Use them.
2478         * combine.c (create_log_links): Likewise.
2479         * compare-elim.c (find_flags_uses_in_insn): Likewise.
2480         (try_eliminate_compare): Likewise.
2481         * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
2482         * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
2483         (remove_reg_equal_equiv_notes_for_defs): Likewise.
2484         (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
2485         (word_dce_process_block, dce_process_block): Likewise.
2486         * ddg.c (def_has_ccmode_p): Likewise.
2487         * df-core.c (df_bb_regno_first_def_find): Likewise.
2488         (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
2489         * df-problems.c (df_rd_simulate_one_insn): Likewise.
2490         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
2491         (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
2492         (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
2493         (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
2494         (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
2495         (df_simulate_find_defs, df_simulate_find_uses): Likewise.
2496         (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
2497         (df_simulate_uses, df_md_simulate_one_insn): Likewise.
2498         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
2499         * fwprop.c (local_ref_killed_between_p): Likewise.
2500         (all_uses_available_at, free_load_extend): Likewise.
2501         * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
2502         * hw-doloop.c (scan_loop): Likewise.
2503         * ifcvt.c (dead_or_predicable): Likewise.
2504         * init-regs.c (initialize_uninitialized_regs): Likewise.
2505         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
2506         (process_bb_node_lives): Likewise.
2507         * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
2508         (find_moveable_pseudos): Likewise.
2509         * loop-invariant.c (check_dependencies, record_uses): Likewise.
2510         * recog.c (peep2_find_free_register): Likewise.
2511         * ree.c (get_defs): Likewise.
2512         * regstat.c (regstat_bb_compute_ri): Likewise.
2513         (regstat_bb_compute_calls_crossed): Likewise.
2514         * sched-deps.c (find_inc, find_mem): Likewise.
2515         * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
2516         (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
2517         * shrink-wrap.c (requires_stack_frame_p): Likewise.
2518         (prepare_shrink_wrap): Likewise.
2519         * store-motion.c (compute_store_table, build_store_vectors): Likewise.
2520         * web.c (union_defs, pass_web::execute): Likewise.
2521         * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
2522         (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
2524 2014-06-13  Vladimir Makarov  <vmakarov@redhat.com>
2526         * lra-assign.c (assign_by_spills): Add code to assign vector regs
2527         to inheritance pseudos.
2528         * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
2530 2014-06-13  Peter Bergner  <bergner@vnet.ibm.com>
2532         PR target/61415
2533         * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
2534         (BU_MISC_2): Rename to ...
2535         (BU_LDBL128_2): ... this.
2536         * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
2537         (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
2538         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
2539         RS6000_BTM_LDBL128.
2540         (rs6000_invalid_builtin): Add long double 128-bit builtin support.
2541         (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
2542         * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
2543         (unpacktf_1): Likewise.
2544         * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
2545         (__builtin_longdouble_dw1): Likewise.
2546         * doc/sourcebuild.texi (longdouble128): Document.
2548 2014-06-13  Jeff Law  <law@redhat.com>
2550         PR rtl-optimization/61094
2551         PR rtl-optimization/61446
2552         * ree.c (combine_reaching_defs): Get the mode for the copy from
2553         the extension insn rather than the defining insn.
2555 2014-06-13  Dehao Chen  <dehao@google.com>
2557         * dwarf2out.c (add_linkage_name): Emit more linkage name.
2559 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2561         * doc/install.texi (--enable-linker-plugin-configure-flags)
2562         (--enable-linker-plugin-flags): Document new flags.
2564 2014-06-13  Martin Jambor  <mjambor@suse.cz>
2566         PR ipa/61186
2567         * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
2568         cache_token if returning early.
2570 2014-06-13  Nick Clifton  <nickc@redhat.com>
2572         * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
2573         requested alignment is active.
2574         (LABEL_ALIGN): Likewise.
2575         (LOOP_ALIGN): Likewise.
2577 2014-06-13  Richard Biener  <rguenther@suse.de>
2579         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2580         Rewrite to propagate the VN result into all uses where
2581         possible and to remove stmts becoming dead because of that.
2582         (eliminate): Generalize stmt removal handling, remove in
2583         reverse dominator order to support proper debug stmt
2584         generation.  Update stmts before removing stmts.
2585         * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
2587 2014-06-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2589         PR tree-optimization/61375
2590         * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
2591         symbolic number cannot be represented in an uint64_t.
2592         (find_bswap_or_nop_1): Likewise.
2594 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
2596         * symtab.c (symtab_node::reset_section): New method.
2597         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
2598         for localization.
2599         * cgraph.h (reset_section): Declare.
2600         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
2601         do not consider comdat locals.
2602         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
2603         for new symbol.
2604         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
2605         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
2606         reset sections of symbols dragged out of the comdats.
2607         (function_and_variable_visibility): Reset sections of
2608         localized symbols.
2610 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
2612         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
2613         to use symtab and decl_binds_to_current_def_p
2614         * tree-vectorizer.c (increase_alignment): Increase alignment
2615         of alias target, too.
2617 2014-06-12  Jakub Jelinek  <jakub@redhat.com>
2619         PR middle-end/61486
2620         * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
2621         (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
2622         if outer combined construct is distribute.
2623         (gimplify_omp_for): For OMP_DISTRIBUTE set
2624         gimplify_omp_ctxp->distribute.
2625         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
2626         GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
2627         mapping into decl map.
2629 2014-06-12  Jason Merrill  <jason@redhat.com>
2631         * common.opt (fabi-version): Change default to 0.
2633 2014-06-12  Jason Merrill  <jason@redhat.com>
2635         * toplev.c (process_options): Reject -fabi-version=1.
2637 2014-06-12  Jeff Law  <law@redhat.com>
2639         PR tree-optimization/61009
2640         * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
2641         value when we stop processing a block due to problematic PHIs.
2643 2014-06-12  Alan Lawrence  <alan.lawrence@arm.com>
2645         * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
2646         vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
2647         vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
2648         vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
2649         vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
2650         vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
2651         vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
2652         are not in the spec.
2654 2014-06-10  Alan Lawrence  <alan.lawrence@arm.com>
2656         PR target/59843
2657         * config/aarch64/aarch64-modes.def: Add V1DFmode.
2658         * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
2659         Support V1DFmode.
2661 2014-06-12  Eric Botcazou  <ebotcazou@adacore.com>
2663         * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
2665 2014-06-12  Georg-Johann Lay  <avr@gjlay.de>
2667         PR target/61443
2668         * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
2669         loading from address spaces.
2671 2014-06-12  Martin Liska  <mliska@suse.cz>
2673         PR ipa/61462
2674         * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
2675         statement is reachable.
2677 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
2679         * symtab.c (section_hash): New hash.
2680         (symtab_unregister_node): Clear section before freeing.
2681         (hash_section_hash_entry): New haser.
2682         (eq_sections): New function.
2683         (symtab_node::set_section_for_node): New method.
2684         (set_section_1): Update.
2685         (symtab_node::set_section): Take string instead of tree as parameter.
2686         (symtab_resolve_alias): Update.
2687         * cgraph.h (section_hash_entry_d): New structure.
2688         (section_hash_entry): New typedef.
2689         (cgraph_node): Change comdat_group_ to x_comdat_group,
2690         change section_ to x_section and turn into section_hash_entry;
2691         update accestors; put set_section_for_node offline.
2692         * tree.c (decl_section_name): Turn into string.
2693         (set_decl_section_name): Change parameter to be string.
2694         * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
2695         * sdbout.c (sdbout_one_type): Update.
2696         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
2697         * varasm.c (IN_NAMED_SECTION, get_named_section,
2698         resolve_unique_section, hot_function_section, get_named_text_section,
2699         USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
2700         make_decl_rtl, default_unique_section): Update.
2701         * config/c6x/c6x.c (c6x_in_small_data_p): Update.
2702         (c6x_elf_unique_section): Update.
2703         * config/nios2/nios2.c (nios2_in_small_data_p): Update.
2704         * config/pa/pa.c (pa_function_section): Update.
2705         * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
2706         * config/ia64/ia64.c (ia64_in_small_data_p): Update.
2707         * config/arc/arc.c (arc_in_small_data_p): Update.
2708         * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
2709         * config/mcore/mcore.c (mcore_unique_section): Update.
2710         * config/mips/mips.c (mips16_build_function_stub): Update.
2711         (mips16_build_call_stub): Update.
2712         (mips_function_rodata_section): Update.
2713         (mips_in_small_data_p): Update.
2714         * config/score/score.c (score_in_small_data_p): Update.
2715         * config/rx/rx.c (rx_in_small_data): Update.
2716         * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
2717         (rs6000_xcoff_asm_named_section): Update.
2718         (rs6000_xcoff_unique_section): Update.
2719         * config/frv/frv.c (frv_string_begins_with): Update.
2720         (frv_in_small_data_p): Update.
2721         * config/v850/v850.c (v850_encode_data_area): Update.
2722         * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
2723         (bfin_handle_l1_data_attribute): Update.
2724         (bfin_handle_l2_attribute): Update.
2725         * config/mep/mep.c (mep_unique_section): Update.
2726         * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
2727         Update.
2728         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
2729         (h8300_handle_tiny_data_attribute): Update.
2730         * config/m32r/m32r.c (m32r_in_small_data_p): Update.
2731         (m32r_in_small_data_p): Update.
2732         * config/alpha/alpha.c (alpha_in_small_data_p): Update.
2733         * config/i386/i386.c (ix86_in_large_data_p): Update.
2734         * config/i386/winnt.c (i386_pe_unique_section): Update.
2735         * config/darwin.c (darwin_function_section): Update.
2736         * config/lm32/lm32.c (lm32_in_small_data_p): Update.
2737         * tree-emutls.c (get_emutls_init_templ_addr): Update.
2738         (new_emutls_decl): Update.
2739         * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
2740         input_varpool_node): Update.
2741         (ead_string_cst): Turn to ...
2742         (read_string): ... this one.
2743         * dwarf2out.c (secname_for_decl): Update.
2744         * asan.c (asan_protect_global): Update.
2746 2014-06-11  DJ Delorie  <dj@redhat.com>
2748         * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
2749         cache lines.
2750         * config/rx/rx.c (rx_option_override): Likewise.
2751         (rx_align_for_label): Likewise.
2753         * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
2755 2014-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
2757         * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
2758         prototype.
2760 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
2762         * common.md: New file.
2763         * doc/md.texi: Update description of generic, machine-independent
2764         constraints.
2765         * config/s390/constraints.md (e): Delete.
2766         * Makefile.in (md_file): Include common.md.
2767         * config/m32c/t-m32c (md_file): Likewise.
2768         * genpreds.c (general_mem): New array.
2769         (generic_constraint_letters): Remove constraints now defined by
2770         common.md.
2771         (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
2772         Allow the first character to be '<' or '>' as well.
2773         * genoutput.c (general_mem): New array.
2774         (indep_constraints): Remove constraints now defined by common.md.
2775         (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
2776         Remove special handling of 'm'.
2777         * ira-costs.c (record_reg_classes): Remove special handling of
2778         constraints now defined by common.md.
2779         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
2780         * ira-lives.c (single_reg_class): Likewise.
2781         (ira_implicitly_set_insn_hard_regs): Likewise.
2782         * lra-constraints.c (reg_class_from_constraints): Likewise.
2783         (process_alt_operands, process_address, curr_insn_transform): Likewise.
2784         * postreload.c (reload_cse_simplify_operands): Likewise.
2785         * reload.c (push_secondary_reload, scratch_reload_class)
2786         (find_reloads, alternative_allows_const_pool_ref): Likewise.
2787         * reload1.c (maybe_fix_stack_asms): Likewise.
2788         * targhooks.c (default_secondary_reload): Likewise.
2789         * stmt.c (parse_output_constraint): Likewise.
2790         * recog.c (preprocess_constraints): Likewise.
2791         (constrain_operands, peep2_find_free_register): Likewise.
2792         (asm_operand_ok): Likewise, but add a comment saying why 'o'
2793         must be handled specially.
2795 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
2797         * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
2798         * genpreds.c (have_const_dbl_constraints): Delete.
2799         (add_constraint): Don't set it.
2800         (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
2801         * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
2802         constraints using the lookup_constraint logic.
2803         * ira-lives.c (single_reg_class): Likewise.
2804         * ira.c (ira_setup_alts): Likewise.
2805         * lra-constraints.c (process_alt_operands): Likewise.
2806         * recog.c (asm_operand_ok, constrain_operands): Likewise.
2807         * reload.c (find_reloads): Likewise.
2809 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
2811         * genpreds.c (const_int_start, const_int_end): New variables.
2812         (choose_enum_order): Output CONST_INT constraints before memory
2813         constraints.
2814         (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
2815         Add CT_CONST_INT.
2816         * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
2817         * ira.c (ira_setup_alts): Likewise.
2818         * lra-constraints.c (process_alt_operands): Likewise.
2819         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
2820         * reload.c (find_reloads): Likewise.
2822 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
2824         * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
2825         decmem_ok and incmem_ok.  Reformat other bitfields for consistency.
2826         * recog.c (preprocess_constraints): Update accordingly.
2828 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
2830         * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
2831         (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
2832         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
2833         * genpreds.c (print_type_tree): New function.
2834         (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
2835         REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
2836         EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
2837         Write out enum constraint_type and get_constraint_type.
2838         * lra-constraints.c (satisfies_memory_constraint_p): Take a
2839         constraint_num rather than a constraint string.
2840         (satisfies_address_constraint_p): Likewise.
2841         (reg_class_from_constraints): Avoid old constraint macros.
2842         (process_alt_operands, process_address_1): Likewise.
2843         (curr_insn_transform): Likewise.
2844         * ira-costs.c (record_reg_classes): Likewise.
2845         (record_operand_costs): Likewise.
2846         * ira-lives.c (single_reg_class): Likewise.
2847         (ira_implicitly_set_insn_hard_regs): Likewise.
2848         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
2849         * postreload.c (reload_cse_simplify_operands): Likewise.
2850         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
2851         (constrain_operands, peep2_find_free_register): Likewise.
2852         * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
2853         (find_reloads, alternative_allows_const_pool_ref): Likewise.
2854         * reload1.c (maybe_fix_stack_asms): Likewise.
2855         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
2856         * targhooks.c (default_secondary_reload): Likewise.
2857         * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
2858         to EXTRA_CONSTRAINT_STR.
2859         * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
2861 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
2863         * genpreds.c (write_constraint_satisfied_p_1): Replace with...
2864         (write_constraint_satisfied_p_array): ...this new function.
2865         (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
2866         an array.
2867         (write_insn_preds_c): Update accordingly.
2869 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
2871         * genpreds.c (write_lookup_constraint): Rename to...
2872         (write_lookup_constraint_1): ...this.
2873         (write_lookup_constraint_array): New function.
2874         (write_tm_preds_h): Define lookup_constraint as an inline function
2875         that uses write_lookup_constraint_array where possible.
2876         (write_insn_preds_c): Update for the changes above.
2878 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
2880         * doc/md.texi (regclass_for_constraint): Rename to...
2881         (reg_class_for_constraint): ...this.
2882         * genpreds.c (num_constraints, enum_order, register_start)
2883         (register_end, satisfied_start, memory_start, memory_end)
2884         (address_start, address_end): New variables.
2885         (add_constraint): Count the number of constraints.
2886         (choose_enum_order): New function.
2887         (write_enum_constraint_num): Iterate over enum_order.
2888         (write_regclass_for_constraint): Rename to...
2889         (write_reg_class_for_constraint_1): ...this and update output
2890         accordingly.
2891         (write_constraint_satisfied_p): Rename to...
2892         (write_constraint_satisfied_p_1): ...this and update output
2893         accordingly.  Do nothing if all extra constraints are register
2894         constraints.
2895         (write_insn_extra_memory_constraint): Delete.
2896         (write_insn_extra_address_constraint): Delete.
2897         (write_range_function): New function.
2898         (write_tm_preds_h): Define constraint_satisfied_p and
2899         reg_class_for_constraint as inline functions that do a range check
2900         before calling the out-of-line function.  Use write_range_function
2901         to implement insn_extra_{register,memory,address}_constraint,
2902         the first of which is new.
2903         (write_insn_preds_c): Update after above changes to write_* functions.
2904         (main): Call choose_enum_order.
2906 2014-06-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2908         PR tree-optimization/61306
2909         * tree-ssa-math-opts.c (struct symbolic_number): Store type of
2910         expression instead of its size.
2911         (do_shift_rotate): Adapt to change in struct symbolic_number. Return
2912         false to prevent optimization when the result is unpredictable due to
2913         arithmetic right shift of signed type with highest byte is set.
2914         (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
2915         (init_symbolic_number): Likewise.
2916         (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
2917         when the result is unpredictable due to sign extension.
2919 2014-06-11  Terry Guo  <terry.guo@arm.com>
2921         * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
2922         (*thumb1_addsi3): Ditto.
2923         (*thumb_subdi3): Ditto.
2924         (thumb1_subsi3_insn): Ditto.
2925         (*thumb_mulsi3): Ditto.
2926         (*thumb_mulsi3_v6): Ditto.
2927         (*thumb1_andsi3_insn): Ditto.
2928         (thumb1_bicsi3): Ditto.
2929         (*thumb1_iorsi3_insn): Ditto.
2930         (*thumb1_xorsi3_insn): Ditto.
2931         (*thumb1_ashlsi3): Ditto.
2932         (*thumb1_ashrsi3): Ditto.
2933         (*thumb1_lshrsi3): Ditto.
2934         (*thumb1_rotrsi3): Ditto.
2935         (*thumb1_negdi2): Ditto.
2936         (*thumb1_negsi2): Ditto.
2937         (*thumb1_abssi2): Ditto.
2938         (*thumb1_neg_abssi2): Ditto.
2939         (*thumb1_one_cmplsi2): Ditto.
2940         (*thumb1_zero_extendhisi2): Ditto.
2941         (*thumb1_zero_extendqisi2): Ditto.
2942         (*thumb1_zero_extendqisi2_v6): Ditto.
2943         (thumb1_extendhisi2): Ditto.
2944         (thumb1_extendqisi2): Ditto.
2945         (*thumb1_movdi_insn): Ditto.
2946         (*thumb1_movsi_insn): Ditto.
2947         (*thumb1_movhi_insn): Ditto.
2948         (thumb_movhi_clobber): Ditto.
2949         (*thumb1_movqi_insn): Ditto.
2950         (*thumb1_movhf): Ditto.
2951         (*thumb1_movsf_insn): Ditto.
2952         (*thumb_movdf_insn): Ditto.
2953         (movmem12b): Ditto.
2954         (movmem8b): Ditto.
2955         (cbranchqi4): Ditto.
2956         (cbranchsi4_insn): Ditto.
2957         (cbranchsi4_scratch): Ditto.
2958         (*negated_cbranchsi4): Ditto.
2959         (*tbit_cbranch): Ditto.
2960         (*tlobits_cbranch): Ditto.
2961         (*tstsi3_cbranch): Ditto.
2962         (*cbranchne_decr1): Ditto.
2963         (*addsi3_cbranch): Ditto.
2964         (*addsi3_cbranch_scratch): Ditto.
2965         (*thumb_cmpdi_zero): Ditto.
2966         (cstoresi_eq0_thumb1): Ditto.
2967         (cstoresi_ne0_thumb1): Ditto.
2968         (*cstoresi_eq0_thumb1_insn): Ditto.
2969         (*cstoresi_ne0_thumb1_insn): Ditto.
2970         (cstoresi_nltu_thumb1): Ditto.
2971         (cstoresi_ltu_thumb1): Ditto.
2972         (thumb1_addsi3_addgeu): Ditto.
2973         (*thumb_jump): Ditto.
2974         (*call_reg_thumb1_v5): Ditto.
2975         (*call_reg_thumb1): Ditto.
2976         (*call_value_reg_thumb1_v5): Ditto.
2977         (*call_value_reg_thumb1): Ditto.
2978         (*call_insn): Ditto.
2979         (*call_value_insn): Ditto.
2980         (thumb1_casesi_internal_pic): Ditto.
2981         (thumb1_casesi_dispatch): Ditto.
2982         (*thumb1_indirect_jump): Ditto.
2983         (prologue_thumb1_interwork): Ditto.
2984         (*epilogue_insns): Ditto.
2985         (consttable_1): Ditto.
2986         (consttable_2): Ditto.
2987         (tablejump): Ditto.
2988         (*thumb1_tablejump): Ditto.
2989         (thumb_eh_return): Ditto.
2990         (define_peephole2): Two of them are thumb1 only and got moved into
2991         new file thumb1.md.
2992         (define_split): Six of them are thumb1 only and got moved into new
2993         file thumb1.md.
2994         * config/arm/thumb1.md: New file comprised of above thumb1 only
2995         patterns.
2997 2014-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2999         * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
3000         * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
3001         dependencies.
3002         * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
3003         (aarch64_crc_builtin_datum): New struct.
3004         (aarch64_crc_builtin_data): New.
3005         (aarch64_init_crc32_builtins): New function.
3006         (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
3007         (aarch64_crc32_expand_builtin): New.
3008         (aarch64_expand_builtin): Add CRC32 builtin expansion case.
3009         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
3010         __ARM_FEATURE_CRC32 when appropriate.
3011         (TARGET_CRC32): Define.
3012         * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
3013         UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
3014         UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
3015         (aarch64_<crc_variant>): New pattern.
3016         * config/aarch64/arm_acle.h: New file.
3017         * config/aarch64/iterators.md (CRC): New int iterator.
3018         (crc_variant, crc_mode): New int attributes.
3019         * doc/aarch64-acle-intrinsics.texi: New file.
3020         * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
3021         Include aarch64-acle-intrinsics.texi.
3023 2014-06-11  Evgeny Stupachenko  <evstupac@gmail.com>
3025         * tree-vect-data-refs.c (vect_grouped_store_supported): New
3026         check for stores group of length 3.
3027         (vect_permute_store_chain): New permutations for stores group of
3028         length 3.
3029         * tree-vect-stmts.c (vect_model_store_cost): Change cost
3030         of vec_perm_shuffle for the new permutations.
3032 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
3034         * ipa-visibility.c (function_and_variable_visibility): Disable virtual
3035         table rewriting temporarily on targets not supporting ONE_ONLY.
3037 2014-06-11  Richard Biener  <rguenther@suse.de>
3039         PR middle-end/61437
3040         Revert
3041         2014-06-04  Richard Biener  <rguenther@suse.de>
3043         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
3044         TREE_PUBLIC and DECL_EXTERNAL decls.
3046 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
3048         * varasm.c (set_implicit_section): New function.
3049         (resolve_unique_section): Use it to set implicit section
3050         for aliases, too.
3051         (get_named_text_section): Use symtab_get_node (decl)->implicit_section
3052         (default_function_section): Likewise.
3053         (decl_binds_to_current_def_p): Constify argument.
3054         * varasm.h (decl_binds_to_current_def_p): Update prototype.
3055         * asan.c (asan_protect_global): Use
3056         symtab_get_node (decl)->implicit_section.
3057         * symtab.c (dump_symtab_base): Dump implicit sections.
3058         (verify_symtab_base): Verify sanity of sectoins and comdats.
3059         (symtab_resolve_alias): Alias share the section of its target.
3060         (set_section_1): New function.
3061         (symtab_node::set_section): Move here, recurse to aliases.
3062         (verify_symtab): Check for duplicated symtab lists.
3063         * tree-core.h (implicit_section_name_p): Remove.
3064         * tree-vect-data-refs.c: Include varasm.h.
3065         (vect_can_force_dr_alignment_p): Fix conditional on when
3066         decl bints to current definition; use
3067         symtab_get_node (decl)->implicit_section.
3068         * cgraph.c (cgraph_make_node_local_1): Fix section set.
3069         * cgraph.h (struct symtab_node): Add implicit_section.
3070         (set_section): Rename to ...
3071         (set_section_for_node): ... this one.
3072         (set_section): Declare.
3073         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
3074         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
3075         input_overwrite_node, input_varpool_node): Stream implicit_section.
3076         * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
3077         removal; it will fail in LTO.
3079 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3081         * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
3082         Change second alternative type to f_mcr.
3083         * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
3084         and 12th alternatives' types to f_mcr and f_mrc.
3085         (*movdi_aarch64): Same for 12th and 13th alternatives.
3086         (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
3087         (aarch64_movtilow_tilow): Change type to fmov.
3089 2014-06-10  Jiong Wang  <jiong.wang@arm.com>
3091         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
3092         (aarch64_save_or_restore_callee_save_registers): Fix layout.
3094 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3096         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
3097         New expander.
3098         (aarch64_sqrdmulh_lane<mode>): Likewise.
3099         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
3100         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
3101         (aarch64_sqdmulh_laneq<mode>): New expander.
3102         (aarch64_sqrdmulh_laneq<mode>): Likewise.
3103         (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
3104         (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
3105         (aarch64_sqdmulh_lane<mode>): New expander.
3106         (aarch64_sqrdmulh_lane<mode>): Likewise.
3107         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
3108         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
3109         (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
3110         (aarch64_sqdmlal_laneq<mode>): Likewise.
3111         (aarch64_sqdmlsl_lane<mode>): Likewise.
3112         (aarch64_sqdmlsl_laneq<mode>): Likewise.
3113         (aarch64_sqdmlal2_lane<mode>): Likewise.
3114         (aarch64_sqdmlal2_laneq<mode>): Likewise.
3115         (aarch64_sqdmlsl2_lane<mode>): Likewise.
3116         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
3117         (aarch64_sqdmull_lane<mode>): Likewise.
3118         (aarch64_sqdmull_laneq<mode>): Likewise.
3119         (aarch64_sqdmull2_lane<mode>): Likewise.
3120         (aarch64_sqdmull2_laneq<mode>): Likewise.
3122 2014-06-10  Richard Biener  <rguenther@suse.de>
3124         PR tree-optimization/61438
3125         * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
3126         (eliminate_dom_walker::before_dom_children): Only try to inhibit
3127         insertion of IVs if running PRE.
3128         (eliminate): Adjust.
3129         (pass_pre::execute): Likewise.
3130         (pass_fre::execute): Likewise.
3132 2014-06-10  Richard Biener  <rguenther@suse.de>
3134         PR middle-end/61456
3135         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
3136         Do not use the main variant for the type comparison.
3137         (ncr_compar): Likewise.
3138         (nonoverlapping_component_refs_p): Likewise.
3140 2014-06-10  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3142         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
3143         REG_CFA_RESTORE mode.
3145 2014-06-10  Evgeny Stupachenko  <evstupac@gmail.com>
3147         * config/i386/i386.c (expand_vec_perm_pblendv): New.
3148         * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
3149         expand_vec_perm_pblendv.
3151 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3153         * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
3154         available.
3155         Simplify description of __crc32d and __crc32cd intrinsics.
3156         * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
3157         availability.
3159 2014-06-10  Thomas Schwinge  <thomas@codesourcery.com>
3161         PR lto/61334
3162         * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
3163         * config.in: Regenerate.
3164         * configure: Likewise.
3166 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
3168         * ipa-reference.c (is_proper_for_analysis): Exclude addressable
3169         and public vars.
3170         (intersect_static_var_sets): Remove.
3171         (propagate): Do not prune local statics.
3173 2014-06-10  Jakub Jelinek  <jakub@redhat.com>
3175         PR fortran/60928
3176         * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
3177         Set lastprivate_firstprivate even if omp_private_outer_ref
3178         langhook returns true.
3179         <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
3180         langhook, call unshare_expr on new_var and call
3181         build_outer_var_ref to get the last argument.
3183 2014-06-10  Marek Polacek  <polacek@redhat.com>
3185         PR c/60988
3186         * doc/extend.texi: Add cindex for transparent_union.
3188 2014-06-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3190         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
3191         init_symbolic_number ().
3193 2014-05-18  John David Anglin  <danglin@gcc.gnu.org>
3195         PR middle-end/61141
3196         * emit-rtl.c (reset_all_used_flags): In a sequence, check that
3197         XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
3198         (verify_rtl_sharing): Likewise.
3200 2014-06-09  Marc Glisse  <marc.glisse@inria.fr>
3202         PR c++/54442
3203         * tree.c (build_qualified_type): Use a canonical type for
3204         TYPE_CANONICAL.
3206 2014-06-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3208         * config/arm/arm-modes.def: Remove XFmode.
3210 2014-06-09  Alan Lawrence  <alan.lawrence@arm.com>
3212         PR target/61062
3213         * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
3214         vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
3215         vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
3216         vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
3217         vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
3218         vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
3219         vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
3220         vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
3221         vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
3223 2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
3225         * tree-core.h (tree_decl_with_vis): Remove section_name.
3227 2014-06-09  Kito Cheng  <kito@0xlab.org>
3229         * ira.c (ira): Don't call init_caller_save if LRA enabled
3230         since LRA use its own infrastructure to handle that.
3232 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
3234         * symtab.c (dump_symtab_base): Update dumping.
3235         (symtab_make_decl_local): Clear only DECL_COMDAT.
3236         * tree-vect-data-refs.c (Check that variable is static before
3237         tampering with sections.
3238         * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
3239         (cgraph_create_virtual_clone): Likewise.
3240         * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
3241         (decl_section_name, set_decl_section_name): New accessors.
3242         (find_decls_types_r): Do not walk section name
3243         * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
3244         (decl_comdat_group, decl_comdat_group_id): Constify.
3245         (decl_section_name, set_decl_section_name): Update.
3246         * varpool.c (varpool_finalize_named_section_flags): Use get_section.
3247         * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
3248         (cgraph_make_node_local_1): Clear section and comdat group.
3249         * cgraph.h (set_comdat_group): Sanity check.
3250         (get_section, set_section): New.
3251         * ipa-comdats.c (ipa_comdats): Use get_section.
3252         * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
3253         * lto-streamer-out.c: Do not follow section names.
3254         * c-family/c-common.c (handle_section_attribute): Update.
3255         * lto-cgraph.c (lto_output_node): Output section.
3256         (lto_output_varpool_node): Likewise.
3257         (read_comdat_group): Rename to ...
3258         (read_identifier): ... this one.
3259         (read_string_cst): New function.
3260         (input_node, input_varpool_node): Input section names.
3261         * tree-emutls.c (get_emutls_init_templ_addr): Update.
3262         (new_emutls_decl): Update.
3263         (secname_for_decl): Check section names only of static vars.
3264         * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
3265         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
3266         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
3267         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
3268         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
3269         * config/mcore/mcore.c (mcore_unique_section): Likewise.
3270         * config/mips/mips.c (mips16_build_function_stub): Likewise.
3271         * config/v850/v850.c (v850_insert_attributes): Likewise.
3272         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
3273         Likewise.
3274         (h8300_handle_tiny_data_attribute): Likewise.
3275         * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
3276         (bfin_handle_l2_attribute): Likewise.
3278 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
3280         * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
3281         remove static initializer.
3283 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
3285         * varasm.c (use_blocks_for_decl_p): Check symbol table
3286         instead of alias attribute.
3287         (place_block_symbol): Recurse on aliases.
3289 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
3291         * ipa-visibility.c: Include varasm.h
3292         (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
3294 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
3296         * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
3297         outputting aliases.
3299 2014-06-07  Steven Bosscher  <steven@gcc.gnu.org>
3301         * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
3302         from test_insn into GGC space escape via SET_SRC.
3304 2014-06-07  Eric Botcazou  <ebotcazou@adacore.com>
3306         * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
3307         call statement, if any.
3308         (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
3309         statements, if any.  Tidy up.
3311 2014-06-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
3313         PR target/61431
3314         * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
3315         iterators, VSX_D that handles 64-bit types, and VSX_LE that
3316         handles swapping the two 64-bit double words on little endian
3317         systems.  Include V1TImode and optionally TImode in VSX_LE so that
3318         these types are properly swapped.  Change all of the insns and
3319         splits that do the 64-bit swaps to use VSX_LE.
3320         (vsx_le_perm_load_<mode>): Likewise.
3321         (vsx_le_perm_store_<mode>): Likewise.
3322         (splitters for little endian memory operations): Likewise.
3323         (vsx_xxpermdi2_le_<mode>): Likewise.
3324         (vsx_lxvd2x2_le_<mode>): Likewise.
3325         (vsx_stxvd2x2_le_<mode>): Likewise.
3327 2014-06-06  Uros Bizjak  <ubizjak@gmail.com>
3329         PR target/61423
3330         * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
3331         define_insn_and_split pattern, merged from *floatunssi<mode>2_1
3332         and corresponding splitters.  Zero extend general register
3333         or memory input operand to XMM temporary.  Enable for
3334         TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
3335         (floatunssi<mode>2): Update expander predicate.
3337 2014-06-06  Vladimir Makarov  <vmakarov@redhat.com>
3339         PR rtl-optimization/61325
3340         * lra-constraints.c (process_address_1): Check scale equal to one
3341         to prevent transformation: base + scale * index => base + new_reg.
3343 2014-06-06  Richard Biener  <rguenther@suse.de>
3345         PR tree-optimization/59299
3346         * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
3347         a def operand.
3348         (nearest_common_dominator_of_uses): Likewise.
3349         (statement_sink_location): Adjust.  Support sinking loads.
3351 2014-06-06  Martin Jambor  <mjambor@suse.cz>
3353         * ipa-prop.c (get_place_in_agg_contents_list): New function.
3354         (build_agg_jump_func_from_list): Likewise.
3355         (determine_known_aggregate_parts): Renamed to
3356         determine_locally_known_aggregate_parts.  Moved some functionality
3357         to the two functions above, removed bound checks.
3359 2014-06-06  James Greenhalgh  <james.greenhalgh@arm.com>
3361         * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
3362         * config/aarch64/aarch64.c (aarch64_move_pointer): New.
3363         (aarch64_progress_pointer): Likewise.
3364         (aarch64_copy_one_part_and_move_pointers): Likewise.
3365         (aarch64_expand_movmen): Likewise.
3366         * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
3367         * config/aarch64/aarch64.md (movmem<mode>): New.
3369 2014-06-06  Bingfeng Mei  <bmei@broadcom.com>
3371         * targhooks.c (default_add_stmt_cost): Call target specific
3372         hook instead of default one.
3374 2014-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3376         * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
3377         endianness instead of host endianness.
3378         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
3379         comments.
3381 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
3383         PR debug/53927
3384         * function.c (instantiate_decls): Process the saved static chain.
3385         (expand_function_start): If not optimizing, save the static chain
3386         onto the stack.
3387         * tree-nested.c (convert_all_function_calls): Always create the static
3388         chain for nested functions if not optimizing.
3390 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
3392         * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
3394 2014-06-06  Richard Biener  <rguenther@suse.de>
3396         * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
3397         (construct_init_block): Likewise.
3398         (construct_exit_block): Likewise.
3399         (pass_expand::execute): Likewise.
3400         * graphite.c (graphite_transforms): Replace check for current_loops
3401         with a check for > 1 loops.
3402         (pass_graphite_transforms::execute): Adjust.
3403         * ipa-split.c (split_function): Remove check for current_loops.
3404         * omp-low.c (expand_parallel_call): Likewise.
3405         (expand_omp_for_init_counts): Likewise.
3406         (extract_omp_for_update_vars): Likewise.
3407         (expand_omp_for_generic): Likewise.
3408         (expand_omp_sections): Likewise.
3409         (expand_omp_target): Likewise.
3410         * tracer.c (tail_duplicate): Likewise.
3411         (pass_tracer::execute): Likewise.
3412         * trans-mem.c (expand_transaction): Likewise.
3413         * tree-complex.c (expand_complex_div_wide): Likewise.
3414         * tree-eh.c (lower_resx): Likewise.
3415         (cleanup_empty_eh_merge_phis): Likewise.
3416         * tree-predcom.c (run_tree_predictive_commoning): Replace check for
3417         current_loops with a check for > 1 loops.
3418         (pass_predcom::execute): Adjust.
3419         * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
3420         * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
3421         * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
3422         * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
3423         * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
3424         * tree-switch-conversion.c (process_switch): Likewise.
3425         * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
3426         * tree-vrp.c (vrp_visit_phi_node): Likewise.
3427         (execute_vrp): Likewise.
3428         * ubsan.c (ubsan_expand_null_ifn): Likewise.
3430 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
3432         * rtl.h (insn_location): Declare.
3433         * cfgcleanup.c (try_forward_edges): Compare the locus of locations
3434         with UNKNOWN_LOCATION.
3435         * emit-rtl.c (insn_location): New function.
3436         * final.c (notice_source_line): Check that the instruction has a
3437         location before retrieving it and use insn_location.
3438         * modulo-sched.c (loop_single_full_bb_p): Likewise.
3439         * print-rtl.c (print_rtx): Likewise.
3441 2014-06-06  Richard Biener  <rguenther@suse.de>
3443         * passes.def: Move 2nd VRP pass before phi-only-cprop.
3445 2014-06-06  Christian Bruel  <christian.bruel@st.com>
3447         PR tree-optimization/43934
3448         * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
3449         cost.
3451 2014-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
3453         * ira-lives.c (single_reg_class): Add missing break.  Explicitly
3454         return NO_REGS for extra address and memory constraints.  Handle
3455         operands that match (or are equivalent to something that matches)
3456         extra constant constraints.  Ignore other non-register operands.
3458 2014-06-06  Alan Modra  <amodra@gmail.com>
3460         PR target/61300
3461         * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
3462         * doc/tm.texi: Regenerate.
3463         * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
3464         Use throughout in place of REG_PARM_STACK_SPACE.
3465         * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
3466         "incoming" param.  Pass to rs6000_function_parms_need_stack.
3467         (rs6000_function_parms_need_stack): Add "incoming" param, ignore
3468         prototype_p when incoming.  Use function decl when incoming
3469         to handle K&R style functions.
3470         * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
3471         (INCOMING_REG_PARM_STACK_SPACE): Define.
3473 2014-06-05  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3475         PR target/52472
3476         * cfgexpand.c (expand_debug_expr): Use address space of nested
3477         TREE_TYPE for ADDR_EXPR and MEM_REF.
3479 2014-06-05  Jeff Law  <law@redhat.com>
3481         PR tree-optimization/61289
3482         * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
3483         DST_MAP parameters.   Invalidate by walking all the SSA_NAME_VALUES
3484         looking for those which match LHS.  All callers changed.
3485         (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
3486         parameters and code which manipulated them.  All callers changed.
3487         (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
3488         and DST_MAP parameters.  Simplify invalidation code by just calling
3489         invalidate_equivalences.  All callers changed.
3490         (thread_across_edge): Simplify now that we don't need to maintain
3491         the map of equivalences to invalidate.
3493 2014-06-05  Kai Tietz  <ktietz@redhat.com>
3494             Richard Henderson  <rth@redhat.com>
3496         PR target/46219
3497         * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
3498         checking for !TARGET_X32.
3499         * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
3500         (sibcall_intern): New define_insn, plus required peepholes.
3501         (sibcall_pop_intern): Likewise.
3502         (sibcall_value_intern): Likewise.
3503         (sibcall_value_pop_intern): Likewise.
3505 2014-06-05  Ilya Enkovich  <ilya.enkovich@intel.com>
3507         * tree-inline.c (tree_function_versioning): Check DF info existence
3508         before accessing it.
3510 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3512         * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
3513         frame_size.
3514         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
3515         aarch64_frame hard_fp_offset and frame_size.
3516         (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
3517         frame_size; remove original_frame_size.
3518         (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
3519         (aarch64_initial_elimination_offset): Remove frame_size and
3520         offset.  Use aarch64_frame frame_size.
3522 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3523             Jiong Wang  <jiong.wang@arm.com>
3524             Renlin  <renlin.li@arm.com>
3526         * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
3527         initialization of R30 offset.  Update offset.  Iterate core
3528         regisers upto X30.  Remove X29, X30 specific code.
3530 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3531             Jiong Wang  <jiong.wang@arm.com>
3533         * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
3534         (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
3535         (aarch64_register_saved_on_entry): Adjust test.
3537 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3539         * config/aarch64/aarch64.h (machine_function): Move
3540         saved_varargs_size from here...
3541         (aarch64_frame): ... to here.
3543         * config/aarch64/aarch64.c (aarch64_expand_prologue)
3544         (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
3545         (aarch64_initial_elimination_offset)
3546         (aarch64_setup_incoming_varargs): Adjust location of
3547         saved_varargs_size.
3549 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3551         * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
3552         layout comment.
3554 2014-06-05  Jaydeep Patil  <Jaydeep.Patil@imgtec.com>
3555             Prachi Godbole  <Prachi.Godbole@imgtec.com>
3557         * config/mips/mips-cpus.def: Add definition for p5600.  Updated
3558         mips32r5 entry to use PROCESSOR_P5600.
3559         * config/mips/mips-tables.opt: Regenerate.
3560         * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
3561         * config/mips/mips.c (mips_fmadd_bypass): New function.
3562         (mips_rtx_cost_data): Add costs for p5600.
3563         (mips_issue_rate): Add support for p5600.
3564         (mips_multipass_dfa_lookahead): Likewise.
3565         * config/mips/mips.h (TUNE_P5600): New define.
3566         (TUNE_MACC_CHAINS): Add TUNE_P5600.
3567         (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
3568         * config/mips/mips.md: Include p5600.md.
3569         (processor): Add p5600.
3570         * config/mips/p5600.md: New file.
3572 2014-06-05  Evgeny Stupachenko  <evstupac@gmail.com>
3574         * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
3575         * config/i386/predicates.md (palignr_operand): New.
3576         Indicates if permutation is suitable for palignr instruction.
3578 2014-06-05  Yuri Rumyantsev  <ysrumyan@gmail.com>
3580         PR tree-optimization/61319
3581         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
3582         stmt belongs to loop.
3584 2014-06-05  Richard Biener  <rguenther@suse.de>
3586         * gimplify.c (create_tmp_from_val): Remove is_formal parameter
3587         and set DECL_GIMPLE_REG_P unconditionally if appropriate.
3588         (lookup_tmp_var): Adjust.
3589         (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
3591 2014-06-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3593         * config/arm/arm.md (enabled): Disable opt_enabled attribute.
3595 2014-06-05  Marek Polacek  <polacek@redhat.com>
3597         PR c/49706
3598         * doc/invoke.texi: Document -Wlogical-not-parentheses.
3600 2014-06-04  Tom de Vries  <tom@codesourcery.com>
3602         * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
3603         CONST_INT.
3605 2014-06-04  Marc Glisse  <marc.glisse@inria.fr>
3607         PR tree-optimization/61385
3608         * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
3610 2014-06-04  Bernd Schmidt  <bernds@codesourcery.com>
3612         * lto-wrapper.c (fatal, fatal_perror): Remove functions.  All callers
3613         changed to use fatal_error.
3614         (main): Ensure lto_wrapper_cleanup is run atexit.
3616 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
3618         * lra-constraints.c (valid_address_p): Move earlier in file.
3619         (address_eliminator): New structure.
3620         (satisfies_memory_constraint_p): New function.
3621         (satisfies_address_constraint_p): Likewise.
3622         (process_alt_operands, process_address, curr_insn_transform): Use them.
3624 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
3626         * lra-int.h (lra_static_insn_data): Make operand_alternative a
3627         const pointer.
3628         (target_lra_int, default_target_lra_int, this_target_lra_int)
3629         (op_alt_data): Delete.
3630         * lra.h (lra_init): Delete.
3631         * lra.c (default_target_lra_int, this_target_lra_int): Delete.
3632         (init_insn_code_data_once): Remove op_alt_data handling.
3633         (finish_insn_code_data_once): Likewise.
3634         (init_op_alt_data): Delete.
3635         (get_static_insn_data): Initialize operand_alternative to null.
3636         (free_insn_recog_data): Cast operand_alternative before freeing it.
3637         (setup_operand_alternative): Take the operand_alternative as
3638         parameter and assume it isn't already cached in the static
3639         insn data.
3640         (lra_set_insn_recog_data): Update accordingly.
3641         (lra_init): Delete.
3642         * ira.c (ira_init): Don't call lra_init.
3643         * target-globals.h (this_target_lra_int): Declare.
3644         (target_globals): Remove lra_int.
3645         (restore_target_globals): Update accordingly.
3646         * target-globals.c: Don't include lra-int.h.
3647         (default_target_globals, save_target_globals): Remove lra_int.
3649 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
3651         * recog.h (operand_alternative): Convert reg_class, reject,
3652         matched and matches into bitfields.
3653         (preprocess_constraints): New overload.
3654         (preprocess_insn_constraints): New function.
3655         (preprocess_constraints): Take the insn as parameter.
3656         (recog_op_alt): Change into a pointer.
3657         (target_recog): Add x_op_alt.
3658         * recog.c (asm_op_alt): New variable.
3659         (recog_op_alt): Change into a pointer.
3660         (preprocess_constraints): New overload, replacing the old function
3661         definition with one that doesn't use global state.
3662         (preprocess_insn_constraints): New function.
3663         (preprocess_constraints): Use them.  Take the insn as parameter.
3664         Use asm_op_alt for asms.
3665         (recog_init): Free existing x_op_alt entries.
3666         * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
3667         pointer const.
3668         (make_early_clobber_and_input_conflicts): Likewise.
3669         (process_bb_node_lives): Pass the insn to process_constraints.
3670         * reg-stack.c (check_asm_stack_operands): Likewise.
3671         (subst_asm_stack_regs): Likewise.
3672         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
3673         * regrename.c (build_def_use): Likewise.
3674         * sched-deps.c (sched_analyze_insn): Likewise.
3675         * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
3676         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
3677         (note_invalid_constants): Likewise.
3678         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
3679         (ix86_legitimate_combined_insn): Make operand_alternative pointer
3680         const.
3682 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
3684         * recog.c (preprocess_constraints): Don't skip disabled alternatives.
3685         * ira-lives.c (check_and_make_def_conflict): Check for disabled
3686         alternatives.
3687         (make_early_clobber_and_input_conflicts): Likewise.
3688         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
3690 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
3692         * recog.h (alternative_class): New function.
3693         (which_op_alt): Return a const recog_op_alt.
3694         * reg-stack.c (check_asm_stack_operands): Update type accordingly.
3695         (subst_asm_stack_regs): Likewise.
3696         * config/arm/arm.c (note_invalid_constants): Likewise.
3697         * regcprop.c (copyprop_hardreg_forward_1): Likewise.  Don't modify
3698         the operand_alternative; use alternative class instead.
3699         * sel-sched.c (get_reg_class): Likewise.
3700         * regrename.c (build_def_use): Likewise.
3701         (hide_operands, restore_operands, record_out_operands): Update type
3702         accordingly.
3704 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
3706         * recog.h (recog_op_alt): Convert to a flat array.
3707         (which_op_alt): New function.
3708         * recog.c (recog_op_alt): Convert to a flat array.
3709         (preprocess_constraints): Update accordingly, grouping all
3710         operands of the same alternative together, rather than the
3711         other way around.
3712         * ira-lives.c (check_and_make_def_conflict): Likewise.
3713         (make_early_clobber_and_input_conflicts): Likewise.
3714         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
3715         * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
3716         (subst_asm_stack_regs): Likewise.
3717         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
3718         * regrename.c (hide_operands, record_out_operands): Likewise.
3719         (build_def_use): Likewise.
3720         * sel-sched.c (get_reg_class): Likewise.
3721         * config/arm/arm.c (note_invalid_constants): Likewise.
3723 2014-06-04  Jason Merrill  <jason@redhat.com>
3725         PR c++/51253
3726         PR c++/61382
3727         * gimplify.c (gimplify_arg): Non-static.
3728         * gimplify.h: Declare it.
3730 2014-06-04  Richard Biener  <rguenther@suse.de>
3732         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
3733         TREE_PUBLIC and DECL_EXTERNAL decls.
3735 2014-06-04  Matthew Fortune  <matthew.fortune@imgtec.com>
3737         * regcprop.c (copyprop_hardreg_forward_1): Account for
3738         HARD_REGNO_CALL_PART_CLOBBERED.
3740 2014-06-04  Richard Biener  <rguenther@suse.de>
3742         * configure.ac: Check whether the underlying type of int64_t
3743         is long or long long.
3744         * configure: Regenerate.
3745         * config.in: Likewise.
3746         * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
3747         (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
3749 2014-06-04  Richard Biener  <rguenther@suse.de>
3751         PR tree-optimization/60098
3752         * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
3753         we hit a kill.
3754         (dse_optimize_stmt): Simplify, now that we found a kill
3755         earlier.
3757 2014-06-04  Richard Biener  <rguenther@suse.de>
3759         * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
3760         of accesses with non-invariant address.
3762 2014-06-04  Martin Liska  <mliska@suse.cz>
3764         * cgraph.h (cgraph_make_wrapper): New function introduced.
3765         * cgraphunit.c (cgraph_make_wrapper): The function implementation.
3766         * ipa-inline.h (inline_analyze_function): The function is global.
3767         * ipa-inline-analysis.c (inline_analyze_function): Likewise.
3769 2014-06-04  Martin Liska  <mliska@suse.cz>
3771         * tree.h (private_lookup_attribute_starting): New function.
3772         (lookup_attribute_starting): Likewise.
3773         * tree.c (private_lookup_attribute_starting): Likewise.
3775 2014-06-04  Martin Liska  <mliska@suse.cz>
3777         * cgraph.h (expand_thunk): New argument added.
3778         (address_taken_from_non_vtable_p): New global function.
3779         * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
3780         * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
3781         * cgraphunit.c (analyze_function): Likewise.
3782         (assemble_thunks_and_aliases): Argument added to call.
3783         (expand_thunk): New argument forces to produce GIMPLE thunk.
3785 2014-06-04  Martin Liska  <mliska@suse.cz>
3787         * coverage.h (coverage_compute_cfg_checksum): Argument added.
3788         * coverage.c (coverage_compute_cfg_checksum): Likewise.
3789         * profile.c (branch_prob): Likewise.
3791 2014-06-04  Martin Jambor  <mjambor@suse.cz>
3793         PR ipa/61340
3794         * ipa-pure-const.c (propagate_pure_const): Add unreachable default
3795         handler for switch on an ipa_ref_use enum.
3796         * ipa-reference.c (analyze_function): Likewise.
3798 2014-06-04  Kai Tietz  <ktietz@redhat.com>
3800         * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
3801         from old call-instruction.
3803 2014-06-04  Bin Cheng  <bin.cheng@arm.com>
3805         * config/aarch64/aarch64.c (aarch64_classify_address)
3806         (aarch64_legitimize_reload_address): Support full addressing modes
3807         for vector modes.
3808         * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
3809         (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
3811 2014-06-03  Andrew Pinski  <apinski@cavium.com>
3813         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
3814         for OP0.
3816 2014-06-03  Andrew Pinski  <apinski@cavium.com>
3818         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
3819         (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
3821 2014-06-03  Kai Tietz  <ktietz@redhat.com>
3823         * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
3824         for 64-bit ms-abi.
3826 2014-06-03  Dehao Chen  <dehao@google.com>
3828         * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
3829         the same loop.
3831 2014-06-03  Marek Polacek  <polacek@redhat.com>
3833         PR c/60439
3834         * doc/invoke.texi: Document -Wswitch-bool.
3835         * function.c (stack_protect_epilogue): Cast controlling expression of
3836         the switch to int.
3837         * gengtype.c (walk_type): Generate switch expression with its
3838         controlling expression cast to int.
3840 2014-06-03  Vishnu K S  <Vishnu.k_s@atmel.com>
3842         * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
3843         and attiny841.
3844         * config/avr/avr-tables.opt: Regenerate.
3845         * config/avr/t-multilib: Regenerate.
3846         * doc/avr-mmcu.texi: Regenerate.
3848 2014-06-03  Vishnu K S  <vishnu.k_s@atmel.com>
3849             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
3851         * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
3852         (ata6617c, ata664251): Add new avr35 devices.
3853         (ata6612c): Add new avr4 device.
3854         (ata6613c, ata6614q): Add new avr5 devices.
3855         * config/avr/avr-tables.opt: Regenerate.
3856         * config/avr/t-multilib: Regenerate.
3857         * doc/avr-mmcu.texi: Regenerate.
3859 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
3861         * gcc/config/aarch64/aarch64-builtins.c
3862         (aarch64_types_binop_ssu_qualifiers): New static data.
3863         (TYPES_BINOP_SSU): Define.
3864         * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
3865         urshr_n, ushll_n): Use appropriate unsigned qualifiers.
3866         * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
3867         vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
3868         vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
3869         vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
3870         vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
3871         vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
3872         vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
3873         suffix to builtin function name, remove cast.
3874         (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
3875         vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
3876         vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
3878 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
3880         * gcc/config/aarch64/aarch64-builtins.c
3881         (aarch64_types_binop_uus_qualifiers,
3882         aarch64_types_shift_to_unsigned_qualifiers,
3883         aarch64_types_unsigned_shiftacc_qualifiers): Define.
3884         * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
3885         uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
3886         sqshlu_n, uqshl_n): Update qualifiers.
3887         * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
3888         vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
3889         vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
3890         vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
3891         vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
3892         vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
3893         vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
3894         vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
3895         vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
3896         vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
3897         vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
3898         vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
3899         vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
3900         vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
3901         vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
3902         vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
3903         vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
3904         vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
3905         vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
3906         vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
3907         vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
3908         vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
3909         vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
3910         vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
3911         vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
3912         vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
3913         vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
3915 2014-06-03  Teresa Johnson  <tejohnson@google.com>
3917         * tree-sra.c (modify_function): Record caller nodes after rebuild.
3919 2014-06-02  Jason Merrill  <jason@redhat.com>
3921         PR c++/61020
3922         * varpool.c (ctor_for_folding): Handle uninitialized vtables.
3924 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
3926         * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
3927         location == 0.
3929 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
3931         * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
3932         New pattern.
3933         * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
3934         (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
3935         * config/aarch64/iterators.md (REVERSE): New iterator.
3936         (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
3937         (rev_op): New int_attribute.
3938         * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
3939         vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
3940         vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
3941         vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
3942         vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
3943         vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
3944         vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
3945         Replace temporary __asm__ with __builtin_shuffle.
3947 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3949         * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
3950         mips64r5.
3951         * config/mips/mips-tables.opt: Regenerate.
3952         * config/mips/mips.c (mips_compute_frame_info): Changed if statement
3953         to use mips_isa_rev rather than ISA_MIPS32R2.
3954         * config/mips/mips.h (ISA_MIPS32R3): New define.
3955         (ISA_MIPS32R5): New define.
3956         (ISA_MIPS64R3): New define.
3957         (ISA_MIPS64R5): New define.
3958         (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
3959         ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
3960         (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
3961         and mips64r5.
3962         (MIPS_ISA_SYNCI_SPEC): Likewise.
3963         (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
3964         (LINK_SPEC): Added mips32r3 and mips32r5.
3965         * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
3966         to mips32r2; and mips64r3 and mips64r5 to mips64r2.
3967         * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
3968         * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
3969         * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
3970         * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
3971         * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
3973 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3975         * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
3976         options.
3977         * config/mips/mips.opt (mxpa): New option.
3978         * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
3979         assembler.
3981 2014-06-03  Martin Jambor  <mjambor@suse.cz>
3983         PR ipa/61160
3984         * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
3985         thunks.
3987 2014-06-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3989         PR tree-optimization/61328
3990         * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
3991         initialization from find_bswap_or_nop_1.
3992         (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
3993         in source_expr2 before using the size value the function sets. Also
3994         make use of init_symbolic_number () in both the old place and
3995         find_bswap_or_nop_load () to avoid reading uninitialized memory when
3996         doing recursion in the GIMPLE_BINARY_RHS case.
3998 2014-06-03  Richard Biener  <rguenther@suse.de>
4000         PR tree-optimization/61383
4001         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
4002         stmts can't trap.
4004 2014-06-03  Richard Sandiford  <rdsandiford@googlemail.com>
4006         * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
4007         (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
4008         (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
4009         (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
4010         in this file.
4011         (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
4012         (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
4013         * system.h: ...here and make it unconditional.
4014         * target.def (conditional_register_usage): Mention
4015         define_register_constraint instead of old-style constraint macros.
4016         * doc/tm.texi.in: Remove documentation for old-style constraint macros.
4017         * doc/tm.texi: Regenerate.
4018         * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
4019         protected by !USE_MD_CONSTRAINTS.
4020         * config/frv/frv.md: Remove quote from old version of documentation.
4021         * config/frv/frv.c (frv_conditional_register_usage): Likewise.
4022         * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
4023         CONST_DOUBLE_OK_FOR_LETTER.
4024         * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
4026 2014-06-02  Andrew Pinski  <apinski@cavium.com>
4028         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
4029         /lib/ld-linux32-aarch64.so.1 is used for ILP32.
4030         (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
4031         file whose name depends on -mabi= and -mbig-endian.
4032         * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
4033         Handle LP64 better and handle ilp32 too.
4034         (MULTILIB_OPTIONS): Delete.
4035         (MULTILIB_DIRNAMES): Delete.
4037 2014-06-02  Andrew MacLeod  <amacleod@redhat.com>
4039         * expr.h: Remove prototypes of functions defined in builtins.c.
4040         * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
4041         Remove prototypes of functions defined in builtins.c.
4042         * builtins.h: Update prototype list to include all exported functions.
4043         * builtins.c: (default_libc_has_function, gnu_libc_has_function,
4044         no_c99_libc_has_function): Move to targhooks.c
4045         (build_string_literal, build_call_expr_loc_array,
4046         build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
4047         to tree.c.
4048         (expand_builtin_object_size, fold_builtin_object_size): Make static.
4049         * targhooks.c (default_libc_has_function, gnu_libc_has_function,
4050         no_c99_libc_has_function): Relocate from builtins.c.
4051         * tree.c: Include builtins.h.
4052         (build_call_expr_loc_array, build_call_expr_loc_vec,
4053         build_call_expr_loc, build_call_expr, build_string_literal): Relocate
4054         from builtins.c.
4055         * fold-const.h (fold_fma): Move prototype to builtins.h.
4056         * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
4057         * asan.c: Include builtins.h.
4058         * cfgexpand.c: Likewise.
4059         * convert.c: Likewise.
4060         * emit-rtl.c: Likewise.
4061         * except.c: Likewise.
4062         * expr.c: Likewise.
4063         * fold-const.c: Likewise.
4064         * gimple-fold.c: Likewise.
4065         * gimple-ssa-strength-reduction.c: Likewise.
4066         * gimplify.c: Likewise.
4067         * ipa-inline.c: Likewise.
4068         * ipa-prop.c: Likewise.
4069         * lto-streamer-out.c: Likewise.
4070         * stmt.c: Likewise.
4071         * tree-inline.c: Likewise.
4072         * tree-object-size.c: Likewise.
4073         * tree-sra.c: Likewise.
4074         * tree-ssa-ccp.c: Likewise.
4075         * tree-ssa-forwprop.c: Likewise.
4076         * tree-ssa-loop-ivcanon.c: Likewise.
4077         * tree-ssa-loop-ivopts.c: Likewise.
4078         * tree-ssa-math-opts.c: Likewise.
4079         * tree-ssa-reassoc.c: Likewise.
4080         * tree-ssa-threadedge.c: Likewise.
4081         * tree-streamer-in.c: Likewise.
4082         * tree-vect-data-refs.c: Likewise.
4083         * tree-vect-patterns.c: Likewise.
4084         * tree-vect-stmts.c: Likewise.
4085         * config/aarch64/aarch64.c: Likewise.
4086         * config/alpha/alpha.c: Likewise.
4087         * config/arc/arc.c: Likewise.
4088         * config/arm/arm.c: Likewise.
4089         * config/avr/avr.c: Likewise.
4090         * config/bfin/bfin.c: Likewise.
4091         * config/c6x/c6x.c: Likewise.
4092         * config/cr16/cr16.c: Likewise.
4093         * config/cris/cris.c: Likewise.
4094         * config/epiphany/epiphany.c: Likewise.
4095         * config/fr30/fr30.c: Likewise.
4096         * config/frv/frv.c: Likewise.
4097         * config/h8300/h8300.c: Likewise.
4098         * config/i386/i386.c: Likewise.
4099         * config/i386/winnt.c: Likewise.
4100         * config/ia64/ia64.c: Likewise.
4101         * config/iq2000/iq2000.c: Likewise.
4102         * config/lm32/lm32.c: Likewise.
4103         * config/m32c/m32c.c: Likewise.
4104         * config/m32r/m32r.c: Likewise.
4105         * config/m68k/m68k.c: Likewise.
4106         * config/mcore/mcore.c: Likewise.
4107         * config/mep/mep.c: Likewise.
4108         * config/microblaze/microblaze.c: Likewise.
4109         * config/mips/mips.c: Likewise.
4110         * config/mmix/mmix.c: Likewise.
4111         * config/mn10300/mn10300.c: Likewise.
4112         * config/moxie/moxie.c: Likewise.
4113         * config/msp430/msp430.c: Likewise.
4114         * config/nds32/nds32.c: Likewise.
4115         * config/pa/pa.c: Likewise.
4116         * config/pdp11/pdp11.c: Likewise.
4117         * config/picochip/picochip.c: Likewise.
4118         * config/rl78/rl78.c: Likewise.
4119         * config/rs6000/rs6000.c: Likewise.
4120         * config/rx/rx.c: Likewise.
4121         * config/s390/s390.c: Likewise.
4122         * config/score/score.c: Likewise.
4123         * config/sh/sh.c: Likewise.
4124         * config/sparc/sparc.c: Likewise.
4125         * config/spu/spu.c: Likewise.
4126         * config/stormy16/stormy16.c: Likewise.
4127         * config/tilegx/tilegx.c: Likewise.
4128         * config/tilepro/tilepro.c: Likewise.
4129         * config/v850/v850.c: Likewise.
4130         * config/vax/vax.c: Likewise.
4131         * config/xtensa/xtensa.c: Likewise.
4133 2014-06-02  Jeff Law  <law@redhat.com>
4135         PR rtl-optimization/61094
4136         * ree.c (combine_reaching_defs): Do not reextend an insn if it
4137         was marked as do_no_reextend.  If a copy is needed to eliminate
4138         an extension, then mark it as do_not_reextend.
4140 2014-06-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4142         * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
4144 2014-06-02  Richard Henderson  <rth@redhat.com>
4146         PR target/61336
4147         * config/alpha/alpha.c (print_operand_address): Allow symbolic
4148         addresses inside asms.  Use output_operand_lossage instead of
4149         gcc_unreachable.
4151 2014-06-02  Uros Bizjak  <ubizjak@gmail.com>
4153         PR target/61239
4154         * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
4155         GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
4157 2014-06-02  Tom de Vries  <tom@codesourcery.com>
4159         * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
4160         case that x has VOIDmode.
4162 2014-06-02  Bernd Schmidt  <bernds@codesourcery.com>
4164         * varasm.c (copy_constant): Delete function.
4165         (build_constant_desc): Don't call it.
4167 2014-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4169         PR target/61154
4170         * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
4171         * config/arm/arm.md (mov64 splitter): Replace const_double_operand
4172         with immediate_operand.
4174 2014-06-02  Andreas Schwab  <schwab@suse.de>
4176         * config/ia64/ia64.c
4177         (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
4178         pending_data_specs first.
4180 2014-06-02  Richard Biener  <rguenther@suse.de>
4182         PR tree-optimization/61378
4183         * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
4184         valueized_anything.
4186 2014-06-01  Uros Bizjak  <ubizjak@gmail.com>
4188         * config/i386/constraints.md (Bw): Rename from 'w'.
4189         (Bz): Rename from 'z'.
4190         * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
4192 2014-06-01  Kai Tietz  <ktietz@redhat.com>
4194         PR target/61377
4195         * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
4196         * config/i386/i386.md (sibcall_insn_operand): Use Bs
4197         instead of m constraint.
4199 2014-05-31  Andreas Schwab  <schwab@linux-m68k.org>
4201         * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
4202         a separate alternative where the scratch operand 2 is marked as
4203         early clobber.
4205 2014-05-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
4207         * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
4208         (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
4209         (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
4210         and __builtins_arm_get_fpscr.
4211         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
4212         __builtins_arm_get_fpscr.
4213         (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
4214         __builtins_arm_ldfpscr.
4215         (arm_atomic_assign_expand_fenv): New function.
4216         * config/arm/vfp.md (set_fpscr): New pattern.
4217         (get_fpscr) : Likewise.
4218         * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
4219         VUNSPEC_SET_FPSCR.
4220         * doc/extend.texi (AARCH64 Built-in Functions) : Document
4221         __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
4223 2014-05-30  Jakub Jelinek  <jakub@redhat.com>
4225         * asan.c (report_error_func): Add SLOW_P argument, use
4226         BUILT_IN_ASAN_*_N if set.
4227         (build_check_stmt): Likewise.
4228         (instrument_derefs): If T has insufficient alignment,
4229         force same handling as for odd sizes.
4231         * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
4232         BUILT_IN_ASAN_REPORT_STORE_N): New.
4233         * asan.c (struct asan_mem_ref): Change access_size type to
4234         HOST_WIDE_INT.
4235         (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
4236         update_mem_ref_hash_table): Likewise.
4237         (asan_mem_ref_hasher::hash): Hash in a HWI.
4238         (report_error_func): Change size_in_bytes argument to HWI.
4239         Use *_N builtins if size_in_bytes is larger than 16 or not power of
4240         two.
4241         (build_shadow_mem_access): New function.
4242         (build_check_stmt): Use it.  Change size_in_bytes argument to HWI.
4243         Handle size_in_bytes not power of two or larger than 16.
4244         (instrument_derefs): Don't give up if size_in_bytes is not
4245         power of two or is larger than 16.
4247 2014-05-30  Kai Tietz  <ktietz@redhat.com>
4249         PR target/60104
4250         * config/i386/i386.c (x86_output_mi_thunk): Add memory case
4251         for sibling-tail-calls.
4252         * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
4253         to its use.
4254         * config/i386/predicates.md (sibcall_memory_operand): New predicate.
4255         (sibcall_insn_operand): Add check for sibcall_memory_operand.
4257 2014-05-30  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
4259         * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
4260         * config/avr/avr-tables.opt: Regenerate.
4261         * config/avr/t-multilib: Regenerate.
4262         * doc/avr-mmcu.texi: Regenerate.
4264 2014-05-30  Ian Lance Taylor  <iant@google.com>
4266         * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
4267         target("sse").
4269 2014-05-30  Tom de Vries  <tom@codesourcery.com>
4271         * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
4272         Redefine as true.
4274 2014-05-30  Tom de Vries  <tom@codesourcery.com>
4276         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
4277         * lra.c (initialize_lra_reg_info_element): Add init of
4278         actual_call_used_reg_set field.
4279         (lra): Call lra_create_live_ranges before lra_inheritance for
4280         -fuse-caller-save.
4281         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
4282         -fuse-caller-save.
4283         * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
4284         instead of call_used_reg_set for -fuse-caller-save.
4285         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
4287 2014-05-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4289         * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
4290         to mov_imm.
4291         * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
4293 2014-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
4295         * ira.c (ira_get_dup_out_num): Check for output operands at
4296         the start of the loop.  Handle cases where an included alternative
4297         follows an excluded one.
4299 2014-05-29  Mike Stump  <mikestump@comcast.net>
4301         PR debug/61352
4302         * collect2.c (maybe_run_lto_and_relink): Be sure to always run
4303         post ld passes when lto is used.
4305 2014-05-29  Vladimir Makarov  <vmakarov@redhat.com>
4307         PR rtl-optimization/61325
4308         * lra-constraints.c (process_address): Rename to process_address_1.
4309         (process_address): New function.
4311 2014-05-29  Alan Lawrence  <alan.lawrence@arm.com>
4313         * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
4314         TYPES_BINOPV): New static data.
4315         * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
4316         New builtin.
4317         * config/aarch64/aarch64-simd.md (aarch64_ext,
4318         aarch64_im_lane_boundsi): New patterns.
4319         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
4320         patterns for EXT.
4321         (aarch64_evpc_ext): New function.
4323         * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
4325         * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
4326         vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
4327         vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
4328         vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
4329         vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
4331 2014-05-29  Tom de Vries  <tom@codesourcery.com>
4333         * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
4335 2014-05-29  Richard Earnshaw <rearnsha@arm.com>
4336             Richard Sandiford  <rdsandiford@googlemail.com>
4338         * arm/iterators.md (shiftable_ops): New code iterator.
4339         (t2_binop0, arith_shift_insn): New code attributes.
4340         * arm/predicates.md (shift_nomul_operator): New predicate.
4341         * arm/arm.md (insn_enabled): Delete.
4342         (enabled): Remove insn_enabled test.
4343         (*arith_shiftsi): Delete.  Replace with ...
4344         (*<arith_shift_insn>_multsi): ... new pattern.
4345         (*<arith_shift_insn>_shiftsi): ... new pattern.
4346         * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
4348 2014-05-29  Radovan Obradovic  <robradovic@mips.com>
4349             Tom de Vries  <tom@codesourcery.com>
4351         * config/mips/mips.h (POST_CALL_TMP_REG): Define.
4352         * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
4353         clobber.
4354         (mips_split_call): Use POST_CALL_TMP_REG.
4355         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
4357 2014-05-29  Tom de Vries  <tom@codesourcery.com>
4359         * final.c (collect_fn_hard_reg_usage): Guard variable declaration
4360         with #ifdef STACK_REGS.
4362 2014-05-28  Jan Hubicka  <hubicka@ucw.cz>
4364         * varasm.c (get_variable_section): Walk aliases.
4365         (place_block_symbol): Walk aliases.
4367 2014-05-28  Tom de Vries  <tom@codesourcery.com>
4369         Revert:
4370         2014-05-28  Tom de Vries  <tom@codesourcery.com>
4372         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
4373         * lra.c (initialize_lra_reg_info_element): Add init of
4374         actual_call_used_reg_set field.
4375         (lra): Call lra_create_live_ranges before lra_inheritance for
4376         -fuse-caller-save.
4377         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
4378         -fuse-caller-save.
4379         * lra-constraints.c (need_for_call_save_p): Use
4380         actual_call_used_reg_set instead of call_used_reg_set for
4381         -fuse-caller-save.
4382         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
4384 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
4386         * doc/md.texi: Document that the % constraint character must
4387         be at the beginning of the string.
4388         * genoutput.c (validate_insn_alternatives): Check that '=',
4389         '+' and '%' only appear at the beginning of a constraint.
4390         * ira.c (commutative_constraint_p): Delete.
4391         (ira_get_dup_out_num): Expect the '%' commutativity marker to be
4392         at the start of the string.
4393         * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
4394         duplicate '='s.
4395         * config/arm/neon.md (bicdi3_neon): Likewise.
4396         * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
4397         (slt_si, sltu_si): Likewise.
4398         * config/vax/vax.md (sbcdi3): Likewise.
4399         * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
4400         * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
4401         (mul64): Move '%' to beginning of constraint.
4402         * config/arm/arm.md (*xordi3_insn): Likewise.
4403         * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
4404         (xorsi3): Likewise.
4406 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
4408         * doc/md.texi: Document the restrictions on the "enabled" attribute.
4410 2014-05-28  Jason Merrill  <jason@redhat.com>
4412         PR c++/47202
4413         * cgraph.h (symtab_node::get_comdat_group_id): New.
4414         * cgraphunit.c (analyze_functions): Call it.
4415         * symtab.c (dump_symtab_node): Likewise.
4416         * tree.c (decl_comdat_group_id): New.
4417         * tree.h: Declare it.
4418         * lto-streamer-out.c (write_symbol): Use it.
4419         * trans-mem.c (ipa_tm_create_version_alias): Likewise.
4421 2014-05-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4423         PR bootstrap/PR61146
4424         * wide-int.cc: Do not include longlong.h when compiling with clang.
4426 2014-05-28  Richard Biener  <rguenther@suse.de>
4428         * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
4429         * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
4430         (vrp_visit_assignment_or_call): Print less vertical space.
4431         (vrp_visit_stmt): Likewise.
4432         (vrp_visit_phi_node): Likewise.  For a PHI argument with
4433         VR_VARYING range consider recording it as copy.
4435 2014-05-28  Richard Biener  <rguenther@suse.de>
4437         Revert
4438         2014-05-28  Richard Biener  <rguenther@suse.de>
4440         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
4442 2014-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4444         * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
4445         sufficiently aligned and an offset is used at the same time.
4446         (expand_expr_real_1): Likewise.
4448 2014-05-28  Richard Biener  <rguenther@suse.de>
4450         PR middle-end/61045
4451         * fold-const.c (fold_comparison): When folding
4452         X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
4453         the sign of the remaining constant operand stays the same.
4455 2014-05-28  Kaushik Phatak  <kaushik.phatak@kpit.com>
4457         * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
4458         __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
4459         (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
4460         to the assembler.
4461         (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
4462         * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
4463         (m32bit-doubles) Likewise.
4464         * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
4465         * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
4466         option for RL78.
4468 2014-05-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4470         * configure.ac ($gcc_cv_ld_clearcap): New test.
4471         * configure: Regenerate.
4472         * config.in: Regenerate.
4473         * config/sol2.opt (mclear-hwcap): New option.
4474         * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
4475         * config/sol2-clearcap.map: Moved here from
4476         testsuite/gcc.target/i386/clearcap.map.
4477         * config/sol2-clearcapv2.map: Move here from
4478         gcc.target/i386/clearcapv2.map.
4479         * config/t-sol2 (install): Depend on install-clearcap-map.
4480         (install-clearcap-map): New target.
4481         * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
4482         -mclear-hwcap.
4484 2014-05-28  Richard Biener  <rguenther@suse.de>
4486         * hwint.h (*_HALF_WIDE_INT*): Move to ...
4487         * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
4488         ... here and remove the rest.
4489         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
4491 2014-05-28  Richard Biener  <rguenther@suse.de>
4493         PR tree-optimization/61335
4494         * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
4495         new range fails, drop to varying.
4497 2014-05-28  Olivier Hainque  <hainque@adacore.com>
4499         * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
4500         (CPP_SPEC): Add entry for -mcpu=8548.
4501         * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
4502         * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
4504 2014-05-28  Tom de Vries  <tom@codesourcery.com>
4506         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
4507         * lra.c (initialize_lra_reg_info_element): Add init of
4508         actual_call_used_reg_set field.
4509         (lra): Call lra_create_live_ranges before lra_inheritance for
4510         -fuse-caller-save.
4511         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
4512         -fuse-caller-save.
4513         * lra-constraints.c (need_for_call_save_p): Use
4514         actual_call_used_reg_set instead of call_used_reg_set for
4515         -fuse-caller-save.
4516         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
4518 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
4519             Tom de Vries  <tom@codesourcery.com>
4521         * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
4522         to gccoptlist.
4523         (@item -fuse-caller-save): New item.
4525 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
4526             Tom de Vries  <tom@codesourcery.com>
4528         * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
4529         OPT_fuse_caller_save.
4531 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
4532             Tom de Vries  <tom@codesourcery.com>
4534         * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
4535         * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
4536         get_call_reg_set_usage.
4537         * resource.c (mark_set_resources, mark_target_live_regs): Use
4538         get_call_reg_set_usage.
4539         * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
4540         field.
4541         (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
4542         * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
4543         Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
4544         * ira-build.c (ira_create_allocno): Init
4545         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
4546         (create_cap_allocno, propagate_allocno_info)
4547         (propagate_some_info_from_allocno)
4548         (copy_info_to_removed_store_destinations): Handle
4549         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
4550         * ira-costs.c (ira_tune_allocno_costs): Use
4551         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
4553 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
4554             Tom de Vries  <tom@codesourcery.com>
4556         * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
4557         and function_used_regs_valid fields.
4558         * final.c: Move include of hard-reg-set.h to before rtl.h to declare
4559         find_all_hard_reg_sets.
4560         (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
4561         (get_call_reg_set_usage): New function.
4562         (rest_of_handle_final): Use collect_fn_hard_reg_usage.
4563         * regs.h (get_call_reg_set_usage): Declare.
4565 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
4567         PR libgcc/61152
4568         * config/dbx.h (License): Add Runtime Library Exception.
4569         * config/newlib-stdint.h (License): Same.
4570         * config/rtems.h (License): Same
4571         * config/initfini-array.h (License): Same
4572         * config/v850/v850.h (License): Same.
4573         * config/v850/v850-opts.h (License): Same
4574         * config/v850/rtems.h (License): Same.
4576 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
4578         PR target/61044
4579         * doc/extend.texi (Local Labels): Note that label differences are
4580         not supported for AVR.
4582 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
4583             Olivier Hainque  <hainque@adacore.com>
4585         * rtl.h (set_for_reg_notes): Declare.
4586         * emit-rtl.c (set_for_reg_notes): New function.
4587         (set_unique_reg_note): Use it.
4588         * optabs.c (add_equal_note): Likewise
4590 2014-05-27  Andrew Pinski  <apinski@cavium.com>
4592         * config/aarch64/aarch64.md (stack_protect_set_<mode>):
4593         Use <w> for the register in assembly template.
4594         (stack_protect_test): Use the mode of operands[0] for the result.
4595         (stack_protect_test_<mode>): Use <w> for the register
4596         in assembly template.
4598 2014-05-27  DJ Delorie  <dj@redhat.com>
4600         * config/rx/rx.c (add_vector_labels): New.
4601         (rx_output_function_prologue): Call it.
4602         (rx_handle_func_attribute): Don't require empty arguments.
4603         (rx_handle_vector_attribute): New.
4604         (rx_attribute_table): Add "vector" attribute.
4605         * doc/extend.texi (interrupt, vector): Document new/changed
4606         RX-specific attributes.
4608         * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
4610 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
4612         * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
4613         predicate to detect a negative quotient.
4615 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
4617         * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
4618         to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
4619         Add X - Y CMP 0 to X CMP Y transformation.
4620         (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
4622 2014-05-27  Segher Boessenkool  <segher@kernel.crashing.org>
4624         * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
4625         before printing.
4627 2014-05-27  Steve Ellcey  <sellcey@mips.com>
4629         * config/mips/mips.c: Add include of cgraph.h.
4631 2014-05-27  Richard Biener  <rguenther@suse.de>
4633         * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
4635 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
4637         PR libgcc/61152
4638         * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
4639         * config/arm/arm-cores.def (License): Same.
4640         * config/arm/arm-opts.h (License): Same.
4641         * config/arm/aout.h (License): Same.
4642         * config/arm/bpabi.h (License): Same.
4643         * config/arm/elf.h (License): Same.
4644         * config/arm/linux-elf.h (License): Same.
4645         * config/arm/linux-gas.h (License): Same.
4646         * config/arm/netbsd-elf.h (License): Same.
4647         * config/arm/uclinux-eabi.h (License): Same.
4648         * config/arm/uclinux-elf.h (License): Same.
4649         * config/arm/vxworks.h (License): Same.
4651 2014-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4653         * config/arm/neon.md (neon_bswap<mode>): New pattern.
4654         * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
4655         (arm_init_neon_builtins): Handle NEON_BSWAP.
4656         Define required type nodes.
4657         (arm_expand_neon_builtin): Handle NEON_BSWAP.
4658         (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
4659         * config/arm/arm_neon_builtins.def (bswap): Define builtins.
4660         * config/arm/iterators.md (VDQHSD): New mode iterator.
4662 2014-05-27  Richard Biener  <rguenther@suse.de>
4664         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
4665         Try using literal operands when comparing value-ranges failed.
4667 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
4669         * ira.c (commutative_operand): Adjust for change to recog_data.
4670         [Missing from previous commit.]
4672 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
4674         * system.h (TEST_BIT): New macro.
4675         * recog.h (alternative_mask): New type.
4676         (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
4677         (recog_data_d): Replace alternative_enabled_p array with
4678         enabled_alternatives.
4679         (target_recog): New structure.
4680         (default_target_recog, this_target_recog): Declare.
4681         (get_enabled_alternatives, recog_init): Likewise.
4682         * recog.c (default_target_recog, this_target_recog): New variables.
4683         (get_enabled_alternatives): New function.
4684         (extract_insn): Use it.
4685         (recog_init): New function.
4686         (preprocess_constraints, constrain_operands): Adjust for change to
4687         recog_data.
4688         * postreload.c (reload_cse_simplify_operands): Likewise.
4689         * reload.c (find_reloads): Likewise.
4690         * ira-costs.c (record_reg_classes): Likewise.
4691         * ira-lives.c (single_reg_class): Likewise.  Fix bug in which
4692         all alternatives after a disabled one would be skipped.
4693         (ira_implicitly_set_insn_hard_regs): Likewise.
4694         * ira.c (ira_setup_alts): Adjust for change to recog_data.
4695         * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
4696         with enabled_alternatives.
4697         * lra.c (free_insn_recog_data): Update accordingly.
4698         (lra_update_insn_recog_data): Likewise.
4699         (lra_set_insn_recog_data): Likewise.  Use get_enabled_alternatives.
4700         * lra-constraints.c (process_alt_operands): Likewise.  Handle
4701         only_alternative as part of the enabled mask.
4702         * target-globals.h (this_target_recog): Declare.
4703         (target_globals): Add a recog field.
4704         (restore_target_globals): Restore this_target_recog.
4705         * target-globals.c: Include recog.h.
4706         (default_target_globals): Initialize recog field.
4707         (save_target_globals): Likewise.
4708         * reginfo.c (reinit_regs): Call recog_init.
4709         * toplev.c (backend_init_target): Likewise.
4711 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
4713         * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
4714         rather than any named insn's code.
4716 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
4718         PR libgcc/61152
4719         * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
4720         * config/arm/arm-cores.def (License): Same.
4722 2014-05-26  Jan Hubicka  <hubicka@ucw.cz>
4724         * tree.h (decl_comdat_group): Declare.
4725         * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
4726         * tree.c (decl_comdat_group): Here.
4728 2014-05-26  Richard Sandiford  <r.sandiford@uk.ibm.com>
4730         PR rtl-optimization/61222
4731         * combine.c (simplify_shift_const_1): When moving a PLUS outside
4732         the shift, truncate the PLUS operand to the result mode.
4734 2014-05-26  Uros Bizjak  <ubizjak@gmail.com>
4736         PR target/61271
4737         * config/i386/i386.c (ix86_rtx_costs)
4738         <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
4739         Fix condition.
4741 2014-05-26  Martin Jambor  <mjambor@suse.cz>
4743         * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
4744         subreg uses.
4746 2014-05-26  Richard Biener  <rguenther@suse.de>
4748         * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
4749         wi::int_traits <long long>, wi::int_traits <unsigned long long>):
4750         Provide specializations.
4751         (wi::int_traits <HOST_WIDE_INT>,
4752         wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
4754 2014-05-26  Alan Modra  <amodra@gmail.com>
4756         PR target/61098
4757         * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
4758         params and return a bool.  Remove dead code.  Update comment.
4759         Assert we have a const_int source.  Remove bogus code from
4760         32-bit HWI days.  Move !TARGET_POWERPC64 handling, and correct
4761         handling of constants > 2G and reg_equal note, from..
4762         (rs6000_emit_set_long_const): ..here.  Remove unneeded param and
4763         return value.  Update comment.  If we can, use a new pseudo
4764         for intermediate calculations.
4765         * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
4766         prototype.
4767         * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
4768         call to rs6000_emit_set_const in splitter.
4769         (movdi_internal64+2, +3): Likewise.
4771 2014-05-26  Richard Biener  <rguenther@suse.de>
4773         * system.h: Define __STDC_FORMAT_MACROS before
4774         including inttypes.h.
4775         * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
4776         HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
4777         HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
4778         HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
4779         HOST_WIDEST_INT_C): Remove.
4780         (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
4781         if C99 inttypes.h is not available.
4782         * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
4783         * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
4784         * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
4785         * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
4786         * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
4787         (struct output_info): Likewise.
4788         (print_statistics): Adjust.
4789         (dump_bitmap_statistics): Likewise.
4790         * bt-load.c (migrate_btr_defs): Print with PRId64.
4791         * cfg.c (dump_edge_info, dump_bb_info): Likewise.
4792         (MAX_SAFE_MULTIPLIER): Adjust.
4793         * cfghooks.c (dump_bb_for_graph): Print with PRId64.
4794         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
4795         dump_cgraph_node): Likewise.
4796         * final.c (dump_basic_block_info): Likewise.
4797         * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
4798         * gcov.c (format_gcov): Likewise.
4799         * ipa-cp.c (good_cloning_opportunity_p): Likewise.  Use int64_t
4800         for calculation.
4801         (get_clone_agg_value): Use HOST_WIDE_INT for offset.
4802         * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
4803         (inline_small_functions, dump_overall_stats, dump_inline_stats):
4804         Use PRId64 for dumping.
4805         * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
4806         * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
4807         (add_allocno_hard_regs): Adjust.
4808         * loop-doloop.c (doloop_modify): Print using PRId64.
4809         * loop-iv.c (inverse): Compute in uint64_t.
4810         (determine_max_iter, iv_number_of_iterations): Likewise.
4811         * loop-unroll.c (decide_peel_completely, decide_peel_simple):
4812         Print using PRId64.
4813         * lto-streamer-out.c (write_symbol): Use uint64_t.
4814         * mcf.c (CAP_INFINITY): Use int64_t maximum.
4815         (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
4816         find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
4817         * modulo-sched.c (const_iteration_count): Use int64_t.
4818         (sms_schedule): Dump using PRId64.
4819         * predict.c (dump_prediction): Likewise.
4820         * pretty-print.h (pp_widest_integer): Remove.
4821         * profile.c (get_working_sets, is_edge_inconsistent,
4822         is_inconsistent, read_profile_edge_counts): Dump using PRId64.
4823         * tree-pretty-print.c (pp_double_int): Remove case handling
4824         HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
4825         * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
4826         and adjust users.
4827         (pass_optimize_bswap::execute): Remove restriction on hosts.
4828         * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
4829         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
4830         * tree.c (widest_int_cst_value): Remove.
4831         * tree.h (widest_int_cst_value): Likewise.
4832         * value-prof.c (dump_histogram_value): Print using PRId64.
4833         * gengtype.c (main): Also inject int64_t.
4834         * ggc-page.c (struct max_alignment): Use int64_t.
4835         * alloc-pool.c (struct allocation_object_def): Likewise.
4836         * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
4837         for computation.
4838         * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
4839         * doc/tm.texi: Regenerated.
4840         * gengtype-lex.l (IWORD): Handle [u]int64_t.
4841         * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
4842         * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
4843         mmix_output_register_setting): Use [u]int64_t in prototypes.
4844         * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
4845         mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
4846         mmix_output_octa, mmix_output_shifted_value): Adjust.
4847         (mmix_intval): Adjust.  Remove unreachable case.
4848         * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
4850 2014-05-26  Richard Biener  <rguenther@suse.de>
4852         * configure.ac: Drop __int64 type check.  Insist that we
4853         found uint64_t and int64_t.
4854         * hwint.h (HOST_BITS_PER___INT64): Remove.
4855         (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
4856         (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
4857         (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
4858         (HOST_WIDEST_FAST_INT): Remove __int64 case.
4859         * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
4860         for dst_q_src_df_rms_cdt.
4861         * configure: Regenerate.
4862         * config.in: Likewise.
4864 2014-05-26  Michael Tautschnig  <mt@debian.org>
4866         PR target/61249
4867         * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
4868         __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
4870 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
4872         PR rtl-optimization/61278
4873         * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
4875 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
4877         PR rtl-optimization/61220
4878         Part of PR rtl-optimization/61225
4879         * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
4880         insn; skip split_edge for a block with only one successor.
4882 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
4884         * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
4885         for variables.
4887 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
4889         * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
4890         (update_vtable_references): New function.
4891         (function_and_variable_visibility): Rewrite also vtable initializers.
4892         * varpool.c (cgraph_variable_initializer_availability): Remove assert.
4894 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
4896         * ggc.h (ggc_grow): New function.
4897         * ggc-none.c (ggc_grow): New function.
4898         * ggc-page.c (ggc_grow): Likewise.
4900 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
4902         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
4903         address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
4904         comdat_can_be_unshared_p, cgraph_externally_visible_p,
4905         varpool_externally_visible_p, can_replace_by_local_alias,
4906         update_visibility_by_resolution_info, function_and_variable_visibility,
4907         pass_data_ipa_function_and_variable_visibility,
4908         make_pass_ipa_function_and_variable_visibility,
4909         whole_program_function_and_variable_visibility,
4910         pass_data_ipa_whole_program_visibility,
4911         make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
4912         * cgraph.h (cgraph_local_node_p): Declare.
4913         * ipa-visibility.c: New file.
4914         * Makefile.in (OBJS): Add ipa-visiblity.o
4916 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
4918         * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
4919         that var decl is available.
4921 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
4923         * tree-core.h (tree_decl_with_vis): Replace comdat_group by
4924         symtab_node pointer.
4925         * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
4926         (find_decls_types_r): Do not walk COMDAT_GROUP.
4927         * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
4928         * varasm.c (make_decl_one_only): Use set_comdat_group;
4929         create node if needed.
4930         * ipa-inline-transform.c (save_inline_function_body): Update
4931         way we decl->symtab mapping.
4932         * symtab.c (symtab_hash, hash_node, eq_node
4933         symtab_insert_node_to_hashtable): Remove.
4934         (symtab_register_node): Update.
4935         (symtab_unregister_node): Update.
4936         (symtab_get_node): Reimplement as inline function.
4937         (symtab_add_to_same_comdat_group): Update.
4938         (symtab_dissolve_same_comdat_group_list): Update.
4939         (dump_symtab_base): Update.
4940         (verify_symtab_base): Update.
4941         (symtab_make_decl_local): Update.
4942         (fixup_same_cpp_alias_visibility): Update.
4943         (symtab_nonoverwritable_alias): Update.
4944         * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
4945         * ipa.c (update_visibility_by_resolution_info): UPdate.
4946         * bb-reorder.c: Include cgraph.h
4947         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
4948         with comdat groups.
4949         * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
4950         * cgraph.c (cgraph_get_create_node): Update.
4951         * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
4952         and comdat_group_.
4953         (symtab_get_node): Make inline.
4954         (symtab_insert_node_to_hashtable): Remove.
4955         (symtab_can_be_discarded): Update.
4956         (decl_comdat_group): New function.
4957         * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
4958         Update.
4959         * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
4960         comdat group name.
4961         (read_comdat_group): New function.
4962         (input_node, input_varpool_node): Use it.
4963         * trans-mem.c (ipa_tm_create_version_alias): Update code creating
4964         comdat groups.
4965         * mips.c (mips_start_unique_function): Likewise.
4966         (ix86_code_end): Likewise.
4967         (rs6000_code_end): Likweise.
4968         * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
4970 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
4972         * gengtype-state.c (fatal_reading_state): Bring offline.
4973         * optabs.c (widening_optab_handler): Bring offline.
4974         * optabs.h (widening_optab_handler): Likewise.
4975         * final.c (get_attr_length_1): Likewise.
4977 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
4979         * sched-int.h (sd_iterator_cond): Manually tail recurse.
4981 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
4983         * config/rs6000/440.md (ppc440-integer): Include shift without dot.
4984         (ppc440-compare): Include shift with dot.
4985         * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
4986         * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
4987         without dot.
4988         * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
4989         without dot.
4990         (e6500_sfx2): Include it.
4991         * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
4992         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
4993         *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
4994         andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
4995         *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
4996         *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
4997         *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
4998         *lshiftrt_internal1le, *lshiftrt_internal1be,
4999         *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
5000         *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
5001         *rotldi3_internal10le, *rotldi3_internal10be,
5002         *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
5003         ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
5004         ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
5005         *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
5006         define_insns): Use type "shift" in the appropriate alternatives.
5008 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
5010         * config/rs6000/rs6000.md (type): Add "logical".  Delete
5011         "fast_compare".
5012         (dot): Adjust comment.
5013         (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
5014         *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
5015         *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
5016         anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
5017         *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
5018         *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
5019         *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
5020         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
5022         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
5023         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
5024         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
5025         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
5026         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
5027         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
5028         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
5029         * config/rs6000/8540.md (ppc8540_su): Adjust.
5030         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
5031         cell-cmp-microcoded): Adjust.
5032         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
5033         * config/rs6000/e500mc.md (e500mc_su): Adjust.
5034         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
5035         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
5036         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
5037         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
5038         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
5039         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
5040         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
5041         Adjust.
5042         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
5043         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
5044         Adjust.  Adjust comment.
5045         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
5046         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
5048 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
5050         * config/rs6000/rs6000.md (type): Add "add".
5051         (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
5052         *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
5053         define_insns): Use it.
5054         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
5056         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
5057         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
5058         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
5059         * config/rs6000/601.md (ppc601-integer): Adjust.
5060         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
5061         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
5062         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
5063         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
5064         * config/rs6000/8540.md (ppc8540_su): Adjust.
5065         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
5066         cell-cmp-microcoded): Adjust.
5067         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
5068         * config/rs6000/e500mc.md (e500mc_su): Adjust.
5069         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
5070         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
5071         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
5072         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
5073         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
5074         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
5075         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
5076         Adjust.
5077         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
5078         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
5079         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
5080         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
5082 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
5084         * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
5085         "delayed_compare", "var_delayed_compare".
5086         (var_shift): New attribute.
5087         (cell_micro): Adjust.
5088         (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
5089         *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
5090         rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
5091         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
5092         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
5093         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
5094         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
5095         *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
5096         *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
5097         *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
5098         *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
5099         rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
5100         *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
5101         *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
5102         *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
5103         *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
5104         *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
5105         *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
5106         *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
5107         *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
5108         *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
5109         *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
5110         *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
5111         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
5112         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
5114         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
5115         * config/rs6000/440.md (ppc440-integer): Adjust.
5116         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
5117         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
5118         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
5119         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
5120         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
5121         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
5122         * config/rs6000/8540.md (ppc8540_su): Adjust.
5123         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
5124         cell-cmp-microcoded): Adjust.
5125         * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
5126         * config/rs6000/e500mc.md (e500mc_su): Adjust.
5127         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
5128         e500mc64_delayed): Adjust.
5129         * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
5130         * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
5131         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
5132         * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
5133         * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
5134         * config/rs6000/power6.md (power6-shift, power6-var-rotate,
5135         power6-delayed-compare, power6-var-delayed-compare): Adjust.
5136         * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
5137         * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
5138         Adjust comment.
5139         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
5140         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
5142 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
5144         * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv".  Add "div".
5145         (bits): New mode_attr.
5146         (idiv_ldiv): Delete mode_attr.
5147         (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
5148         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
5149         rs6000_adjust_priority, is_nonpipeline_insn,
5150         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
5152         * config/rs6000/40x.md (ppc403-idiv): Adjust.
5153         * config/rs6000/440.md (ppc440-idiv): Adjust.
5154         * config/rs6000/476.md (ppc476-idiv): Adjust.
5155         * config/rs6000/601.md (ppc601-idiv): Adjust.
5156         * config/rs6000/603.md (ppc603-idiv): Adjust.
5157         * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
5158         ppc620-ldiv): Adjust.
5159         * config/rs6000/7450.md (ppc7450-idiv): Adjust.
5160         * config/rs6000/7xx.md (ppc750-idiv): Adjust.
5161         * config/rs6000/8540.md (ppc8540_divide): Adjust.
5162         * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
5163         * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
5164         * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
5165         * config/rs6000/e500mc.md (e500mc_divide): Adjust.
5166         * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
5167         * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
5168         * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
5169         * config/rs6000/mpc.md (mpccore-idiv): Adjust.
5170         * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
5171         * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
5172         * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
5173         * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
5174         * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
5175         * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
5176         * config/rs6000/titan.md (titan_fxu_div): Adjust.
5178 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
5180         * config/rs6000/rs6000.md (type): Delete "insert_word",
5181         "insert_dword".  Add "insert".
5182         (size): Update comment.
5183         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
5184         insn_must_be_first_in_group): Adjust.
5185         (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
5186         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
5187         *insvsi_internal6, insvdi_internal): Adjust.
5189         * config/rs6000/40x.md (ppc403-integer): Adjust.
5190         * config/rs6000/440.md (ppc440-integer): Adjust.
5191         * config/rs6000/476.md (ppc476-simple-integer): Adjust.
5192         * config/rs6000/601.md (ppc601-integer): Adjust.
5193         * config/rs6000/603.md (ppc603-integer): Adjust.
5194         * config/rs6000/6xx.md (ppc604-integer): Adjust.
5195         * config/rs6000/7450.md (ppc7450-integer): Adjust.
5196         * config/rs6000/7xx.md (ppc750-integer): Adjust.
5197         * config/rs6000/8540.md (ppc8540_su): Adjust.
5198         * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
5199         * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
5200         * config/rs6000/e500mc.md (e500mc_su): Adjust.
5201         * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
5202         * config/rs6000/e5500.md (e5500_sfx): Adjust.
5203         * config/rs6000/e6500.md (e6500_sfx): Adjust.
5204         * config/rs6000/mpc.md (mpccore-integer): Adjust.
5205         * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
5206         * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
5207         * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
5208         * config/rs6000/power7.md (power7-integer): Adjust.
5209         * config/rs6000/power8.md (power8-1cyc): Adjust.
5210         * config/rs6000/rs64.md (rs64a-integer): Adjust.
5211         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
5213 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
5215         * config/rs6000/rs6000.md (type): Add "mul".  Delete "imul",
5216         "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
5217         (size): New attribute.
5218         (dot): New attribute.
5219         (cell_micro): Adjust.
5220         (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
5221         umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
5222         *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
5223         umuldi3_highpart): Adjust.
5224         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
5225         rs6000_adjust_priority, is_nonpipeline_insn,
5226         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
5228         * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
5229         ppc405-imul3): Adjust.
5230         * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
5231         * config/rs6000/476.md (ppc476-imul): Adjust.
5232         * config/rs6000/601.md (ppc601-imul): Adjust.
5233         * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
5234         * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
5235         ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
5236         * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
5237         * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
5238         Adjust.
5239         * config/rs6000/8540.md (ppc8540_multiply): Adjust.
5240         * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
5241         * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
5242         cell-imul): Adjust.
5243         * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
5244         * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
5245         * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
5246         * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
5247         * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
5248         * config/rs6000/mpc.md (mpccore-imul): Adjust.
5249         * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
5250         power4-lmul, power4-imul, power4-imul3): Adjust.
5251         * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
5252         power5-lmul, power5-imul, power5-imul3): Adjust.
5253         * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
5254         power6-lmul, power6-imul, power6-imul3): Adjust.
5255         * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
5256         * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
5258         * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
5259         rs64a-lmul): Adjust.
5260         * config/rs6000/titan.md (titan_imul): Adjust.
5262 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
5264         * config/rs6000/rs6000.md (type): Add new value "halfmul".
5265         (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
5266         *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
5267         *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
5268         *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
5269         *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
5270         * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
5271         * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
5272         * config/rs6000/476.md (ppc476-imul): Add type halfmul.
5273         * config/rs6000/titan.md: Delete nonsensical comment.
5274         (titan_imul): Add type imul3.
5275         (titan_mulhw): Remove type imul3; add type halfmul.
5277 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
5279         * config/rs6000/rs6000.md (type): Reorder, reformat.
5281 2014-05-23  Martin Jambor  <mjambor@suse.cz>
5283         PR tree-optimization/53787
5284         * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
5285         * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
5286         analysis_done, update all uses.
5287         * ipa-prop.c: Include domwalk.h
5288         (param_analysis_info): Removed.
5289         (param_aa_status): New type.
5290         (ipa_bb_info): Likewise.
5291         (func_body_info): Likewise.
5292         (ipa_get_bb_info): New function.
5293         (aa_overwalked): Likewise.
5294         (find_dominating_aa_status): Likewise.
5295         (parm_bb_aa_status_for_bb): Likewise.
5296         (parm_preserved_before_stmt_p): Changed to use new param AA info.
5297         (load_from_unmodified_param): Accept func_body_info as a parameter
5298         instead of parms_ainfo.
5299         (parm_ref_data_preserved_p): Changed to use new param AA info.
5300         (parm_ref_data_pass_through_p): Likewise.
5301         (ipa_load_from_parm_agg_1): Likewise.  Update callers.
5302         (compute_complex_assign_jump_func): Changed to use new param AA info.
5303         (compute_complex_ancestor_jump_func): Likewise.
5304         (ipa_compute_jump_functions_for_edge): Likewise.
5305         (ipa_compute_jump_functions): Removed.
5306         (ipa_compute_jump_functions_for_bb): New function.
5307         (ipa_analyze_indirect_call_uses): Likewise, moved variable
5308         declarations down.
5309         (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
5310         and info, moved variable declarations down.
5311         (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
5312         node and info.
5313         (ipa_analyze_stmt_uses): Likewise.
5314         (ipa_analyze_params_uses): Removed.
5315         (ipa_analyze_params_uses_in_bb): New function.
5316         (ipa_analyze_controlled_uses): Likewise.
5317         (free_ipa_bb_info): Likewise.
5318         (analysis_dom_walker): New class.
5319         (ipa_analyze_node): Handle node-specific forbidden analysis,
5320         initialize and free func_body_info, use dominator walker.
5321         (ipcp_modif_dom_walker): New class.
5322         (ipcp_transform_function): Create and free func_body_info, use
5323         ipcp_modif_dom_walker, moved a lot of functionality there.
5325 2014-05-23  Marek Polacek  <polacek@redhat.com>
5326             Jakub Jelinek  <jakub@redhat.com>
5328         * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
5329         * gcc.c (sanitize_spec_function): Likewise.
5330         * convert.c (convert_to_integer): Include "ubsan.h".  Add
5331         floating-point to integer instrumentation.
5332         * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
5333         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
5334         SANITIZE_NONDEFAULT.
5335         * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
5336         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
5337         BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
5338         * ubsan.c: Include "realmpfr.h" and "dfp.h".
5339         (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
5340         (ubsan_type_descriptor): Set tkind to 0xffff for types other than
5341         float/double/long double.
5342         (ubsan_instrument_float_cast): New function.
5343         * ubsan.h (ubsan_instrument_float_cast): Declare.
5345 2014-05-23 Jiong Wang  <jiong.wang@arm.com>
5347         * config/aarch64/predicates.md (aarch64_call_insn_operand): New
5348         predicate.
5349         * config/aarch64/constraints.md ("Ucs", "Usf"):  New constraints.
5350         * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
5351         Adjust for tailcalling through registers.
5352         * config/aarch64/aarch64.h (enum reg_class): New caller save
5353         register class.
5354         (REG_CLASS_NAMES): Likewise.
5355         (REG_CLASS_CONTENTS): Likewise.
5356         * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
5357         Allow tailcalling without decls.
5359 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
5361         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
5362         Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
5364         * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
5365         gsi, and variables v_* to v*.
5367 2014-05-23  Eric Botcazou  <ebotcazou@adacore.com>
5369         * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
5371 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
5373         * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
5374         * omp-low.c: Update accordingly.
5376         * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
5377         for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
5378         GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
5379         GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
5380         GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
5381         GF_OMP_TARGET_KIND_UPDATE.
5383         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
5384         Explicitly enumerate the expected region types.
5386 2014-05-23  Paul Eggert  <eggert@cs.ucla.edu>
5388         PR other/56955
5389         * doc/extend.texi (Function Attributes): Fix  __attribute__ ((malloc))
5390         documentation; the old documentation didn't clearly state the
5391         constraints on the contents of the pointed-to storage.
5393 2014-05-23  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
5395         Fix bootstrap error on ia64
5396         * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
5397         Return default value.
5399 2014-05-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5401         PR tree-optimization/54733
5402         * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
5403         (CMPNOP): Define.
5404         (find_bswap_or_nop_load): New.
5405         (find_bswap_1): Renamed to ...
5406         (find_bswap_or_nop_1): This. Also add support for memory source.
5407         (find_bswap): Renamed to ...
5408         (find_bswap_or_nop): This. Also add support for memory source and
5409         detection of bitwise operations equivalent to load in target
5410         endianness.
5411         (execute_optimize_bswap): Likewise. Also move its leading comment back
5412         in place and split statement transformation into ...
5413         (bswap_replace): This.
5415 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
5417         PR rtl-optimization/61215
5418         * lra-elelimination.c (lra_eliminate_regs_1): Don't use
5419         simplify_gen_subreg until final substitution.
5421 2014-05-23  Alan Modra  <amodra@gmail.com>
5423         PR target/61231
5424         * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
5425         * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
5426         Use "Y" constraint rather than "m".
5428 2014-05-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
5430         * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
5431         define.
5432         * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
5433         New function declaration.
5434         * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
5435         AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
5436         AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
5437         (aarch64_init_builtins) : Initialize builtins
5438         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
5439         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
5440         (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
5441         __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
5442         and __builtins_aarch64_set_fpsr.
5443         (aarch64_atomic_assign_expand_fenv): New function.
5444         * config/aarch64/aarch64.md (set_fpcr): New pattern.
5445         (get_fpcr) : Likewise.
5446         (set_fpsr) : Likewise.
5447         (get_fpsr) : Likewise.
5448         (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
5449          and UNSPECV_SET_FPSR.
5450         * doc/extend.texi (AARCH64 Built-in Functions) : Document
5451         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
5452         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
5454 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
5456         PR rtl-optimization/60969
5457         * ira-costs.c (record_reg_classes): Process NO_REGS for matching
5458         constraints.  Set up mem cost for NO_REGS case.
5460 2014-05-22  Thomas Schwinge  <thomas@codesourcery.com>
5462         * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
5464 2012-05-22  Bernd Schmidt  <bernds@codesourcery.com>
5466         * config/darwin.c: Include "lto-section-names.h".
5467         (LTO_SEGMENT_NAME): Don't define.
5468         * config/i386/winnt.c: Include "lto-section-names.h".
5469         * lto-streamer.c: Include "lto-section-names.h".
5470         * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
5471         * lto-wrapper.c: Include "lto-section-names.h".
5472         (LTO_SECTION_NAME_PREFIX): Don't define.
5473         * lto-section-names.h: New file.
5474         * cgraphunit.c: Include "lto-section-names.h".
5476 2014-05-22  Peter Bergner  <bergner@vnet.ibm.com>
5478         * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
5480 2014-05-22  Richard Earnshaw  <rearnsha@arm.com>
5482         PR target/61208
5483         * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
5485 2014-05-22  Nick Clifton  <nickc@redhat.com>
5487         * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
5489 2014-05-22  Eric Botcazou  <ebotcazou@adacore.com>
5491         * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
5492         -> (T)A transformation to integer types.
5494 2014-05-22  Teresa Johnson  <tejohnson@google.com>
5496         * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
5497         (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
5498         (gcov_rewrite): Use gcov_nonruntime_assert.
5499         (gcov_open): Ditto.
5500         (gcov_write_words): Ditto.
5501         (gcov_write_length): Ditto.
5502         (gcov_read_words): Use gcov_nonruntime_assert, and remove
5503         gcc_assert from IN_LIBGCOV code.
5504         (gcov_read_summary): Use gcov_error to flag profile corruption.
5505         (gcov_sync): Use gcov_nonruntime_assert.
5506         (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
5507         (gcov_histo_index): Use gcov_nonruntime_assert.
5508         (static void gcov_histogram_merge): Ditto.
5509         (compute_working_sets): Ditto.
5510         * gcov-io.h (gcov_nonruntime_assert): Define.
5511         (gcov_error): Define for !IN_LIBGCOV
5513 2014-05-22  Richard Biener  <rguenther@suse.de>
5515         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
5516         BUILT_IN_REALLOC like BUILT_IN_STRDUP.
5517         (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
5518         and deallocation site.
5519         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
5520         Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
5521         passing through the incoming points-to set.
5522         (handle_lhs_call): Use flags argument instead of recomputing it.
5523         (find_func_aliases_for_call): Call handle_lhs_call with proper
5524         call return flags.
5526 2014-05-22  Jakub Jelinek  <jakub@redhat.com>
5528         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
5529         all padding bits in REAL_VALUE_TYPE are cleared.
5531 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
5533         Cleanup and improve multipass_dfa_lookahead_guard
5534         * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
5535         (core2i7_first_cycle_multipass_begin,)
5536         (core2i7_first_cycle_multipass_issue,)
5537         (core2i7_first_cycle_multipass_backtrack): Update signature.
5538         * config/ia64/ia64.c
5539         (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
5540         (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
5541         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
5542         hook definition.
5543         (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
5544         ia64_first_cycle_multipass_dfa_lookahead_guard_spec.  Update return
5545         values.
5546         * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
5547         return values.
5548         * doc/tm.texi: Regenerate.
5549         * doc/tm.texi.in
5550         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
5551         * haifa-sched.c (ready_try): Make signed to allow negative values.
5552         (rebug_ready_list_1): Update.
5553         (choose_ready): Simplify.
5554         (sched_extend_ready_list): Update.
5556 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
5558         Remove IA64 speculation tweaking flags
5559         * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
5560         speculation tuning flags.
5561         (msched-prefer-non-data-spec-insns,)
5562         (msched-prefer-non-control-spec-insns): Obsolete options.
5563         * haifa-sched.c (choose_ready): Remove handling of
5564         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
5565         * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
5566         and PREFER_NON_DATA_SPEC.
5567         * sel-sched.c (process_spec_exprs): Remove handling of
5568         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
5570 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
5572         Improve scheduling debug output
5573         * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
5574         (advance_one_cycle): Update.
5575         (schedule_insn, queue_to_ready): Add debug printouts.
5576         (debug_ready_list_1): New static function.
5577         (debug_ready_list): Update.
5578         (max_issue): Add debug printouts.
5579         (dump_insn_stream): New static function.
5580         (schedule_block): Use it.  Also better indent printouts.
5582 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
5584         Fix sched_insn debug counter
5585         * haifa-sched.c (schedule_insn): Update.
5586         (struct haifa_saved_data): Add nonscheduled_insns_begin.
5587         (save_backtrack_point, restore_backtrack_point): Update.
5588         (first_nonscheduled_insn): New static function.
5589         (queue_to_ready, choose_ready): Use it.
5590         (schedule_block): Init nonscheduled_insns_begin.
5591         (sched_emit_insn): Update.
5594 2014-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
5596         * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
5597         to GENERAL_REGS.
5598         (aarch64_secondary_reload) : LikeWise.
5599         (aarch64_class_max_nregs) : Remove CORE_REGS.
5600         * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
5601         (REG_CLASS_NAMES) : Likewise.
5602         (REG_CLASS_CONTENTS) : LikeWise.
5603         (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
5605 2014-05-21  Guozhi Wei  <carrot@google.com>
5607         PR target/61202
5608         * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
5609         constraint.
5610         (vqdmulhq_n_s16): Likewise.
5612 2014-05-21  Segher Boessenkool  <segher@kernel.crashing.org>
5614         * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
5616 2014-05-21  Marek Polacek  <polacek@redhat.com>
5618         PR sanitizer/61272
5619         * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
5621 2014-05-21  Martin Jambor  <mjambor@suse.cz>
5623         * doc/invoke.texi (Optimize Options): Document parameters
5624         ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
5625         ipa-cp-array-index-hint-bonus.
5627 2014-05-21  Mark Wielaard  <mjw@redhat.com>
5629         PR debug/16063
5630         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
5631         version >= 3 or not strict DWARF.
5632         * langhooks.h (struct lang_hooks_for_types): Add
5633         enum_underlying_base_type.
5634         * langhooks.c (lhd_enum_underlying_base_type): New function.
5635         * gcc/langhooks.h (struct lang_hooks_for_types): Add
5636         enum_underlying_base_type.
5637         * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
5638         (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
5639         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
5641 2014-05-21  Richard Biener  <rguenther@suse.de>
5643         * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
5645 2014-05-21  John Marino  <gnugcc@marino.st>
5647         * config.gcc (*-*-dragonfly*): New target.
5648         * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
5649         * configure: Regenerate.
5650         * config/dragonfly-stdint.h: New.
5651         * config/dragonfly.h: New.
5652         * config/dragonfly.opt: New.
5653         * config/i386/dragonfly.h: New.
5654         * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
5656 2014-05-21  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
5658         * tree.def (VOID_CST): New.
5659         * tree-core.h (TI_VOID): New.
5660         * tree.h (void_node): New.
5661         * tree.c (tree_node_structure_for_code, tree_code_size)
5662         (iterative_hash_expr): Handle VOID_CST.
5663         (build_common_tree_nodes): Initialize void_node.
5665 2014-05-21  Bernd Schmidt  <bernds@codesourcery.com>
5667         * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
5668         functions.
5669         (reload, calculate_needs_all_insns, reload_as_needed): Use them.
5671         * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
5672         more places.
5674         * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
5675         flag_reorder_blocks_and_partition.
5676         * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
5678 2014-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
5680         PR target/54236
5681         * config/sh/sh.md (*addc_r_1): Rename to addc_t_r.  Remove empty
5682         constraints.
5683         (*addc_r_t): Add new insn_and_split.
5685 2014-05-21  Jakub Jelinek  <jakub@redhat.com>
5687         PR middle-end/61252
5688         * omp-low.c (handle_simd_reference): New function.
5689         (lower_rec_input_clauses): Use it.  Defer adding reference
5690         initialization even for reduction without placeholder if in simd,
5691         handle it properly later on.
5693 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
5695         PR tree-optimization/60899
5696         * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
5697         assume all static symbols will have definition wile parsing and
5698         check the do have definition later in compilation; check that
5699         variable referring symbol will be output before concluding that
5700         reference is safe; be conservative for referring local statics;
5701         be more precise about when comdat is output in other partition.
5703 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
5705         PR bootstrap/60984
5706         * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
5707         parameter.
5708         * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
5709         (ipa_inline): Loop inline_to_all_callers until no more aliases
5710         are removed.
5712 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
5714         * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
5715         set writeonly flag only for vars actually written to.
5717 2014-05-20  Dehao Chen  <dehao@google.com>
5719         * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
5720         and callee count to get clone count.
5721         * tree-inline.c (expand_call_inline): Use callee count instead of bb
5722         count in copy_body.
5724 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
5726         PR rtl-optimization/61243
5727         * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
5729 2014-05-20  Xinliang David Li  <davidxl@google.com>
5731         * cgraphunit.c (walk_polymorphic_call_targets): Add
5732         dbgcnt and fopt-info support.
5733         * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
5734         * ipa-devirt.c (ipa_devirt): Ditto.
5735         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
5736         * ipa.c (walk_polymorphic_call_targets): Ditto.
5737         * gimple-fold.c (fold_gimple_assign): Ditto.
5738         (gimple_fold_call): Ditto.
5739         * dbgcnt.def: New counter.
5741 2014-05-20  DJ Delorie  <dj@redhat.com>
5743         * config/msp430/msp430.md (split): Don't allow subregs when
5744         splitting SImode adds.
5745         (andneghi): Fix subtraction logic.
5746         * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
5748 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
5750         * tree.h (DECL_ONE_ONLY): Return true only for externally visible
5751         symbols.
5752         * except.c (switch_to_exception_section, resolve_unique_section,
5753         get_named_text_section, default_function_rodata_section,
5754         align_variable, get_block_for_decl, default_section_type_flags):
5755         Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
5756         * symtab.c (symtab_add_to_same_comdat_group,
5757         symtab_make_decl_local, fixup_same_cpp_alias_visibility,
5758         symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
5759         Likewise.
5760         * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
5761         * bb-reorder.c (pass_partition_blocks::gate): Likewise.
5762         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
5763         (c6x_function_in_section_p): Likewise.
5764         * config/darwin.c (machopic_select_section): Likewise.
5765         * config/arm/arm.c (arm_function_in_section_p): Likewise.
5766         * config/mips/mips.c (mips_function_rodata_section): Likewise.
5767         * config/mep/mep.c (mep_select_section): LIkewise.
5768         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
5770 2014-05-20  Eric Botcazou  <ebotcazou@adacore.com>
5772         * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
5773         EH region of calls to pure functions that can throw an exception.
5774         * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
5775         (copy_reference_ops_from_call): Also copy the EH region of the call if
5776         it can throw an exception.
5778 2014-05-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5780         * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
5781         nested VEC_SELECTs that are inverses of each other.
5783 2014-05-20  Richard Biener  <rguenther@suse.de>
5785         * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
5786         (extract_and_process_scc_for_name): not here.
5787         (cond_dom_walker::before_dom_children): Only process
5788         stmts that end the BB in interesting ways.
5789         (run_scc_vn): Mark param uses as visited.
5791 2014-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5793         * config/arm/arm.md (arith_shiftsi): Do not predicate for
5794         arm_restrict_it.
5796 2014-05-20  Nick Clifton  <nickc@redhat.com>
5798         * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
5799         (msp430_gimplify_va_arg_expr): New function.
5800         (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
5802         * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
5803         operand 0 in order to prevent confusion about the number of
5804         registers involved.
5806 2014-05-20  Richard Biener  <rguenther@suse.de>
5808         PR tree-optimization/61221
5809         * tree-ssa-pre.c (el_to_update): Remove.
5810         (eliminate_dom_walker::before_dom_children): Handle released
5811         VDEFs by value-numbering them to the associated VUSE.  Update
5812         stmt immediately for substituted call address.
5813         (eliminate): Remove delayed stmt updating code.
5814         * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
5815         possibly late re-numbered vuses.
5816         (vn_reference_lookup_2): Adjust.
5817         (vn_reference_lookup_pieces): Likewise.
5818         (vn_reference_lookup): Likewise.
5820 2014-05-20  Richard Biener  <rguenther@suse.de>
5822         * config.gcc: Remove need_64bit_hwint.
5823         * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
5824         * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
5825         it to be true.
5826         * config.in: Regenerate.
5827         * configure: Likewise.
5829 2014-05-19  David Wohlferd <dw@LimeGreenSocks.com>
5831         * doc/extend.texi: Create Label Attributes section,
5832         move all label attributes into it and reference it.
5834 2014-05-19  Richard Earnshaw  <rearnsha@arm.com>
5836         * arm.c (thumb1_reorg): When scanning backwards skip anything
5837         that's not a proper insn.
5839 2014-05-19  Richard Biener  <rguenther@suse.de>
5841         PR tree-optimization/61221
5842         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
5843         Do nothing for unreachable blocks.
5844         * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
5845         Improve unreachability detection.
5847 2014-05-19  Richard Biener  <rguenther@suse.de>
5849         PR tree-optimization/61209
5850         * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
5852 2014-05-19  Nick Clifton  <nickc@redhat.com>
5854         * except.c (init_eh): Fix computation of builtin setjmp buffer
5855         size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
5857 2014-05-19  Richard Biener  <rguenther@suse.de>
5859         PR tree-optimization/61184
5860         * tree-vrp.c (is_negative_overflow_infinity): Use
5861         TREE_OVERFLOW_P and do that check first.
5862         (is_positive_overflow_infinity): Likewise.
5863         (is_overflow_infinity): Likewise.
5864         (vrp_operand_equal_p): Properly treat operands with
5865         differing overflow as not equal.
5867 2014-05-19  Bernd Schmidt  <bernds@codesourcery.com>
5869         * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
5870         shift simplification where it was intended.
5872 2014-05-19  Christian Bruel  <christian.bruel@st.com>
5874         PR target/61195
5875         * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
5877 2014-05-19  Richard Sandiford  <r.sandiford@uk.ibm.com>
5879         PR target/61084
5880         * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
5881         than wide_int.
5883 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
5885         * reg-notes.def (CROSSING_JUMP): Likewise.
5886         * rtl.h (rtx_def): Update comment for jump flag.
5887         (CROSSING_JUMP_P): Define.
5888         * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
5889         of a REG_CROSSING_JUMP note.
5890         * cfghooks.c (tidy_fallthru_edges): Likewise.
5891         * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
5892         * emit-rtl.c (try_split): Likewise.
5893         * haifa-sched.c (sched_create_recovery_edges): Likewise.
5894         * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
5895         * jump.c (redirect_jump_2): Likewise.
5896         * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
5897         (relax_delay_slots): Likewise.
5898         * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
5899         (bbit_di): Likewise.
5900         * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
5901         * config/sh/sh.md (jump_compact): Likewise.
5902         * bb-reorder.c (rotate_loop): Likewise.
5903         (pass_duplicate_computed_gotos::execute): Likewise.
5904         (add_reg_crossing_jump_notes): Rename to...
5905         (update_crossing_jump_flags): ...this.
5906         (pass_partition_blocks::execute): Update accordingly.
5908 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
5910         * tree.h: Remove extraneous template <>.
5912 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
5914         * ipa.c (symtab_remove_unreachable_nodes): Remove
5915         symbol from comdat group if its body was eliminated.
5916         (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
5917         * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
5918         (symtab_unregister_node): ... this one.
5919         (verify_symtab_base): More strict checking of comdats.
5920         * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
5922 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
5924         * tree-pass.h (make_pass_ipa_comdats): New pass.
5925         * timevar.def (TV_IPA_COMDATS): New timevar.
5926         * passes.def (pass_ipa_comdats): Add.
5927         * Makefile.in (OBJS): Add ipa-comdats.o
5928         * ipa-comdats.c: New file.
5930 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
5932         * ipa.c (update_visibility_by_resolution_info): New function.
5933         (function_and_variable_visibility): Use it.
5935 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
5937         * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
5938         New functions.
5939         (FOR_EACH_DEFINED_SYMBOL): New macro.
5940         (varpool_first_static_initializer, varpool_next_static_initializer,
5941         varpool_first_defined_variable, varpool_next_defined_variable):
5942         Fix comments.
5943         (symtab_in_same_comdat_p): Correctly deal with inline functions.
5945 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
5947         * ggc-page.c (ggc_handle_finalizers): Add comment.
5949 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
5951         * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
5952         * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
5953         (ggc_internal_cleared_alloc): Likewise.
5954         * ggc-page.c (finalizer): New class.
5955         (vec_finalizer): Likewise.
5956         (globals::finalizers): New member.
5957         (globals::vec_finalizers): Likewise.
5958         (ggc_internal_alloc): Record the finalizer if any for the block being
5959         allocated.
5960         (ggc_handle_finalizers): New function.
5961         (ggc_collect): Call ggc_handle_finalizers.
5962         * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
5963         finalizer.
5964         (ggc_internal_cleared_alloc): Likewise.
5965         (finalize): New function.
5966         (need_finalization_p): Likewise.
5967         (ggc_alloc): Install the type's destructor as the finalizer if it
5968         might do something.
5969         (ggc_cleared_alloc): Likewise.
5970         (ggc_vec_alloc): Likewise.
5971         (ggc_cleared_vec_alloc): Likewise.
5973 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
5975         * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
5977 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
5979         * alias.c (record_alias_subset): Adjust.
5980         * bitmap.c (bitmap_element_allocate): Likewise.
5981         (bitmap_gc_alloc_stat): Likewise.
5982         * cfg.c (init_flow): Likewise.
5983         (alloc_block): Likewise.
5984         (unchecked_make_edge): Likewise.
5985         * cfgloop.c (alloc_loop): Likewise.
5986         (flow_loops_find): Likewise.
5987         (rescan_loop_exit): Likewise.
5988         * cfgrtl.c (init_rtl_bb_info): Likewise.
5989         * cgraph.c (insert_new_cgraph_node_version): Likewise.
5990         (cgraph_allocate_node): Likewise.
5991         (cgraph_create_edge_1): Likewise.
5992         (cgraph_allocate_init_indirect_info): Likewise.
5993         * cgraphclones.c (cgraph_clone_edge): Likewise.
5994         * cgraphunit.c (add_asm_node): Likewise.
5995         (init_lowered_empty_function): Likewise.
5996         * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
5997         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
5998         (alpha_use_linkage): Likewise.
5999         * config/arc/arc.c (arc_init_machine_status): Likewise.
6000         * config/arm/arm.c (arm_init_machine_status): Likewise.
6001         * config/avr/avr.c (avr_init_machine_status): Likewise.
6002         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
6003         * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
6004         * config/cris/cris.c (cris_init_machine_status): Likewise.
6005         * config/darwin.c (machopic_indirection_name): Likewise.
6006         (darwin_build_constant_cfstring): Likewise.
6007         (darwin_enter_string_into_cfstring_table): Likewise.
6008         * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
6009         * config/frv/frv.c (frv_init_machine_status): Likewise.
6010         * config/i386/i386.c (get_dllimport_decl): Likewise.
6011         (ix86_init_machine_status): Likewise.
6012         (assign_386_stack_local): Likewise.
6013         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
6014         (i386_pe_maybe_record_exported_symbol): Likewise.
6015         (i386_pe_record_stub): Likewise.
6016         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
6017         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
6018         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
6019         (m32c_note_pragma_address): Likewise.
6020         * config/mep/mep.c (mep_init_machine_status): Likewise.
6021         (mep_note_pragma_flag): Likewise.
6022         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
6023         (mips16_local_alias): Likewise.
6024         (mips_init_machine_status): Likewise.
6025         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
6026         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
6027         * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
6028         * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
6029         * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
6030         * config/pa/pa.c (pa_init_machine_status): Likewise.
6031         (pa_get_deferred_plabel): Likewise.
6032         * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
6033         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
6034         (rs6000_init_machine_status): Likewise.
6035         (output_toc): Likewise.
6036         * config/s390/s390.c (s390_init_machine_status): Likewise.
6037         * config/score/score.c (score_output_external): Likewise.
6038         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
6039         * config/spu/spu.c (spu_init_machine_status): Likewise.
6040         * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
6041         * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
6042         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
6043         * coverage.c (coverage_end_function): Likewise.
6044         * dbxout.c (dbxout_init): Likewise.
6045         * doc/gty.texi: Don't mention variable_size attribute.
6046         * dwarf2cfi.c (new_cfi): Adjust.
6047         (new_cfi_row): Likewise.
6048         (copy_cfi_row): Likewise.
6049         (create_cie_data): Likewise.
6050         * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
6051         (new_loc_descr): Likewise.
6052         (find_AT_string_in_table): Likewise.
6053         (add_addr_table_entry): Likewise.
6054         (new_die): Likewise.
6055         (add_var_loc_to_decl): Likewise.
6056         (clone_die): Likewise.
6057         (clone_as_declaration): Likewise.
6058         (break_out_comdat_types): Likewise.
6059         (new_loc_list): Likewise.
6060         (add_loc_descr_to_each): Likewise.
6061         (add_location_or_const_value_attribute): Likewise.
6062         (add_linkage_name): Likewise.
6063         (lookup_filename): Likewise.
6064         (dwarf2out_var_location): Likewise.
6065         (new_line_info_table): Likewise.
6066         (dwarf2out_init): Likewise.
6067         (mem_loc_descriptor): Likewise.
6068         (loc_descriptor): Likewise.
6069         (add_const_value_attribute): Likewise.
6070         (tree_add_const_value_attribute): Likewise.
6071         (comp_dir_string): Likewise.
6072         (dwarf2out_vms_debug_main_pointer): Likewise.
6073         (string_cst_pool_decl): Likewise.
6074         * emit-rtl.c (set_mem_attrs): Likewise.
6075         (get_reg_attrs): Likewise.
6076         (start_sequence): Likewise.
6077         (init_emit): Likewise.
6078         (init_emit_regs): Likewise.
6079         * except.c (init_eh_for_function): Likewise.
6080         (gen_eh_region): Likewise.
6081         (gen_eh_region_catch): Likewise.
6082         (gen_eh_landing_pad): Likewise.
6083         (add_call_site): Likewise.
6084         * function.c (add_frame_space): Likewise.
6085         (insert_temp_slot_address): Likewise.
6086         (assign_stack_temp_for_type): Likewise.
6087         (get_hard_reg_initial_val): Likewise.
6088         (allocate_struct_function): Likewise.
6089         (prepare_function_start): Likewise.
6090         (types_used_by_var_decl_insert): Likewise.
6091         * gengtype.c (variable_size_p): Remove function.
6092         (enum alloc_quantity): Remove enum.
6093         (write_typed_alloc_def): Remove function.
6094         (write_typed_struct_alloc_def): Likewise.
6095         (write_typed_typedef_alloc_def): Likewise.
6096         (write_typed_alloc_defns): Likewise.
6097         (main): Adjust.
6098         * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
6099         (ggc_cleared_alloc_ptr_array_two_args): Likewise.
6100         * ggc.h (ggc_alloc): new function.
6101         (ggc_cleared_alloc): Likewise.
6102         (ggc_vec_alloc): Template on type of vector element, and remove
6103         element size argument.
6104         (ggc_cleared_vec_alloc): Likewise.
6105         * gimple.c (gimple_build_omp_for): Adjust.
6106         (gimple_copy): Likewise.
6107         * ipa-cp.c (get_replacement_map): Likewise.
6108         (find_aggregate_values_for_callers_subset): Likewise.
6109         (known_aggs_to_agg_replacement_list): Likewise.
6110         * ipa-devirt.c (get_odr_type): Likewise.
6111         * ipa-prop.c (ipa_node_duplication_hook): Likewise.
6112         (read_agg_replacement_chain): Likewise.
6113         * loop-iv.c (get_simple_loop_desc): Likewise.
6114         * lto-cgraph.c (input_node_opt_summary): Likewise.
6115         * lto-section-in.c (lto_new_in_decl_state): Likewise.
6116         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
6117         (input_eh_region): Likewise.
6118         (input_eh_lp): Likewise.
6119         (input_cfg): Likewise.
6120         * optabs.c (set_optab_libfunc): Likewise.
6121         (init_tree_optimization_optabs): Likewise.
6122         (set_conv_libfunc): Likewise.
6123         * passes.c (do_per_function_toporder): Likewise.
6124         * rtl.h: Don't use variable_size gty attribute.
6125         * sese.c (if_region_set_false_region): Adjust.
6126         * stringpool.c (gt_pch_save_stringpool): Likewise.
6127         * target-globals.c (save_target_globals): Likewise.
6128         * toplev.c (general_init): Likewise.
6129         * trans-mem.c (record_tm_replacement): Likewise.
6130         (split_bb_make_tm_edge): Likewise.
6131         * tree-cfg.c (move_sese_region_to_fn): Likewise.
6132         * tree-data-ref.h (lambda_vector_new): Likewise.
6133         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
6134         * tree-iterator.c (tsi_link_before): Likewise.
6135         (tsi_link_after): Likewise.
6136         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
6137         * tree-ssa-loop-niter.c (record_estimate): Likewise.
6138         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
6139         * tree-ssa-operands.h: Don't use variable_size gty attribute.
6140         * tree-ssa.c (init_tree_ssa): Adjust.
6141         * tree-ssanames.c (set_range_info): Likewise.
6142         (get_ptr_info): Likewise.
6143         (duplicate_ssa_name_ptr_info): Likewise.
6144         (duplicate_ssa_name_range_info): Likewise.
6145         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
6146         (unpack_ts_fixed_cst_value_fields): Likewise.
6147         * tree.c (build_fixed): Likewise.
6148         (build_real): Likewise.
6149         (build_string): Likewise.
6150         (decl_priority_info): Likewise.
6151         (decl_debug_expr_insert): Likewise.
6152         (decl_value_expr_insert): Likewise.
6153         (decl_debug_args_insert): Likewise.
6154         (type_hash_add): Likewise.
6155         (build_omp_clause): Likewise.
6156         * ubsan.c (decl_for_type_insert): Likewise.
6157         * varasm.c (get_unnamed_section): Likewise.
6158         (get_noswitch_section): Likewise.
6159         (get_section): Likewise.
6160         (get_block_for_section): Likewise.
6161         (create_block_symbol): Likewise.
6162         (build_constant_desc): Likewise.
6163         (create_constant_pool): Likewise.
6164         (force_const_mem): Likewise.
6165         (record_tm_clone_pair): Likewise.
6166         * varpool.c (varpool_create_empty_node): Likewise.
6168 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
6170         * dwarf2out.c (tree_add_const_value_attribute): Call
6171         ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
6172         * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
6173         instead of ggc_internal_<x>alloc_stat.
6174         * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
6175         (ggc_realloc): Likewise.
6176         * ggc-none.c (ggc_internal_alloc): Likewise.
6177         (ggc_internal_cleared_alloc): Likewise.
6178         * ggc-page.c: Likewise.
6179         * ggc.h (ggc_internal_alloc_stat): Likewise.
6180         (ggc_internal_alloc): Remove macro.
6181         (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
6182         (ggc_internal_cleared_alloc): Remove macro.
6183         (GGC_RESIZEVEC): Adjust.
6184         (ggc_resizevar): Remove macro.
6185         (ggc_internal_vec_alloc_stat): Drop _stat suffix.
6186         (ggc_internal_cleared_vec_alloc_stat): Likewise.
6187         (ggc_internal_vec_cleared_alloc): Remove macro.
6188         (ggc_alloc_atomic_stat): Drop _stat suffix.
6189         (ggc_alloc_atomic): Remove macro.
6190         (ggc_alloc_cleared_atomic): Remove macro.
6191         (ggc_alloc_string_stat): Drop _stat suffix.
6192         (ggc_alloc_string): Remove macro.
6193         (ggc_alloc_rtx_def_stat): Adjust.
6194         (ggc_alloc_tree_node_stat): Likewise.
6195         (ggc_alloc_cleared_tree_node_stat): Likewise.
6196         (ggc_alloc_cleared_gimple_statement_stat): Likewise.
6197         (ggc_alloc_cleared_simd_clone_stat): Likewise.
6198         * gimple.c (gimple_build_omp_for): Likewise.
6199         (gimple_copy): Likewise.
6200         * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
6201         * toplev.c (realloc_for_line_map): Adjust.
6202         * tree-data-ref.h (lambda_vector_new): Likewise.
6203         * tree-phinodes.c (allocate_phi_node): Likewise.
6204         * tree.c (grow_tree_vec_stat): Likewise.
6205         * vec.h (va_gc::reserve): Adjust.
6207 2014-05-17  Ajit Agarwal  <ajitkum@xilinx.com>
6209         * config/microblaze/microblaze.c (break_handler): New Declaration.
6210         (microblaze_break_function_p,microblaze_is_break_handler): New.
6211         (compute_frame_size): Use microblaze_break_function_p.
6212         Add the test of break_handler.
6213         (microblaze_function_prologue) : Add the test of variable
6214         break_handler.  Check the fnname by BREAK_HANDLER_NAME.
6215         (microblaze_function_epilogue) : Add the test of break_handler.
6216         (microblaze_globalize_label) : Add the test of break_handler.
6217         Check the name by BREAK_HANDLER_NAME.
6219         * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
6221         * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
6222         microblaze_is_break_handler test.
6223         (call_internal1,call_value_intern): Use microblaze_break_function_p.
6224         Use SYMBOL_REF_DECL.
6226         * config/microblaze/microblaze-protos.h
6227         (microblaze_break_function_p,microblaze_is_break_handler):
6228         New Declaration.
6230         * doc/extend.texi (MicroBlaze break_handler Functions): Document
6231         new MicroBlaze break_handler functions.
6233 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
6235         * doc/extend.texi (Size of an asm): Move node text according
6236         to its @menu entry position.
6238 2014-05-17  Marc Glisse  <marc.glisse@inria.fr>
6240         PR tree-optimization/61140
6241         PR tree-optimization/61150
6242         PR tree-optimization/61197
6243         * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
6245 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
6247         * doc/invoke.texi (free): Mention Alpha.  Also enabled at -Os.
6249 2014-05-17  Richard Sandiford  <r.sandiford@uk.ibm.com>
6251         * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
6252         __SIZEOF_INT128__ is defined.
6254 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
6256         * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
6257         (rs6000_delegitimize_address): Use it.
6259 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
6261         * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
6262         inplace argument.  Store the new address in the original MEM when true.
6263         * emit-rtl.c (change_address_1): Likewise.
6264         (adjust_address_1, adjust_automodify_address_1, offset_address):
6265         Update accordingly.
6266         * rtl.h (plus_constant): Add an inplace argument.
6267         * explow.c (plus_constant): Likewise.  Try to reuse the original PLUS
6268         when true.  Avoid generating (plus X (const_int 0)).
6269         * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
6270         in-place.  Pass true to plus_constant.
6271         (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
6273 2014-05-16  Dehao Chen  <dehao@google.com>
6275         * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
6277 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
6279         PR target/54089
6280         * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
6281         patterns.
6282         * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
6284 2014-05-16  Dehao Chen  <dehao@google.com>
6286         * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
6287         optimize_function_for_size_p.
6288         * regs.h (REG_FREQ_FROM_BB): Likewise.
6290 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
6292         PR target/51244
6293         * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
6294         negt_reg_operand cases.
6295         * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
6296         predicate.
6297         * config/sh/predicates.md (cbranch_treg_value): Simplify.
6299 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
6301         * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
6302         target variants.
6304 2014-05-16  David Malcolm  <dmalcolm@redhat.com>
6306         Revert:
6307         2014-04-29  David Malcolm  <dmalcolm@redhat.com>
6309         * tree-cfg.c (dump_function_to_file): Dump the return type of
6310         functions, in a line to itself before the function body, mimicking
6311         the layout of a C function.
6313 2014-05-16  Dehao Chen  <dehao@google.com>
6315         * cfghooks.c (make_forwarder_block): Use direct computation to
6316         get fall-through edge's count and frequency.
6318 2014-05-16  Benno Schulenberg  <bensberg@justemail.net>
6320         * config/arc/arc.c (arc_init): Fix typo in error message.
6321         * config/i386/i386.c (ix86_expand_builtin): Likewise.
6322         (split_stack_prologue_scratch_regno): Likewise.
6323         * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
6324         word from error message.
6326 2014-05-16  Zhouyi Zhou <yizhouzhou@ict.ac.cn>
6328         * ira-costs.c: Fix typo in comment.
6330 2014-05-16  David Wohlferd <dw@LimeGreenSocks.com>
6332         * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
6334 2014-05-16  Jan Hubicka  <hubicka@ucw.cz>
6336         * varpool.c (dump_varpool_node): Dump write-only flag.
6337         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
6338         write-only flag.
6339         * tree-cfg.c (execute_fixup_cfg): Remove statements setting
6340         write-only variables.
6341         * ipa.c (process_references): New function.
6342         (set_readonly_bit): New function.
6343         (set_writeonly_bit): New function.
6344         (clear_addressable_bit): New function.
6345         (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
6346         fix handling of aliases.
6347         * cgraph.h (struct varpool_node): Add writeonly flag.
6349 2014-05-16  Vladimir Makarov  <vmakarov@redhat.com>
6351         PR rtl-optimization/60969
6352         * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
6353         Calculate costs for this case.
6355 2014-05-16  Eric Botcazou  <ebotcazou@adacore.com>
6357         * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
6358         <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
6360 2014-05-16  Richard Biener  <rguenther@suse.de>
6362         PR tree-optimization/61194
6363         * tree-vect-patterns.c (adjust_bool_pattern): Also handle
6364         bool patterns ending in a COND_EXPR.
6366 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6368         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
6370 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6372         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
6373         where we were unable to cost an RTX.
6375 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6377         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
6378         HIGH, LO_SUM.
6380 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6381             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6383         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
6385 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6386             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6388         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
6389         FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
6391 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6392             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6394         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
6395         operators.
6397 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6398             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6400         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
6401         DIV/MOD.
6403 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6404             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6406         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
6407         (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
6409 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6410             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6412         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
6413         rotates and shifts.
6415 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6416             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6418         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
6419         ZERO_EXTEND and SIGN_EXTEND better.
6421 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6422             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6424         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
6425         logical operations.
6427 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6428             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6430         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
6431         costs when costing loads and stores to memory.
6433 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6434             Philip Tomsich  <philipp.tomsich@theobroma-systems.com>
6436         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
6437         for SET RTX.
6439 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6441         * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
6443 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6444             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6446         * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
6447         to...
6448         (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
6449         well formed.
6450         (aarch64_rtx_mult_cost): New.
6451         (aarch64_rtx_costs): Use it, refactor as appropriate.
6453 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6454             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
6456         * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
6457         emit instructions, return number of instructions which would
6458         be emitted.
6459         (aarch64_add_constant): Update call to aarch64_build_constant.
6460         (aarch64_output_mi_thunk): Likewise.
6461         (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
6462         a CONST_DOUBLE.
6464 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6466         * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
6467         (TARGET_RTX_COSTS): Call it.
6469 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6471         * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
6472         (cortexa57_vector_cost): Likewise.
6473         (cortexa57_tunings): Use them.
6475 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6477         * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
6478         (cpu_addrcost_table): Use it.
6479         * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
6480         (aarch64_address_cost): Rewrite using aarch64_classify_address,
6481         move it.
6483 2014-05-16  Richard Biener  <rguenther@suse.de>
6485         * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
6486         (set_ssa_val_to): Handle unexpected sets to VN_TOP.
6487         (visit_phi): Ignore edges marked as not executable.
6488         (class cond_dom_walker): New.
6489         (cond_dom_walker::before_dom_children): Value-number
6490         control statements and mark successor edges as not
6491         executable if possible.
6492         (run_scc_vn): First walk all control statements in
6493         dominator order, marking edges as not executable.
6494         * tree-inline.c (copy_edges_for_bb): Be not confused
6495         about random edge flags.
6497 2014-05-16  Richard Biener  <rguenther@suse.de>
6499         * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
6501 2014-05-15  Peter Bergner  <bergner@vnet.ibm.com>
6503         PR target/61193
6504         * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
6505         (__TM_simple_begin): Use it.
6506         (__TM_begin): Likewise.
6508 2014-05-15  Martin Jambor  <mjambor@suse.cz>
6510         PR ipa/61085
6511         * ipa-prop.c (update_indirect_edges_after_inlining): Check
6512         type_preserved flag when the indirect edge is polymorphic.
6514 2014-05-15  Martin Jambor  <mjambor@suse.cz>
6516         PR tree-optimization/61090
6517         * tree-sra.c (sra_modify_expr): Pass the current gsi to
6518         build_ref_for_model.
6520 2014-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6522         * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
6523         enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
6525 2014-05-15  Jakub Jelinek  <jakub@redhat.com>
6527         PR tree-optimization/61158
6528         * fold-const.c (fold_binary_loc): If X is zero-extended and
6529         shiftc >= prec, make sure zerobits is all ones instead of
6530         invoking undefined behavior.
6532 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6534         * regcprop.h: New file.
6535         * regcprop.c (skip_debug_insn_p): New decl.
6536         (replace_oldest_value_reg): Check skip_debug_insn_p.
6537         (copyprop_hardreg_forward_bb_without_debug_insn): New function.
6538         * shrink-wrap.c: Include regcprop.h.
6539         (prepare_shrink_wrap): Call
6540         copyprop_hardreg_forward_bb_without_debug_insn.
6542 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6544         * shrink-wrap.h: Update comment.
6545         * shrink-wrap.c: Update comment.
6546         (next_block_for_reg): Rename to live_edge_for_reg.
6547         (live_edge_for_reg): Allow live_edge->dest has two predecessors.
6548         (move_insn_for_shrink_wrap): Split live_edge.
6549         (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
6551 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
6553         * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
6554         Delete.
6555         * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
6556         * config/sparc/sparc.md (fptype_ut699): New attribute.
6557         (in_branch_delay): Return false if -mfix-ut699 is specified and
6558         fptype_ut699 is set to single.
6559         (truncdfsf2): Add fptype_ut699 attribute.
6560         (fix_truncdfsi2): Likewise.
6561         (floatsisf2): Change fptype attribute.
6562         (fix_truncsfsi2): Likewise.
6563         (negtf2_notv9): Delete.
6564         (negtf2_v9): Likewise.
6565         (negtf2_hq): New instruction.
6566         (negtf2): New instruction and splitter.
6567         (negdf2_notv9): Rewrite.
6568         (abstf2_notv9): Delete.
6569         (abstf2_hq_v9): Likewise.
6570         (abstf2_v9): Likewise.
6571         (abstf2_hq): New instruction.
6572         (abstf2): New instruction and splitter.
6573         (absdf2_notv9): Rewrite.
6575 2014-05-14  Cary Coutant  <ccoutant@google.com>
6577         PR debug/61013
6578         * opts.c (common_handle_option): Don't special-case "-g".
6579         (set_debug_level): Default to at least level 2 with "-g".
6581 2014-05-14  DJ Delorie  <dj@redhat.com>
6583         * config/msp430/msp430.c (msp430_builtin): Add
6584         MSP430_BUILTIN_DELAY_CYCLES.
6585         (msp430_init_builtins): Register void __delay_cycles(long long).
6586         (msp430_builtin_decl): Add it.
6587         (cg_magic_constant): New.
6588         (msp430_expand_delay_cycles): New.
6589         (msp430_expand_builtin): Call it.
6590         (msp430_print_operand_raw): Change integer printing from "int" to
6591         HOST_WIDE_INT.
6592         * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
6593         (delay_cycles_start): New.
6594         (delay_cycles_end): New.
6595         (delay_cycles_32): New.
6596         (delay_cycles_32x): New.
6597         (delay_cycles_16): New.
6598         (delay_cycles_16x): New.
6599         (delay_cycles_2): New.
6600         (delay_cycles_1): New.
6601         * doc/extend.texi: Document __delay_cycles().
6603 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
6605         * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
6606         length attribute computation.
6608 2014-05-14  Richard Sandiford  <rdsandiford@googlemail.com>
6610         PR debug/61188
6611         * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
6613 2014-05-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
6615         PR target/61084
6616         * config/sparc/sparc.md: Fix types of low and high in DI constant
6617         splitter.  Use gen_int_mode in some other splitters.
6619 2014-05-14  Martin Jambor  <mjambor@suse.cz>
6621         PR ipa/60897
6622         * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
6624 2014-05-14  James Norris  <jnorris@codesourcery.com>
6626         * omp-low.c (expand_parallel_call): Remove shadow variable.
6627         (expand_omp_taskreg): Likewise.
6629 2014-05-14  Ilya Tocar  <ilya.tocar@intel.com>
6631         * common/config/i386/i386-common.c
6632         (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
6633         (OPTION_MASK_ISA_XSAVES_SET): Ditto.
6634         (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
6635         (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
6636         (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
6637         (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
6638         (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
6639         * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
6640         xsavecintrin.h, xsavesintrin.h.
6641         (x86_64-*-*): Ditto.
6642         * config/i386/clflushoptintrin.h: New.
6643         * config/i386/xsavecintrin.h: Ditto.
6644         * config/i386/xsavesintrin.h: Ditto.
6645         * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
6646         (bit_XSAVES): Ditto.
6647         (bit_XSAVES): Ditto.
6648         * config/i386/driver-i386.c (host_detect_local_cpu): Handle
6649         -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
6650         -mno-clflushopt.
6651         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
6652         OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
6653         OPTION_MASK_ISA_XSAVES.
6654         * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
6655         -mxsavec, -mxsaves.
6656         (PTA_CLFLUSHOPT) Define.
6657         (PTA_XSAVEC): Ditto.
6658         (PTA_XSAVES): Ditto.
6659         (ix86_option_override_internal): Handle new options.
6660         (ix86_valid_target_attribute_inner_p): Ditto.
6661         (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
6662         IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
6663         IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
6664         (bdesc_special_args): Add __builtin_ia32_xsaves,
6665         __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
6666         __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
6667         (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
6668         (ix86_expand_builtin): Handle new builtins.
6669         * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
6670         (TARGET_CLFLUSHOPT_P): Ditto.
6671         (TARGET_XSAVEC): Ditto.
6672         (TARGET_XSAVEC_P): Ditto.
6673         (TARGET_XSAVES): Ditto.
6674         (TARGET_XSAVES_P): Ditto.
6675         * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
6676         (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
6677         (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
6678         (ANY_XRSTOR): New.
6679         (ANY_XRSTOR64): Ditto.
6680         (xrstor): Ditto.
6681         (xrstor): Change into <xrstor>.
6682         (xrstor_rex64): Change into <xrstor>_rex64.
6683         (xrstor64): Change into <xrstor>64
6684         (clflushopt): New.
6685         * config/i386/i386.opt (mclflushopt): New.
6686         (mxsavec): Ditto.
6687         (mxsaves): Ditto.
6688         * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
6689         xsavecintrin.h.
6690         * doc/invoke.texi: Document new options.
6692 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
6694         PR rtl-optimization/60866
6695         * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
6696         Default it to -1.  Pass it down to init_simplejump_data.
6697         (init_simplejump_data): New parameter old_seqno.  Pass it down
6698         to get_seqno_for_a_jump.
6699         (get_seqno_for_a_jump): New parameter old_seqno.  Use it for
6700         initializing new jump seqno as a last resort.  Add comment.
6701         (sel_redirect_edge_and_branch): Save old seqno of the conditional
6702         jump and pass it down to sel_init_new_insn.
6703         (sel_redirect_edge_and_branch_force): Likewise.
6705 2014-05-14  Georg-Johann Lay  <avr@gjlay.de>
6707         * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
6708         shifted values to avoid build warning.
6710 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
6712         * cfgcleanup.c (try_forward_edges): Use location_t for locations.
6713         * cfgrtl.c (rtl_merge_blocks): Fix comment.
6714         (cfg_layout_merge_blocks): Likewise.
6715         * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
6717 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
6719         PR rtl-optimization/60901
6720         * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
6721         bb predecessor belongs to the same scheduling region.  Adjust comment.
6723 2014-05-13  Peter Bergner  <bergner@vnet.ibm.com>
6725         * doc/sourcebuild.texi: (dfp_hw): Document.
6726         (p8vector_hw): Likewise.
6727         (powerpc_eabi_ok): Likewise.
6728         (powerpc_elfv2): Likewise.
6729         (powerpc_htm_ok): Likewise.
6730         (ppc_recip_hw): Likewise.
6731         (vsx_hw): Likewise.
6733 2014-05-13  Cary Coutant  <ccoutant@google.com>
6735         * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
6737 2014-05-13  David Malcolm  <dmalcolm@redhat.com>
6739         * gengtype-parse.c (require3): Eliminate in favor of...
6740         (require4): New.
6741         (require_template_declaration): Update to support optional single *
6742         on a type.
6744         * gengtype.c (get_ultimate_base_class): Add a non-const overload.
6745         (create_user_defined_type): Handle a single level of explicit
6746         pointerness within template arguments.
6747         (struct write_types_data): Add field "kind".
6748         (filter_type_name): Handle "*" character.
6749         (write_user_func_for_structure_ptr): Require a write_types_data
6750         rather than just a prefix string, so that we can look up the kind
6751         of the wtd and use it as an index into wrote_user_func_for_ptr,
6752         ensuring that such functions are written at most once.  Support
6753         subclasses by invoking the marking function of the ultimate base class.
6754         (write_user_func_for_structure_body): Require a write_types_data
6755         rather than just a prefix string, so that we can pass this to
6756         write_user_func_for_structure_ptr.
6757         (write_func_for_structure): Likewise.
6758         (ggc_wtd): Add initializer of new "kind" field.
6759         (pch_wtd): Likewise.
6761         * gengtype.h (enum write_types_kinds): New.
6762         (struct type): Add field wrote_user_func_for_ptr to the "s"
6763         union member.
6765 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
6767         * fold-const.c (optimize_bit_field_compare): Use wi:: operations
6768         instead of const_binop.
6769         (fold_binary_loc): Likewise.
6771 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
6773         * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
6774         calculation to match get_ref_base_and_extent.
6776 2014-05-13  Catherine Moore  <clm@codesourcery.com>
6777             Sandra Loosemore  <sandra@codesourcery.com>
6779         * configure.ac: Fix assembly for explicit JALR relocation check.
6780         * configure: Regenerate.
6782 2014-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6784         * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
6785         (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
6786         Remove associated type declarations and initialisations.
6787         (arm_expand_neon_builtin): Likewise.
6788         (neon_emit_pair_result_insn): Delete.
6789         * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
6790         * config/arm/neon.md (neon_vtrn<mode>): Delete.
6791         (neon_vzip<mode>): Likewise.
6792         (neon_vuzp<mode>): Likewise.
6794 2014-05-13  Richard Biener  <rguenther@suse.de>
6796         PR ipa/60973
6797         * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
6798         it needs revisiting whether the call still may be tail-called.
6800 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
6802         * rtl.def (SYMBOL_REF): Remove middle "0" field.
6803         * rtl.h (block_symbol): Reduce number of fields to 2.
6804         (rtx_def): Add u2.symbol_ref_flags.
6805         (SYMBOL_REF_FLAGS): Use it.
6806         (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
6807         (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
6808         * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
6809         Lower index of SYMBOL_REF_DATA.
6810         * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
6811         Print SYMBOL_REF_FLAGS at the same time.
6812         * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
6814 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
6816         * rtl.def (VAR_LOCATION): Remove "i" field.
6817         * rtl.h (rtx_def): Add u2.var_location_status.
6818         (PAT_VAR_LOCATION_STATUS): Use it.
6819         (gen_rtx_VAR_LOCATION): Declare.
6820         * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
6821         * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
6822         * var-tracking.c (emit_note_insn_var_location): Remove casts.
6824 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
6826         * rtl.def (scratch): Fix outdated comment and remove "0" field.
6827         * gengtype.c (adjust_field_rtx_def): Update accordingly.
6829 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
6831         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
6832         (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
6833         * rtl.h (rtx_def): Add insn_uid to u2 field.
6834         (RTX_FLAG_CHECK8): Delete in favor of...
6835         (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
6836         (INSN_DELETED_P): Update accordingly.
6837         (INSN_UID): Use u2.insn_uid.
6838         (INSN_CHAIN_CODE_P): Define.
6839         (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
6840         (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
6841         (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
6842         (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
6843         (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
6844         indices accordingly.
6845         * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
6846         Update indices for insn-chain rtxes.
6847         * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
6848         (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
6849         * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
6850         * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
6851         * combine.c (try_combine): Likewise.
6852         * ira.c (setup_prohibited_mode_move_regs): Likewise.
6854 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
6856         * rtl.def (REG): Remove middle field.
6857         * rtl.h (rtx_def): Add orignal_regno to u2.
6858         (ORIGINAL_REGNO): Use it instead of field 1.
6859         (REG_ATTRS): Lower field index accordingly.
6860         * gengtype.c (adjust_field_rtx_def): Remove handling of
6861         ORIGINAL_REGNO.  Move REG_ATTRS index down.
6862         * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
6863         code that prints the REGNO.
6865 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
6867         * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
6868         GENERATOR_FILE.
6870 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
6872         * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
6874 2014-05-13  Bin Cheng  <bin.cheng@arm.com>
6876         * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
6877         (alloc_iv): Lower base expressions containing ADDR_EXPR.
6879 2014-05-13  Ian Bolton  <ian.bolton@arm.com>
6881         * config/aarch64/aarch64-protos.h
6882         (aarch64_hard_regno_caller_save_mode): New prototype.
6883         * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
6884         New function.
6885         * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
6887 2014-05-13  Christian Bruel  <christian.bruel@st.com>
6889         * target.def (mode_switching): New hook vector.
6890         (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
6891         (mode_exit, modepriority_to_mode): Likewise.
6892         * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
6893         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
6894         * target.h: Include tm.h and hard-reg-set.h.
6895         * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
6896         (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
6897         * doc/tm.texi Regenerate.
6898         * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
6899         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
6900         * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
6901         (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
6902         * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
6903         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
6904         * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
6905         (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
6906         * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
6907         (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
6908         (ix86_emit_mode_set): Hookify.
6909         * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
6910         Delete.
6911         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
6912         * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
6913         (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
6914         (epiphany_mode_priority_to_mode): Remove declaration.
6915         * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
6916         (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
6917         (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
6918         Likewise.
6919         (epiphany_mode_priority_to_mode): Change priority type.  Hookify.
6920         (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
6921         (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
6923 2014-05-13  Jakub Jelinek  <jakub@redhat.com>
6925         PR target/61060
6926         * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
6927         is const0_rtx, return immediately.  Don't test count == 0 when
6928         it is always true.
6930 2014-05-13  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6932         * Makefile.in: add shrink-wrap.o.
6933         * config/i386/i386.c: include "shrink-wrap.h"
6934         * function.c: Likewise.
6935         (requires_stack_frame_p, next_block_for_reg,
6936         move_insn_for_shrink_wrap, prepare_shrink_wrap,
6937         dup_block_and_redirect): Move to shrink-wrap.c
6938         (thread_prologue_and_epilogue_insns): Extract three code segments
6939         as functions in shrink-wrap.c
6940         * function.h: Move #ifdef HAVE_simple_return ... #endif block to
6941         shrink-wrap.h
6942         * shrink-wrap.c: New file.
6943         * shrink-wrap.h: New file.
6945 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
6947         * doc/extend.texi: Reflect current numbers of pragmas.  Remove
6948         reference to Solaris.
6950 2014-05-12  Mike Stump  <mikestump@comcast.net>
6952         PR other/31778
6953         * genattrtab.c (filename): Add.
6954         (convert_set_attr_alternative): Improve error message.
6955         (check_defs): Restore read_md_filename for error messages.
6956         (gen_insn): Save filename.
6958 2014-05-12  Dimitris Papavasiliou  <dpapavas@gmail.com>
6960         * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
6961         -fno-local-ivars and -fivar-visibility.
6962         * c-family/c.opt: Make -Wshadow also implicitly enable
6963         -Wshadow-ivar.
6965 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
6967         * doc/tm.texi: Remove reference to deleted macro.
6968         * doc/tm.texi.in: Likewise.
6970 2014-05-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6972         PR target/60991
6973         * config/avr/avr.c (avr_out_store_psi): Use correct constant
6974         to restore Y.
6976 2014-05-12  Georg-Johann Lay  <avr@gjlay.de>
6978         PR libgcc/61152
6979         * config/arm/arm.h (License): Add GCC Runtime Library Exception.
6980         * config/arm/aout.h (License): Same.
6981         * config/arm/bpabi.h (License): Same.
6982         * config/arm/elf.h (License): Same.
6983         * config/arm/linux-elf.h (License): Same.
6984         * config/arm/linux-gas.h (License): Same.
6985         * config/arm/netbsd-elf.h (License): Same.
6986         * config/arm/uclinux-eabi.h (License): Same.
6987         * config/arm/uclinux-elf.h (License): Same.
6988         * config/arm/vxworks.h (License): Same.
6990 2014-05-11  Jakub Jelinek  <jakub@redhat.com>
6992         * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
6993         * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
6994         number of operands to 3.
6995         (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
6996         * tree-nested.c (convert_nonlocal_omp_clauses,
6997         convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
6998         * gimplify.c (gimplify_scan_omp_clauses): Handle
6999         OMP_CLAUSE_LINEAR_STMT.
7000         * omp-low.c (lower_rec_input_clauses): Fix typo.
7001         (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
7002         cast between Fortran boolean_type_node and C _Bool if
7003         needed.
7005 2014-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
7007         PR tree-optimization/61136
7008         * wide-int.h (multiple_of_p): Define a version that doesn't return
7009         the quotient.
7010         * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
7011         integer_zerop/const_binop pair.
7012         (multiple_of_p): Likewise, converting both operands to widest_int
7013         precision.
7015 2014-05-09  Teresa Johnson  <tejohnson@google.com>
7017         * cgraphunit.c (analyze_functions): Use correct dump file.
7019 2014-05-09  Florian Weimer  <fweimer@redhat.com>
7021         * cfgexpand.c (stack_protect_decl_p): New function, extracted from
7022         expand_used_vars.
7023         (stack_protect_return_slot_p): New function.
7024         (expand_used_vars): Call stack_protect_decl_p and
7025         stack_protect_return_slot_p for -fstack-protector-strong.
7027 2014-05-09  David Wohlferd <LimeGreenSocks@yahoo.com>
7028         Andrew Haley <aph@redhat.com>
7029         Richard Sandiford <rdsandiford@googlemail.com>
7031         * doc/extend.texi: Rewrite inline asm page / re-org asm-related
7032         pages.
7034 2014-05-09  Kenneth Zadeck  <zadeck@naturalbridge.com>
7036         PR middle-end/61111
7037         * fold-const.c (fold_binary_loc): Changed width of mask.
7039 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
7041         * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
7042         unsigned int initializers for regno_in, regno_out.
7044 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
7046         PR target/61055
7047         * config/avr/avr.md (cc): Add new attribute set_vzn.
7048         (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
7049         Set cc insn attribute to set_vzn instead of set_zn for alternatives
7050         with INC, DEC or NEG.
7051         * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
7052         (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
7053         INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
7055 2014-05-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7057         Revert:
7058         2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7060         * wide-int.cc (UTItype): Define.
7061         (UDWtype): Define for appropriate W_TYPE_SIZE.
7063 2014-05-09  Richard Biener  <rguenther@suse.de>
7065         * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
7066         * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
7067         (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
7068         (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
7069         ssa_propagate): Adjust.
7071 2014-05-08  Jeff Law  <law@redhat.com>
7073         PR tree-optimization/61009
7074         * tree-ssa-threadedge.c (thread_through_normal_block): Return a
7075         tri-state rather than a boolean.  When a block is too big to
7076         thread through, inform caller via negative return value.
7077         (thread_across_edge): If a block was too big for normal threading,
7078         then it's too big for a joiner too, so remove temporary equivalences
7079         and return immediately.
7081 2014-05-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7082             Matthias Klose  <doko@ubuntu.com>
7084         PR driver/61106
7085         * optc-gen.awk: Fix option handling for -Wunused-parameter.
7087 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
7089         PR target/59952
7090         * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
7092 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
7094         PR target/61092
7095         * config/alpha/alpha.c: Include gimple-iterator.h.
7096         (alpha_gimple_fold_builtin): New function.  Move
7097         ALPHA_BUILTIN_UMULH folding from ...
7098         (alpha_fold_builtin): ... here.
7099         (TARGET_GIMPLE_FOLD_BUILTIN): New define.
7101 2014-05-08  Wei Mi  <wmi@google.com>
7103         PR target/58066
7104         * config/i386/i386.c (ix86_compute_frame_layout): Update
7105         preferred_stack_boundary for call, expanded from tls descriptor.
7106         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
7107         to depend on SP register.
7108         (*tls_local_dynamic_base_32_gnu): Ditto.
7109         (*tls_local_dynamic_32_once): Ditto.
7110         (tls_global_dynamic_64_<mode>): Set
7111         ix86_tls_descriptor_calls_expanded_in_cfun.
7112         (tls_local_dynamic_base_64_<mode>): Ditto.
7113         (tls_global_dynamic_32): Set
7114         ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
7115         to depend on SP register.
7116         (tls_local_dynamic_base_32): Ditto.
7118 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7120         * config/arm/arm_neon.h: Update comment.
7121         * config/arm/neon-docgen.ml: Delete.
7122         * config/arm/neon-gen.ml: Delete.
7123         * doc/arm-neon-intrinsics.texi: Update comment.
7125 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7127         * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
7128         and v4sf versions.
7129         (vand, vorr, veor, vorn, vbic): Remove.
7130         * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
7131         iterator.
7132         (neon_vsub_unspec): Likewise.
7133         (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
7135 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7137         * config/arm/arm_neon.h (vadd_s8): GNU C implementation
7138         (vadd_s16): Likewise.
7139         (vadd_s32): Likewise.
7140         (vadd_f32): Likewise.
7141         (vadd_u8): Likewise.
7142         (vadd_u16): Likewise.
7143         (vadd_u32): Likewise.
7144         (vadd_s64): Likewise.
7145         (vadd_u64): Likewise.
7146         (vaddq_s8): Likewise.
7147         (vaddq_s16): Likewise.
7148         (vaddq_s32): Likewise.
7149         (vaddq_s64): Likewise.
7150         (vaddq_f32): Likewise.
7151         (vaddq_u8): Likewise.
7152         (vaddq_u16): Likewise.
7153         (vaddq_u32): Likewise.
7154         (vaddq_u64): Likewise.
7155         (vmul_s8): Likewise.
7156         (vmul_s16): Likewise.
7157         (vmul_s32): Likewise.
7158         (vmul_f32): Likewise.
7159         (vmul_u8): Likewise.
7160         (vmul_u16): Likewise.
7161         (vmul_u32): Likewise.
7162         (vmul_p8): Likewise.
7163         (vmulq_s8): Likewise.
7164         (vmulq_s16): Likewise.
7165         (vmulq_s32): Likewise.
7166         (vmulq_f32): Likewise.
7167         (vmulq_u8): Likewise.
7168         (vmulq_u16): Likewise.
7169         (vmulq_u32): Likewise.
7170         (vsub_s8): Likewise.
7171         (vsub_s16): Likewise.
7172         (vsub_s32): Likewise.
7173         (vsub_f32): Likewise.
7174         (vsub_u8): Likewise.
7175         (vsub_u16): Likewise.
7176         (vsub_u32): Likewise.
7177         (vsub_s64): Likewise.
7178         (vsub_u64): Likewise.
7179         (vsubq_s8): Likewise.
7180         (vsubq_s16): Likewise.
7181         (vsubq_s32): Likewise.
7182         (vsubq_s64): Likewise.
7183         (vsubq_f32): Likewise.
7184         (vsubq_u8): Likewise.
7185         (vsubq_u16): Likewise.
7186         (vsubq_u32): Likewise.
7187         (vsubq_u64): Likewise.
7188         (vand_s8): Likewise.
7189         (vand_s16): Likewise.
7190         (vand_s32): Likewise.
7191         (vand_u8): Likewise.
7192         (vand_u16): Likewise.
7193         (vand_u32): Likewise.
7194         (vand_s64): Likewise.
7195         (vand_u64): Likewise.
7196         (vandq_s8): Likewise.
7197         (vandq_s16): Likewise.
7198         (vandq_s32): Likewise.
7199         (vandq_s64): Likewise.
7200         (vandq_u8): Likewise.
7201         (vandq_u16): Likewise.
7202         (vandq_u32): Likewise.
7203         (vandq_u64): Likewise.
7204         (vorr_s8): Likewise.
7205         (vorr_s16): Likewise.
7206         (vorr_s32): Likewise.
7207         (vorr_u8): Likewise.
7208         (vorr_u16): Likewise.
7209         (vorr_u32): Likewise.
7210         (vorr_s64): Likewise.
7211         (vorr_u64): Likewise.
7212         (vorrq_s8): Likewise.
7213         (vorrq_s16): Likewise.
7214         (vorrq_s32): Likewise.
7215         (vorrq_s64): Likewise.
7216         (vorrq_u8): Likewise.
7217         (vorrq_u16): Likewise.
7218         (vorrq_u32): Likewise.
7219         (vorrq_u64): Likewise.
7220         (veor_s8): Likewise.
7221         (veor_s16): Likewise.
7222         (veor_s32): Likewise.
7223         (veor_u8): Likewise.
7224         (veor_u16): Likewise.
7225         (veor_u32): Likewise.
7226         (veor_s64): Likewise.
7227         (veor_u64): Likewise.
7228         (veorq_s8): Likewise.
7229         (veorq_s16): Likewise.
7230         (veorq_s32): Likewise.
7231         (veorq_s64): Likewise.
7232         (veorq_u8): Likewise.
7233         (veorq_u16): Likewise.
7234         (veorq_u32): Likewise.
7235         (veorq_u64): Likewise.
7236         (vbic_s8): Likewise.
7237         (vbic_s16): Likewise.
7238         (vbic_s32): Likewise.
7239         (vbic_u8): Likewise.
7240         (vbic_u16): Likewise.
7241         (vbic_u32): Likewise.
7242         (vbic_s64): Likewise.
7243         (vbic_u64): Likewise.
7244         (vbicq_s8): Likewise.
7245         (vbicq_s16): Likewise.
7246         (vbicq_s32): Likewise.
7247         (vbicq_s64): Likewise.
7248         (vbicq_u8): Likewise.
7249         (vbicq_u16): Likewise.
7250         (vbicq_u32): Likewise.
7251         (vbicq_u64): Likewise.
7252         (vorn_s8): Likewise.
7253         (vorn_s16): Likewise.
7254         (vorn_s32): Likewise.
7255         (vorn_u8): Likewise.
7256         (vorn_u16): Likewise.
7257         (vorn_u32): Likewise.
7258         (vorn_s64): Likewise.
7259         (vorn_u64): Likewise.
7260         (vornq_s8): Likewise.
7261         (vornq_s16): Likewise.
7262         (vornq_s32): Likewise.
7263         (vornq_s64): Likewise.
7264         (vornq_u8): Likewise.
7265         (vornq_u16): Likewise.
7266         (vornq_u32): Likewise.
7267         (vornq_u64): Likewise.
7269 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7271         * wide-int.cc (UTItype): Define.
7272         (UDWtype): Define for appropriate W_TYPE_SIZE.
7274 2014-05-08  Marc Glisse  <marc.glisse@inria.fr>
7276         PR tree-optimization/59100
7277         * tree-ssa-phiopt.c: Include tree-inline.h.
7278         (neutral_element_p, absorbing_element_p): New functions.
7279         (value_replacement): Handle conditional binary operations with a
7280         neutral or absorbing element.
7282 2014-05-08  Richard Biener  <rguenther@suse.de>
7284         * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
7285         folding the expression.
7286         (valueize_expr): Remove.
7287         (visit_reference_op_load): Do not valueize the result of
7288         vn_get_expr_for.
7289         (simplify_binary_expression): Likewise.
7290         (simplify_unary_expression): Likewise.
7292 2014-05-08  Richard Biener  <rguenther@suse.de>
7294         * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
7295         looking at TYPE_ARG_TYPES.
7297 2014-05-08  Richard Biener  <rguenther@suse.de>
7299         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
7300         pointer propagation special-case.
7302 2014-05-08  Bin Cheng  <bin.cheng@arm.com>
7304         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
7305         core part of address expressions.
7307 2014-05-08  Alan Modra  <amodra@gmail.com>
7309         PR target/60737
7310         * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
7311         loads and stores when -mno-strict-align at any alignment.
7312         (expand_block_clear): Similarly.  Also correct calculation of
7313         instruction count.
7315 2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7317         PR middle-end/39246
7318         * tree-complex.c (expand_complex_move): Keep line info when expanding
7319         complex move.
7320         * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
7321         of complex expression. Use new argument to display correct location
7322         for values coming from phi statement.
7323         (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
7324         (warn_uninitialized_phi): Pass location of phi argument to
7325         warn_uninit.
7326         * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
7327         COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
7329 2014-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
7331         * config/rs6000/predicates.md (indexed_address_mem): New.
7332         * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
7333         load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
7334         fpstore_ux, fpstore_u.
7335         (sign_extend, indexed, update): New.
7336         (cell_micro): Adjust.
7337         (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
7338         *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
7339         *movsi_internal1, *movsi_internal1_single, *movhi_internal,
7340         *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
7341         *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
7342         *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
7343         *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
7344         *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
7345         *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
7346         *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
7347         *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
7348         *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
7349         *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
7350         *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
7351         *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
7353         * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
7354         * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
7355         *vsx_extract_<mode>_store): Adjust.
7356         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
7357         is_cracked_insn, insn_must_be_first_in_group,
7358         insn_must_be_last_in_group): Adjust.
7360         * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
7361         Adjust.
7362         * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
7363         ppc440-fpstore): Adjust.
7364         * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
7365         ppc476-fpstore): Adjust.
7366         * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
7367         ppc601-fpstore): Adjust.
7368         * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
7369         Adjust.
7370         * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
7371         Adjust.
7372         * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
7373         ppc7450-fpstore): Adjust.
7374         * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
7375         * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
7376         * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
7377         Adjust.
7378         * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
7379         cell-fpload, cell-fpload-update, cell-store, cell-store-update,
7380         cell-fpstore, cell-fpstore-update): Adjust.
7381         * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
7382         ppce300c3_store, ppce300c3_fpstore): Adjust.
7383         * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
7384         e500mc_fpstore): Adjust.
7385         * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
7386         e500mc64_store, e500mc64_fpstore): Adjust.
7387         * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
7388         e5500_fpstore): Adjust.
7389         * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
7390         e6500_fpstore): Adjust.
7391         * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
7392         Adjust.
7393         * config/rs6000/power4.md (power4-load, power4-load-ext,
7394         power4-load-ext-update, power4-load-ext-update-indexed,
7395         power4-load-update-indexed, power4-load-update, power4-fpload,
7396         power4-fpload-update, power4-store, power4-store-update,
7397         power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
7398         Adjust.
7399         * config/rs6000/power5.md (power5-load, power5-load-ext,
7400         power5-load-ext-update, power5-load-ext-update-indexed,
7401         power5-load-update-indexed, power5-load-update, power5-fpload,
7402         power5-fpload-update, power5-store, power5-store-update,
7403         power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
7404         Adjust.
7405         * config/rs6000/power6.md (power6-load, power6-load-ext,
7406         power6-load-update, power6-load-update-indexed,
7407         power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
7408         power6-fpload-update, power6-store, power6-store-update,
7409         power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
7410         Adjust.
7411         * config/rs6000/power7.md (power7-load, power7-load-ext,
7412         power7-load-update, power7-load-update-indexed,
7413         power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
7414         power7-fpload-update, power7-store, power7-store-update,
7415         power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
7416         Adjust.
7417         * config/rs6000/power8.md (power8-load, power8-load-update,
7418         power8-load-ext, power8-load-ext-update, power8-fpload,
7419         power8-fpload-update, power8-store, power8-store-update-indexed,
7420         power8-fpstore, power8-fpstore-update): Adjust.
7421         * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
7422         Adjust.
7423         * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
7424         titan_lsu_store, titan_lsu_fpstore): Adjust.
7425         * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
7427 2014-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
7429         PR target/60884
7430         * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
7431         unrolled byte insns.  Emit address increments after move insns.
7433 2014-05-07  David Malcolm  <dmalcolm@redhat.com>
7435         * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
7436         const_gimple, rather than a gimple.
7437         (gimple_call_builtin_p): Likewise, for the three variants.
7439         * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
7440         (gimple_call_builtin_p): Likewise, for the three variants.
7442 2014-05-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
7444         PR tree-optimization/61095
7445         * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
7447 2014-05-07  Richard Biener  <rguenther@suse.de>
7449         PR tree-optimization/61034
7450         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
7451         (maybe_skip_until): Use translate to take into account
7452         lattices when trying to do disambiguations.
7453         (get_continuation_for_phi_1): Likewise.
7454         (get_continuation_for_phi): Adjust for added translate arguments.
7455         (walk_non_aliased_vuses): Likewise.
7456         * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
7457         (walk_non_aliased_vuses): Likewise.
7458         (call_may_clobber_ref_p_1): Declare.
7459         * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
7460         calls.  Stop early if we are only supposed to disambiguate.
7461         * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
7463 2014-05-07  Joern Rennecke  <joern.rennecke@embecosm.com>
7465         * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
7466         Emit an error when the function has arguments.
7468 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
7470         * cfgloop.h (unswitch_loops): Remove.
7471         * doc/passes.texi: Remove references to loop-unswitch.c
7472         * timevar.def (TV_LOOP_UNSWITCH): Remove.
7474 2014-05-07  Evgeny Stupachenko  <evstupac@gmail.com>
7476         * tree-vect-data-refs.c (vect_grouped_load_supported): New
7477         check for loads group of length 3.
7478         (vect_permute_load_chain): New permutations for loads group of
7479         length 3.
7480         * tree-vect-stmts.c (vect_model_load_cost): Change cost
7481         of vec_perm_shuffle for the new permutations.
7483 2014-05-07  Alan Lawrence  <alan.lawrence@arm.com>
7485         * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
7486         vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
7487         vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
7488         vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
7489         vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
7490         vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
7491         vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
7492         vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
7494 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
7496         * loop-unswitch.c: Delete.
7498 2014-05-07  Richard Biener  <rguenther@suse.de>
7500         * config.gcc: Always set need_64bit_hwint to yes.
7502 2014-05-07  Chung-Ju Wu  <jasonwucj@gmail.com>
7504         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
7505         of using optimize_size.
7507 2014-05-06  Mike Stump  <mikestump@comcast.net>
7509         * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
7511 2014-05-06  Joseph Myers  <joseph@codesourcery.com>
7513         * config/i386/sse.md (*mov<mode>_internal)
7514         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
7515         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
7516         (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
7517         (*<code><mode>3, *andnot<mode>3<mask_name>)
7518         (<mask_codefor><code><mode>3<mask_name>): Only consider
7519         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
7521 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
7523         Revert:
7524         2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
7526         * lra-constraints.c (valid_address_p): Move earlier in file.
7527         Add a constraint argument to the address_info version.
7528         (satisfies_memory_constraint_p): New function.
7529         (satisfies_address_constraint_p): Likewise.
7530         (process_alt_operands, curr_insn_transform): Use them.
7531         (process_address): Pass the constraint to valid_address_p when
7532         checking address operands.
7534 2014-05-06  Richard Sandiford  <r.sandiford@uk.ibm.com>
7536         * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
7537         to their respective blocks.  Fix inadvertent use of "node".
7539 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
7541         * emit-rtl.c (init_derived_machine_modes): New functionm, split
7542         out from...
7543         (init_emit_once): ...here.
7544         * rtl.h (init_derived_machine_modes): Declare.
7545         * toplev.c (do_compile): Call it even if no_backend.
7547 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
7548             Mike Stump  <mikestump@comcast.net>
7549             Richard Sandiford  <rdsandiford@googlemail.com>
7550             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7552         * alias.c (ao_ref_from_mem): Use wide-int interfaces.
7553         (rtx_equal_for_memref_p): Update comment.
7554         (adjust_offset_for_component_ref): Use wide-int interfaces.
7555         * builtins.c (get_object_alignment_2): Likewise.
7556         (c_readstr): Likewise.
7557         (target_char_cast): Add comment.
7558         (determine_block_size): Use wide-int interfaces.
7559         (expand_builtin_signbit): Likewise.
7560         (fold_builtin_int_roundingfn): Likewise.
7561         (fold_builtin_bitop): Likewise.
7562         (fold_builtin_bswap): Likewise.
7563         (fold_builtin_logarithm): Use signop.
7564         (fold_builtin_pow): Likewise.
7565         (fold_builtin_memory_op): Use wide-int interfaces.
7566         (fold_builtin_object_size): Likewise.
7567         * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
7568         nb_iterations_estimate.
7569         (record_niter_bound): Use wide-int interfaces.
7570         (get_estimated_loop_iterations_int): Likewise.
7571         (get_estimated_loop_iterations): Likewise.
7572         (get_max_loop_iterations): Likewise.
7573         * cfgloop.h: Include wide-int.h.
7574         (struct nb_iter_bound): Change bound to widest_int.
7575         (struct loop): Change nb_iterations_upper_bound and
7576         nb_iterations_estimate to widest_int.
7577         (record_niter_bound): Switch to use widest_int.
7578         (get_estimated_loop_iterations): Likewise.
7579         (get_max_loop_iterations): Likewise.
7580         (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
7581         update for wide-int.
7582         * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
7583         * combine.c (try_combine): Likewise.
7584         (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
7585         * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
7586         interfaces.
7587         (aarch64_float_const_representable_p): Likewise.
7588         * config/arc/arc.c: Include wide-int.h.
7589         (arc_can_use_doloop_p): Use wide-int interfaces.
7590         * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
7591         (vfp3_const_double_index): Likewise.
7592         * config/avr/avr.c (avr_out_round): Likewise.
7593         (avr_fold_builtin): Likewise.
7594         * config/bfin/bfin.c (bfin_local_alignment): Likewise.
7595         (bfin_can_use_doloop_p): Likewise.
7596         * config/darwin.c (darwin_mergeable_constant_section): Likewise.
7597         (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
7598         * config/i386/i386.c: Include wide-int.h.
7599         (ix86_data_alignment): Use wide-int interfaces.
7600         (ix86_local_alignment): Likewise.
7601         (ix86_emit_swsqrtsf): Update real_from_integer.
7602         * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
7603         * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
7604         * config/rs6000/predicates.md (any_operand): Add const_wide_int.
7605         (zero_constant): Likewise.
7606         (input_operand): Likewise.
7607         (splat_input_operand): Likewise.
7608         (non_logical_cint_operand): Change const_double to const_wide_int.
7609         * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
7610         (easy_altivec_constant): Remove comment.
7611         (paired_expand_vector_init): Use CONSTANT_P.
7612         (rs6000_legitimize_address): Handle CONST_WIDE_INT.
7613         (rs6000_emit_move): Update checks.
7614         (rs6000_aggregate_candidate): Use wide-int interfaces.
7615         (rs6000_expand_ternop_builtin): Likewise.
7616         (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
7617         (rs6000_assemble_integer): Likewise.
7618         (rs6000_hash_constant): Likewise.
7619         (output_toc): Likewise.
7620         (rs6000_rtx_costs): Likewise.
7621         (rs6000_emit_swrsqrt); Update call to real_from_integer.
7622         * config/rs6000/rs6000-c.c: Include wide-int.h.
7623         (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
7624         * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
7625         * config/rs6000/rs6000.md: Use const_scalar_int_operand.
7626         Handle CONST_WIDE_INT.
7627         * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
7628         Use tree_fits_uhwi_p.
7629         * config/sparc/sparc.c: Include wide-int.h.
7630         (sparc_fold_builtin): Use wide-int interfaces.
7631         * config/vax/vax.c: Include wide-int.h.
7632         (vax_float_literal): Use real_from_integer.
7633         * coretypes.h (struct hwivec_def): New.
7634         (hwivec): New.
7635         (const_hwivec): New.
7636         * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
7637         (equiv_constant): Handle CONST_WIDE_INT.
7638         * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
7639         (cselib_hash_rtx): Handle CONST_WIDE_INT.
7640         * dbxout.c (stabstr_U): Use wide-int interfaces.
7641         (dbxout_type): Update to use cst_fits_shwi_p.
7642         * defaults.h (LOG2_BITS_PER_UNIT): Define.
7643         (TARGET_SUPPORTS_WIDE_INT): Add default.
7644         * dfp.c: Include wide-int.h.
7645         (decimal_real_to_integer2): Use wide-int interfaces and rename to
7646         decimal_real_to_integer.
7647         * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
7648         decimal_real_to_integer.
7649         * doc/generic.texi (Constant expressions): Update for wide_int.
7650         * doc/rtl.texi (const_double): Likewise.
7651         (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
7652         (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
7653         * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
7654         (REAL_VALUE_FROM_INT): Remove.
7655         (TARGET_SUPPORTS_WIDE_INT): New.
7656         * doc/tm.texi: Regenerate.
7657         * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
7658         * double-int.h: Include wide-int.h.
7659         (struct wi::int_traits): New.
7660         * dwarf2out.c (get_full_len): New.
7661         (dw_val_equal_p): Add case dw_val_class_wide_int.
7662         (size_of_loc_descr): Likewise.
7663         (output_loc_operands): Likewise.
7664         (insert_double): Remove.
7665         (insert_wide_int): New.
7666         (add_AT_wide): New.
7667         (print_die): Add case dw_val_class_wide_int.
7668         (attr_checksum): Likewise.
7669         (attr_checksum_ordered): Likewise.
7670         (same_dw_val_p): Likewise.
7671         (size_of_die): Likewise.
7672         (value_format): Likewise.
7673         (output_die): Likewise.
7674         (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
7675         Use wide-int.
7676         (clz_loc_descriptor): Use wide-int interfaces.
7677         (mem_loc_descriptor): Likewise.  Handle CONST_WIDE_INT.
7678         (loc_descriptor): Use wide-int interfaces.  Handle CONST_WIDE_INT.
7679         (round_up_to_align): Use wide-int interfaces.
7680         (field_byte_offset): Likewise.
7681         (insert_double): Rename to insert_wide_int.  Use wide-int interfaces.
7682         (add_const_value_attribute): Handle CONST_WIDE_INT.  Update
7683         CONST_DOUBLE handling.  Use wide-int interfaces.
7684         (add_bound_info): Use tree_fits_uhwi_p.  Use wide-int interfaces.
7685         (gen_enumeration_type_die): Use add_AT_wide.
7686         (hash_loc_operands): Add case dw_val_class_wide_int.
7687         (compare_loc_operands): Likewise.
7688         * dwarf2out.h: Include wide-int.h.
7689         (wide_int_ptr): New.
7690         (enum dw_val_class): Add dw_val_class_wide_int.
7691         (struct dw_val_struct): Add val_wide.
7692         * emit-rtl.c (const_wide_int_htab): New.
7693         (const_wide_int_htab_hash): New.
7694         (const_wide_int_htab_eq): New.
7695         (lookup_const_wide_int): New.
7696         (const_double_htab_hash): Use wide-int interfaces.
7697         (const_double_htab_eq): Likewise.
7698         (rtx_to_double_int): Conditionally compile for wide-int.
7699         (immed_double_int_const): Rename to immed_wide_int_const and
7700         update for wide-int.
7701         (immed_double_const): Conditionally compile for wide-int.
7702         (init_emit_once): Use wide-int interfaces.
7703         * explow.c (plus_constant): Likewise.
7704         * expmed.c (mask_rtx): Move further up file.  Use wide-int interfaces.
7705         (lshift_value): Use wide-int interfaces.
7706         (expand_mult): Likewise.
7707         (choose_multiplier): Likewise.
7708         (expand_smod_pow2): Likewise.
7709         (make_tree): Likewise.
7710         * expr.c (convert_modes): Consolidate handling of constants.
7711         Use wide-int interfaces.
7712         (emit_group_load_1): Add note.
7713         (store_expr): Update comment.
7714         (get_inner_reference): Use wide-int interfaces.
7715         (expand_constructor): Update comment.
7716         (expand_expr_real_2): Use wide-int interfaces.
7717         (expand_expr_real_1): Likewise.
7718         (reduce_to_bit_field_precision): Likewise.
7719         (const_vector_from_tree): Likewise.
7720         * final.c: Include wide-int-print.h.
7721         (output_addr_const): Handle CONST_WIDE_INT.  Use CONST_DOUBLE_AS_INT_P.
7722         * fixed-value.c: Include wide-int.h.
7723         (fixed_from_string): Use wide-int interfaces.
7724         (fixed_to_decimal): Likewise.
7725         (fixed_convert_from_real): Likewise.
7726         (real_convert_from_fixed): Likewise.
7727         * fold-const.h (mem_ref_offset): Return an offset_int.
7728         (div_if_zero_remainder): Remove code parameter.
7729         * fold-const.c (div_if_zero_remainder): Remove code parameter.
7730         Use wide-int interfaces.
7731         (may_negate_without_overflow_p): Use wide-int interfaces.
7732         (negate_expr_p): Likewise.
7733         (fold_negate_expr): Likewise.
7734         (int_const_binop_1): Likewise.
7735         (const_binop): Likewise.
7736         (fold_convert_const_int_from_int): Likewise.
7737         (fold_convert_const_int_from_real): Likewise.
7738         (fold_convert_const_int_from_fixed): Likewise.
7739         (fold_convert_const_fixed_from_int): Likewise.
7740         (all_ones_mask_p): Take an unsigned size.  Use wide-int interfaces.
7741         (sign_bit_p): Use wide-int interfaces.
7742         (make_range_step): Likewise.
7743         (build_range_check): Likewise.  Pass an integer of the correct type
7744         instead of using integer_one_node.
7745         (range_predecessor): Pass an integer of the correct type instead
7746         of using integer_one_node.
7747         (range_successor): Likewise.
7748         (merge_ranges): Likewise.
7749         (unextend): Use wide-int interfaces.
7750         (extract_muldiv_1): Likewise.
7751         (fold_div_compare): Likewise.
7752         (fold_single_bit_test): Likewise.
7753         (fold_sign_changed_comparison): Likewise.
7754         (try_move_mult_to_index): Update calls to div_if_zero_remainder.
7755         (fold_plusminus_mult_expr): Use wide-int interfaces.
7756         (native_encode_int): Likewise.
7757         (native_interpret_int): Likewise.
7758         (fold_unary_loc): Likewise.
7759         (pointer_may_wrap_p): Likewise.
7760         (size_low_cst): Likewise.
7761         (mask_with_tz): Likewise.
7762         (fold_binary_loc): Likewise.
7763         (fold_ternary_loc): Likewise.
7764         (multiple_of_p): Likewise.
7765         (tree_call_nonnegative_warnv_p): Update calls to
7766         tree_int_cst_min_precision and real_from_integer.
7767         (fold_negate_const): Use wide-int interfaces.
7768         (fold_abs_const): Likewise.
7769         (fold_relational_const): Use tree_int_cst_lt.
7770         (round_up_loc): Use wide-int interfaces.
7771         * genemit.c (gen_exp): Add CONST_WIDE_INT case.
7772         * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
7773         * gengtype.c: Remove include of double-int.h.
7774         (do_typedef): Use wide-int interfaces.
7775         (open_base_files): Add wide-int.h.
7776         (main): Add offset_int and widest_int typedefs.
7777         * gengtype-lex.l: Handle "^".
7778         (CXX_KEYWORD): Add "static".
7779         * gengtype-parse.c (require3): New.
7780         (require_template_declaration): Handle constant template arguments
7781         and nested templates.
7782         * gengtype-state.c: Don't include "double-int.h".
7783         * genpreds.c (write_one_predicate_function): Update comment.
7784         (write_tm_constrs_h): Add check for hval and lval use in
7785         CONST_WIDE_INT.
7786         * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
7787         (add_to_sequence): Likewise.
7788         * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
7789         and const_double_operand.
7790         * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
7791         interfaces.
7792         * gimple-fold.c (get_base_constructor): Likewise.
7793         (fold_array_ctor_reference): Likewise.
7794         (fold_nonarray_ctor_reference): Likewise.
7795         (fold_const_aggregate_ref_1): Likewise.
7796         (gimple_val_nonnegative_real_p): Likewise.
7797         (gimple_fold_indirect_ref): Likewise.
7798         * gimple-pretty-print.c (dump_ssaname_info): Likewise.
7799         * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
7800         (struct slsr_cand_d): Change index to be widest_int.
7801         (struct incr_info_d): Change incr to be widest_int.
7802         (alloc_cand_and_find_basis): Use wide-int interfaces.
7803         (slsr_process_phi): Likewise.
7804         (backtrace_base_for_ref): Likewise.  Return a widest_int.
7805         (restructure_reference): Take a widest_int instead of a double_int.
7806         (slsr_process_ref): Use wide-int interfaces.
7807         (create_mul_ssa_cand): Likewise.
7808         (create_mul_imm_cand): Likewise.
7809         (create_add_ssa_cand): Likewise.
7810         (create_add_imm_cand): Take a widest_int instead of a double_int.
7811         (slsr_process_add): Use wide-int interfaces.
7812         (slsr_process_cast): Likewise.
7813         (slsr_process_copy): Likewise.
7814         (dump_candidate): Likewise.
7815         (dump_incr_vec): Likewise.
7816         (replace_ref): Likewise.
7817         (cand_increment): Likewise.  Return a widest_int.
7818         (cand_abs_increment): Likewise.
7819         (replace_mult_candidate): Take a widest_int instead of a double_int.
7820         (replace_unconditional_candidate): Use wide-int interfaces.
7821         (incr_vec_index): Take a widest_int instead of a double_int.
7822         (create_add_on_incoming_edge): Likewise.
7823         (create_phi_basis): Use wide-int interfaces.
7824         (replace_conditional_candidate): Likewise.
7825         (record_increment): Take a widest_int instead of a double_int.
7826         (record_phi_increments): Use wide-int interfaces.
7827         (phi_incr_cost): Take a widest_int instead of a double_int.
7828         (lowest_cost_path): Likewise.
7829         (total_savings): Likewise.
7830         (analyze_increments): Use wide-int interfaces.
7831         (ncd_with_phi): Take a widest_int instead of a double_int.
7832         (ncd_of_cand_and_phis): Likewise.
7833         (nearest_common_dominator_for_cands): Likewise.
7834         (insert_initializers): Use wide-int interfaces.
7835         (all_phi_incrs_profitable): Likewise.
7836         (replace_one_candidate): Likewise.
7837         (replace_profitable_candidates): Likewise.
7838         * godump.c: Include wide-int-print.h.
7839         (go_output_typedef): Use wide-int interfaces.
7840         * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
7841         * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
7842         (build_loop_iteration_domains): Likewise.
7843         * hooks.h: Include wide-int.h rather than double-int.h.
7844         (hook_bool_dint_dint_uint_bool_true): Delete.
7845         (hook_bool_wint_wint_uint_bool_true): Declare.
7846         * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
7847         (hook_bool_wint_wint_uint_bool_true): New.
7848         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
7849         interfaces.
7850         (ubsan_expand_si_overflow_mul_check): Likewise.
7851         * ipa-devirt.c (get_polymorphic_call_info): Likewise.
7852         * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
7853         (get_ancestor_addr_info): Likewise.
7854         (ipa_modify_call_arguments): Likewise.
7855         * loop-doloop.c (doloop_modify): Likewise.
7856         (doloop_optimize): Likewise.
7857         * loop-iv.c (iv_number_of_iterations): Likewise.
7858         * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
7859         (unroll_loop_constant_iterations): Likewise.
7860         (decide_unroll_runtime_iterations): Likewise.
7861         (unroll_loop_runtime_iterations): Likewise.
7862         (decide_peel_simple): Likewise.
7863         (decide_unroll_stupid): Likewise.
7864         * lto-streamer-in.c (streamer_read_wi): Add.
7865         (input_cfg): Use wide-int interfaces.
7866         (lto_input_tree_1): Likewise.
7867         * lto-streamer-out.c (streamer_write_wi): Add.
7868         (hash_tree): Use wide-int interfaces.
7869         (output_cfg): Likewise.
7870         * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
7871         (GTFILES): Add wide-int.h and signop.h.
7872         (TAGS): Look for .cc files too.
7873         * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
7874         * optabs.c (expand_subword_shift): Likewise.
7875         (expand_doubleword_shift): Likewise.
7876         (expand_absneg_bit): Likewise.
7877         (expand_copysign_absneg): Likewise.
7878         (expand_copysign_bit): Likewise.
7879         * postreload.c (reload_cse_simplify_set): Likewise.
7880         * predict.c (predict_iv_comparison): Likewise.
7881         * pretty-print.h: Include wide-int-print.h.
7882         (pp_wide_int) New.
7883         * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
7884         * print-tree.c: Include wide-int-print.h.
7885         (print_node_brief): Use wide-int interfaces.
7886         (print_node): Likewise.
7887         * read-rtl.c (validate_const_wide_int): New.
7888         (read_rtx_code): Add CONST_WIDE_INT case.
7889         * real.c: Include wide-int.h.
7890         (real_to_integer2): Delete.
7891         (real_to_integer): New function, returning a wide_int.
7892         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
7893         (ten_to_ptwo): Update call to real_from_integer.
7894         (real_digit): Likewise.
7895         * real.h: Include signop.h, wide-int.h and insn-modes.h.
7896         (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
7897         (REAL_VALUE_TO_INT): Delete.
7898         (real_to_integer): Declare a wide-int form.
7899         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
7900         * recog.c (const_int_operand): Improve comment.
7901         (const_scalar_int_operand): New.
7902         (const_double_operand): Add a separate definition for CONST_WIDE_INT.
7903         * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
7904         (split_double): Likewise.
7905         * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
7906         (rtx_size): Likewise.
7907         (rtx_alloc_stat_v): New.
7908         (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
7909         (cwi_output_hex): New.
7910         (iterative_hash_rtx): Handle CONST_WIDE_INT.
7911         (cwi_check_failed_bounds): New.
7912         * rtl.def (CONST_WIDE_INT): New.
7913         * rtl.h: Include <utility> and wide-int.h.
7914         (struct hwivec_def): New.
7915         (CWI_GET_NUM_ELEM): New.
7916         (CWI_PUT_NUM_ELEM): New.
7917         (struct rtx_def): Add num_elem and hwiv.
7918         (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
7919         (CASE_CONST_UNIQUE): Likewise.
7920         (CASE_CONST_ANY): Likewise.
7921         (CONST_SCALAR_INT_P): Likewise.
7922         (CONST_WIDE_INT_P): New.
7923         (CWI_ELT): New.
7924         (HWIVEC_CHECK): New.
7925         (cwi_check_failed_bounds): New.
7926         (CWI_ELT): New.
7927         (HWIVEC_CHECK): New.
7928         (CONST_WIDE_INT_VEC) New.
7929         (CONST_WIDE_INT_NUNITS) New.
7930         (CONST_WIDE_INT_ELT) New.
7931         (rtx_mode_t): New type.
7932         (wi::int_traits <rtx_mode_t>): New.
7933         (wi::shwi): New.
7934         (wi::min_value): New.
7935         (wi::max_value): New.
7936         (rtx_alloc_v) New.
7937         (const_wide_int_alloc): New.
7938         (immed_wide_int_const): New.
7939         * sched-vis.c (print_value): Handle CONST_WIDE_INT.
7940         * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
7941         * signop.h: New file.
7942         * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
7943         (simplify_const_unary_operation): Use wide-int interfaces.
7944         (simplify_binary_operation_1): Likewise.
7945         (simplify_const_binary_operation): Likewise.
7946         (simplify_const_relational_operation): Likewise.
7947         (simplify_immed_subreg): Likewise.
7948         * stmt.c (expand_case): Likewise.
7949         * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
7950         signop rather than a bool.
7951         * stor-layout.c (layout_type): Use wide-int interfaces.
7952         (initialize_sizetypes): Update calls to
7953         set_min_and_max_values_for_integral_type.
7954         (set_min_and_max_values_for_integral_type): Take a signop rather
7955         than a bool.  Use wide-int interfaces.
7956         (fixup_signed_type): Update accordingly.  Remove
7957         HOST_BITS_PER_DOUBLE_INT limit.
7958         (fixup_unsigned_type): Likewise.
7959         * system.h (STATIC_CONSTANT_P): New.
7960         (STATIC_ASSERT): New.
7961         * target.def (can_use_doloop_p): Take widest_ints rather than
7962         double_ints.
7963         * target.h: Include wide-int.h rather than double-int.h.
7964         * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
7965         than double_ints.
7966         * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
7967         rather than INT_CST_LT_UNSIGNED.
7968         (can_use_doloop_if_innermost): Take widest_ints rather than
7969         double_ints.
7970         * tree-affine.c: Include wide-int-print.h.
7971         (double_int_ext_for_comb): Delete.
7972         (wide_int_ext_for_comb): New.
7973         (aff_combination_zero): Use wide-int interfaces.
7974         (aff_combination_const): Take a widest_int instead of a double_int.
7975         (aff_combination_elt): Use wide-int interfaces.
7976         (aff_combination_scale): Take a widest_int instead of a double_int.
7977         (aff_combination_add_elt): Likewise.
7978         (aff_combination_add_cst): Likewise.
7979         (aff_combination_add): Use wide-int interfaces.
7980         (aff_combination_convert): Likewise.
7981         (tree_to_aff_combination): Likewise.
7982         (add_elt_to_tree): Take a widest_int instead of a double_int.
7983         (aff_combination_to_tree): Use wide-int interfaces.
7984         (aff_combination_remove_elt): Likewise.
7985         (aff_combination_add_product): Take a widest_int instead of
7986         a double_int.
7987         (aff_combination_mult): Use wide-int interfaces.
7988         (aff_combination_expand): Likewise.
7989         (double_int_constant_multiple_p): Delete.
7990         (wide_int_constant_multiple_p): New.
7991         (aff_combination_constant_multiple_p): Take a widest_int pointer
7992         instead of a double_int pointer.
7993         (print_aff): Use wide-int interfaces.
7994         (get_inner_reference_aff): Take a widest_int pointer
7995         instead of a double_int pointer.
7996         (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
7997         * tree-affine.h: Include wide-int.h.
7998         (struct aff_comb_elt): Change type of coef to widest_int.
7999         (struct affine_tree_combination): Change type of offset to widest_int.
8000         (double_int_ext_for_comb): Delete.
8001         (wide_int_ext_for_comb): New.
8002         (aff_combination_const): Use widest_int instead of double_int.
8003         (aff_combination_scale): Likewise.
8004         (aff_combination_add_elt): Likewise.
8005         (aff_combination_constant_multiple_p): Likewise.
8006         (get_inner_reference_aff): Likewise.
8007         (aff_comb_cannot_overlap_p): Likewise.
8008         (aff_combination_zero_p): Use wide-int interfaces.
8009         * tree.c: Include tree.h.
8010         (init_ttree): Use make_int_cst.
8011         (tree_code_size): Removed code for INTEGER_CST case.
8012         (tree_size): Add INTEGER_CST case.
8013         (make_node_stat): Update comment.
8014         (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
8015         (build_int_cst_type): Use wide-int interfaces.
8016         (double_int_to_tree): Likewise.
8017         (double_int_fits_to_tree_p): Delete.
8018         (force_fit_type_double): Delete.
8019         (force_fit_type): New.
8020         (int_cst_hash_hash): Use wide-int interfaces.
8021         (int_cst_hash_eq): Likewise.
8022         (build_int_cst_wide): Delete.
8023         (wide_int_to_tree): New.
8024         (cache_integer_cst): Use wide-int interfaces.
8025         (build_low_bits_mask): Likewise.
8026         (cst_and_fits_in_hwi): Likewise.
8027         (real_value_from_int_cst): Likewise.
8028         (make_int_cst_stat): New.
8029         (integer_zerop): Use wide_int interfaces.
8030         (integer_onep): Likewise.
8031         (integer_all_onesp): Likewise.
8032         (integer_pow2p): Likewise.
8033         (integer_nonzerop): Likewise.
8034         (tree_log2): Likewise.
8035         (tree_floor_log2): Likewise.
8036         (tree_ctz): Likewise.
8037         (int_size_in_bytes): Likewise.
8038         (mem_ref_offset): Return an offset_int rather than a double_int.
8039         (build_type_attribute_qual_variant): Use wide_int interfaces.
8040         (type_hash_eq): Likewise
8041         (tree_int_cst_equal): Likewise.
8042         (tree_int_cst_lt): Delete.
8043         (tree_int_cst_compare): Likewise.
8044         (tree_fits_shwi_p): Use wide_int interfaces.
8045         (tree_fits_uhwi_p): Likewise.
8046         (tree_int_cst_sign_bit): Likewise.
8047         (tree_int_cst_sgn): Likewise.
8048         (tree_int_cst_min_precision): Take a signop rather than a bool.
8049         (simple_cst_equal): Use wide_int interfaces.
8050         (compare_tree_int): Likewise.
8051         (iterative_hash_expr): Likewise.
8052         (int_fits_type_p): Likewise.  Use tree_int_cst_lt rather than
8053         INT_CST_LT.
8054         (get_type_static_bounds): Use wide_int interfaces.
8055         (tree_int_cst_elt_check_failed): New.
8056         (build_common_tree_nodes): Reordered to set prec before filling in
8057         value.
8058         (int_cst_value): Check cst_and_fits_in_hwi.
8059         (widest_int_cst_value): Use wide_int interfaces.
8060         (upper_bound_in_type): Likewise.
8061         (lower_bound_in_type): Likewise.
8062         (num_ending_zeros): Likewise.
8063         (drop_tree_overflow): Likewise.
8064         * tree-call-cdce.c (check_pow): Update call to real_from_integer.
8065         (gen_conditions_for_pow_cst_base): Likewise.
8066         * tree-cfg.c: Include wide-int.h and wide-int-print.h.
8067         (group_case_labels_stmt): Use wide-int interfaces.
8068         (verify_gimple_assign_binary): Likewise.
8069         (print_loop): Likewise.
8070         * tree-chrec.c (tree_fold_binomial): Likewise.
8071         * tree-core.h (struct tree_base): Add int_length.
8072         (struct tree_int_cst): Change rep of value.
8073         * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
8074         (dr_may_alias_p): Likewise.
8075         (max_stmt_executions_tree): Likewise.
8076         * tree.def (INTEGER_CST): Update comment.
8077         * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
8078         * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
8079         * tree-dump.c: Include wide-int.h and wide-int-print.h.
8080         (dequeue_and_dump): Use wide-int interfaces.
8081         * tree.h: Include wide-int.h.
8082         (NULL_TREE): Moved to earlier loc in file.
8083         (TREE_INT_CST_ELT_CHECK): New.
8084         (tree_int_cst_elt_check_failed): New.
8085         (TYPE_SIGN): New.
8086         (TREE_INT_CST): Delete.
8087         (TREE_INT_CST_LOW): Use wide-int interfaces.
8088         (TREE_INT_CST_HIGH): Delete.
8089         (TREE_INT_CST_NUNITS): New.
8090         (TREE_INT_CST_EXT_NUNITS): Likewise.
8091         (TREE_INT_CST_OFFSET_NUNITS): Likewise.
8092         (TREE_INT_CST_ELT): Likewise.
8093         (INT_CST_LT): Delete.
8094         (tree_int_cst_elt_check): New (two forms).
8095         (type_code_size): Update comment.
8096         (make_int_cst_stat, make_int_cst): New.
8097         (tree_to_double_int): Delete.
8098         (double_int_fits_to_tree_p): Delete.
8099         (force_fit_type_double): Delete.
8100         (build_int_cstu): Replace with out-of-line function.
8101         (build_int_cst_wide): Delete.
8102         (tree_int_cst_lt): Define inline.
8103         (tree_int_cst_le): New.
8104         (tree_int_cst_compare): Define inline.
8105         (tree_int_cst_min_precision): Take a signop rather than a bool.
8106         (wi::int_traits <const_tree>): New.
8107         (wi::int_traits <tree>): New.
8108         (wi::extended_tree): New.
8109         (wi::int_traits <wi::extended_tree>): New.
8110         (wi::to_widest): New.
8111         (wi::to_offset): New.
8112         (wi::fits_to_tree_p): New.
8113         (wi::min_value): New.
8114         (wi::max_value): New.
8115         * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
8116         (copy_tree_body_r): Likewise.
8117         * tree-object-size.c (compute_object_offset): Likewise.
8118         (addr_object_size): Likewise.
8119         * tree-predcom.c: Include wide-int-print.h.
8120         (struct dref_d): Change type of offset to widest_int.
8121         (dump_dref): Call wide-int printer.
8122         (aff_combination_dr_offset): Use wide-int interfaces.
8123         (determine_offset): Take a widest_int pointer rather than a
8124         double_int pointer.
8125         (split_data_refs_to_components): Use wide-int interfaces.
8126         (suitable_component_p): Likewise.
8127         (order_drefs): Likewise.
8128         (add_ref_to_chain): Likewise.
8129         (valid_initializer_p): Likewise.
8130         (determine_roots_comp): Likewise.
8131         * tree-pretty-print.c: Include wide-int-print.h.
8132         (dump_generic_node): Use wide-int interfaces.
8133         * tree-sra.c (sra_ipa_modify_expr): Likewise.
8134         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
8135         (move_fixed_address_to_symbol): Likewise.
8136         (move_hint_to_base): Likewise.
8137         (move_pointer_to_base): Likewise.
8138         (move_variant_to_index): Likewise.
8139         (most_expensive_mult_to_index): Likewise.
8140         (addr_to_parts): Likewise.
8141         (copy_ref_info): Likewise.
8142         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
8143         (indirect_refs_may_alias_p): Likewise.
8144         (stmt_kills_ref_p_1): Likewise.
8145         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
8146         * tree-ssa-ccp.c: Update comment at top of file.  Include
8147         wide-int-print.h.
8148         (struct prop_value_d): Change type of mask to widest_int.
8149         (extend_mask): New function.
8150         (dump_lattice_value): Use wide-int interfaces.
8151         (get_default_value): Likewise.
8152         (set_constant_value): Likewise.
8153         (set_value_varying): Likewise.
8154         (valid_lattice_transition): Likewise.
8155         (set_lattice_value): Likewise.
8156         (value_to_double_int): Delete.
8157         (value_to_wide_int): New.
8158         (get_value_from_alignment): Use wide-int interfaces.
8159         (get_value_for_expr): Likewise.
8160         (do_dbg_cnt): Likewise.
8161         (ccp_finalize): Likewise.
8162         (ccp_lattice_meet): Likewise.
8163         (bit_value_unop_1): Use widest_ints rather than double_ints.
8164         (bit_value_binop_1): Likewise.
8165         (bit_value_unop): Use wide-int interfaces.
8166         (bit_value_binop): Likewise.
8167         (bit_value_assume_aligned): Likewise.
8168         (evaluate_stmt): Likewise.
8169         (ccp_fold_stmt): Likewise.
8170         (visit_cond_stmt): Likewise.
8171         (ccp_visit_stmt): Likewise.
8172         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
8173         (constant_pointer_difference): Likewise.
8174         (associate_pointerplus): Likewise.
8175         (combine_conversions): Likewise.
8176         * tree-ssa-loop.h: Include wide-int.h.
8177         (struct tree_niter_desc): Change type of max to widest_int.
8178         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
8179         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
8180         (remove_redundant_iv_tests): Likewise.
8181         (canonicalize_loop_induction_variables): Likewise.
8182         * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
8183         (constant_multiple_of): Take a widest_int pointer instead of
8184         a double_int pointer.
8185         (get_computation_aff): Use wide-int interfaces.
8186         (ptr_difference_cost): Likewise.
8187         (difference_cost): Likewise.
8188         (get_loop_invariant_expr_id): Likewise.
8189         (get_computation_cost_at): Likewise.
8190         (iv_elimination_compare_lt): Likewise.
8191         (may_eliminate_iv): Likewise.
8192         * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
8193         instead of double_int.
8194         (max_loop_iterations): Likewise.
8195         (max_stmt_executions): Likewise.
8196         (estimated_stmt_executions): Likewise.
8197         * tree-ssa-loop-niter.c: Include wide-int-print.h.
8198         (split_to_var_and_offset): Use wide-int interfaces.
8199         (determine_value_range): Likewise.
8200         (bound_difference_of_offsetted_base): Likewise.
8201         (bounds_add): Take a widest_int instead of a double_int.
8202         (number_of_iterations_ne_max): Use wide-int interfaces.
8203         (number_of_iterations_ne): Likewise.
8204         (number_of_iterations_lt_to_ne): Likewise.
8205         (assert_loop_rolls_lt): Likewise.
8206         (number_of_iterations_lt): Likewise.
8207         (number_of_iterations_le): Likewise.
8208         (number_of_iterations_cond): Likewise.
8209         (number_of_iterations_exit): Likewise.
8210         (finite_loop_p): Likewise.
8211         (derive_constant_upper_bound_assign): Likewise.
8212         (derive_constant_upper_bound): Return a widest_int.
8213         (derive_constant_upper_bound_ops): Likewise.
8214         (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
8215         (record_estimate): Take a widest_int rather than a double_int.
8216         (record_nonwrapping_iv): Use wide-int interfaces.
8217         (double_int_cmp): Delete.
8218         (wide_int_cmp): New.
8219         (bound_index): Take a widest_int rather than a double_int.
8220         (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
8221         (maybe_lower_iteration_bound): Likewise.
8222         (estimate_numbers_of_iterations_loop): Likewise.
8223         (estimated_loop_iterations): Take a widest_int pointer than than
8224         a double_int pointer.
8225         (estimated_loop_iterations_int): Use wide-int interfaces.
8226         (max_loop_iterations): Take a widest_int pointer than than
8227         a double_int pointer.
8228         (max_loop_iterations_int): Use wide-int interfaces.
8229         (max_stmt_executions): Take a widest_int pointer than than
8230         a double_int pointer.
8231         (estimated_stmt_executions): Likewise.
8232         (n_of_executions_at_most): Use wide-int interfaces.
8233         (scev_probably_wraps_p): Likewise.
8234         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
8235         to real_to_integer.
8236         * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
8237         interfaces.
8238         * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
8239         double_ints.  Adjust for trailing_wide_ints <3> representation.
8240         (set_nonzero_bits): Likewise.
8241         (get_range_info): Return wide_ints rather than double_ints.
8242         Adjust for trailing_wide_ints <3> representation.
8243         (get_nonzero_bits): Likewise.
8244         (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
8245         representation.
8246         * tree-ssanames.h (struct range_info_def): Replace min, max and
8247         nonzero_bits with a trailing_wide_ints <3>.
8248         (set_range_info): Use wide_int_refs rather than double_ints.
8249         (set_nonzero_bits): Likewise.
8250         (get_range_info): Return wide_ints rather than double_ints.
8251         (get_nonzero_bits): Likewise.
8252         * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
8253         * tree-ssa-pre.c (phi_translate_1): Likewise.
8254         * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
8255         (acceptable_pow_call): Likewise.
8256         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
8257         interfaces.
8258         (vn_reference_fold_indirect): Likewise.
8259         (vn_reference_maybe_forwprop_address): Likewise.
8260         (valueize_refs_1): Likewise.
8261         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
8262         * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
8263         tree_int_cst_lt and tree_int_cst_le.
8264         * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
8265         interfaces.
8266         (streamer_alloc_tree): Likewise.
8267         * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
8268         (streamer_write_tree_header): Likewise.
8269         (streamer_write_integer_cst): Likewise.
8270         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
8271         (build_constructors): Likewise.
8272         (array_value_type): Likewise.
8273         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
8274         (vect_check_gather): Likewise.
8275         * tree-vect-generic.c (build_replicated_const): Likewise.
8276         (expand_vector_divmod): Likewise.
8277         * tree-vect-loop.c (vect_transform_loop): Likewise.
8278         * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
8279         (vect_do_peeling_for_alignment): Likewise.
8280         * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
8281         * tree-vrp.c: Include wide-int.h.
8282         (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
8283         (extract_range_from_assert): Use wide-int interfaces.
8284         (vrp_int_const_binop): Likewise.
8285         (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
8286         double_int pointers.
8287         (ranges_from_anti_range): Use wide-int interfaces.
8288         (quad_int_cmp): Delete.
8289         (quad_int_pair_sort): Likewise.
8290         (extract_range_from_binary_expr_1): Use wide-int interfaces.
8291         (extract_range_from_unary_expr_1): Likewise.
8292         (adjust_range_with_scev): Likewise.
8293         (masked_increment): Take and return wide_ints rather than double_ints.
8294         (register_edge_assert_for_2): Use wide-int interfaces.
8295         (check_array_ref): Likewise.
8296         (search_for_addr_array): Likewise.
8297         (maybe_set_nonzero_bits): Likewise.
8298         (union_ranges): Pass an integer of the correct type instead of
8299         using integer_one_node.
8300         (intersect_ranges): Likewise.
8301         (simplify_truth_ops_using_ranges): Likewise.
8302         (simplify_bit_ops_using_ranges): Use wide-int interfaces.
8303         (range_fits_type_p): Likewise.
8304         (simplify_cond_using_ranges): Likewise.  Take a signop rather than
8305         a bool.
8306         (simplify_conversion_using_ranges): Use wide-int interfaces.
8307         (simplify_float_conversion_using_ranges): Likewise.
8308         (vrp_finalize): Likewise.
8309         * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
8310         (gimple_stringops_transform): Likewise.
8311         * varasm.c (decode_addr_const): Likewise.
8312         (const_hash_1): Likewise.
8313         (const_rtx_hash_1): Likewise
8314         (output_constant): Likewise.
8315         (array_size_for_constructor): Likewise.
8316         (output_constructor_regular_field): Likewise.
8317         (output_constructor_bitfield): Likewise.
8318         * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
8319         * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
8320         GENERATOR_FILEs.
8321         * gencheck.c: Define BITS_PER_UNIT.
8322         * wide-int.cc: New.
8323         * wide-int.h: New.
8324         * wide-int-print.cc: New.
8325         * wide-int-print.h: New.
8327 2014-05-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
8329         * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
8331 2014-05-06  Richard Biener  <rguenther@suse.de>
8333         * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
8334         TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
8335         (TODO_verify_all): Adjust.
8336         * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
8337         TODO_verify_stmts and TODO_verify_rtl_sharing.
8338         * bb-reorder.c: Likewise.
8339         * cfgexpand.c: Likewise.
8340         * cprop.c: Likewise.
8341         * cse.c: Likewise.
8342         * function.c: Likewise.
8343         * fwprop.c: Likewise.
8344         * gcse.c: Likewise.
8345         * gimple-ssa-isolate-paths.c: Likewise.
8346         * gimple-ssa-strength-reduction.c: Likewise.
8347         * ipa-split.c: Likewise.
8348         * loop-init.c: Likewise.
8349         * loop-unroll.c: Likewise.
8350         * lower-subreg.c: Likewise.
8351         * modulo-sched.c: Likewise.
8352         * postreload-gcse.c: Likewise.
8353         * predict.c: Likewise.
8354         * recog.c: Likewise.
8355         * sched-rgn.c: Likewise.
8356         * store-motion.c: Likewise.
8357         * tracer.c: Likewise.
8358         * trans-mem.c: Likewise.
8359         * tree-call-cdce.c: Likewise.
8360         * tree-cfg.c: Likewise.
8361         * tree-cfgcleanup.c: Likewise.
8362         * tree-complex.c: Likewise.
8363         * tree-eh.c: Likewise.
8364         * tree-emutls.c: Likewise.
8365         * tree-if-conv.c: Likewise.
8366         * tree-into-ssa.c: Likewise.
8367         * tree-loop-distribution.c: Likewise.
8368         * tree-object-size.c: Likewise.
8369         * tree-parloops.c: Likewise.
8370         * tree-pass.h: Likewise.
8371         * tree-sra.c: Likewise.
8372         * tree-ssa-ccp.c: Likewise.
8373         * tree-ssa-copy.c: Likewise.
8374         * tree-ssa-copyrename.c: Likewise.
8375         * tree-ssa-dce.c: Likewise.
8376         * tree-ssa-dom.c: Likewise.
8377         * tree-ssa-dse.c: Likewise.
8378         * tree-ssa-forwprop.c: Likewise.
8379         * tree-ssa-ifcombine.c: Likewise.
8380         * tree-ssa-loop-ch.c: Likewise.
8381         * tree-ssa-loop-ivcanon.c: Likewise.
8382         * tree-ssa-loop.c: Likewise.
8383         * tree-ssa-math-opts.c: Likewise.
8384         * tree-ssa-phiopt.c: Likewise.
8385         * tree-ssa-phiprop.c: Likewise.
8386         * tree-ssa-pre.c: Likewise.
8387         * tree-ssa-reassoc.c: Likewise.
8388         * tree-ssa-sink.c: Likewise.
8389         * tree-ssa-strlen.c: Likewise.
8390         * tree-ssa-tail-merge.c: Likewise.
8391         * tree-ssa-uncprop.c: Likewise.
8392         * tree-switch-conversion.c: Likewise.
8393         * tree-tailcall.c: Likewise.
8394         * tree-vect-generic.c: Likewise.
8395         * tree-vectorizer.c: Likewise.
8396         * tree-vrp.c: Likewise.
8397         * tsan.c: Likewise.
8398         * var-tracking.c: Likewise.
8399         * bt-load.c: Likewise.
8400         * cfgcleanup.c: Likewise.
8401         * combine-stack-adj.c: Likewise.
8402         * combine.c: Likewise.
8403         * compare-elim.c: Likewise.
8404         * config/epiphany/resolve-sw-modes.c: Likewise.
8405         * config/i386/i386.c: Likewise.
8406         * config/mips/mips.c: Likewise.
8407         * config/s390/s390.c: Likewise.
8408         * config/sh/sh_treg_combine.cc: Likewise.
8409         * config/sparc/sparc.c: Likewise.
8410         * dce.c: Likewise.
8411         * dse.c: Likewise.
8412         * final.c: Likewise.
8413         * ifcvt.c: Likewise.
8414         * mode-switching.c: Likewise.
8415         * passes.c: Likewise.
8416         * postreload.c: Likewise.
8417         * ree.c: Likewise.
8418         * reg-stack.c: Likewise.
8419         * regcprop.c: Likewise.
8420         * regrename.c: Likewise.
8421         * web.c: Likewise.
8423 2014-05-06  Richard Biener  <rguenther@suse.de>
8425         PR middle-end/61070
8426         * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
8427         * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
8429 2014-05-05  Jan Hubicka  <hubicka@ucw.cz>
8431         PR ipa/60965
8432         * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
8434 2014-05-05  Radovan Obradovic  <robradovic@mips.com>
8435             Tom de Vries  <tom@codesourcery.com>
8437         * target.def (call_fusage_contains_non_callee_clobbers): New
8438         DEFHOOKPOD.
8439         * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
8440         Hooks to @menu.
8441         (@node Miscellaneous Register Hooks): New node.
8442         (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
8443         * doc/tm.texi: Regenerate.
8445 2014-05-05  Marek Polacek  <polacek@redhat.com>
8447         PR driver/61065
8448         * opts.c (common_handle_option): Call error_at instead of warning_at.
8450 2014-05-05  Richard Biener  <rguenther@suse.de>
8452         * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
8453         from last_verified if update_ssa ran.  Move TODO_verify_rtl_sharing
8454         under the TODO_verify_il umbrella.
8456 2014-05-05  Richard Biener  <rguenther@suse.de>
8458         * passes.c (execute_function_todo): Move TODO_verify_flow under
8459         the TODO_verify_ul umbrella.
8461 2014-05-05  Richard Biener  <rguenther@suse.de>
8463         PR middle-end/61010
8464         * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
8465         X & CST away from a CST that is the mask of a mode.
8467 2014-05-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
8469         * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
8470         int argument to enum machine_mode.
8471         (picochip_class_max_nregs): Ditto.
8472         * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
8473         (picochip_class_max_nregs): Ditto.
8475 2014-05-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8477         * target.def: Add new target hook.
8478         * doc/tm.texi: Regenerate.
8479         * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
8480         * targhooks.c (default_keep_leaf_when_profiled): New function.
8482         * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
8483         (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
8485 2014-05-05  Bin Cheng  <bin.cheng@arm.com>
8487         PR tree-optimization/60363
8488         * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
8489         (copy_phi_args): New parameters.  Call get_value_locus_in_path.
8490         (update_destination_phis): New parameter.
8491         (create_edge_and_update_destination_phis): Ditto.
8492         (ssa_fix_duplicate_block_edges): Pass new arguments.
8493         (thread_single_edge): Ditto.
8495 2014-05-04  Peter Bergner  <bergner@vnet.ibm.com>
8497         * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
8498         (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
8499         (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
8500         * config/rs6000/rs6000-builtin.def (BU_MISC_1):
8501         Use RS6000_BTM_HARD_FLOAT.
8502         (BU_MISC_2): Likewise.
8503         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
8504         RS6000_BTM_HARD_FLOAT.
8505         (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
8506         is explicitly used.
8507         (rs6000_invalid_builtin): Add hard floating builtin support.
8508         (rs6000_expand_builtin): Relax the gcc_assert to allow the new
8509         hard float builtins.
8510         (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
8512 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
8514         * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
8515         Add missing function* argument.
8517 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
8519         * lra-constraints.c (valid_address_p): Move earlier in file.
8520         Add a constraint argument to the address_info version.
8521         (satisfies_memory_constraint_p): New function.
8522         (satisfies_address_constraint_p): Likewise.
8523         (process_alt_operands, curr_insn_transform): Use them.
8524         (process_address): Pass the constraint to valid_address_p when
8525         checking address operands.
8527 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
8529         * config/mips/mips.c (mips_isa_rev): New variable.
8530         (mips_set_architecture): Set it.
8531         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
8532         from mips_isa_rev.
8533         (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
8534         (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
8535         (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
8536         (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
8537         (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
8538         conditions in terms of mips_isa_rev.
8539         (mips_isa_rev): Declare.
8541 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
8543         * config/sh/sh-mem.cc: Use tabs instead of spaces.
8544         (prob_unlikely, prob_likely): Make variables const.
8546 2014-05-03  Denis Chertykov  <chertykov@gmail.com>
8548         * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
8550 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
8552         * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
8554 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
8556         * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
8557         (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
8558         * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
8559         functions.
8560         (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
8561         sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
8562         sh_pass_in_reg_p.
8563         Replace usage of ROUND_REG with sh_round_reg.
8564         Use CEIL instead of ROUND_ADVANCE.
8566 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
8568         PR target/61026
8569         * config/sh/sh.c: Include stdlib headers before everything else.
8571 2014-05-02  Jakub Jelinek  <jakub@redhat.com>
8573         * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
8574         GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
8575         (gimplify_adjust_omp_clauses): Simd region is never
8576         directly nested in combined parallel.  Instead, for linear
8577         with copyin/copyout, if in combined for simd loop, make decl
8578         firstprivate/lastprivate on OMP_FOR.
8579         * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
8580         expand_omp_for_static_chunk): When setting endvar, also set
8581         fd->loop.v to the same value.
8583 2014-05-02  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
8585         * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
8587 2014-05-02  Alan Lawrence  <alan.lawrence@arm.com>
8589         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
8590         expression.
8592 2014-05-02  Marek Polacek  <polacek@redhat.com>
8594         * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
8596 2014-05-02  Kito Cheng  <kito@0xlab.org>
8598         * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
8599         to a C expression marco.
8600         * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
8601         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
8602         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
8603         * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
8604         HONOR_REG_ALLOC_ORDER.
8605         * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
8607 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
8609         * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
8611 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
8613         * config/arc/arc.c (arc_select_cc_mode): Fix typo.
8615 2014-05-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
8617         * tree-if-conv.c (is_cond_scalar_reduction): New function.
8618         (convert_scalar_cond_reduction): Likewise.
8619         (predicate_scalar_phi): Add recognition and transformation
8620         of simple conditioanl reduction to be vectorizable.
8622 2014-05-01  Marek Polacek  <polacek@redhat.com>
8624         PR c/43245
8625         * doc/invoke.texi: Document -Wdiscarded-qualifiers.
8627 2014-04-30  Alan Lawrence  <alan.lawrence@arm.com>
8629         * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
8630         vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
8631         vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
8632         vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
8633         vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
8634         vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
8635         vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
8636         vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
8638 2014-04-30  Joern Rennecke  <joern.rennecke@embecosm.com>
8640         * config/arc/arc.opt (mlra): Move comment above option name
8641         to avoid mis-parsing as language options.
8643 2014-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8645         * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
8646         * config/sol2.h: ... here.
8647         * config/sol2-10.h: Remove.
8649         * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
8650         (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
8651         (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
8652         (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
8653         (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
8654         * config/sol2.h: ... here.
8655         (SECTION_NAME_FORMAT): Don't redefine.
8656         (STARTFILE_ARCH32_SPEC): Rename to ...
8657         (STARTFILE_ARCH_SPEC): ... this.
8658         (ASM_OUTPUT_ALIGNED_COMMON): Move ...
8659         * config/sparc/sol2.h: ... here.
8660         (SECTION_NAME_FORMAT): Don't undef.
8661         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
8662         (SUBTARGET_EXTRA_SPECS): Remove.
8663         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
8665         * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
8666         (MD_STARTFILE_PREFIX): Remove.
8667         (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
8668         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
8669         (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
8670         (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
8671         (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
8672         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
8673         * config/i386/sol2.h: ... here.
8674         (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
8675         * config/i386/sol2-bi.h: Remove.
8676         * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
8677         (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
8679         * config/i386/t-sol2-64: Rename to ...
8680         * config/i386/t-sol2: ... this.
8681         * config/sparc/t-sol2-64: Rename to ...
8682         * config/sparc/t-sol2: ... this.
8684         * config.gcc (*-*-solaris2*): Split sol2_tm_file into
8685         sol2_tm_file_head, sol2_tm_file_tail.
8686         Include ${cpu_type}/sol2.h before sol2.h.
8687         Remove sol2-10.h.
8688         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
8689         i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
8690         Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
8691         Reflect i386/t-sol2-64 renaming.
8692         (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
8693         Reflect sparc/t-sol2-64 renaming.
8695 2014-04-30  Richard Biener  <rguenther@suse.de>
8697         * passes.c (execute_function_todo): Move TODO_verify_stmts
8698         and TODO_verify_ssa under the TODO_verify_il umbrella.
8699         * tree-ssa.h (verify_ssa): Adjust prototype.
8700         * tree-ssa.c (verify_ssa): Add parameter to tell whether
8701         we should verify SSA operands.
8702         * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
8703         * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
8704         whether we should verify whether not throwing stmts have EH info.
8705         * graphite-scop-detection.c (create_sese_edges): Adjust.
8706         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
8707         * tree-eh.c (lower_try_finally_switch): Do not add the
8708         default case label twice.
8710 2014-04-30  Marek Polacek  <polacek@redhat.com>
8712         * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
8713         * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
8714         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
8715         * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
8717 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
8719         * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
8720         vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
8721         vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
8722         vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
8723         vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
8724         vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
8725         vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
8726         vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
8728 2014-04-29  David Malcolm  <dmalcolm@redhat.com>
8730         * tree-cfg.c (dump_function_to_file): Dump the return type of
8731         functions, in a line to itself before the function body, mimicking
8732         the layout of a C function.
8734 2014-04-29  Jakub Jelinek  <jakub@redhat.com>
8736         PR tree-optimization/60971
8737         * tree-tailcall.c (process_assignment): Reject conversions which
8738         reduce precision.
8740 2014-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
8742         * calls.c (initialize_argument_information): Always treat
8743         PUSH_ARGS_REVERSED as 1, simplify code accordingly.
8744         (expand_call): Likewise.
8745         (emit_library_call_calue_1): Likewise.
8746         * expr.c (PUSH_ARGS_REVERSED): Do not define.
8747         (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
8748         code accordingly.
8750 2014-04-29  Nick Clifton  <nickc@redhat.com>
8752         * config/msp430/msp430.md (umulsidi): Fix typo.
8753         (mulhisi3): Enable even inside interrupt handlers.
8754         * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
8755         bigger return address pushed in large mode.
8757 2014-04-29  Nick Clifton  <nickc@redhat.com>
8759         * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
8760         (arc_init_reg_tables): Use a machine_mode enum to iterate over
8761         available modes.
8762         * config/m32r/m32r.c (init_reg_tables): Likewise.
8763         * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
8764         enum to hold the modes.
8766 2014-04-29  Richard Biener  <rguenther@suse.de>
8768         * dominance.c (free_dominance_info): Add overload with
8769         function parameter.
8770         (dom_info_state): Likewise.
8771         (dom_info_available_p): Likewise.
8772         * basic-block.h (free_dominance_info, dom_info_state,
8773         dom_info_available_p): Declare overloads.
8774         * passes.c (execute_function_todo): Verify that verifiers
8775         don't change dominator info state.  Drop dominator info
8776         for IPA pass invocations.
8777         * cgraph.c (release_function_body): Restore asserts that
8778         dominator information is released.
8780 2014-04-29  Patrick Palka  <patrick@parcs.ath.cx>
8782         * doc/invoke.texi: Fix typo.
8783         * tree-vrp.c: Fix typos.
8784         * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
8786 2014-04-29  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
8788         * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
8790 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
8792         * config/aarch64/aarch64-builtins.c
8793         (aarch64_types_storestruct_lane_qualifiers): New.
8794         (TYPES_STORESTRUCT_LANE): Likewise.
8795         * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
8796         (st3_lane): Likewise.
8797         (st4_lane): Likewise.
8798         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
8799         (vec_store_lanesci_lane<mode>): Likewise.
8800         (vec_store_lanesxi_lane<mode>): Likewise.
8801         (aarch64_st2_lane<VQ:mode>): Likewise.
8802         (aarch64_st3_lane<VQ:mode>): Likewise.
8803         (aarch64_st4_lane<VQ:mode>): Likewise.
8804         * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
8805         * config/aarch64/arm_neon.h
8806         (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
8807         use new macro arguments.
8808         (__ST3_LANE_FUNC): Likewise.
8809         (__ST4_LANE_FUNC): Likewise.
8810         * config/aarch64/iterators.md (V_TWO_ELEM): New.
8811         (V_THREE_ELEM): Likewise.
8812         (V_FOUR_ELEM): Likewise.
8814 2014-04-28  David Malcolm  <dmalcolm@redhat.com>
8816         * doc/gimple.texi: Replace the description of the now-defunct
8817         union gimple_statement_d with a diagram showing the
8818         gimple_statement_base class hierarchy and its relationships to
8819         the GSS_ and GIMPLE_ enums.
8821 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
8823         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
8824         * config/aarch64/aarch64.c
8825         (aarch64_cannot_change_mode_class): Weaken conditions.
8826         (aarch64_modes_tieable_p): New.
8827         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
8829 2014-04-28  Pat Haugen  <pthaugen@us.ibm.com>
8831         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
8832         (loadsync_<mode>): Change mode.
8833         (load_quadpti, store_quadpti): New.
8834         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
8835         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
8837 2014-04-28  Martin Jambor  <mjambor@suse.cz>
8839         * tree-sra.c (sra_modify_expr): Generate new memory accesses with
8840         same alias type as the original statement.
8841         (subreplacement_assignment_data): New type.
8842         (handle_unscalarized_data_in_subtree): New type of parameter,
8843         generate new memory accesses with same alias type as the original
8844         statement.
8845         (load_assign_lhs_subreplacements): Likewise.
8846         (sra_modify_constructor_assign): Generate new memory accesses with
8847         same alias type as the original statement.
8849 2014-04-28  Richard Biener  <rguenther@suse.de>
8851         * tree-pass.h (TODO_verify_il): Define.
8852         (TODO_verify_all): Complete properly.
8853         * passes.c (execute_function_todo): Move existing loop-closed
8854         SSA verification under TODO_verify_il.
8855         (execute_one_pass): Trigger TODO_verify_il at todo-after time.
8856         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
8857         Fix tree sharing issue.
8859 2014-04-28  Richard Biener  <rguenther@suse.de>
8861         PR middle-end/60092
8862         * builtins.def (DEF_C11_BUILTIN): Add.
8863         (BUILT_IN_ALIGNED_ALLOC): Likewise.
8864         * coretypes.h (enum function_class): Add function_c11_misc.
8865         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
8866         BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
8867         (call_may_clobber_ref_p_1): Likewise.
8868         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
8869         (mark_all_reaching_defs_necessary_1): Likewise.
8870         (propagate_necessity): Likewise.
8871         (eliminate_unnecessary_stmts): Likewise.
8872         * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
8874 2014-04-28  Richard Biener  <rguenther@suse.de>
8876         * tree-vrp.c (vrp_var_may_overflow): Remove.
8877         (vrp_visit_phi_node): Rather than bumping to +-INF possibly
8878         with overflow immediately bump to one before that value and
8879         let iteration figure out overflow status.
8881 2014-04-28  Richard Biener  <rguenther@suse.de>
8883         * configure.ac: Do valgrind header checks unconditionally.
8884         Add --enable-valgrind-annotations.
8885         * system.h: Guard valgrind header inclusion with
8886         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
8887         * alloc-pool.c (pool_alloc, pool_free): Use
8888         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
8889         to guard possibly dead code.
8890         * config.in: Regenerated.
8891         * configure: Likewise.
8893 2014-04-28  Jeff Law  <law@redhat.com>
8895         PR tree-optimization/60902
8896         * tree-ssa-threadedge.c
8897         (record_temporary_equivalences_from_stmts_at_dest): Only iterate
8898         over real defs when invalidating outputs from statements that do not
8899         produce useful outputs for threading.
8901 2014-04-28  Richard Biener  <rguenther@suse.de>
8903         PR tree-optimization/60979
8904         * graphite-scop-detection.c (scopdet_basic_block_info): Reject
8905         SCOPs that end in a block with a successor with abnormal
8906         predecessors.
8908 2014-04-28  Richard Biener  <rguenther@suse.de>
8910         * tree-pass.h (execute_pass_list): Adjust prototype.
8911         * passes.c (pass_manager::execute_early_local_passes): Adjust.
8912         (do_per_function): Change callback signature, push all actual
8913         work to the callbals.
8914         (do_per_function_toporder): Likewise.
8915         (execute_function_dump): Adjust.
8916         (execute_function_todo): Likewise.
8917         (clear_last_verified): Likewise.
8918         (verify_curr_properties): Likewise.
8919         (update_properties_after_pass): Likewise.
8920         (execute_pass_list_1): Split out from ...
8921         (execute_pass_list): ... here.  Adjust.
8922         (execute_ipa_pass_list): Likewise.
8923         * cgraphunit.c (cgraph_add_new_function): Adjust.
8924         (analyze_function): Likewise.
8925         (expand_function): Likewise.
8926         * cgraph.c (release_function_body): Free dominance info
8927         here instead of asserting it was magically freed elsewhere.
8929 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
8931         * configure.ac: Tweak GAS check for LEON instructions on SPARC.
8932         * configure: Regenerate.
8933         * config/sparc/sparc.opt (muser-mode): New option.
8934         * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
8935         for LEON3.
8936         (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
8937         * doc/invoke.texi (SPARC options): Document -muser-mode.
8939 2014-04-27  Richard Sandiford  <rdsandiford@googlemail.com>
8941         * cselib.c (find_slot_memmode): Delete.
8942         (cselib_hasher): Change compare_type to a struct.
8943         (cselib_hasher::equal): Update accordingly.  Don't expect wrapped
8944         constants.
8945         (preserve_constants_and_equivs): Adjust for new compare_type.
8946         (cselib_find_slot): Likewise.  Take the mode of the rtx as argument.
8947         (wrap_constant): Delete.
8948         (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
8950 2014-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
8952         * doc/install.texi (Building with profile feedback): Remove
8953         outdated sentence.
8955 2014-04-26  Tom de Vries  <tom@codesourcery.com>
8957         * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
8958         array accesses.
8960 2014-04-25  Cary Coutant  <ccoutant@google.com>
8962         PR debug/60929
8963         * dwarf2out.c (should_move_die_to_comdat): A type definition
8964         can contain a subprogram definition, but don't move it to a
8965         comdat unit.
8966         (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
8967         (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
8968         from original DIE.
8969         (clone_tree_hash): Rename to...
8970         (clone_tree_partial): ...this; change callers.  Copy
8971         DW_TAG_subprogram DIEs as declarations.
8972         (copy_decls_walk): Don't copy children of a declaration into a
8973         type unit.
8975 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
8977         PR target/60969
8978         * config/i386/i386.md (*movsf_internal): Set MODE to SI for
8979         alternative 12.
8981 2014-04-25  Jiong Wang  <jiong.wang@arm.com>
8983         * config/arm/predicates.md (call_insn_operand): Add long_call check.
8984         * config/arm/arm.md (sibcall, sibcall_value): Force the address to
8985         reg for long_call.
8986         * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
8987         restriction.
8989 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8991         * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
8993 2014-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8995         PR tree-optimization/60930
8996         * gimple-ssa-strength-reduction.c (create_mul_imm_cand):  Reject
8997         creating a multiply candidate by folding two constant
8998         multiplicands when the result overflows.
9000 2014-04-25  Jakub Jelinek  <jakub@redhat.com>
9002         PR tree-optimization/60960
9003         * tree-vect-generic.c (expand_vector_operation): Only call
9004         expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
9006 2014-04-25  Tom de Vries  <tom@codesourcery.com>
9008         * expr.c (clobber_reg_mode): New function.
9009         * expr.h (clobber_reg): New function.
9011 2014-04-25  Tom de Vries  <tom@codesourcery.com>
9013         * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
9014         clobbers.
9016 2014-04-25  Radovan Obradovic  <robradovic@mips.com>
9017             Tom de Vries  <tom@codesourcery.com>
9019         * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
9020         handle.
9021         * rtl.h (find_all_hard_reg_sets): Add bool parameter.
9022         * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
9023         new argument to find_all_hard_reg_sets call.
9025 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9027         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
9028         Use HOST_WIDE_INT_C for mask literal.
9029         (aarch_rev16_shleft_mask_imm_p): Likewise.
9031 2014-04-25  Eric Botcazou  <ebotcazou@adacore.com>
9033         PR target/60941
9034         * config/sparc/sparc.md (ashlsi3_extend): Delete.
9036 2014-04-25  Marc Glisse  <marc.glisse@inria.fr>
9038         PR preprocessor/56540
9039         * config/i386/i386-c.c (ix86_target_macros): Define
9040         __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
9042 2014-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9044         * configure.ac (tga_func): Remove.
9045         (LIB_TLS_SPEC): Remove.
9046         * configure: Regenerate.
9047         * config.in: Regenerate.
9048         * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
9050 2014-04-25  Richard Biener  <rguenther@suse.de>
9052         PR ipa/60912
9053         * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
9054         call stmt use/clobber sets during stmt walk instead of
9055         walking the possibly incomplete set of caller edges.
9057 2014-04-25  Richard Biener  <rguenther@suse.de>
9059         PR ipa/60911
9060         * passes.c (apply_ipa_transforms): Inline into only caller ...
9061         (execute_one_pass): ... here.  Properly bring in function
9062         bodies for nodes we want to apply IPA transforms to.
9064 2014-04-24  Cong Hou  <congh@google.com>
9066         PR tree-optimization/60896
9067         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
9068         all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
9069         (vect_mark_pattern_stmts): Set the def type of all statements in
9070         PATTERN_DEF_SEQ as vect_internal_def.
9072 2014-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
9074         * doc/extend.texi (PowerPC Built-in Functions): Document new
9075         powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
9076         (PowerPC AltiVec/VSX Built-in Functions): Likewise.
9078         * config/rs6000/predicates.md (const_0_to_3_operand): New
9079         predicate to match 0..3 integer constants.
9081         * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
9082         to support adding miscellaneous builtin functions.
9083         (BU_DFP_MISC_2): Likewise.
9084         (BU_P7_MISC_1): Likewise.
9085         (BU_P7_MISC_2): Likewise.
9086         (BU_P8V_MISC_3): Likewise.
9087         (BU_MISC_1): Likewise.
9088         (BU_MISC_2): Likewise.
9089         (DIVWE): Add extended divide builtin functions.
9090         (DIVWEO): Likewise.
9091         (DIVWEU): Likewise.
9092         (DIVWEUO): Likewise.
9093         (DIVDE): Likewise.
9094         (DIVDEO): Likewise.
9095         (DIVDEU): Likewise.
9096         (DIVDEUO): Likewise.
9097         (DXEX): Add decimal floating-point builtin functions.
9098         (DXEXQ): Likewise.
9099         (DDEDPD): Likewise.
9100         (DDEDPDQ): Likewise.
9101         (DENBCD): Likewise.
9102         (DENBCDQ): Likewise.
9103         (DIEX): Likewise.
9104         (DIEXQ): Likewise.
9105         (DSCLI): Likewise.
9106         (DSCLIQ): Likewise.
9107         (DSCRI): Likewise.
9108         (DSCRIQ): Likewise.
9109         (CDTBCD): Add new BCD builtin functions.
9110         (CBCDTD): Likewise.
9111         (ADDG6S): Likewise.
9112         (BCDADD): Likewise.
9113         (BCDADD_LT): Likewise.
9114         (BCDADD_EQ): Likewise.
9115         (BCDADD_GT): Likewise.
9116         (BCDADD_OV): Likewise.
9117         (BCDSUB): Likewise.
9118         (BCDSUB_LT): Likewise.
9119         (BCDSUB_EQ): Likewise.
9120         (BCDSUB_GT): Likewise.
9121         (BCDSUB_OV): Likewise.
9122         (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
9123         (UNPACK_TD): Likewise.
9124         (PACK_TF): Likewise.
9125         (UNPACK_TF): Likewise.
9126         (UNPACK_TF_0): Likewise.
9127         (UNPACK_TF_1): Likewise.
9128         (PACK_V1TI): Likewise.
9129         (UNPACK_V1TI): Likewise.
9131         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
9132         support for decimal floating point builtin functions.
9133         (rs6000_expand_ternop_builtin): Add checks for the new builtin
9134         functions that take constant arguments.
9135         (rs6000_invalid_builtin): Add decimal floating point builtin support.
9136         (rs6000_init_builtins): Setup long double, _Decimal64, and
9137         _Decimal128 types for new builtin functions.
9138         (builtin_function_type): Set the unsigned flags appropriately for
9139         the new builtin functions.
9140         (rs6000_opt_masks): Add support for decimal floating point builtin
9141         functions.
9143         * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
9144         floating point builtin functions.
9145         (RS6000_BTM_COMMON): Likewise.
9146         (RS6000_BTI_long_double): Likewise.
9147         (RS6000_BTI_dfloat64): Likewise.
9148         (RS6000_BTI_dfloat128): Likewise.
9149         (long_double_type_internal_node): Likewise.
9150         (dfloat64_type_internal_node): Likewise.
9151         (dfloat128_type_internal_node): Likewise.
9153         * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
9154         2.07 bcd arithmetic instructions.
9155         (UNSPEC_BCDSUB): Likewise.
9156         (UNSPEC_BCD_OVERFLOW): Likewise.
9157         (UNSPEC_BCD_ADD_SUB): Likewise.
9158         (bcd_add_sub): Likewise.
9159         (BCD_TEST): Likewise.
9160         (bcd<bcd_add_sub>): Likewise.
9161         (bcd<bcd_add_sub>_test): Likewise.
9162         (bcd<bcd_add_sub>_test2): Likewise.
9163         (bcd<bcd_add_sub>_<code>): Likewise.
9164         (peephole2 for combined bcd ops): Likewise.
9166         * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
9167         decimal floating point builtin functions.
9168         (UNSPEC_DENBCD): Likewise.
9169         (UNSPEC_DXEX): Likewise.
9170         (UNSPEC_DIEX): Likewise.
9171         (UNSPEC_DSCLI): Likewise.
9172         (UNSPEC_DSCRI): Likewise.
9173         (D64_D128): Likewise.
9174         (dfp_suffix): Likewise.
9175         (dfp_ddedpd_<mode>): Likewise.
9176         (dfp_denbcd_<mode>): Likewise.
9177         (dfp_dxex_<mode>): Likewise.
9178         (dfp_diex_<mode>): Likewise.
9179         (dfp_dscli_<mode>): Likewise.
9180         (dfp_dscri_<mode>): Likewise.
9182         * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
9183         builtin functions.
9184         (UNSPEC_CDTBCD): Likewise.
9185         (UNSPEC_CBCDTD): Likewise.
9186         (UNSPEC_DIVE): Add support for new extended divide builtin functions.
9187         (UNSPEC_DIVEO): Likewise.
9188         (UNSPEC_DIVEU): Likewise.
9189         (UNSPEC_DIVEUO): Likewise.
9190         (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
9191         pack/unpack 128-bit types.
9192         (UNSPEC_PACK_128BIT): Likewise.
9193         (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
9194         (udiv<mode>3): Use idiv_ldiv mode attribute.
9195         (div<mode>3): Likewise.
9196         (addg6s): Add new BCD builtin functions.
9197         (cdtbcd): Likewise.
9198         (cbcdtd): Likewise.
9199         (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
9200         (div_extend): Likewise.
9201         (div<div_extend>_<mode>"): Likewise.
9202         (FP128_64): Add support for new builtin functions to pack/unpack
9203         128-bit types.
9204         (unpack<mode>): Likewise.
9205         (unpacktf_0): Likewise.
9206         (unpacktf_1): Likewise.
9207         (unpack<mode>_dm): Likewise.
9208         (unpack<mode>_nodm): Likewise.
9209         (pack<mode>): Likewise.
9210         (unpackv1ti): Likewise.
9211         (packv1ti): Likewise.
9213 2014-04-24  Vishnu K S  <Vishnu.k_s@atmel.com>
9215         * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
9216         is disabled.
9218 2014-04-24  Jakub Jelinek  <jakub@redhat.com>
9220         * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
9221         * gimplify.c (omp_is_private): Change last argument's type to int.
9222         Only diagnose lastprivate if the simd argument is 1, only diagnose
9223         linear if the simd argument is 2.
9224         (gimplify_omp_for): Adjust omp_is_private callers.  When adding
9225         lastprivate or private, add the clause to OMP_FOR_CLAUSES.  Pass
9226         GOVD_EXPLICIT to omp_add_variable.  For simd with collapse == 1
9227         create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
9228         If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
9229         increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
9230         * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
9231         OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
9232         * tree-nested.c (convert_nonlocal_omp_clauses,
9233         convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
9235 2014-04-24  Segher Boessenkool  <segher@kernel.crashing.org>
9237         PR target/60822
9238         * config/m68k/m68k.md (extendplussidi): Don't allow memory for
9239         operand 1.
9241 2014-04-24  Dimitris Papavasiliou  <dpapavas@gmail.com>
9243         * flag-types.h (enum ivar_visibility): Add.
9245 2014-04-24  Trevor Saunders  <tsaunders@mozilla.com>
9247         * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
9248         function * argument.
9250 2014-04-24  Alan Lawrence  <alan.lawrence@arm.com>
9252         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
9254 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
9255             Tom de Vries  <tom@codesourcery.com>
9257         * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
9258         * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
9259         reg-note.
9260         * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
9261         * emit-rtl.c (try_split): Same.
9263 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
9264             Tom de Vries  <tom@codesourcery.com>
9266         * common.opt (fuse-caller-save): New option.
9268 2014-04-24  Tejas Belagod  <tejas.belagod@arm.com>
9270         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
9271         elements for big-endian.
9273 2014-04-24  Richard Biener  <rguenther@suse.de>
9275         * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
9276         during TER and instead use the sepops interface for expanding
9277         non-GIMPLE_SINGLE_RHS.
9279 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9281         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
9282         if not HAVE_AS_IX86_DIFF_SECT_DELTA.
9284 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9286         * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
9287         assembler 64-bit option.
9288         * configure: Regenerate.
9290 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9292         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
9293         TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
9294         (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
9295         (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
9296         (TARGET_CRYPTO): Take TARGET_SIMD into account.
9298 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9300         * config/aarch64/aarch64-builtins.c
9301         (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
9302         BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
9303         * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
9304         * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
9305         builtins.
9306         * config/aarch64/iterator.md (VDQHSD): New mode iterator.
9307         (Vrevsuff): New mode attribute.
9309 2014-04-24  Terry Guo  <terry.guo@arm.com>
9311         * config/arm/arm.h (machine_function): Define variable
9312         after_arm_reorg here.
9313         * config/arm/arm.c (after_arm_reorg): Remove the definition.
9314         (arm_split_constant): Update the way to access variable
9315         after_arm_reorg.
9316         (arm_reorg): Ditto.
9317         (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
9319 2014-04-23  Tom de Vries  <tom@codesourcery.com>
9321         * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
9323 2014-04-23  David Malcolm  <dmalcolm@redhat.com>
9325         * is-a.h: Update comments to reflect the following changes to the
9326         "pointerness" of the API, making the template parameter match the
9327         return type, allowing use of is-a.h with typedefs of pointers.
9328         (is_a_helper::cast): Return a T rather then a pointer to a T, so
9329         that the return type matches the parameter to the is_a_helper.
9330         (as_a): Likewise.
9331         (dyn_cast): Likewise.
9333         * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
9334         pointer from the is-a.h API.
9336         * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
9337         (is_a_helper <cgraph_node *>::test): ...this, matching change to
9338         is-a.h API.
9339         (is_a_helper <varpool_node>::test): Likewise, convert to...
9340         (is_a_helper <varpool_node *>::test): ...this.
9342         (varpool_first_variable): Update for removal of implicit pointer
9343         from the is-a.h API.
9344         (varpool_next_variable): Likewise.
9345         (varpool_first_static_initializer): Likewise.
9346         (varpool_next_static_initializer): Likewise.
9347         (varpool_first_defined_variable): Likewise.
9348         (varpool_next_defined_variable): Likewise.
9349         (cgraph_first_defined_function): Likewise.
9350         (cgraph_next_defined_function): Likewise.
9351         (cgraph_first_function): Likewise.
9352         (cgraph_next_function): Likewise.
9353         (cgraph_first_function_with_gimple_body): Likewise.
9354         (cgraph_next_function_with_gimple_body): Likewise.
9355         (cgraph_alias_target): Likewise.
9356         (varpool_alias_target): Likewise.
9357         (cgraph_function_or_thunk_node): Likewise.
9358         (varpool_variable_node): Likewise.
9359         (symtab_real_symbol_p): Likewise.
9360         * cgraphunit.c (referred_to_p): Likewise.
9361         (analyze_functions): Likewise.
9362         (handle_alias_pairs): Likewise.
9363         * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
9364         * gimple-ssa.h (gimple_vuse_op): Likewise.
9365         (gimple_vdef_op): Likewise.
9366         * gimple-streamer-in.c (input_gimple_stmt): Likewise.
9367         * gimple.c (gimple_build_asm_1): Likewise.
9368         (gimple_build_try): Likewise.
9369         (gimple_build_resx): Likewise.
9370         (gimple_build_eh_dispatch): Likewise.
9371         (gimple_build_omp_for): Likewise.
9372         (gimple_omp_for_set_clauses): Likewise.
9374         * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
9375         (is_a_helper <gimple_statement_asm *>::test): ...this.
9376         (is_a_helper <gimple_statement_bind>::test): Convert to...
9377         (is_a_helper <gimple_statement_bind *>::test): ...this.
9378         (is_a_helper <gimple_statement_call>::test): Convert to...
9379         (is_a_helper <gimple_statement_call *>::test): ...this.
9380         (is_a_helper <gimple_statement_catch>::test): Convert to...
9381         (is_a_helper <gimple_statement_catch *>::test): ...this.
9382         (is_a_helper <gimple_statement_resx>::test): Convert to...
9383         (is_a_helper <gimple_statement_resx *>::test): ...this.
9384         (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
9385         (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
9386         (is_a_helper <gimple_statement_eh_else>::test): Convert to...
9387         (is_a_helper <gimple_statement_eh_else *>::test): ...this.
9388         (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
9389         (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
9390         (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
9391         (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
9392         (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
9393         (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
9394         (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
9395         (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
9396         (is_a_helper <gimple_statement_omp_return>::test): Convert to...
9397         (is_a_helper <gimple_statement_omp_return *>::test): ...this.
9398         (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
9399         (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
9400         (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
9401         (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
9402         (is_a_helper <gimple_statement_omp_for>::test): Convert to...
9403         (is_a_helper <gimple_statement_omp_for *>::test): ...this.
9404         (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
9405         (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
9406         (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
9407         (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
9408         (is_a_helper <gimple_statement_omp_target>::test): Convert to...
9409         (is_a_helper <gimple_statement_omp_target *>::test): ...this.
9410         (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
9411         (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
9412         (is_a_helper <gimple_statement_omp_single>::test): Convert to...
9413         (is_a_helper <gimple_statement_omp_single *>::test): ...this.
9414         (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
9415         (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
9416         (is_a_helper <gimple_statement_omp_task>::test): Convert to...
9417         (is_a_helper <gimple_statement_omp_task *>::test): ...this.
9418         (is_a_helper <gimple_statement_phi>::test): Convert to...
9419         (is_a_helper <gimple_statement_phi *>::test): ...this.
9420         (is_a_helper <gimple_statement_transaction>::test): Convert to...
9421         (is_a_helper <gimple_statement_transaction *>::test): ...this.
9422         (is_a_helper <gimple_statement_try>::test): Convert to...
9423         (is_a_helper <gimple_statement_try *>::test): ...this.
9424         (is_a_helper <gimple_statement_wce>::test): Convert to...
9425         (is_a_helper <gimple_statement_wce *>::test): ...this.
9426         (is_a_helper <const gimple_statement_asm>::test): Convert to...
9427         (is_a_helper <const gimple_statement_asm *>::test): ...this.
9428         (is_a_helper <const gimple_statement_bind>::test): Convert to...
9429         (is_a_helper <const gimple_statement_bind *>::test): ...this.
9430         (is_a_helper <const gimple_statement_call>::test): Convert to...
9431         (is_a_helper <const gimple_statement_call *>::test): ...this.
9432         (is_a_helper <const gimple_statement_catch>::test): Convert to...
9433         (is_a_helper <const gimple_statement_catch *>::test): ...this.
9434         (is_a_helper <const gimple_statement_resx>::test): Convert to...
9435         (is_a_helper <const gimple_statement_resx *>::test): ...this.
9436         (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
9437         (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
9438         (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
9439         (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
9440         (is_a_helper <const gimple_statement_omp_atomic_load>::test):
9441         Convert to...
9442         (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
9443         ...this.
9444         (is_a_helper <const gimple_statement_omp_atomic_store>::test):
9445         Convert to...
9446         (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
9447         ...this.
9448         (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
9449         (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
9450         (is_a_helper <const gimple_statement_omp_continue>::test): Convert
9451         to...
9452         (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
9453         (is_a_helper <const gimple_statement_omp_critical>::test): Convert
9454         to...
9455         (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
9456         (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
9457         (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
9458         (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
9459         (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
9460         (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
9461         to...
9462         (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
9463         (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
9464         (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
9465         (is_a_helper <const gimple_statement_omp_sections>::test): Convert
9466         to...
9467         (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
9468         (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
9469         (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
9470         (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
9471         (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
9472         (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
9473         (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
9474         (is_a_helper <const gimple_statement_phi>::test): Convert to...
9475         (is_a_helper <const gimple_statement_phi *>::test): ...this.
9476         (is_a_helper <const gimple_statement_transaction>::test): Convert to...
9477         (is_a_helper <const gimple_statement_transaction *>::test): ...this.
9478         (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
9479         (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
9480         (is_a_helper <gimple_statement_with_ops>::test): Convert to...
9481         (is_a_helper <gimple_statement_with_ops *>::test): ...this.
9482         (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
9483         to...
9484         (is_a_helper <const gimple_statement_with_memory_ops *>::test):
9485         ...this.
9486         (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
9487         (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
9489         (gimple_use_ops): Update for removal of implicit pointer from the
9490         is-a.h API.
9491         (gimple_set_use_ops): Likewise.
9492         (gimple_vuse): Likewise.
9493         (gimple_vdef): Likewise.
9494         (gimple_vuse_ptr): Likewise.
9495         (gimple_vdef_ptr): Likewise.
9496         (gimple_set_vuse): Likewise.
9497         (gimple_set_vdef): Likewise.
9498         (gimple_omp_return_set_lhs): Likewise.
9499         (gimple_omp_return_lhs): Likewise.
9500         (gimple_omp_return_lhs_ptr): Likewise.
9501         (gimple_call_fntype): Likewise.
9502         (gimple_call_set_fntype): Likewise.
9503         (gimple_call_set_internal_fn): Likewise.
9504         (gimple_call_use_set): Likewise.
9505         (gimple_call_clobber_set): Likewise.
9506         (gimple_bind_vars): Likewise.
9507         (gimple_bind_set_vars): Likewise.
9508         (gimple_bind_body_ptr): Likewise.
9509         (gimple_bind_set_body): Likewise.
9510         (gimple_bind_add_stmt): Likewise.
9511         (gimple_bind_block): Likewise.
9512         (gimple_bind_set_block): Likewise.
9513         (gimple_asm_ninputs): Likewise.
9514         (gimple_asm_noutputs): Likewise.
9515         (gimple_asm_nclobbers): Likewise.
9516         (gimple_asm_nlabels): Likewise.
9517         (gimple_asm_input_op): Likewise.
9518         (gimple_asm_input_op_ptr): Likewise.
9519         (gimple_asm_output_op): Likewise.
9520         (gimple_asm_output_op_ptr): Likewise.
9521         (gimple_asm_set_output_op): Likewise.
9522         (gimple_asm_clobber_op): Likewise.
9523         (gimple_asm_set_clobber_op): Likewise.
9524         (gimple_asm_label_op): Likewise.
9525         (gimple_asm_set_label_op): Likewise.
9526         (gimple_asm_string): Likewise.
9527         (gimple_catch_types): Likewise.
9528         (gimple_catch_types_ptr): Likewise.
9529         (gimple_catch_handler_ptr): Likewise.
9530         (gimple_catch_set_types): Likewise.
9531         (gimple_catch_set_handler): Likewise.
9532         (gimple_eh_filter_types): Likewise.
9533         (gimple_eh_filter_types_ptr): Likewise.
9534         (gimple_eh_filter_failure_ptr): Likewise.
9535         (gimple_eh_filter_set_types): Likewise.
9536         (gimple_eh_filter_set_failure): Likewise.
9537         (gimple_eh_must_not_throw_fndecl): Likewise.
9538         (gimple_eh_must_not_throw_set_fndecl): Likewise.
9539         (gimple_eh_else_n_body_ptr): Likewise.
9540         (gimple_eh_else_e_body_ptr): Likewise.
9541         (gimple_eh_else_set_n_body): Likewise.
9542         (gimple_eh_else_set_e_body): Likewise.
9543         (gimple_try_eval_ptr): Likewise.
9544         (gimple_try_cleanup_ptr): Likewise.
9545         (gimple_try_set_eval): Likewise.
9546         (gimple_try_set_cleanup): Likewise.
9547         (gimple_wce_cleanup_ptr): Likewise.
9548         (gimple_wce_set_cleanup): Likewise.
9549         (gimple_phi_capacity): Likewise.
9550         (gimple_phi_num_args): Likewise.
9551         (gimple_phi_result): Likewise.
9552         (gimple_phi_result_ptr): Likewise.
9553         (gimple_phi_set_result): Likewise.
9554         (gimple_phi_arg): Likewise.
9555         (gimple_phi_set_arg): Likewise.
9556         (gimple_resx_region): Likewise.
9557         (gimple_resx_set_region): Likewise.
9558         (gimple_eh_dispatch_region): Likewise.
9559         (gimple_eh_dispatch_set_region): Likewise.
9560         (gimple_omp_critical_name): Likewise.
9561         (gimple_omp_critical_name_ptr): Likewise.
9562         (gimple_omp_critical_set_name): Likewise.
9563         (gimple_omp_for_clauses): Likewise.
9564         (gimple_omp_for_clauses_ptr): Likewise.
9565         (gimple_omp_for_set_clauses): Likewise.
9566         (gimple_omp_for_collapse): Likewise.
9567         (gimple_omp_for_index): Likewise.
9568         (gimple_omp_for_index_ptr): Likewise.
9569         (gimple_omp_for_set_index): Likewise.
9570         (gimple_omp_for_initial): Likewise.
9571         (gimple_omp_for_initial_ptr): Likewise.
9572         (gimple_omp_for_set_initial): Likewise.
9573         (gimple_omp_for_final): Likewise.
9574         (gimple_omp_for_final_ptr): Likewise.
9575         (gimple_omp_for_set_final): Likewise.
9576         (gimple_omp_for_incr): Likewise.
9577         (gimple_omp_for_incr_ptr): Likewise.
9578         (gimple_omp_for_set_incr): Likewise.
9579         (gimple_omp_for_pre_body_ptr): Likewise.
9580         (gimple_omp_for_set_pre_body): Likewise.
9581         (gimple_omp_parallel_clauses): Likewise.
9582         (gimple_omp_parallel_clauses_ptr): Likewise.
9583         (gimple_omp_parallel_set_clauses): Likewise.
9584         (gimple_omp_parallel_child_fn): Likewise.
9585         (gimple_omp_parallel_child_fn_ptr): Likewise.
9586         (gimple_omp_parallel_set_child_fn): Likewise.
9587         (gimple_omp_parallel_data_arg): Likewise.
9588         (gimple_omp_parallel_data_arg_ptr): Likewise.
9589         (gimple_omp_parallel_set_data_arg): Likewise.
9590         (gimple_omp_task_clauses): Likewise.
9591         (gimple_omp_task_clauses_ptr): Likewise.
9592         (gimple_omp_task_set_clauses): Likewise.
9593         (gimple_omp_task_child_fn): Likewise.
9594         (gimple_omp_task_child_fn_ptr): Likewise.
9595         (gimple_omp_task_set_child_fn): Likewise.
9596         (gimple_omp_task_data_arg): Likewise.
9597         (gimple_omp_task_data_arg_ptr): Likewise.
9598         (gimple_omp_task_set_data_arg): Likewise.
9599         (gimple_omp_taskreg_clauses): Likewise.
9600         (gimple_omp_taskreg_clauses_ptr): Likewise.
9601         (gimple_omp_taskreg_set_clauses): Likewise.
9602         (gimple_omp_taskreg_child_fn): Likewise.
9603         (gimple_omp_taskreg_child_fn_ptr): Likewise.
9604         (gimple_omp_taskreg_set_child_fn): Likewise.
9605         (gimple_omp_taskreg_data_arg): Likewise.
9606         (gimple_omp_taskreg_data_arg_ptr): Likewise.
9607         (gimple_omp_taskreg_set_data_arg): Likewise.
9608         (gimple_omp_task_copy_fn): Likewise.
9609         (gimple_omp_task_copy_fn_ptr): Likewise.
9610         (gimple_omp_task_set_copy_fn): Likewise.
9611         (gimple_omp_task_arg_size): Likewise.
9612         (gimple_omp_task_arg_size_ptr): Likewise.
9613         (gimple_omp_task_set_arg_size): Likewise.
9614         (gimple_omp_task_arg_align): Likewise.
9615         (gimple_omp_task_arg_align_ptr): Likewise.
9616         (gimple_omp_task_set_arg_align): Likewise.
9617         (gimple_omp_single_clauses): Likewise.
9618         (gimple_omp_single_clauses_ptr): Likewise.
9619         (gimple_omp_single_set_clauses): Likewise.
9620         (gimple_omp_target_clauses): Likewise.
9621         (gimple_omp_target_clauses_ptr): Likewise.
9622         (gimple_omp_target_set_clauses): Likewise.
9623         (gimple_omp_target_child_fn): Likewise.
9624         (gimple_omp_target_child_fn_ptr): Likewise.
9625         (gimple_omp_target_set_child_fn): Likewise.
9626         (gimple_omp_target_data_arg): Likewise.
9627         (gimple_omp_target_data_arg_ptr): Likewise.
9628         (gimple_omp_target_set_data_arg): Likewise.
9629         (gimple_omp_teams_clauses): Likewise.
9630         (gimple_omp_teams_clauses_ptr): Likewise.
9631         (gimple_omp_teams_set_clauses): Likewise.
9632         (gimple_omp_sections_clauses): Likewise.
9633         (gimple_omp_sections_clauses_ptr): Likewise.
9634         (gimple_omp_sections_set_clauses): Likewise.
9635         (gimple_omp_sections_control): Likewise.
9636         (gimple_omp_sections_control_ptr): Likewise.
9637         (gimple_omp_sections_set_control): Likewise.
9638         (gimple_omp_for_set_cond): Likewise.
9639         (gimple_omp_for_cond): Likewise.
9640         (gimple_omp_atomic_store_set_val): Likewise.
9641         (gimple_omp_atomic_store_val): Likewise.
9642         (gimple_omp_atomic_store_val_ptr): Likewise.
9643         (gimple_omp_atomic_load_set_lhs): Likewise.
9644         (gimple_omp_atomic_load_lhs): Likewise.
9645         (gimple_omp_atomic_load_lhs_ptr): Likewise.
9646         (gimple_omp_atomic_load_set_rhs): Likewise.
9647         (gimple_omp_atomic_load_rhs): Likewise.
9648         (gimple_omp_atomic_load_rhs_ptr): Likewise.
9649         (gimple_omp_continue_control_def): Likewise.
9650         (gimple_omp_continue_control_def_ptr): Likewise.
9651         (gimple_omp_continue_set_control_def): Likewise.
9652         (gimple_omp_continue_control_use): Likewise.
9653         (gimple_omp_continue_control_use_ptr): Likewise.
9654         (gimple_omp_continue_set_control_use): Likewise.
9655         (gimple_transaction_body_ptr): Likewise.
9656         (gimple_transaction_label): Likewise.
9657         (gimple_transaction_label_ptr): Likewise.
9658         (gimple_transaction_set_body): Likewise.
9659         (gimple_transaction_set_label): Likewise.
9661         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
9662         * ipa-inline-analysis.c (inline_write_summary): Likewise.
9663         * ipa-ref.c (ipa_record_reference): Likewise.
9664         * ipa-reference.c (analyze_function): Likewise.
9665         (ipa_reference_write_optimization_summary): Likewise.
9666         * ipa.c (symtab_remove_unreachable_nodes): Likewise.
9667         (address_taken_from_non_vtable_p): Likewise.
9668         (comdat_can_be_unshared_p_1): Likewise.
9669         * lto-cgraph.c (lto_output_ref): Likewise.
9670         (add_references): Likewise.
9671         (compute_ltrans_boundary): Likewise.
9672         (output_symtab): Likewise.
9673         (input_ref): Likewise.
9674         (input_cgraph_1): Likewise.
9675         (output_cgraph_opt_summary): Likewise.
9676         * lto-streamer-out.c (lto_output): Likewise.
9677         (output_symbol_p): Likewise.
9678         * lto-streamer.h (lsei_next_function_in_partition): Likewise.
9679         (lsei_start_function_in_partition): Likewise.
9680         (lsei_next_variable_in_partition): Likewise.
9681         (lsei_start_variable_in_partition): Likewise.
9682         * symtab.c (insert_to_assembler_name_hash): Likewise.
9683         (unlink_from_assembler_name_hash): Likewise.
9684         (symtab_unregister_node): Likewise.
9685         (symtab_remove_node): Likewise.
9686         (dump_symtab_node): Likewise.
9687         (verify_symtab_base): Likewise.
9688         (verify_symtab_node): Likewise.
9689         (symtab_make_decl_local): Likewise.
9690         (symtab_alias_ultimate_target): Likewise.
9691         (symtab_resolve_alias): Likewise.
9692         (symtab_get_symbol_partitioning_class): Likewise.
9693         * tree-phinodes.c (allocate_phi_node): Likewise.
9694         (reserve_phi_args_for_new_edge): Likewise.
9695         (remove_phi_args): Likewise.
9696         * varpool.c (varpool_node_for_asm): Likewise.
9697         (varpool_remove_unreferenced_decls): Likewise.
9699 2014-04-23  Jeff Law  <law@redhat.com>
9701         PR tree-optimization/60902
9702         * tree-ssa-threadedge.c
9703         (record_temporary_equivalences_from_stmts_at_dest): Make sure to
9704         invalidate outputs from statements that do not produce useful
9705         outputs for threading.
9707 2014-04-23  Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
9709         * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
9710         (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
9711         machine descriptions for Stack Smashing Protector.
9713 2014-04-23  Richard Earnshaw  <rearnsha@arm.com>
9715         * aarch64.md (<optab>_rol<mode>3): New pattern.
9716         (<optab>_rolsi3_uxtw): Likewise.
9717         * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
9719 2014-04-23  James Greenhalgh  <james.greenhalgh@arm.com>
9721         * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
9722         (arm_cortex_a12_tune): Likewise.
9724 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9726         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
9728 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9730         * config/arm/arm.md (arm_rev16si2): New pattern.
9731         (arm_rev16si2_alt): Likewise.
9732         * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
9734 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9736         * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
9737         (rev16<mode>2_alt): Likewise.
9738         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
9739         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
9740         (aarch_rev16_shleft_mask_imm_p): Likewise.
9741         (aarch_rev16_p_1): Likewise.
9742         (aarch_rev16_p): Likewise.
9743         * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
9744         (aarch_rev16_shright_mask_imm_p): Likewise.
9745         (aarch_rev16_shleft_mask_imm_p): Likewise.
9747 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9749         * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
9750         * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
9751         rev cost.
9752         (cortex_a53_extra_costs): Likewise.
9753         (cortex_a57_extra_costs): Likewise.
9754         * config/arm/arm.c (cortexa9_extra_costs): Likewise.
9755         (cortexa7_extra_costs): Likewise.
9756         (cortexa8_extra_costs): Likewise.
9757         (cortexa12_extra_costs): Likewise.
9758         (cortexa15_extra_costs): Likewise.
9759         (v7m_extra_costs): Likewise.
9760         (arm_new_rtx_costs): Handle BSWAP.
9762 2013-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9764         * config/arm/arm.c (cortexa8_extra_costs): New table.
9765         (arm_cortex_a8_tune): New tuning struct.
9766         * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
9768 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9770         * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
9772 2014-04-23  Richard Biener  <rguenther@suse.de>
9774         * Makefile.in (OBJS): Remove loop-unswitch.o.
9775         * tree-pass.h (make_pass_rtl_unswitch): Remove.
9776         * passes.def (pass_rtl_unswitch): Likewise.
9777         * loop-init.c (gate_rtl_unswitch): Likewise.
9778         (rtl_unswitch): Likewise.
9779         (pass_data_rtl_unswitch): Likewise.
9780         (pass_rtl_unswitch): Likewise.
9781         (make_pass_rtl_unswitch): Likewise.
9782         * rtl.h (reversed_condition): Likewise.
9783         (compare_and_jump_seq): Likewise.
9784         * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
9785         and make static.
9786         * loop-unroll.c (compare_and_jump_seq): Likewise.
9788 2014-04-23  Richard Biener  <rguenther@suse.de>
9790         PR tree-optimization/60903
9791         * tree-ssa-loop-im.c (analyze_memory_references): Remove
9792         commented code block.
9793         (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
9794         loop flags to newly created BBs and edges.
9796 2014-04-23  Nick Clifton  <nickc@redhat.com>
9798         * config/msp430/msp430.c (msp430_handle_option): Move function
9799         to msp430-common.c
9800         (msp430_option_override): Simplify mcu and mcpu option handling.
9801         (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult.  Add
9802         support for -mhwmult command line option.
9803         (has_32bit_hwmult): Rename to use_32bit_hwmult.  Add support for
9804         -mhwmult command line option.
9805         (msp430_hwmult_enabled): Delete.
9806         (msp43o_output_labelref): Add support for -mhwmult command line option.
9807         * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
9808         (umulsidi3): Likewise.
9809         * config/msp430/msp430.opt (mmcu): Add Report attribute.
9810         (mcpu, mlarge, msmall): Likewise.
9811         (mhwmult): New option.
9812         * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
9813         prototype.
9814         (msp430_is_f5_mcu): Remove prototype.
9815         (msp430_use_f5_series_hwmult): Add prototype.
9816         * config/msp430/msp430-opts.h: New file.
9817         * common/config/msp430: New directory.
9818         * common/config/msp430/msp430-common.c: New file.
9819         * config.gcc (msp430): Remove target_has_targetm_common.
9820         * doc/invoke.texi: Document -mhwmult command line option.
9822 2014-04-23  Nick Clifton  <nickc@redhat.com>
9824         * config/i386/cygwin.h (ENDFILE_SPEC): Include
9825         default-manifest.o if it can be found in the search path.
9826         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
9828 2014-04-23  Terry Guo  <terry.guo@arm.com>
9830         * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
9832 2014-04-23  Richard Biener  <rguenther@suse.de>
9834         PR middle-end/60895
9835         * tree-inline.c (declare_return_variable): Use mark_addressable.
9837 2014-04-23  Richard Biener  <rguenther@suse.de>
9839         PR middle-end/60891
9840         * loop-init.c (loop_optimizer_init): Make sure to apply
9841         LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
9843 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
9845         PR sanitizer/60275
9846         * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
9847         New options.
9848         * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
9849         if flag_sanitize_undefined_trap_on_error.
9850         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
9851         BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
9852         BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
9853         BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
9854         BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
9855         BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
9856         BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
9857         BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
9858         BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
9859         * ubsan.c (ubsan_instrument_unreachable): Return
9860         __builtin_trap () if flag_sanitize_undefined_trap_on_error.
9861         (ubsan_expand_null_ifn): Emit __builtin_trap ()
9862         if flag_sanitize_undefined_trap_on_error and
9863         __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
9864         (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
9865         instrument_bool_enum_load): Emit __builtin_trap () if
9866         flag_sanitize_undefined_trap_on_error and
9867         __builtin_handle_*_abort () if !flag_sanitize_recover.
9868         * doc/invoke.texi (-fsanitize-recover,
9869         -fsanitize-undefined-trap-on-error): Document.
9871 2014-04-22  Christian Bruel  <christian.bruel@st.com>
9873         * config/sh/sh.md (mov<mode>): Replace movQIHI.
9874          Force immediates to SImode.
9876 2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
9878         * config/nios2/nios2.md (UNSPEC_ROUND): New.
9879         (lroundsfsi2): New.
9880         * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
9881         * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
9882         * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
9883         (nios2_fpu_insn): Add entry for round.
9884         (N2FPU_NO_ERRNO_P): Define.
9885         (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
9886         flag_errno_math.
9887         * doc/invoke.texi (Nios II Options): Document -mcustom-round.
9889 2014-04-22  Richard Henderson  <rth@redhat.com>
9891         * config/aarch64/aarch64 (addti3, subti3): New expanders.
9892         (add<GPI>3_compare0): Remove leading * from name.
9893         (add<GPI>3_carryin): Likewise.
9894         (sub<GPI>3_compare0): Likewise.
9895         (sub<GPI>3_carryin): Likewise.
9896         (<su_optab>mulditi3): New expander.
9897         (multi3): New expander.
9898         (madd<GPI>): Remove leading * from name.
9900 2014-04-22  Martin Jambor  <mjambor@suse.cz>
9902         * cgraphclones.c (cgraph_function_versioning): Copy
9903         ipa_transforms_to_apply instead of asserting it is empty.
9905 2014-04-22  H.J. Lu  <hongjiu.lu@intel.com>
9907         PR target/60868
9908         * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
9909         on count_exp to get mode.
9911 2014-04-22  Andrew Pinski  <apinski@cavium.com>
9913         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
9914         Handle TLS for ILP32.
9915         * config/aarch64/aarch64.md (tlsie_small): Rename to ...
9916         (tlsie_small_<mode>): this and handle PTR.
9917         (tlsie_small_sidi): New pattern.
9918         (tlsle_small): Change to an expand to handle ILP32.
9919         (tlsle_small_<mode>): New pattern.
9920         (tlsdesc_small): Rename to ...
9921         (tlsdesc_small_<mode>): this and handle PTR.
9923 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9925         * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
9927 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
9929         * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
9930         (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
9931         (aarch64_types_signed_poly_qualifiers): Likewise.
9932         (aarch64_types_unsigned_signed_qualifiers): Likewise.
9933         (aarch64_types_poly_signed_qualifiers): Likewise.
9934         (TYPES_REINTERP_SS): Type macro added.
9935         (TYPES_REINTERP_SU): Likewise.
9936         (TYPES_REINTERP_SP): Likewise.
9937         (TYPES_REINTERP_US): Likewise.
9938         (TYPES_REINTERP_PS): Likewise.
9939         (aarch64_fold_builtin): New expression folding added.
9940         * config/aarch64/aarch64-simd-builtins.def (REINTERP):
9941         Declarations removed.
9942         (REINTERP_SS): Declarations added.
9943         (REINTERP_US): Likewise.
9944         (REINTERP_PS): Likewise.
9945         (REINTERP_SU): Likewise.
9946         (REINTERP_SP): Likewise.
9947         * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
9948         (vreinterpretq_p8_f64): Likewise.
9949         (vreinterpret_p16_f64): Likewise.
9950         (vreinterpretq_p16_f64): Likewise.
9951         (vreinterpret_f32_f64): Likewise.
9952         (vreinterpretq_f32_f64): Likewise.
9953         (vreinterpret_f64_f32): Likewise.
9954         (vreinterpret_f64_p8): Likewise.
9955         (vreinterpret_f64_p16): Likewise.
9956         (vreinterpret_f64_s8): Likewise.
9957         (vreinterpret_f64_s16): Likewise.
9958         (vreinterpret_f64_s32): Likewise.
9959         (vreinterpret_f64_s64): Likewise.
9960         (vreinterpret_f64_u8): Likewise.
9961         (vreinterpret_f64_u16): Likewise.
9962         (vreinterpret_f64_u32): Likewise.
9963         (vreinterpret_f64_u64): Likewise.
9964         (vreinterpretq_f64_f32): Likewise.
9965         (vreinterpretq_f64_p8): Likewise.
9966         (vreinterpretq_f64_p16): Likewise.
9967         (vreinterpretq_f64_s8): Likewise.
9968         (vreinterpretq_f64_s16): Likewise.
9969         (vreinterpretq_f64_s32): Likewise.
9970         (vreinterpretq_f64_s64): Likewise.
9971         (vreinterpretq_f64_u8): Likewise.
9972         (vreinterpretq_f64_u16): Likewise.
9973         (vreinterpretq_f64_u32): Likewise.
9974         (vreinterpretq_f64_u64): Likewise.
9975         (vreinterpret_s64_f64): Likewise.
9976         (vreinterpretq_s64_f64): Likewise.
9977         (vreinterpret_u64_f64): Likewise.
9978         (vreinterpretq_u64_f64): Likewise.
9979         (vreinterpret_s8_f64): Likewise.
9980         (vreinterpretq_s8_f64): Likewise.
9981         (vreinterpret_s16_f64): Likewise.
9982         (vreinterpretq_s16_f64): Likewise.
9983         (vreinterpret_s32_f64): Likewise.
9984         (vreinterpretq_s32_f64): Likewise.
9985         (vreinterpret_u8_f64): Likewise.
9986         (vreinterpretq_u8_f64): Likewise.
9987         (vreinterpret_u16_f64): Likewise.
9988         (vreinterpretq_u16_f64): Likewise.
9989         (vreinterpret_u32_f64): Likewise.
9990         (vreinterpretq_u32_f64): Likewise.
9992 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
9994         * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
9995         * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
9996         (vreinterpret_p8_s8): Likewise.
9997         * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
9998         (vreinterpret_p8_s16): Likewise.
9999         (vreinterpret_p8_s32): Likewise.
10000         (vreinterpret_p8_s64): Likewise.
10001         (vreinterpret_p8_f32): Likewise.
10002         (vreinterpret_p8_u8): Likewise.
10003         (vreinterpret_p8_u16): Likewise.
10004         (vreinterpret_p8_u32): Likewise.
10005         (vreinterpret_p8_u64): Likewise.
10006         (vreinterpret_p8_p16): Likewise.
10007         (vreinterpretq_p8_s8): Likewise.
10008         (vreinterpretq_p8_s16): Likewise.
10009         (vreinterpretq_p8_s32): Likewise.
10010         (vreinterpretq_p8_s64): Likewise.
10011         (vreinterpretq_p8_f32): Likewise.
10012         (vreinterpretq_p8_u8): Likewise.
10013         (vreinterpretq_p8_u16): Likewise.
10014         (vreinterpretq_p8_u32): Likewise.
10015         (vreinterpretq_p8_u64): Likewise.
10016         (vreinterpretq_p8_p16): Likewise.
10017         (vreinterpret_p16_s8): Likewise.
10018         (vreinterpret_p16_s16): Likewise.
10019         (vreinterpret_p16_s32): Likewise.
10020         (vreinterpret_p16_s64): Likewise.
10021         (vreinterpret_p16_f32): Likewise.
10022         (vreinterpret_p16_u8): Likewise.
10023         (vreinterpret_p16_u16): Likewise.
10024         (vreinterpret_p16_u32): Likewise.
10025         (vreinterpret_p16_u64): Likewise.
10026         (vreinterpret_p16_p8): Likewise.
10027         (vreinterpretq_p16_s8): Likewise.
10028         (vreinterpretq_p16_s16): Likewise.
10029         (vreinterpretq_p16_s32): Likewise.
10030         (vreinterpretq_p16_s64): Likewise.
10031         (vreinterpretq_p16_f32): Likewise.
10032         (vreinterpretq_p16_u8): Likewise.
10033         (vreinterpretq_p16_u16): Likewise.
10034         (vreinterpretq_p16_u32): Likewise.
10035         (vreinterpretq_p16_u64): Likewise.
10036         (vreinterpretq_p16_p8): Likewise.
10037         (vreinterpret_f32_s8): Likewise.
10038         (vreinterpret_f32_s16): Likewise.
10039         (vreinterpret_f32_s32): Likewise.
10040         (vreinterpret_f32_s64): Likewise.
10041         (vreinterpret_f32_u8): Likewise.
10042         (vreinterpret_f32_u16): Likewise.
10043         (vreinterpret_f32_u32): Likewise.
10044         (vreinterpret_f32_u64): Likewise.
10045         (vreinterpret_f32_p8): Likewise.
10046         (vreinterpret_f32_p16): Likewise.
10047         (vreinterpretq_f32_s8): Likewise.
10048         (vreinterpretq_f32_s16): Likewise.
10049         (vreinterpretq_f32_s32): Likewise.
10050         (vreinterpretq_f32_s64): Likewise.
10051         (vreinterpretq_f32_u8): Likewise.
10052         (vreinterpretq_f32_u16): Likewise.
10053         (vreinterpretq_f32_u32): Likewise.
10054         (vreinterpretq_f32_u64): Likewise.
10055         (vreinterpretq_f32_p8): Likewise.
10056         (vreinterpretq_f32_p16): Likewise.
10057         (vreinterpret_s64_s8): Likewise.
10058         (vreinterpret_s64_s16): Likewise.
10059         (vreinterpret_s64_s32): Likewise.
10060         (vreinterpret_s64_f32): Likewise.
10061         (vreinterpret_s64_u8): Likewise.
10062         (vreinterpret_s64_u16): Likewise.
10063         (vreinterpret_s64_u32): Likewise.
10064         (vreinterpret_s64_u64): Likewise.
10065         (vreinterpret_s64_p8): Likewise.
10066         (vreinterpret_s64_p16): Likewise.
10067         (vreinterpretq_s64_s8): Likewise.
10068         (vreinterpretq_s64_s16): Likewise.
10069         (vreinterpretq_s64_s32): Likewise.
10070         (vreinterpretq_s64_f32): Likewise.
10071         (vreinterpretq_s64_u8): Likewise.
10072         (vreinterpretq_s64_u16): Likewise.
10073         (vreinterpretq_s64_u32): Likewise.
10074         (vreinterpretq_s64_u64): Likewise.
10075         (vreinterpretq_s64_p8): Likewise.
10076         (vreinterpretq_s64_p16): Likewise.
10077         (vreinterpret_u64_s8): Likewise.
10078         (vreinterpret_u64_s16): Likewise.
10079         (vreinterpret_u64_s32): Likewise.
10080         (vreinterpret_u64_s64): Likewise.
10081         (vreinterpret_u64_f32): Likewise.
10082         (vreinterpret_u64_u8): Likewise.
10083         (vreinterpret_u64_u16): Likewise.
10084         (vreinterpret_u64_u32): Likewise.
10085         (vreinterpret_u64_p8): Likewise.
10086         (vreinterpret_u64_p16): Likewise.
10087         (vreinterpretq_u64_s8): Likewise.
10088         (vreinterpretq_u64_s16): Likewise.
10089         (vreinterpretq_u64_s32): Likewise.
10090         (vreinterpretq_u64_s64): Likewise.
10091         (vreinterpretq_u64_f32): Likewise.
10092         (vreinterpretq_u64_u8): Likewise.
10093         (vreinterpretq_u64_u16): Likewise.
10094         (vreinterpretq_u64_u32): Likewise.
10095         (vreinterpretq_u64_p8): Likewise.
10096         (vreinterpretq_u64_p16): Likewise.
10097         (vreinterpret_s8_s16): Likewise.
10098         (vreinterpret_s8_s32): Likewise.
10099         (vreinterpret_s8_s64): Likewise.
10100         (vreinterpret_s8_f32): Likewise.
10101         (vreinterpret_s8_u8): Likewise.
10102         (vreinterpret_s8_u16): Likewise.
10103         (vreinterpret_s8_u32): Likewise.
10104         (vreinterpret_s8_u64): Likewise.
10105         (vreinterpret_s8_p8): Likewise.
10106         (vreinterpret_s8_p16): Likewise.
10107         (vreinterpretq_s8_s16): Likewise.
10108         (vreinterpretq_s8_s32): Likewise.
10109         (vreinterpretq_s8_s64): Likewise.
10110         (vreinterpretq_s8_f32): Likewise.
10111         (vreinterpretq_s8_u8): Likewise.
10112         (vreinterpretq_s8_u16): Likewise.
10113         (vreinterpretq_s8_u32): Likewise.
10114         (vreinterpretq_s8_u64): Likewise.
10115         (vreinterpretq_s8_p8): Likewise.
10116         (vreinterpretq_s8_p16): Likewise.
10117         (vreinterpret_s16_s8): Likewise.
10118         (vreinterpret_s16_s32): Likewise.
10119         (vreinterpret_s16_s64): Likewise.
10120         (vreinterpret_s16_f32): Likewise.
10121         (vreinterpret_s16_u8): Likewise.
10122         (vreinterpret_s16_u16): Likewise.
10123         (vreinterpret_s16_u32): Likewise.
10124         (vreinterpret_s16_u64): Likewise.
10125         (vreinterpret_s16_p8): Likewise.
10126         (vreinterpret_s16_p16): Likewise.
10127         (vreinterpretq_s16_s8): Likewise.
10128         (vreinterpretq_s16_s32): Likewise.
10129         (vreinterpretq_s16_s64): Likewise.
10130         (vreinterpretq_s16_f32): Likewise.
10131         (vreinterpretq_s16_u8): Likewise.
10132         (vreinterpretq_s16_u16): Likewise.
10133         (vreinterpretq_s16_u32): Likewise.
10134         (vreinterpretq_s16_u64): Likewise.
10135         (vreinterpretq_s16_p8): Likewise.
10136         (vreinterpretq_s16_p16): Likewise.
10137         (vreinterpret_s32_s8): Likewise.
10138         (vreinterpret_s32_s16): Likewise.
10139         (vreinterpret_s32_s64): Likewise.
10140         (vreinterpret_s32_f32): Likewise.
10141         (vreinterpret_s32_u8): Likewise.
10142         (vreinterpret_s32_u16): Likewise.
10143         (vreinterpret_s32_u32): Likewise.
10144         (vreinterpret_s32_u64): Likewise.
10145         (vreinterpret_s32_p8): Likewise.
10146         (vreinterpret_s32_p16): Likewise.
10147         (vreinterpretq_s32_s8): Likewise.
10148         (vreinterpretq_s32_s16): Likewise.
10149         (vreinterpretq_s32_s64): Likewise.
10150         (vreinterpretq_s32_f32): Likewise.
10151         (vreinterpretq_s32_u8): Likewise.
10152         (vreinterpretq_s32_u16): Likewise.
10153         (vreinterpretq_s32_u32): Likewise.
10154         (vreinterpretq_s32_u64): Likewise.
10155         (vreinterpretq_s32_p8): Likewise.
10156         (vreinterpretq_s32_p16): Likewise.
10157         (vreinterpret_u8_s8): Likewise.
10158         (vreinterpret_u8_s16): Likewise.
10159         (vreinterpret_u8_s32): Likewise.
10160         (vreinterpret_u8_s64): Likewise.
10161         (vreinterpret_u8_f32): Likewise.
10162         (vreinterpret_u8_u16): Likewise.
10163         (vreinterpret_u8_u32): Likewise.
10164         (vreinterpret_u8_u64): Likewise.
10165         (vreinterpret_u8_p8): Likewise.
10166         (vreinterpret_u8_p16): Likewise.
10167         (vreinterpretq_u8_s8): Likewise.
10168         (vreinterpretq_u8_s16): Likewise.
10169         (vreinterpretq_u8_s32): Likewise.
10170         (vreinterpretq_u8_s64): Likewise.
10171         (vreinterpretq_u8_f32): Likewise.
10172         (vreinterpretq_u8_u16): Likewise.
10173         (vreinterpretq_u8_u32): Likewise.
10174         (vreinterpretq_u8_u64): Likewise.
10175         (vreinterpretq_u8_p8): Likewise.
10176         (vreinterpretq_u8_p16): Likewise.
10177         (vreinterpret_u16_s8): Likewise.
10178         (vreinterpret_u16_s16): Likewise.
10179         (vreinterpret_u16_s32): Likewise.
10180         (vreinterpret_u16_s64): Likewise.
10181         (vreinterpret_u16_f32): Likewise.
10182         (vreinterpret_u16_u8): Likewise.
10183         (vreinterpret_u16_u32): Likewise.
10184         (vreinterpret_u16_u64): Likewise.
10185         (vreinterpret_u16_p8): Likewise.
10186         (vreinterpret_u16_p16): Likewise.
10187         (vreinterpretq_u16_s8): Likewise.
10188         (vreinterpretq_u16_s16): Likewise.
10189         (vreinterpretq_u16_s32): Likewise.
10190         (vreinterpretq_u16_s64): Likewise.
10191         (vreinterpretq_u16_f32): Likewise.
10192         (vreinterpretq_u16_u8): Likewise.
10193         (vreinterpretq_u16_u32): Likewise.
10194         (vreinterpretq_u16_u64): Likewise.
10195         (vreinterpretq_u16_p8): Likewise.
10196         (vreinterpretq_u16_p16): Likewise.
10197         (vreinterpret_u32_s8): Likewise.
10198         (vreinterpret_u32_s16): Likewise.
10199         (vreinterpret_u32_s32): Likewise.
10200         (vreinterpret_u32_s64): Likewise.
10201         (vreinterpret_u32_f32): Likewise.
10202         (vreinterpret_u32_u8): Likewise.
10203         (vreinterpret_u32_u16): Likewise.
10204         (vreinterpret_u32_u64): Likewise.
10205         (vreinterpret_u32_p8): Likewise.
10206         (vreinterpret_u32_p16): Likewise.
10207         (vreinterpretq_u32_s8): Likewise.
10208         (vreinterpretq_u32_s16): Likewise.
10209         (vreinterpretq_u32_s32): Likewise.
10210         (vreinterpretq_u32_s64): Likewise.
10211         (vreinterpretq_u32_f32): Likewise.
10212         (vreinterpretq_u32_u8): Likewise.
10213         (vreinterpretq_u32_u16): Likewise.
10214         (vreinterpretq_u32_u64): Likewise.
10215         (vreinterpretq_u32_p8): Likewise.
10216         (vreinterpretq_u32_p16): Likewise.
10218 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
10220         * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
10221         Pattern extended.
10222         * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
10223         (sqabs): Likewise.
10224         * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
10225         (vqnegd_s64): Likewise.
10226         (vqabs_s64): Likewise.
10227         (vqabsd_s64): Likewise.
10229 2014-04-22  Richard Henderson  <rth@redhat.com>
10231         * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
10232         computation to the top of the loop.
10234 2014-04-22  Renlin  <renlin.li@arm.com>
10235             Jiong Wang  <jiong.wang@arm.com>
10237         * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
10238         * config/aarch64/aarch64.c (aarch64_layout_frame)
10239         (aarch64_initial_elimination_offset): Likewise.
10241 2014-04-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10243         * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
10244         Fix indentation.
10246 2014-04-22  Richard Sandiford  <rdsandiford@googlemail.com>
10248         * machmode.h (bitwise_mode_for_mode): Declare.
10249         * stor-layout.h (bitwise_type_for_mode): Likewise.
10250         * stor-layout.c (bitwise_mode_for_mode): New function.
10251         (bitwise_type_for_mode): Likewise.
10252         * builtins.c (fold_builtin_memory_op): Use it instead of
10253         int_mode_for_mode and build_nonstandard_integer_type.
10255 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10257         * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
10258         (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
10259         (*-*-solaris2*): Simplify.
10260         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
10261         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
10262         *-*-solaris2.9* handling.
10264         * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
10265         as bug.
10266         (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
10267         (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
10268         handling, simplify.
10269         (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
10270         * configure: Regenerate.
10272         * config/i386/sol2-9.h: Remove.
10274         * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
10275         (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
10276         Remove Solaris 9 references.
10278 2014-04-22  Vidya Praveen  <vidyapraveen@arm.com>
10280         * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
10281         (floatuns<GPI:mode><GPF:mode>2): Remove.
10282         (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
10283         and floatuns conversions.
10284         (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
10285         and floatuns conversions.
10286         * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
10287         (w1,w2): New mode attributes for inequal width conversions.
10289 2014-04-22  Renlin Li  <Renlin.Li@arm.com>
10291         * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
10292         the output asm format.
10294 2014-04-22  James Greenhalgh  <james.greenhalgh@arm.com>
10296         * config/aarch64/aarch64-simd.md
10297         (aarch64_cm<optab>di): Always split.
10298         (*aarch64_cm<optab>di): New.
10299         (aarch64_cmtstdi): Always split.
10300         (*aarch64_cmtstdi): New.
10302 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
10304         PR tree-optimization/60823
10305         * omp-low.c (ipa_simd_modify_function_body): Go through
10306         all SSA_NAMEs and for those refering to vector arguments
10307         which are going to be replaced adjust SSA_NAME_VAR and,
10308         if it is a default definition, change it into a non-default
10309         definition assigned at the beginning of function from new_decl.
10310         (ipa_simd_modify_stmt_ops): Rewritten.
10311         * tree-dfa.c (set_ssa_default_def): When removing default def,
10312         check for NULL loc instead of NULL *loc.
10314 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10316         * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
10317         restrictions on core registers for DImode values in Thumb2.
10319 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
10321         * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
10322         * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
10324 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
10326         * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
10327         (*iordi_notzesidi_di): Likewise.
10328         (*iordi_notsesidi_di): Likewise.
10330 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
10332         * config/arm/arm-protos.h (tune_params): New struct members.
10333         * config/arm/arm.c: Initialise tune_params per processor.
10334         (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
10335         for speed, based on new tune_params.
10337 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
10339         * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
10340         * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
10341         * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
10342         * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
10343         * config/aarch64/arm_neon.h (vrnd_f64): Added.
10344         (vrnda_f64): Likewise.
10345         (vrndi_f64): Likewise.
10346         (vrndm_f64): Likewise.
10347         (vrndn_f64): Likewise.
10348         (vrndp_f64): Likewise.
10349         (vrndx_f64): Likewise.
10351 2014-04-22  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
10353         * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
10354         GET_MODE_SIZE argument is enum machine_mode.
10356 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
10358         PR target/60910
10359         * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
10360         value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
10362 2014-04-22  Lin Zuojian  <manjian2006@gmail.com>
10364         PR middle-end/60281
10365         * asan.c (asan_emit_stack_protection): Force the base to align to
10366         appropriate bits if STRICT_ALIGNMENT.  Set shadow_mem align to
10367         appropriate bits if STRICT_ALIGNMENT.
10368         * cfgexpand.c (expand_stack_vars): Set base_align appropriately
10369         when asan is on.
10370         (expand_used_vars): Leave a space in the stack frame for alignment
10371         if STRICT_ALIGNMENT.
10373 2014-04-21  David Malcolm  <dmalcolm@redhat.com>
10375         * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
10376         than a gimple.
10377         (gimple_store_p): Likewise.
10378         (gimple_assign_load_p): Likewise.
10379         (gimple_assign_cast_p): Likewise.
10380         (gimple_clobber_p): Likewise.
10382         * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
10383         rather than a gimple.
10384         (gimple_assign_cast_p): Likewise.
10386 2014-04-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
10388         PR target/60735
10389         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
10390         If mode is DDmode and TARGET_E500_DOUBLE allow move.
10392         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
10393         more debug information for E500 if -mdebug=reg.
10395 2014-04-21  Uros Bizjak  <ubizjak@gmail.com>
10397         PR target/60909
10398         * config/i386/i386.c (ix86_expand_builtin)
10399         <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
10400         register for target RTX.
10401         <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
10403 2014-04-18  Cong Hou  <congh@google.com>
10405         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
10406         the widen-mult pattern by handling two operands with different sizes,
10407         and operands whose size is smaller than half of the result type.
10409 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
10411         * ipa-inline.h (INLINE_HINT_known_hot): New hint.
10412         * ipa-inline-analysis.c (dump_inline_hints): Dump it.
10413         (do_estimate_edge_time): Compute it.
10414         * ipa-inline.c (want_inline_small_function_p): Bypass
10415         INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
10417 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
10419         * ipa-inline.c (spec_rem): New static variable.
10420         (dump_overall_stats): New function.
10421         (dump_inline_stats): New function.
10423 2014-04-18  Richard Henderson  <rth@redhat.com>
10425         * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
10426         to GET_MODE_SIZE, not a reg_class_t.
10428 2014-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10430         * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
10431         (vsx_xxmrglw_<mode>): Likewise.
10433 2014-04-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
10435         PR target/60876
10436         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
10437         GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
10438         (rs6000_init_hard_regno_mode_ok): Likewise.
10440 2014-04-17  Jan Hubicka  <hubicka@ucw.cz>
10442         * ipa-inline.c (inline_small_functions): Account only non-cold
10443         functions.
10444         * doc/invoke.texi (inline-unit-growth): Update documentation.
10446 2014-04-17  Pat Haugen  <pthaugen@us.ibm.com>
10448         * config/rs6000/rs6000.md (addti3, subti3): New.
10450 2014-04-17  H.J. Lu  <hongjiu.lu@intel.com>
10452         PR target/60863
10453         * config/i386/i386.c (ix86_expand_clear): Remove outdated
10454         comment.  Check optimize_insn_for_size_p instead of
10455         optimize_insn_for_speed_p.
10457 2014-04-17  Martin Jambor  <mjambor@suse.cz>
10459         * gimple-iterator.c (gsi_start_edge): New function.
10460         * gimple-iterator.h (gsi_start_edge): Declare.
10461         * tree-sra.c (single_non_eh_succ): New function.
10462         (disqualify_ops_if_throwing_stmt): Renamed to
10463         disqualify_if_bad_bb_terminating_stmt.  Allow throwing statements
10464         having one non-EH successor BB.
10465         (sra_modify_expr): If stmt ends bb, use single non-EH successor to
10466         generate loads into replacements.
10467         (sra_modify_assign): Likewise and and also use the simple path for
10468         such statements.
10469         (sra_modify_function_body): Commit statements on edges.
10471 2014-04-17  Richard Biener  <rguenther@suse.de>
10473         PR middle-end/60849
10474         * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
10475         comparison results and add clarifying comment.
10477 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
10479         * genmodes.c (struct mode_data): Add need_bytesize_adj field.
10480         (blank_mode): Initialize it.
10481         (emit_mode_size_inline, emit_mode_nunits_inline,
10482         emit_mode_inner_inline): New functions.
10483         (emit_insn_modes_h): Call them and surround their output with
10484         #if GCC_VERSION >= 4001 ... #endif.
10485         * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
10486         For GCC_VERSION >= 4001 use mode_*_inline routines instead of
10487         mode_* arrays if the argument is __builtin_constant_p.
10488         * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
10489         is enum machine_mode.
10491 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
10493         * passes.c (opt_pass::execute): Adjust.
10494         (pass_manager::execute_pass_mode_switching): Likewise.
10495         (early_local_passes::execute): Likewise.
10496         (execute_one_pass): Pass cfun to the pass's execute method.
10497         * tree-pass.h (opt_pass::execute): Add function * argument.
10498         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
10499         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
10500         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
10501         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
10502         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
10503         config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
10504         except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
10505         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
10506         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
10507         ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
10508         ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
10509         lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
10510         postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
10511         reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
10512         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
10513         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
10514         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
10515         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
10516         tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
10517         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
10518         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
10519         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
10520         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
10521         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
10522         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
10523         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
10524         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
10525         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
10526         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
10527         Adjust.
10529 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
10531         * passes.c (opt_pass::gate): Take function * argument.
10532         (gate_all_early_local_passes): Merge into
10533         (early_local_passes::gate): this.
10534         (gate_all_early_optimizations): Merge into
10535         (all_early_optimizations::gate): this.
10536         (gate_all_optimizations): Mege into
10537         (all_optimizations::gate): this.
10538         (gate_all_optimizations_g): Merge into
10539         (all_optimizations_g::gate): this.
10540         (gate_rest_of_compilation): Mege into
10541         (rest_of_compilation::gate): this.
10542         (gate_postreload): Merge into
10543         (postreload::gate): this.
10544         (dump_one_pass): Pass cfun to the pass's gate method.
10545         (execute_ipa_summary_passes): Likewise.
10546         (execute_one_pass): Likewise.
10547         (ipa_write_summaries_2): Likewise.
10548         (ipa_write_optimization_summaries_1): Likewise.
10549         (ipa_read_summaries_1): Likewise.
10550         (ipa_read_optimization_summaries_1): Likewise.
10551         (execute_ipa_stmt_fixups): Likewise.
10552         * tree-pass.h (opt_pass::gate): Add function * argument.
10553         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
10554         combine-stack-adj.c, combine.c, compare-elim.c,
10555         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
10556         config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
10557         config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
10558         dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c,  fwprop.c, gcse.c,
10559         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
10560         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
10561         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
10562         loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
10563         omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
10564         reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
10565         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
10566         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
10567         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
10568         tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
10569         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
10570         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
10571         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
10572         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
10573         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
10574         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
10575         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
10576         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
10577         tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
10578         tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
10579         var-tracking.c, vtable-verify.c, web.c: Adjust.
10581 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
10583         * configure.ac: Check for -Woverloaded-virtual and enable it if found.
10584         * configure: Regenerate.
10586 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
10588         * passes.c (dump_one_pass): don't check pass->has_gate.
10589         (execute_ipa_summary_passes): Likewise.
10590         (execute_one_pass): Likewise.
10591         (ipa_write_summaries_2): Likewise.
10592         (ipa_write_optimization_summaries_1): Likewise.
10593         (ipa_read_optimization_summaries_1): Likewise.
10594         (execute_ipa_stmt_fixups): Likewise.
10595         * tree-pass.h (pass_data::has_gate): Remove.
10596         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
10597         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
10598         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
10599         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
10600         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
10601         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
10602         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
10603         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
10604         gimple-low.c, gimple-ssa-isolate-paths.c,
10605         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
10606         ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
10607         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
10608         ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
10609         modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
10610         recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
10611         reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
10612         trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
10613         tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
10614         tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
10615         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
10616         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
10617         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
10618         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
10619         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
10620         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
10621         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
10622         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
10623         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
10624         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
10625         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
10626         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
10627         Adjust.
10629 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
10631         * pass_manager.h (pass_manager::register_dump_files_1): Remove
10632         declaration.
10633         * passes.c (pass_manager::register_dump_files_1): Merge into
10634         (pass_manager::register_dump_files): this, and remove its handling of
10635         properties since the pass always has the properties anyway.
10636         (pass_manager::pass_manager): Adjust.
10638 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
10640         * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
10641         * passes.c (pass_manager::register_dump_files_1): Remove dead code
10642         dealing with properties.
10643         (pass_manager::register_dump_files): Adjust.
10645 2014-03-20  Mark Wielaard  <mjw@redhat.com>
10647         * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
10648         then represent the bound as normal constant value.
10650 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
10652         PR target/60847
10653         Forward port from 4.8 branch
10654         2013-07-19  Kirill Yukhin  <kirill.yukhin@intel.com>
10656         * config/i386/bmiintrin.h (_blsi_u32): New.
10657         (_blsi_u64): Ditto.
10658         (_blsr_u32): Ditto.
10659         (_blsr_u64): Ditto.
10660         (_blsmsk_u32): Ditto.
10661         (_blsmsk_u64): Ditto.
10662         (_tzcnt_u32): Ditto.
10663         (_tzcnt_u64): Ditto.
10665 2014-04-17  Kito Cheng  <kito@0xlab.org>
10667         * gcc.c (used_arg): Prevent out of bound access for multilib_options.
10669 2014-04-17  Richard Biener  <rguenther@suse.de>
10671         PR middle-end/60849
10672         * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
10673         boolean results for comparisons.
10675 2014-04-17  Richard Biener  <rguenther@suse.de>
10677         PR tree-optimization/60836
10678         * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
10679         initial PHI args to be gimple values.
10681 2014-04-17  Richard Biener  <rguenther@suse.de>
10683         PR tree-optimization/60841
10684         * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
10685         * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
10686         of stmts to SLP build.
10687         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
10688         (vect_analyze_slp): Likewise.
10689         (vect_analyze_slp_instance): Likewise.
10690         (vect_build_slp_tree): Limit overall SLP tree growth.
10691         * tree-vectorizer.h (vect_analyze_data_refs,
10692         vect_analyze_slp): Adjust prototypes.
10694 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
10696         * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
10697         Silvermont.
10699 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
10701         * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
10702         * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
10703         * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
10704         for TARGET_SLOW_PSHUFB
10706 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
10708         * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
10709         * config/i386/i386.c (intel_cost): Ditto.
10711 2014-04-17  Joey Ye  <joey.ye@arm.com>
10713         * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
10715 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
10717         * opts.c (common_handle_option): Disable -fipa-reference coorectly
10718         with -fuse-profile.
10720 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
10722         * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
10723         (type_all_derivations_known_p): New predicate.
10724         (type_all_ctors_visible_p): New predicate.
10725         (type_possibly_instantiated_p): New predicate.
10726         (get_odr_type): Compute all_derivations_known.
10727         (dump_odr_type): Dump the flag.
10728         (maybe_record_type): Cleanup.
10729         (record_target_from_binfo): Add bases_to_consider array;
10730         record bases for types w/o instances and skip CXX destructor.
10731         (possible_polymorphic_call_targets_1): Add bases_to_consider
10732         and consider_construction parameters; check if type may have instance.
10733         (get_polymorphic_call_info): Set maybe_in_construction to true
10734         when we know nothing.
10735         (record_targets_from_bases): Skip CXX destructors; they are
10736         never called for types in construction.
10737         (possible_polymorphic_call_targets): Do not record target when
10738         type may not have instance.
10740 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
10742         PR ipa/60854
10743         * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
10744         external aliases alive, too.
10746 2014-04-16  Andrew  Pinski  <apinski@cavium.com>
10748         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
10749         definition.
10751 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
10753         * final.c (compute_alignments): Do not apply loop alignment to a block
10754         falling through to the exit.
10756 2014-04-16  Catherine Moore  <clm@codesourcery.com>
10758         * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
10759         Adjust constraints for microMIPS store patterns.
10761 2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
10763         * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
10765 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
10767         * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
10768         (append_use): Run at -O0.
10769         (append_vdef): Likewise.
10770         * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
10771         * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
10773 2014-04-16  Jakub Jelinek  <jakub@redhat.com>
10775         PR tree-optimization/60844
10776         * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
10777         (propagate_op_to_single_use, remove_visited_stmt_chain,
10778         linearize_expr, repropagate_negates, reassociate_bb): Use it
10779         instead of gsi_remove.
10781 2014-04-16  Martin Jambor  <mjambor@suse.cz>
10783         * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
10784         ipa_transforms_to_apply.
10785         (cgraph_function_versioning): Assert that old_node has empty
10786         ipa_transforms_to_apply.
10787         * trans-mem.c (ipa_tm_create_version): Likewise.
10788         * tree-inline.c (tree_function_versioning): Do not duplicate
10789         ipa_transforms_to_apply.
10791 2014-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10793         PR target/60817
10794         * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
10795         x86_64-*-* cases.
10796         Pass necessary as flags on 64-bit Solaris/x86.
10797         Use lowercase relocs for x86_64-*-*.
10798         * configure: Regenerate.
10800 2014-04-15  Jan Hubicka  <jh@suse.cz>
10802         * ipa-devirt.c (referenced_from_vtable_p): New predicate.
10803         (maybe_record_node, likely_target_p): Use it.
10805 2014-04-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10807         PR target/60839
10808         Revert following patch
10810         2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
10812         PR target/60735
10813         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
10814         software floating point or no floating point registers, do not
10815         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
10816         in GPRs that occurs after we tested for GPRs that would never be
10817         true.
10819         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
10820         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
10821         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
10822         specifically allow DDmode, since that does not use the SPE SIMD
10823         instructions.
10825 2014-03-21  Mark Wielaard  <mjw@redhat.com>
10827         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
10828         as unsigned or int depending on type and value used.
10830 2014-04-15  Richard Biener  <rguenther@suse.de>
10832         PR rtl-optimization/56965
10833         * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
10834         * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
10835         ... here.
10836         * alias.c (true_dependence_1): Do not call
10837         nonoverlapping_component_refs_p.
10838         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
10839         nonoverlapping_component_refs_p.
10840         (indirect_refs_may_alias_p): Likewise.
10842 2014-04-15  Teresa Johnson  <tejohnson@google.com>
10844         * cfg.c (dump_bb_info): Fix flags check.
10845         * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
10847 2014-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10849         PR rtl-optimization/60663
10850         * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
10851         avoid 0 cost.
10853 2014-04-15  Richard Biener  <rguenther@suse.de>
10855         * lto-streamer.h (LTO_major_version): Bump to 4.
10857 2014-04-15  Richard Biener  <rguenther@suse.de>
10859         * common.opt (lto_partition_model): New enum.
10860         (flto-partition=): Merge separate options with a single with argument,
10861         add -flto-partition=one support.
10862         * flag-types.h (enum lto_partition_model): Declare.
10863         * opts.c (finish_options): Remove duplicate -flto-partition=
10864         option check.
10865         * lto-wrapper.c (run_gcc): Adjust.
10867 2014-04-15  Richard Biener  <rguenther@suse.de>
10869         * alias.c (ncr_compar): New function.
10870         (nonoverlapping_component_refs_p): Re-implement in O (n log n).
10872 2014-04-15  Richard Biener  <rguenther@suse.de>
10874         * alias.c (record_component_aliases): Do not walk BINFOs.
10876 2014-04-15  Richard Biener  <rguenther@suse.de>
10878         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
10879         Add struct function argument and adjust.
10880         (find_func_aliases_for_call): Likewise.
10881         (find_func_aliases): Likewise.
10882         (find_func_clobbers): Likewise.
10883         (intra_create_variable_infos): Likewise.
10884         (compute_points_to_sets): Likewise.
10885         (ipa_pta_execute): Adjust.  Do not push/pop cfun.
10887 2014-04-15  Richard Biener  <rguenther@suse.de>
10889         * tree.c (iterative_hash_expr): Use enum tree_code_class
10890         to store TREE_CODE_CLASS.
10891         (tree_block): Likewise.
10892         (tree_set_block): Likewise.
10893         * tree.h (fold_build_pointer_plus_loc): Use
10894         convert_to_ptrofftype_loc.
10896 2014-04-15  Jakub Jelinek  <jakub@redhat.com>
10898         PR plugins/59335
10899         * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
10900         added in 4.9.
10902 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
10904         * cfgloop.h (struct loop): Move force_vectorize down.
10905         * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
10906         (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
10907         * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
10908         * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
10909         * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
10910         * tree-core.h (enum annot_expr_kind): Add new kind values.
10911         * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
10912         * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
10913         kinds.
10914         * tree.def (ANNOTATE_EXPR): Tweak comment.
10916 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
10918         * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
10919         cxa_pure_virtual).
10921 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
10923         * tree.h (TYPE_IDENTIFIER): Declare.
10924         * tree.c (subrange_type_for_debug_p): Use it.
10925         * godump.c (go_format_type): Likewise.
10926         * dwarf2out.c (is_cxx_auto, modified_type_die,
10927         gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
10928         * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
10930 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
10932         PR lto/60820
10933         * varpool.c (varpool_remove_node): Do not alter decls when streaming.
10935 2014-04-14  Uros Bizjak  <ubizjak@gmail.com>
10937         * config/i386/i386.c (examine_argument): Return bool.  Return true if
10938         parameter should be passed in memory.
10939         <case X86_64_COMPLEX_X87_CLASS>: Adjust.
10940         (construct_container): Update calls to examine_argument.
10941         (function_arg_advance_64): Ditto.
10942         (return_in_memory_32): Merge with ix86_return_in_memory.
10943         (return_in_memory_64): Ditto.
10944         (return_in_memory_ms_64): Ditto.
10946 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
10948         * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
10949         * coverage.c (coverage_compute_profile_id): Handle externally visible
10950         symbols.
10952 2014-04-14  Martin Jambor  <mjambor@suse.cz>
10954         * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
10955         DECL_DISREGARD_INLINE_LIMITS functions.
10957 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
10959         PR target/60827
10960         * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
10962 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
10964         PR target/60827
10965         * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
10966         optimize_insn_for_speed_p instead of
10967         optimize_function_for_speed_p.
10969 2014-04-14  Yufeng Zhang  <yufeng.zhang@arm.com>
10971         * doc/invoke.texi (free): Document AArch64.
10973 2014-04-14  Richard Biener  <rguenther@suse.de>
10975         PR tree-optimization/60042
10976         * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
10977         (insert_into_preds_of_block): Do not prevent PHI insertion
10978         for REFERENCE exprs here ...
10979         (eliminate_dom_walker::before_dom_children): ... but prevent
10980         their use here under similar conditions when applied to the
10981         IL after PRE optimizations.
10983 2014-04-14  Richard Biener  <rguenther@suse.de>
10985         * passes.def: Move early points-to after early SRA.
10987 2014-04-14  Richard Biener  <rguenther@suse.de>
10989         * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
10990         check for which sign-changes we allow when forwarding
10991         a converted value into a switch.
10993 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
10995         * stor-layout.c (place_field): Finalize non-constant offset for the
10996         field, if any.
10998 2014-04-14  Richard Biener  <rguenther@suse.de>
11000         * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
11001         as argument.
11002         (expand_switch_using_bit_tests_p): Likewise.
11003         (process_switch): Compute and pass on speed_p based on the
11004         switch stmt.
11005         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
11006         optimize_bb_for_speed_p.
11008 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
11010         * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
11011         * function.h (struct function): Rename has_force_vect_loops into
11012         has_force_vectorize_loops.
11013         * lto-streamer-in.c (input_cfg): Adjust for renaming.
11014         (input_struct_function_base): Likewise.
11015         * lto-streamer-out.c (output_cfg): Likewise.
11016         (output_struct_function_base): Likewise.
11017         * omp-low.c (expand_omp_simd): Likewise.
11018         * tree-cfg.c (move_sese_region_to_fn): Likewise.
11019         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
11020         (version_loop_for_if_conversion): Likewise.
11021         (tree_if_conversion): Likewise.
11022         (main_tree_if_conversion): Likewise.
11023         (gate_tree_if_conversion): Likewise.
11024         * tree-inline.c (copy_loops): Likewise.
11025         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
11026         * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
11027         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
11028         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
11029         * tree-vectorizer.c (vectorize_loops): Likewise.
11030         * tree-vectorizer.h (unlimited_cost_model): Likewise.
11032 2014-04-14  Richard Biener  <rguenther@suse.de>
11034         PR lto/60720
11035         * lto-streamer-out.c (wrap_refs): New function.
11036         (lto_output): Wrap symbol references in global initializes in
11037         type-preserving MEM_REFs.
11039 2014-04-14  Christian Bruel  <christian.bruel@st.com>
11041         * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
11043 2014-04-14  Christian Bruel  <christian.bruel@st.com>
11045         * config/sh/sh.md (setmemqi): New expand pattern.
11046         * config/sh/sh.h (CLEAR_RATIO): Define.
11047         * config/sh/sh-mem.cc (sh_expand_setmem): Define.
11048         * config/sh/sh-protos.h (sh_expand_setmem): Declare.
11050 2014-04-14  Richard Biener  <rguenther@suse.de>
11052         PR middle-end/55022
11053         * fold-const.c (negate_expr_p): Don't negate directional rounding
11054         division.
11055         (fold_negate_expr): Likewise.
11057 2014-04-14  Richard Biener  <rguenther@suse.de>
11059         PR tree-optimization/59817
11060         PR tree-optimization/60453
11061         * graphite-scop-detection.c (graphite_can_represent_scev): Complete
11062         recursion to catch all CHRECs in the scalar evolution and restrict
11063         the predicate for the remains appropriately.
11065 2014-04-12  Catherine Moore  <clm@codesourcery.com>
11067         * config/mips/constraints.md: Add new register constraint "kb".
11068         * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
11069         (*movhi_internal): Likewise.
11070         (*movqi_internal): Likewise.
11071         * config/mips/mips.h (M16_STORE_REGS): New register class.
11072         (REG_CLASS_NAMES): Add M16_STORE_REGS.
11073         (REG_CLASS_CONTENTS): Likewise.
11074         * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
11076 2014-04-11  Tobias Burnus  <burnus@net-b.de>
11078         PR c/60194
11079         * doc/invoke.texi (-Wformat-signedness): Document it.
11080         (Wformat=2): Mention that this enables -Wformat-signedness.
11082 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
11084         * common/config/epiphany/epiphany-common.c
11085         (epiphany_option_optimization_table): Enable section anchors by
11086         default at -O1 or higher.
11087         * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
11088         (TARGET_MIN_ANCHOR_OFFSET): Likewise.
11089         (epiphany_rtx_costs) <SET>: For binary operators, the set as such
11090         carries no extra cost.
11091         (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
11092         * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
11093         * config/epiphany/predicates.md (memclob_operand): New predicate.
11094         * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
11095         Use memclob_operand predicate and X constraint for operand 3.
11097 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
11099         * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
11100         with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
11101         its operands.
11103 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
11105         PR rtl-optimization/60651
11106         * mode-switching.c (optimize_mode_switching): Make sure to emit
11107         sets of a lower numbered entity before sets of a higher numbered
11108         entity to a mode of the same or lower priority.
11109         When creating a seginfo for a basic block that starts with a code
11110         label, move the insertion point past the code label.
11111         (new_seginfo): Document and enforce requirement that
11112         NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
11113         * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
11114         * doc/tm.texi: Regenerate.
11116 2014-01-11  Joern Rennecke  <joern.rennecke@embecosm.com>
11118         PR target/60811
11119         * config/arc/arc.c (arc_save_restore): Fix assert typo.
11121 2013-04-11  Jakub Jelinek  <jakub@redhat.com>
11123         * BASE-VER: Set to 4.10.0.
11125 2014-04-11  Tobias Burnus  <burnus@net-b.de>
11127         PR other/59055
11128         * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
11129         * doc/gcc.texi (Service): Update description in the @menu
11130         * doc/invoke.texi (Option Summary): Remove misplaced and
11131         duplicated @menu.
11133 2014-04-11  Steve Ellcey  <sellcey@mips.com>
11134             Jakub Jelinek  <jakub@redhat.com>
11136         PR middle-end/60556
11137         * expr.c (convert_move): Use emit_store_flag_force instead of
11138         emit_store_flag.  Pass lowpart_mode instead of VOIDmode as 5th
11139         argument to it.
11141 2014-04-11  Richard Biener  <rguenther@suse.de>
11143         PR middle-end/60797
11144         * varasm.c (assemble_alias): Avoid endless error reporting
11145         recursion by setting TREE_ASM_WRITTEN.
11147 2014-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11149         * config/s390/s390.md: Add a splitter for NOT rtx.
11151 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
11153         PR rtl-optimization/60663
11154         * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
11156 2014-04-10  Jan Hubicka  <hubicka@ucw.cz>
11157             Jakub Jelinek  <jakub@redhat.com>
11159         PR lto/60567
11160         * ipa.c (function_and_variable_visibility): Copy forced_by_abi
11161         flag from decl_node to node.
11163 2014-04-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11165         PR debug/60655
11166         * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
11167         (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
11168         ameliorating the cases where it can be.
11170 2014-04-09  David Edelsohn  <dje.gcc@gmail.com>
11172         Revert
11173         2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
11175         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
11176         (loadsync_<mode>): Change mode.
11177         (load_quadpti, store_quadpti): New.
11178         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
11179         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
11180         * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
11182 2014-04-09  Cong Hou  <congh@google.com>
11184         PR testsuite/60773
11185         * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
11186         documentation.
11188 2014-04-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11190         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
11191         instead of vnor to exploit possible fusion opportunity in the
11192         future.
11193         (altivec_expand_vec_perm_const_le): Likewise.
11195 2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
11197         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
11198         (loadsync_<mode>): Change mode.
11199         (load_quadpti, store_quadpti): New.
11200         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
11201         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
11203 2014-04-08  Richard Sandiford  <rdsandiford@googlemail.com>
11205         PR target/60763
11206         * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
11207         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
11208         Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
11210 2014-04-08  Richard Biener  <rguenther@suse.de>
11212         PR middle-end/60706
11213         * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
11214         a 64bit widest int print double-int similar to on HWI64 hosts.
11216 2014-04-08  Richard Biener  <rguenther@suse.de>
11218         PR tree-optimization/60785
11219         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
11220         default defs properly.
11222 2014-04-08  Nathan Sidwell  <nathan@codesourcery.com>
11224         * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
11225         (Weffc++): Likewise.
11227 2014-04-07  Jan Hubicka  <hubcika@ucw.cz>
11229         * ipa-devirt.c (maybe_record_node): When node is not recorded,
11230         set completep to false rather than true.
11232 2014-04-07  Douglas B Rupp  <rupp@adacore.com>
11234         PR target/60504
11235         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
11236         ARM_TARGET2_DWARF_FORMAT.
11238 2014-04-07  Charles Baylis  <charles.baylis@linaro.org>
11240         PR target/60609
11241         * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
11242         (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
11243         ADDR_DIFF_VEC.
11245 2014-04-07  Richard Biener  <rguenther@suse.de>
11247         PR tree-optimization/60766
11248         * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
11249         (may_eliminate_iv): Convert cand_value_at result to desired type.
11251 2014-04-07  Jason Merrill  <jason@redhat.com>
11253         PR c++/60731
11254         * common.opt (-fno-gnu-unique): Add.
11255         * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
11257 2014-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11259         * haifa-sched.c: Fix outdated function reference and minor
11260         grammar errors in introductory comment.
11262 2014-04-07  Richard Biener  <rguenther@suse.de>
11264         PR middle-end/60750
11265         * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
11266         for noreturn calls.
11267         * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
11269 2014-04-06  John David Anglin  <danglin@gcc.gnu.org>
11271         PR debug/55794
11272         * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
11273         size accounting for thunks.
11274         (pa_asm_output_mi_thunk): Use final_start_function() and
11275         final_end_function() to output function start and end directives.
11277 2014-04-05  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
11279         * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
11280         device specific ISA/ feature information. Remove short_sp and
11281         errata_skip ds.  Add avr_device_specific_features enum to have device
11282         specific info.
11283         * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
11284         errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
11285         * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
11286         updated device specific info.
11287         * config/avr/avr-mcus.def: Merge device specific details to
11288         dev_attribute field.
11289         * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
11290         errata_skip.
11291         * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
11292         * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
11293         assembler if RMW isa supported by current device.
11294         * config/avr/genmultilib.awk: Update as device info structure changed.
11295         * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
11297 2014-04-04  Cong Hou  <congh@google.com>
11299         PR tree-optimization/60656
11300         * tree-vect-stmts.c (supportable_widening_operation):
11301         Fix a bug that elements in a vector with vect_used_by_reduction
11302         property are incorrectly reordered when the operation on it is not
11303         consistant with the one in reduction operation.
11305 2014-04-04  John David Anglin  <danglin@gcc.gnu.org>
11307         PR rtl-optimization/60155
11308         * gcse.c (record_set_data): New function.
11309         (single_set_gcse): New function.
11310         (gcse_emit_move_after): Use single_set_gcse instead of single_set.
11311         (hoist_code): Likewise.
11312         (get_pressure_class_and_nregs): Likewise.
11314 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
11316         * explow.c (probe_stack_range): Emit a final optimization blockage.
11318 2014-04-04  Anthony Green  <green@moxielogic.com>
11320         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
11321         typos.
11323 2014-04-04  Jan Hubicka  <hubicka@ucw.cz>
11325         PR ipa/59626
11326         * lto-cgraph.c (input_overwrite_node): Check that partitioning
11327         flags are set only during streaming.
11328         * ipa.c (process_references, walk_polymorphic_call_targets,
11329         symtab_remove_unreachable_nodes): Drop bodies of always inline
11330         after early inlining.
11331         (symtab_remove_unreachable_nodes): Remove always_inline attribute.
11333 2014-04-04  Jakub Jelinek  <jakub@redhat.com>
11334         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11336         PR debug/60655
11337         * dwarf2out.c (const_ok_for_output_1): Reject expressions
11338         containing a NOT.
11340 2014-04-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11342         PR bootstrap/60743
11343         * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
11344         duration.
11345         (cortex_a53_fdivd): Likewise.
11347 2014-04-04  Martin Jambor  <mjambor@suse.cz>
11349         PR ipa/60640
11350         * cgraph.h (cgraph_clone_node): New parameter added to declaration.
11351         Adjust all callers.
11352         * cgraph.c (clone_of_p): Also return true if thunks match.
11353         (verify_edge_corresponds_to_fndecl): Removed extraneous call to
11354         cgraph_function_or_thunk_node and an obsolete comment.
11355         * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
11356         file.
11357         (build_function_decl_skip_args): Likewise.
11358         (set_new_clone_decl_and_node_flags): New function.
11359         (duplicate_thunk_for_node): Likewise.
11360         (redirect_edge_duplicating_thunks): Likewise.
11361         (cgraph_clone_node): New parameter args_to_skip, pass it to
11362         redirect_edge_duplicating_thunks which is called instead of
11363         cgraph_redirect_edge_callee.
11364         (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
11365         moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
11367 2014-04-04  Jeff Law  <law@redhat.com>
11369         PR target/60657
11370         * config/arm/predicates.md (const_int_I_operand): New predicate.
11371         (const_int_M_operand): Similarly.
11372         * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
11373         const_int_operand.
11374         (insv_t2, extv_reg, extzv_t2): Likewise.
11375         (load_multiple_with_writeback): Similarly for const_int_I_operand.
11376         (pop_multiple_with_writeback_and_return): Likewise.
11377         (vfp_pop_multiple_with_writeback): Likewise
11379 2014-04-04  Richard Biener  <rguenther@suse.de>
11381         PR ipa/60746
11382         * tree-ssanames.c (make_ssa_name_fn): Fix assert.
11383         * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
11384         non-GIMPLE_LABELs.
11385         * gimplify.h (gimple_add_tmp_var_fn): Declare.
11386         * gimplify.c (gimple_add_tmp_var_fn): New function.
11387         * gimple-expr.h (create_tmp_reg_fn): Declare.
11388         * gimple-expr.c (create_tmp_reg_fn): New function.
11389         * gimple-low.c (record_vars_into): Don't change cfun.
11390         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
11391         code generation without cfun.
11393 2014-04-04  Thomas Schwinge  <thomas@codesourcery.com>
11395         PR bootstrap/60719
11396         * Makefile.in (install-driver): Fix shell scripting.
11398 2014-04-03  Cong Hou  <congh@google.com>
11400         PR tree-optimization/60505
11401         * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
11402         threshold of number of iterations below which no vectorization
11403         will be done.
11404         * tree-vect-loop.c (new_loop_vec_info):
11405         Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
11406         * tree-vect-loop.c (vect_analyze_loop_operations):
11407         Set LOOP_VINFO_COST_MODEL_THRESHOLD.
11408         * tree-vect-loop.c (vect_transform_loop):
11409         Use LOOP_VINFO_COST_MODEL_THRESHOLD.
11410         * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
11411         of iterations of the loop and see if we should build the epilogue.
11413 2014-04-03  Richard Biener  <rguenther@suse.de>
11415         * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
11416         (streamer_tree_cache_create): Adjust.
11417         * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
11418         to allow optional nodes array.
11419         (streamer_tree_cache_insert_1): Use next_idx to assign idx.
11420         (streamer_tree_cache_append): Likewise.
11421         (streamer_tree_cache_create): Create nodes array optionally
11422         as specified by parameter.
11423         * lto-streamer-out.c (create_output_block): Avoid maintaining
11424         the node array in the writer cache.
11425         (DFS_write_tree): Remove assertion.
11426         (produce_asm_for_decls): Free the out decl state hash table early.
11427         * lto-streamer-in.c (lto_data_in_create): Adjust for
11428         streamer_tree_cache_create prototype change.
11430 2014-04-03  Richard Biener  <rguenther@suse.de>
11432         * tree-streamer-out.c (streamer_write_chain): Do not temporarily
11433         set TREE_CHAIN to NULL_TREE.
11435 2014-04-03  Richard Biener  <rguenther@suse.de>
11437         PR tree-optimization/60740
11438         * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
11439         over all GIMPLE_COND operands.
11441 2014-04-03  Nathan Sidwell  <nathan@codesourcery.com>
11443         * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
11444         (Weffc++): Remove Scott's numbering, merge lists and reference
11445         Wnon-virtual-dtor.
11447 2014-04-03  Nick Clifton  <nickc@redhat.com>
11449         * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
11450         properly.
11452 2014-04-03  Martin Jambor  <mjambor@suse.cz>
11454         * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
11455         mention gcc_unreachable before failing.
11456         * ipa.c (symtab_remove_unreachable_nodes): Also print order of
11457         removed symbols.
11459 2014-04-02  Jan Hubicka  <hubicka@ucw.cz>
11461         PR ipa/60659
11462         * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
11463         inconsistent code and instead mark the context inconsistent.
11464         (possible_polymorphic_call_targets): For inconsistent contexts
11465         return empty complete list.
11467 2014-04-02  Anthony Green  <green@moxielogic.com>
11469         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
11470         (extendqisi2, extendhisi2): Define.
11471         * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
11472         (WCHAR_TYPE): Change to unsigned int.
11474 2014-04-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11476         PR tree-optimization/60733
11477         * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
11478         insertion point for PHI candidates to be the end of the feeding
11479         block for the PHI argument.
11481 2014-04-02  Vladimir Makarov  <vmakarov@redhat.com>
11483         PR rtl-optimization/60650
11484         * lra-constraints.c (process_alt_operands): Decrease reject for
11485         earlyclobber matching.
11487 2014-04-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11489         * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
11491 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11493         * config/spu/spu.c (pad_bb): Do not crash when the last
11494         insn is CODE_FOR_blockage.
11496 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11498         * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
11499         lies outside the target mode.
11501 2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
11503         PR target/60735
11504         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
11505         software floating point or no floating point registers, do not
11506         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
11507         in GPRs that occurs after we tested for GPRs that would never be
11508         true.
11510         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
11511         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
11512         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
11513         specifically allow DDmode, since that does not use the SPE SIMD
11514         instructions.
11516 2014-04-02  Richard Biener  <rguenther@suse.de>
11518         PR middle-end/60729
11519         * optabs.c (expand_abs_nojump): Honor flag_trapv only for
11520         MODE_INTs.  Properly use negv_optab.
11521         (expand_abs): Likewise.
11523 2014-04-02  Richard Biener  <rguenther@suse.de>
11525         PR bootstrap/60719
11526         * Makefile.in (install-driver): Guard extra installs with special
11527         names properly.
11529 2014-04-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
11531         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
11532         Document vec_vgbbd.
11534 2014-04-01  Richard Henderson  <rth@redhat.com>
11536         PR target/60704
11537         * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
11538         alternative enabled before register allocation.
11540 2014-04-01  Chung-Lin Tang  <cltang@codesourcery.com>
11542         * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
11543         * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
11544         typo.
11545         (nios2_large_got_address): Remove unneeded 'sym' parameter.
11546         (nios2_got_address): Update nios2_large_got_address call site.
11547         (nios2_delegitimize_address): New function.
11548         (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
11549         * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
11550         (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
11552 2014-04-01  Martin Husemann  <martin@duskware.de>
11554         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
11555         for -mabi=32.
11557 2014-04-01  Richard Sandiford  <rdsandiford@googlemail.com>
11559         PR rtl-optimization/60604
11560         * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
11561         check from register_operand.
11562         (register_operand): Redefine in terms of general_operand.
11563         (nonmemory_operand): Use register_operand for the non-constant cases.
11565 2014-04-01  Richard Biener  <rguenther@suse.de>
11567         * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
11569 2014-04-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
11571         * doc/invoke.texi (mapp-regs): Clarify.
11573 2014-03-31  Ulrich Drepper  <drepper@gmail.com>
11575         * config/i386/avx512fintrin.h (__v32hi): Define type.
11576         (__v64qi): Likewise.
11577         (_mm512_set1_epi8): Define.
11578         (_mm512_set1_epi16): Define.
11579         (_mm512_set4_epi32): Define.
11580         (_mm512_set4_epi64): Define.
11581         (_mm512_set4_pd): Define.
11582         (_mm512_set4_ps): Define.
11583         (_mm512_setr4_epi64): Define.
11584         (_mm512_setr4_epi32): Define.
11585         (_mm512_setr4_pd): Define.
11586         (_mm512_setr4_ps): Define.
11587         (_mm512_setzero_epi32): Define.
11589 2014-03-31  Martin Jambor  <mjambor@suse.cz>
11591         PR middle-end/60647
11592         * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
11593         callsite_arguments_match_p.  Updated all callers.  Also check types of
11594         corresponding formal parameters and actual arguments.
11595         (not_all_callers_have_enough_arguments_p) Renamed to
11596         some_callers_have_mismatched_arguments_p.
11598 2014-03-31  Yuri Rumyantsev  <ysrumyan@gmail.com>
11600         * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
11602 2014-03-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
11604         PR target/60034
11605         * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
11606         section anchor.
11608 2014-03-30  Uros Bizjak  <ubizjak@gmail.com>
11610         * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
11611         (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
11612         Split out
11613         <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
11614         Use FMAMODE_NOVF512 mode iterator.
11615         (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
11616         (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
11617         (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
11618         (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
11619         Split out
11620         <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
11621         Use VF_128_256 mode iterator.
11622         (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
11623         Ditto.
11625 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
11627         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
11628         static chain if needed.
11630 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
11632         PR target/60697
11633         * lra-constraints.c (index_part_to_reg): New.
11634         (process_address): Use it.
11636 2014-03-27  Jeff Law  <law@redhat.com>
11637             Jakub Jelinek  <jakub@redhat.com>
11639         PR target/60648
11640         * expr.c (do_tablejump): Use simplify_gen_binary rather than
11641         gen_rtx_{PLUS,MULT} to build up the address expression.
11643         * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
11644         creating non-canonical RTL.
11646 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
11648         PR ipa/60243
11649         * ipa-inline.c (want_inline_small_function_p): Short circuit large
11650         functions; reorganize to make cheap checks first.
11651         (inline_small_functions): Do not estimate growth when dumping;
11652         it is expensive.
11653         * ipa-inline.h (inline_summary): Add min_size.
11654         (growth_likely_positive): New function.
11655         * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
11656         (set_cond_stmt_execution_predicate): Cleanup.
11657         (estimate_edge_size_and_time): Compute min_size.
11658         (estimate_calls_size_and_time): Likewise.
11659         (estimate_node_size_and_time): Likewise.
11660         (inline_update_overall_summary): Update min_size.
11661         (do_estimate_edge_time): Likewise.
11662         (do_estimate_edge_size): Update.
11663         (do_estimate_edge_hints): Update.
11664         (growth_likely_positive): New function.
11666 2014-03-28  Jakub Jelinek  <jakub@redhat.com>
11668         PR target/60693
11669         * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
11670         also if addr has VOIDmode.
11672 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11674         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
11675         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
11676         Declare extern.
11677         * config/arm/cortex-a53.md: Add reservations and bypass for crypto
11678         instructions as well as AdvancedSIMD loads.
11680 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11682         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
11683         Use crypto_aese type.
11684         (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
11685         * config/arm/arm.md (is_neon_type): Replace crypto_aes with
11686         crypto_aese, crypto_aesmc.  Move to types.md.
11687         * config/arm/types.md (crypto_aes): Split into crypto_aese,
11688         crypto_aesmc.
11689         * config/arm/iterators.md (crypto_type): Likewise.
11691 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
11693         * cgraph.c: Include expr.h and tree-dfa.h.
11694         (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
11695         remove LHS.
11697 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
11699         PR target/60675
11700         * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
11701         regs from checking multi-reg pseudos.
11703 2014-03-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11705         * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
11707 2014-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11709         * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
11710         if it would clobber the stack pointer, even temporarily.
11712 2014-03-28  Eric Botcazou  <ebotcazou@adacore.com>
11714         * mode-switching.c: Make small adjustments to the top comment.
11716 2014-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
11718         * config/rs6000/constraints.md (wD constraint): New constraint to
11719         match the constant integer to get the top DImode/DFmode out of a
11720         vector in a VSX register.
11722         * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
11723         match the constant integer to get the top DImode/DFmode out of a
11724         vector in a VSX register.
11726         * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
11727         for ISA 2.07.
11729         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
11730         vbpermq builtins.
11732         * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
11733         -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
11735         * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
11736         Optimize vec_extract of 64-bit values, where the value being
11737         extracted is in the top word, where we can use scalar
11738         instructions.  Add direct move and store support.  Combine the big
11739         endian/little endian vector select load support into a single insn.
11740         (vsx_extract_<mode>_internal1): Likewise.
11741         (vsx_extract_<mode>_internal2): Likewise.
11742         (vsx_extract_<mode>_load): Likewise.
11743         (vsx_extract_<mode>_store): Likewise.
11744         (vsx_extract_<mode>_zero): Delete, big and little endian insns are
11745         combined into vsx_extract_<mode>_load.
11746         (vsx_extract_<mode>_one_le): Likewise.
11748         * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
11749         define the top 64-bit vector element.
11751         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
11752         constraint.
11754         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
11755         Document vec_vbpermq builtin.
11757         PR target/60672
11758         * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
11759         enable use of xxsldwi and xxpermdi builtin functions.
11760         (vec_xxpermdi): Likewise.
11762         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
11763         Document use of vec_xxsldwi and vec_xxpermdi builtins.
11765 2014-03-27  Vladimir Makarov  <vmakarov@redhat.com>
11767         PR rtl-optimization/60650
11768         * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
11769         first_p.  Use it.
11770         (find_spills_for): New.
11771         (assign_by_spills): Pass the new parameter to find_hard_regno_for.
11772         Spill all pseudos on the second iteration.
11774 2014-03-27  Marek Polacek  <polacek@redhat.com>
11776         PR c/50347
11777         * doc/extend.texi (ffs Builtins): Change unsigned types to signed
11778         types.
11780 2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11782         * config/s390/s390.c (s390_can_use_return_insn): Check for
11783         call-saved FPRs on 31 bit.
11785 2014-03-27  Jakub Jelinek  <jakub@redhat.com>
11787         PR middle-end/60682
11788         * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
11789         if they need regimplification, just drop them instead of
11790         calling gimple_regimplify_operands on them.
11792 2014-03-27  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11794         PR target/60580
11795         * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
11796         (aarch64_frame_pointer_required): Adjust logic.
11797         (aarch64_can_eliminate): Adjust logic.
11798         (aarch64_override_options_after_change): Adjust logic.
11800 2014-03-27  Dehao Chen  <dehao@google.com>
11802         * ipa-inline.c (early_inliner): Update node's inline info.
11804 2014-03-26  Dehao Chen  <dehao@google.com>
11806         * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
11807         compiler inserted conditional jumps for NAN float check.
11809 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
11811         * ubsan.h (ubsan_create_data): Change second argument's type
11812         to const location_t *.
11813         * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
11814         _("<unknown>").
11815         (ubsan_create_data): Change second argument to const location_t *PLOC.
11816         Create Loc field whenever PLOC is non-NULL.
11817         (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
11818         ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
11819         callers.
11821         PR other/59545
11822         * real.c (real_to_integer2): Change type of low to UHWI.
11824 2014-03-26  Tobias Burnus  <burnus@net-b.de>
11826         * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
11827         (CILK_SELF_SPECS): New define.
11828         (driver_self_specs): Use it.
11830 2014-03-26  Richard Biener  <rguenther@suse.de>
11832         * tree-pretty-print.c (percent_K_format): Implement special
11833         case for LTO and its stripped down BLOCK tree.
11835 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
11837         PR sanitizer/60636
11838         * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
11840         * tree-vrp.c (simplify_internal_call_using_ranges): If only
11841         one range is range_int_cst_p, but not both, at least optimize
11842         addition/subtraction of 0 and multiplication by 0 or 1.
11843         * gimple-fold.c (gimple_fold_call): Fold
11844         IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
11845         (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
11846         INTEGER_CSTs, try to fold at least x * 0 and y - y.
11848 2014-03-26  Eric Botcazou  <ebotcazou@adacore.com>
11850         PR rtl-optimization/60452
11851         * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
11852         <case REG>: Return 1 for invalid offsets from the frame pointer.
11854 2014-03-26  Marek Polacek  <polacek@redhat.com>
11856         PR c/37428
11857         * doc/extend.texi (C Extensions): Mention variable-length arrays in
11858         a structure/union.
11860 2014-03-26  Marek Polacek  <polacek@redhat.com>
11862         PR c/39525
11863         * doc/extend.texi (Designated Inits): Describe what happens to omitted
11864         field members.
11866 2014-03-26  Marek Polacek  <polacek@redhat.com>
11868         PR other/59545
11869         * ira-color.c (update_conflict_hard_regno_costs): Perform the
11870         multiplication in unsigned type.
11872 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
11874         * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
11876 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
11878         * doc/contrib.texi: Add myself as Andes nds32 port contributor.
11880 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
11882         PR ipa/60315
11883         * cif-code.def (UNREACHABLE) New code.
11884         * ipa-inline.c (inline_small_functions): Skip edges to
11885         __builtlin_unreachable.
11886         (estimate_edge_growth): Allow edges to __builtlin_unreachable.
11887         * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
11888         predicate to __bulitin_unreachable.
11889         (set_cond_stmt_execution_predicate): Fix issue when
11890         invert_tree_comparison returns ERROR_MARK.
11891         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
11892         propagate to inline clones.
11893         * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
11894         to unreachable.
11895         * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
11896         * cgraphclones.c (cgraph_clone_node): If call destination is already
11897         ureachable, do not redirect it back.
11898         * tree-inline.c (fold_marked_statements): Hanlde calls becoming
11899         unreachable.
11901 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
11903         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
11904         Do not modify inline clones.
11906 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
11908         * config/i386/i386.md (general_sext_operand): New mode attr.
11909         (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
11910         don't generate (sign_extend (const_int)).
11911         (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
11912         operands[2].  Use We constraint instead of <i> and
11913         <general_sext_operand> predicate instead of <general_operand>.
11914         (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
11915         * config/i386/constraints.md (We): New constraint.
11916         * config/i386/predicates.md (x86_64_sext_operand,
11917         sext_operand): New predicates.
11919 2014-03-25  Martin Jambor  <mjambor@suse.cz>
11921         PR ipa/60600
11922         * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
11923         inconsistent devirtualizations to __builtin_unreachable.
11925 2014-03-25  Marek Polacek  <polacek@redhat.com>
11927         PR c/35449
11928         * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
11930 2014-03-25  Alan Lawrence  <alan.lawrence@arm.com>
11932         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
11933         order of elements for big-endian.
11935 2014-03-25  Richard Biener  <rguenther@suse.de>
11937         PR middle-end/60635
11938         * gimplify-me.c (gimple_regimplify_operands): Update the
11939         re-gimplifed stmt.
11941 2014-03-25  Martin Jambor  <mjambor@suse.cz>
11943         PR ipa/59176
11944         * lto-cgraph.c (lto_output_node): Stream body_removed flag.
11945         (lto_output_varpool_node): Likewise.
11946         (input_overwrite_node): Likewise.
11947         (input_varpool_node): Likewise.
11949 2014-03-25  Richard Biener  <rguenther@suse.de>
11951         * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
11952         (run_gcc): Likewise.
11954 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
11956         * combine.c (simplify_compare_const): Add MODE argument.
11957         Handle mode_width 0 as very large mode_width.
11958         (try_combine, simplify_comparison): Adjust callers.
11960         * cselib.c (cselib_hash_rtx): Perform addition in unsigned
11961         type to avoid signed integer overflow.
11962         * explow.c (plus_constant): Likewise.
11964 2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11966         * doc/generic.texi: Correct typos.
11968 2014-03-24  Tobias Burnus  <burnus@net-b.de>
11970         * doc/invoke.texi (-flto): Expand section about
11971         using static libraries with LTO.
11973 2014-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11975         PR rtl-optimization/60501
11976         * optabs.def (addptr3_optab): New optab.
11977         * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
11978         * doc/md.texi ("addptrm3"): Document new RTL standard expander.
11979         * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
11981         * lra.c (emit_add3_insn): Use the addptr pattern if available.
11983         * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
11985 2014-03-24  Ulrich Drepper  <drepper@gmail.com>
11987         * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
11988         _mm512_set1_pd.
11990         * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
11991         (_mm256_undefined_ps): Define.
11992         (_mm256_undefined_pd): Define.
11993         * config/i386/emmintrin.h (_mm_undefined_si128): Define.
11994         (_mm_undefined_pd): Define.
11995         * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
11996         * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
11997         (_mm512_undefined_ps): Define.
11998         (_mm512_undefined_pd): Define.
11999         Use _mm*_undefined_*.
12000         * config/i386/avx2intrin.h: Use _mm*_undefined_*.
12002 2014-03-24  Alex Velenko  <Alex.Velenko@arm.com>
12004         * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
12005         (lshr_simd): DI mode added.
12006         * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
12007         (aarch64_ushr_simddi): Likewise.
12008         * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
12009         * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
12010         (vshrd_n_u64): Likewise.
12012 2014-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12014         * Makefile.in (s-macro_list): Depend on cc1.
12016 2014-03-23  Teresa Johnson  <tejohnson@google.com>
12018         * ipa-utils.c (ipa_print_order): Use specified dump file.
12020 2014-03-23  Eric Botcazou  <ebotcazou@adacore.com>
12022         PR rtl-optimization/60601
12023         * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
12025         * gcc.c (eval_spec_function): Initialize save_growing_value.
12027 2014-03-22  Jakub Jelinek  <jakub@redhat.com>
12029         PR sanitizer/60613
12030         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
12031         code == MINUS_EXPR, never swap op0 with op1.
12033         * toplev.c (init_local_tick): Avoid signed integer multiplication
12034         overflow.
12035         * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
12036         shift by first operand's bitsize.
12038 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
12040         PR target/60610
12041         * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
12042         redefine to 1 or 0.
12043         * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
12044         TARGET_ISA_64BIT_P(x).
12046 2014-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12048         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
12049         pattern for vector nor instead of subtract from splat(-1).
12050         (altivec_expand_vec_perm_const_le): Likewise.
12052 2014-03-21  Richard Henderson  <rth@twiddle.net>
12054         PR target/60598
12055         * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
12056         related insns after epilogue_completed.
12058 2014-03-21  Martin Jambor  <mjambor@suse.cz>
12060         PR ipa/59176
12061         * cgraph.h (symtab_node): New flag body_removed.
12062         * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
12063         when removing bodies.
12064         * symtab.c (dump_symtab_base): Dump body_removed flag.
12065         * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
12066         had their bodies removed.
12068 2014-03-21  Martin Jambor  <mjambor@suse.cz>
12070         PR ipa/60419
12071         * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
12072         in the border.
12074 2014-03-21  Richard Biener  <rguenther@suse.de>
12076         PR tree-optimization/60577
12077         * tree-core.h (struct tree_base): Document nothrow_flag use
12078         in DECL_NONALIASED.
12079         * tree.h (DECL_NONALIASED): New.
12080         (may_be_aliased): Adjust.
12081         * coverage.c (build_var): Set DECL_NONALIASED.
12083 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
12085         * expr.c (expand_expr_real_1): Remove outdated comment.
12087 2014-03-20  Jakub Jelinek  <jakub@redhat.com>
12089         PR middle-end/60597
12090         * ira.c (adjust_cleared_regs): Call copy_rtx on
12091         *reg_equiv[REGNO (loc)].src_p before passing it to
12092         simplify_replace_fn_rtx.
12094         PR target/60568
12095         * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
12096         into CONST, put pic register as first operand of PLUS.  Use
12097         gen_const_mem for both 32-bit and 64-bit PIC got loads.
12099 2014-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12101         * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
12103 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
12105         * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
12106         around for store forwarding issue in the FPU on the UT699.
12107         * config/sparc/sparc.md (in_branch_delay): Return false for single FP
12108         loads and operations if -mfix-ut699 is specified.
12109         (divtf3_hq): Tweak attribute.
12110         (sqrttf2_hq): Likewise.
12112 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
12114         * calls.c (store_one_arg): Remove incorrect const qualification on the
12115         type of the temporary.
12116         * cfgexpand.c (expand_return): Likewise.
12117         * expr.c (expand_constructor): Likewise.
12118         (expand_expr_real_1): Likewise.
12120 2014-03-20  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
12122         * config/arm/arm.c (arm_dwarf_register_span): Update the element number
12123         of parts.
12125 2014-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
12127         PR target/60039
12128         * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
12130 2014-03-19  James Greenhalgh  <james.greenhalgh@arm.com>
12132         * config/arm/aarch-common-protos.h
12133         (alu_cost_table): Fix spelling of "extend".
12134         * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
12136 2014-03-19  Richard Biener  <rguenther@suse.de>
12138         PR middle-end/60553
12139         * tree-core.h (tree_type_common): Re-order pointer members
12140         to reduce recursion depth during GC walks.
12142 2014-03-19  Marek Polacek  <polacek@redhat.com>
12144         PR sanitizer/60569
12145         * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
12146         before accessing it.
12148 2014-03-19  Richard Biener  <rguenther@suse.de>
12150         PR lto/59543
12151         * lto-streamer-in.c (input_function): In WPA stage do not drop
12152         debug stmts.
12154 2014-03-19  Jakub Jelinek  <jakub@redhat.com>
12156         PR tree-optimization/60559
12157         * vectorizable_mask_load_store): Replace scalar MASK_LOAD
12158         with build_zero_cst assignment.
12160 2014-03-18  Kai Tietz  <ktietz@redhat.com>
12162         PR rtl-optimization/56356
12163         * sdbout.c (sdbout_parms): Verify that parms'
12164         incoming argument is valid.
12165         (sdbout_reg_parms): Likewise.
12167 2014-03-18  Richard Henderson  <rth@redhat.com>
12169         PR target/60562
12170         * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
12171         be shadowed by *float<SWI48><MODEF>2_sse.  Test X87_ENABLE_FLOAT.
12172         (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
12174 2014-03-18  Basile Starynkevitch  <basile@starynkevitch.net>
12176         * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
12177         * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
12178         Italicize plugin event names in description.  Explain that
12179         PLUGIN_PRAGMAS has no sense for lto1.  Explain PLUGIN_INCLUDE_FILE.
12180         Remind that no GCC functions should be called after PLUGIN_FINISH.
12181         Explain what pragmas with expansion are.
12183 2014-03-18  Martin Liska  <mliska@suse.cz>
12185         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
12186         gimple call statement is update.
12187         * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
12188         GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
12190 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
12192         PR sanitizer/60557
12193         * ubsan.c (ubsan_instrument_unreachable): Call
12194         initialize_sanitizer_builtins.
12195         (ubsan_pass): Likewise.
12197         PR sanitizer/60535
12198         * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
12199         varpool_finalize_decl instead of rest_of_decl_compilation.
12201 2014-03-18  Richard Biener  <rguenther@suse.de>
12203         * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
12204         by using bitmap_and_compl instead of bitmap_and_compl_into.
12205         (df_rd_transfer_function): Likewise.
12207 2014-03-18  Richard Biener  <rguenther@suse.de>
12209         * doc/lto.texi (fresolution): Fix typo.
12211 2014-03-18  Richard Biener  <rguenther@suse.de>
12213         * doc/invoke.texi (flto): Update for changes in 4.9.
12215 2014-03-18  Richard Biener  <rguenther@suse.de>
12217         * doc/loop.texi: Remove section on the removed lambda framework.
12218         Update loop docs with recent changes in preserving loop structure.
12220 2014-03-18  Richard Biener  <rguenther@suse.de>
12222         * doc/lto.texi (-fresolution): Document.
12224 2014-03-18  Richard Biener  <rguenther@suse.de>
12226         * doc/contrib.texi: Adjust my name.
12228 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
12230         PR ipa/58721
12231         * internal-fn.c: Include diagnostic-core.h.
12232         (expand_BUILTIN_EXPECT): New function.
12233         * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
12234         (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
12235         IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
12236         * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
12237         IFN_BUILTIN_EXPECT.
12238         * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
12239         Revert 3 argument __builtin_expect code.
12240         (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
12241         * gimple-fold.c (gimple_fold_call): Likewise.
12242         * tree.h (fold_builtin_expect): New prototype.
12243         * builtins.c (build_builtin_expect_predicate): Add predictor
12244         argument, if non-NULL, create 3 argument __builtin_expect.
12245         (fold_builtin_expect): No longer static.  Add ARG2 argument,
12246         pass it through to build_builtin_expect_predicate.
12247         (fold_builtin_2): Adjust caller.
12248         (fold_builtin_3): Handle BUILT_IN_EXPECT.
12249         * internal-fn.def (BUILTIN_EXPECT): New.
12251 2014-03-18  Tobias Burnus  <burnus@net-b.de>
12253         PR ipa/58721
12254         * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
12255         PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
12256         PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
12258 2014-03-18  Jan Hubicka  <hubicka@ucw.cz>
12260         PR ipa/58721
12261         * predict.c (combine_predictions_for_bb): Fix up formatting.
12262         (expr_expected_value_1, expr_expected_value): Add predictor argument,
12263         fill what it points to if non-NULL.
12264         (tree_predict_by_opcode): Adjust caller, use the predictor.
12265         * predict.def (PRED_COMPARE_AND_SWAP): Add.
12267 2014-03-18  Eric Botcazou  <ebotcazou@adacore.com>
12269         * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
12270         proper constant for the store mode.
12272 2014-03-18  Ilya Enkovich  <ilya.enkovich@intel.com>
12274         * symtab.c (change_decl_assembler_name): Fix transparent alias
12275         chain construction.
12277 2014-03-16  Renlin Li  <Renlin.Li@arm.com>
12279         * config/aarch64/aarch64.c: Correct the comments about the
12280         aarch64 stack layout.
12282 2014-03-18  Thomas Schwinge  <thomas@codesourcery.com>
12284         * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
12285         check for GF_OMP_FOR_KIND_FOR.
12287 2013-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
12289         * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
12290         ymm and zmm register names.
12292 2014-03-17  Jakub Jelinek  <jakub@redhat.com>
12294         PR target/60516
12295         * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
12296         note creation for the 2010-08-31 changes.
12298 2014-03-17  Marek Polacek  <polacek@redhat.com>
12300         PR middle-end/60534
12301         * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
12302         as -fno-tree-loop-vectorize.
12303         (expand_omp_simd): Likewise.
12305 2014-03-15  Eric Botcazou  <ebotcazou@adacore.com>
12307         * config/sparc/sparc-protos.h (tls_call_delay): Delete.
12308         (eligible_for_call_delay): New prototype.
12309         * config/sparc/sparc.c (tls_call_delay): Rename into...
12310         (eligible_for_call_delay): ...this.  Return false if the instruction
12311         cannot be put in the delay slot of a branch.
12312         (eligible_for_restore_insn): Simplify.
12313         (eligible_for_return_delay): Return false if the instruction cannot be
12314         put in the delay slot of a branch and simplify.
12315         (eligible_for_sibcall_delay): Return false if the instruction cannot be
12316         put in the delay slot of a branch.
12317         * config/sparc/sparc.md (fix_ut699): New attribute.
12318         (tls_call_delay): Delete.
12319         (in_call_delay): Reimplement.
12320         (eligible_for_sibcall_delay): Rename into...
12321         (in_sibcall_delay): ...this.
12322         (eligible_for_return_delay): Rename into...
12323         (in_return_delay): ...this.
12324         (in_branch_delay): Reimplement.
12325         (in_uncond_branch_delay): Delete.
12326         (in_annul_branch_delay): Delete.
12328 2014-03-14  Richard Henderson  <rth@redhat.com>
12330         PR target/60525
12331         * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
12332         define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
12333         (*floathi<X87MODEF>2_i387_with_temp): Remove.
12334         (floathi splitters): Remove.
12335         (float<SWI48x>xf2): New pattern.
12336         (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2.  Drop
12337         code that tried to handle DImode for 32-bit, but which was excluded
12338         by the pattern's condition.  Drop allocation of stack temporary.
12339         (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
12340         (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
12341         (*float<SWI48><MODEF>2_mixed_interunit): Remove.
12342         (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
12343         (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
12344         (*float<SWI48><MODEF>2_sse_with_temp): Remove.
12345         (*float<SWI48><MODEF>2_sse_interunit): Remove.
12346         (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
12347         (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
12348         (*float<SWI48x><X87MODEF>2_i387): Remove.
12349         (all float _with_temp splitters): Remove.
12350         (*float<SWI48x><MODEF>2_i387): New pattern.
12351         (*float<SWI48><MODEF>2_sse): New pattern.
12352         (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
12353         (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
12355 2014-03-14  Jakub Jelinek  <jakub@redhat.com>
12356             Marek Polacek  <polacek@redhat.com>
12358         PR middle-end/60484
12359         * common.opt (dump_base_name_prefixed): New Variable.
12360         * opts.c (finish_options): Don't prepend directory to x_dump_base_name
12361         if x_dump_base_name_prefixed is already set, set it at the end.
12363 2014-03-14  Vladimir Makarov  <vmakarov@redhat.com>
12365         PR rtl-optimization/60508
12366         * lra-constraints.c (get_reload_reg): Add new parameter
12367         in_subreg_p.
12368         (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
12369         Pass the new parameter values.
12371 2014-03-14  Richard Biener  <rguenther@suse.de>
12373         * common.opt: Revert unintented changes from r205065.
12374         * opts.c: Likewise.
12376 2014-03-14  Richard Biener  <rguenther@suse.de>
12378         PR middle-end/60518
12379         * cfghooks.c (split_block): Properly adjust all loops the
12380         block was a latch of.
12382 2014-03-14  Martin Jambor  <mjambor@suse.cz>
12384         PR lto/60461
12385         * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
12386         and simplify it.
12388 2014-03-14  Georg-Johann Lay  <avr@gjlay.de>
12390         PR target/59396
12391         * config/avr/avr.c (avr_set_current_function): Pass function name
12392         through default_strip_name_encoding before sanity checking instead
12393         of skipping the first char of the assembler name.
12395 2014-03-13  Richard Henderson  <rth@redhat.com>
12397         PR debug/60438
12398         * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
12399         (ix86_force_to_memory, ix86_free_from_memory): Remove.
12400         * config/i386/i386-protos.h: Likewise.
12401         * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
12402         in the expander instead of a splitter.
12403         (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
12404         any possibility of requiring a memory.
12405         (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
12406         (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
12407         (fp branch splitters): Update for ix86_split_fp_branch.
12408         (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
12409         (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
12410         (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
12411         (*fop_<MODEF>_2_i387): Remove f/r alternative.
12412         (*fop_<MODEF>_3_i387): Likewise.
12413         (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
12414         (splitters for the fop_* register patterns): Remove.
12415         (fscalexf4_i387): Rename from *fscalexf4_i387.
12416         (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
12418 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
12420         PR tree-optimization/59779
12421         * tree-dfa.c (get_ref_base_and_extent): Use double_int
12422         type for bitsize and maxsize instead of HOST_WIDE_INT.
12424 2014-03-13  Steven Bosscher  <steven@gcc.gnu.org>
12426         PR rtl-optimization/57320
12427         * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
12428         the CFG after thread_prologue_and_epilogue_insns.
12430 2014-03-13  Vladimir Makarov  <vmakarov@redhat.com>
12432         PR rtl-optimization/57189
12433         * lra-constraints.c (process_alt_operands): Disfavor spilling
12434         vector pseudos.
12436 2014-03-13  Cesar Philippidis  <cesar@codesourcery.com>
12438         * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
12440 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
12442         PR tree-optimization/59025
12443         PR middle-end/60418
12444         * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
12445         same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
12447 2014-03-13  Georg-Johann Lay  <avr@gjlay.de>
12449         PR target/60486
12450         * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
12451         calls of avr_out_plus_1.
12453 2014-03-13  Bin Cheng  <bin.cheng@arm.com>
12455         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
12456         BB's single pred and update the father loop's latch info later.
12458 2014-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
12460         * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
12461         (VEC_M): Likewise.
12462         (VEC_N): Likewise.
12463         (VEC_R): Likewise.
12464         (VEC_base): Likewise.
12465         (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
12466         registers, we need to swap double words in little endian mode.
12468         * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
12469         to be a container mode for 128-bit integer operations added in ISA
12470         2.07.  Unlike TImode and PTImode, the preferred register set is
12471         the Altivec/VMX registers for the 128-bit operations.
12473         * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
12474         declarations.
12475         (rs6000_split_128bit_ok_p): Likewise.
12477         * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
12478         macros for creating ISA 2.07 normal and overloaded builtin
12479         functions with 3 arguments.
12480         (BU_P8V_OVERLOAD_3): Likewise.
12481         (VPERM_1T): Add support for V1TImode in 128-bit vector operations
12482         for use as overloaded functions.
12483         (VPERM_1TI_UNS): Likewise.
12484         (VSEL_1TI): Likewise.
12485         (VSEL_1TI_UNS): Likewise.
12486         (ST_INTERNAL_1ti): Likewise.
12487         (LD_INTERNAL_1ti): Likewise.
12488         (XXSEL_1TI): Likewise.
12489         (XXSEL_1TI_UNS): Likewise.
12490         (VPERM_1TI): Likewise.
12491         (VPERM_1TI_UNS): Likewise.
12492         (XXPERMDI_1TI): Likewise.
12493         (SET_1TI): Likewise.
12494         (LXVD2X_V1TI): Likewise.
12495         (STXVD2X_V1TI): Likewise.
12496         (VEC_INIT_V1TI): Likewise.
12497         (VEC_SET_V1TI): Likewise.
12498         (VEC_EXT_V1TI): Likewise.
12499         (EQV_V1TI): Likewise.
12500         (NAND_V1TI): Likewise.
12501         (ORC_V1TI): Likewise.
12502         (VADDCUQ): Add support for 128-bit integer arithmetic instructions
12503         added in ISA 2.07.  Add both normal 'altivec' builtins, and the
12504         overloaded builtin.
12505         (VADDUQM): Likewise.
12506         (VSUBCUQ): Likewise.
12507         (VADDEUQM): Likewise.
12508         (VADDECUQ): Likewise.
12509         (VSUBEUQM): Likewise.
12510         (VSUBECUQ): Likewise.
12512         * config/rs6000/rs6000-c.c (__int128_type): New static to hold
12513         __int128_t and __uint128_t types.
12514         (__uint128_type): Likewise.
12515         (altivec_categorize_keyword): Add support for vector __int128_t,
12516         vector __uint128_t, vector __int128, and vector unsigned __int128
12517         as a container type for TImode operations that need to be done in
12518         VSX/Altivec registers.
12519         (rs6000_macro_to_expand): Likewise.
12520         (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
12521         to support 128-bit integer instructions vaddcuq, vadduqm,
12522         vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
12523         (altivec_resolve_overloaded_builtin): Add support for V1TImode.
12525         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
12526         for V1TImode, and set up preferences to use VSX/Altivec registers.
12527         Setup VSX reload handlers.
12528         (rs6000_debug_reg_global): Likewise.
12529         (rs6000_init_hard_regno_mode_ok): Likewise.
12530         (rs6000_preferred_simd_mode): Likewise.
12531         (vspltis_constant): Do not allow V1TImode as easy altivec constants.
12532         (easy_altivec_constant): Likewise.
12533         (output_vec_const_move): Likewise.
12534         (rs6000_expand_vector_set): Convert V1TImode set and extract to
12535         simple move.
12536         (rs6000_expand_vector_extract): Likewise.
12537         (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
12538         addressing.
12539         (rs6000_const_vec): Add support for V1TImode.
12540         (rs6000_emit_le_vsx_load): Swap double words when loading or
12541         storing TImode/V1TImode.
12542         (rs6000_emit_le_vsx_store): Likewise.
12543         (rs6000_emit_le_vsx_move): Likewise.
12544         (rs6000_emit_move): Add support for V1TImode.
12545         (altivec_expand_ld_builtin): Likewise.
12546         (altivec_expand_st_builtin): Likewise.
12547         (altivec_expand_vec_init_builtin): Likewise.
12548         (altivec_expand_builtin): Likewise.
12549         (rs6000_init_builtins): Add support for V1TImode type.  Add
12550         support for ISA 2.07 128-bit integer builtins.  Define type names
12551         for the VSX/Altivec vector types.
12552         (altivec_init_builtins): Add support for overloaded vector
12553         functions with V1TImode type.
12554         (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
12555         (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
12556         external function.
12557         (rs6000_split_128bit_ok_p): Likewise.
12558         (rs6000_handle_altivec_attribute): Create V1TImode from vector
12559         __int128_t and vector __uint128_t.
12561         * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
12562         and mode attributes.
12563         (VSX_M): Likewise.
12564         (VSX_M2): Likewise.
12565         (VSm): Likewise.
12566         (VSs): Likewise.
12567         (VSr): Likewise.
12568         (VSv): Likewise.
12569         (VS_scalar): Likewise.
12570         (VS_double): Likewise.
12571         (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
12573         * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
12574         we support the ISA 2.07 128-bit integer arithmetic instructions.
12575         (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
12576         (enum rs6000_builtin_type_index): Add fields to hold V1TImode
12577         and TImode types for use with the builtin functions.
12578         (V1TI_type_node): Likewise.
12579         (unsigned_V1TI_type_node): Likewise.
12580         (intTI_type_internal_node): Likewise.
12581         (uintTI_type_internal_node): Likewise.
12583         * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
12584         128-bit builtin functions.
12585         (UNSPEC_VADDEUQM): Likewise.
12586         (UNSPEC_VADDECUQ): Likewise.
12587         (UNSPEC_VSUBCUQ): Likewise.
12588         (UNSPEC_VSUBEUQM): Likewise.
12589         (UNSPEC_VSUBECUQ): Likewise.
12590         (VM): Add V1TImode to vector mode iterators.
12591         (VM2): Likewise.
12592         (VI_unit): Likewise.
12593         (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
12594         (altivec_vaddcuq): Likewise.
12595         (altivec_vsubuqm): Likewise.
12596         (altivec_vsubcuq): Likewise.
12597         (altivec_vaddeuqm): Likewise.
12598         (altivec_vaddecuq): Likewise.
12599         (altivec_vsubeuqm): Likewise.
12600         (altivec_vsubecuq): Likewise.
12602         * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
12603         mode iterators.
12604         (BOOL_128): Likewise.
12605         (BOOL_REGS_OUTPUT): Likewise.
12606         (BOOL_REGS_OP1): Likewise.
12607         (BOOL_REGS_OP2): Likewise.
12608         (BOOL_REGS_UNARY): Likewise.
12609         (BOOL_REGS_AND_CR0): Likewise.
12611         * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
12612         128-bit integer builtin support.
12613         (vec_vadduqm): Likewise.
12614         (vec_vaddecuq): Likewise.
12615         (vec_vaddeuqm): Likewise.
12616         (vec_vsubecuq): Likewise.
12617         (vec_vsubeuqm): Likewise.
12618         (vec_vsubcuq): Likewise.
12619         (vec_vsubuqm): Likewise.
12621         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
12622         Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
12623         vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
12624         128-bit integer add/subtract to ISA 2.07.
12626 2014-03-12  Joern Rennecke  <joern.rennecke@embecosm.com>
12628         * config/arc/arc.c (arc_predicate_delay_insns):
12629         Fix third argument passed to conditionalize_nonjump.
12631 2014-03-12  Yufeng Zhang  <yufeng.zhang@arm.com>
12633         * config/aarch64/aarch64-builtins.c
12634         (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
12635         BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
12636         * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
12637         instead of __builtin_lfloor.
12638         (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
12640 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
12642         * tree-ssa-ifcombine.c (forwarder_block_to): New function.
12643         (tree_ssa_ifcombine_bb_1): New function.
12644         (tree_ssa_ifcombine_bb): Use it.  Handle also cases where else_bb
12645         is an empty forwarder block to then_bb or vice versa and then_bb
12646         and else_bb are effectively swapped.
12648 2014-03-12  Christian Bruel  <christian.bruel@st.com>
12650         PR target/60264
12651         * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
12652         REG_CFA_DEF_CFA note.
12653         (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
12654         (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
12656 2014-03-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12658         PR tree-optimization/60454
12659         * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
12661 2014-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12663         * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
12664         Do not define target_cpu_default2 to generic.
12665         * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
12666         * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
12667         * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
12669 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
12670             Marc Glisse  <marc.glisse@inria.fr>
12672         PR tree-optimization/60502
12673         * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
12674         instead of build_low_bits_mask.
12676 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
12678         PR middle-end/60482
12679         * tree-vrp.c (register_edge_assert_for_1): Don't add assert
12680         if there are multiple uses, but op doesn't live on E edge.
12681         * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
12682         clobber stmts before __builtin_unreachable.
12684 2014-03-11  Richard Sandiford  <rdsandiford@googlemail.com>
12686         * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
12687         hard_frame_pointer_rtx.
12688         * cse.c (cse_insn): Remove volatile check.
12689         * cselib.c (cselib_process_insn): Likewise.
12690         * dse.c (scan_insn): Likewise.
12692 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
12694         * config/arc/arc.c (conditionalize_nonjump): New function,
12695         broken out of ...
12696         (arc_ifcvt): ... this.
12697         (arc_predicate_delay_insns): Use it.
12699 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
12701         * config/arc/predicates.md (extend_operand): During/after reload,
12702         allow const_int_operand.
12703         * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
12704         (umulsidi3_700): Likewise.  Change operand 2 constraint back to "cL".
12705         (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
12706         to "i".
12707         (umulsi3_highpart_i): Likewise.
12709 2014-03-11  Richard Biener  <rguenther@suse.de>
12711         * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
12712         Add asserts to guard possible wrong-code bugs.
12714 2014-03-11  Richard Biener  <rguenther@suse.de>
12716         PR tree-optimization/60429
12717         PR tree-optimization/60485
12718         * tree-ssa-structalias.c (set_union_with_increment): Properly
12719         take into account all fields that overlap the shifted vars.
12720         (do_sd_constraint): Likewise.
12721         (do_ds_constraint): Likewise.
12722         (get_constraint_for_ptr_offset): Likewise.
12724 2014-03-11  Chung-Lin Tang  <cltang@codesourcery.com>
12726         * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
12727         (nios2_compute_frame_layout):
12728         Add calculation of cfun->machine->fp_save_offset.
12729         (nios2_expand_prologue): Correct setting of frame pointer register
12730         in prologue.
12731         (nios2_expand_epilogue): Update recovery of stack pointer from
12732         frame pointer accordingly.
12733         (nios2_initial_elimination_offset): Update calculation of offset
12734         for eliminating to HARD_FRAME_POINTER_REGNUM.
12736 2014-03-10  Jakub Jelinek  <jakub@redhat.com>
12738         PR ipa/60457
12739         * ipa.c (symtab_remove_unreachable_nodes): Don't call
12740         cgraph_get_create_node on VAR_DECLs.
12742 2014-03-10  Richard Biener  <rguenther@suse.de>
12744         PR middle-end/60474
12745         * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
12747 2014-03-08  Douglas B Rupp  <rupp@gnat.com>
12749         * config/vms/vms.opt (vms_float_format): New variable.
12751 2014-03-08  Tobias Burnus  <burnus@net-b.de>
12753         * doc/invoke.texi (-fcilkplus): Update implementation status.
12755 2014-03-08  Paulo Matos  <paulo@matos-sorge.com>
12756             Richard Biener  <rguenther@suse.de>
12758         * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
12759         consistently accross all TUs.
12760         (run_gcc): Enable -fshort-double automatically at link at link-time
12761         and disallow override.
12763 2014-03-08  Richard Sandiford  <rdsandiford@googlemail.com>
12765         PR target/58271
12766         * config/mips/mips.c (mips_option_override): Promote -mpaired-single
12767         warning to an error.  Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
12768         if they can't be used.
12770 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12772         * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
12773         for Solaris 11/x86 ld.
12774         * configure: Regenerate.
12776 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12778         * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
12779         (LIB_TLS_SPEC): Save as ld_tls_libs.
12780         (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
12781         (HAVE_AS_IX86_TLSLDM): New test.
12782         * configure, config.in: Regenerate.
12783         * config/i386/i386.c (legitimize_tls_address): Fall back to
12784         TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
12785         cannot support TLS_MODEL_LOCAL_DYNAMIC.
12786         * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
12787         instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
12789 2014-03-07  Paulo Matos  <paulo@matos-sorge.com>
12791         * common.opt (fira-loop-pressure): Mark as optimization.
12793 2014-03-07  Thomas Schwinge  <thomas@codesourcery.com>
12795         * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
12796         an OpenMP mappable type.
12798 2014-03-06  Matthias Klose  <doko@ubuntu.com>
12800         * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
12801         MULTILIB_OSDIRNAMES is not defined.
12803 2014-03-06  Jakub Jelinek  <jakub@redhat.com>
12804             Meador Inge  <meadori@codesourcery.com>
12806         PR target/58595
12807         * config/arm/arm.c (arm_tls_symbol_p): Remove.
12808         (arm_legitimize_address): Call legitimize_tls_address for any
12809         arm_tls_referenced_p expression, handle constant addend.  Call it
12810         before testing for !TARGET_ARM.
12811         (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
12813 2014-03-06  Richard Biener  <rguenther@suse.de>
12815         PR middle-end/60445
12816         PR lto/60424
12817         PR lto/60427
12818         Revert
12819         2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
12821         * tree-streamer.c (record_common_node): Assert we don't record
12822         nodes with type double.
12823         (preload_common_node): Skip type double, complex double and double
12824         pointer since it is now frontend dependent due to fshort-double option.
12826 2014-03-06  Richard Biener  <rguenther@suse.de>
12828         * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
12829         or -fno-lto is specified and the linker has full plugin support.
12830         * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
12831         (main): Remove -flto processing, adjust lto_mode using use_plugin late.
12832         * lto-wrapper.c (merge_and_complain): Merge compile-time
12833         optimization levels.
12834         (run_gcc): And pass it through to the link options.
12836 2014-03-06  Alexandre Oliva  <aoliva@redhat.com>
12838         PR debug/60381
12839         Revert:
12840         2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
12841         PR debug/59992
12842         * cselib.c (remove_useless_values): Skip to avoid quadratic
12843         behavior if the condition moved from...
12844         (cselib_process_insn): ... here holds.
12846 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
12848         PR plugins/59335
12849         * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
12850         ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
12852         PR plugins/59335
12853         * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
12854         (TM_H): Add x86-tune.def.
12856 2014-03-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12858         * config/aarch64/aarch64.c (generic_tunings):
12859         Use cortexa57_extra_costs.
12861 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
12863         PR lto/60404
12864         * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
12865         of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
12866         * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
12867         cost for in_lto_p.
12869 2014-03-04  Heiher  <r@hev.cc>
12871         * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
12872         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
12874 2014-03-04  Uros Bizjak  <ubizjak@gmail.com>
12876         * config/i386/predicates.md (const2356_operand): Change to ...
12877         (const2367_operand): ... this.
12878         * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
12879         const2367_operand.
12880         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
12881         (*avx512pf_scatterpf<mode>sf): Ditto.
12882         (avx512pf_scatterpf<mode>df): Ditto.
12883         (*avx512pf_scatterpf<mode>df_mask): Ditto.
12884         (*avx512pf_scatterpf<mode>df): Ditto.
12885         * config/i386/i386.c (ix86_expand_builtin): Update
12886         incorrect hint operand error message.
12888 2014-03-04  Richard Biener  <rguenther@suse.de>
12890         * lto-section-in.c (lto_get_section_data): Fix const cast.
12892 2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
12894         * tree-streamer.c (record_common_node): Assert we don't record
12895         nodes with type double.
12896         (preload_common_node): Skip type double, complex double and double
12897         pointer since it is now frontend dependent due to fshort-double option.
12899 2014-03-04  Richard Biener  <rguenther@suse.de>
12901         PR lto/60405
12902         * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
12903         (lto_input_toplevel_asms): Likewise.
12904         * lto-section-in.c (lto_get_section_data): Instead do it here
12905         for every section.
12907 2014-03-04  Richard Biener  <rguenther@suse.de>
12909         PR tree-optimization/60382
12910         * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
12911         dead PHIs a reduction.
12913 2014-03-03  Uros Bizjak  <ubizjak@gmail.com>
12915         * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
12916         hint value.
12917         (_mm_prefetch): Move out of GCC target("sse") pragma.
12918         * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
12919         GCC target("prfchw") pragma.
12920         * config/i386/i386.md (prefetch): Emit prefetchwt1 only
12921         for locality <= 2.
12922         * config/i386/i386.c (ix86_option_override_internal): Enable
12923         -mprfchw with -mprefetchwt1.
12925 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
12927         * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
12928         Mark as varying.
12930 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
12932         * opts.h (CL_PCH_IGNORE): Define.
12933         * targhooks.c (option_affects_pch_p):
12934         Return false for options that have CL_PCH_IGNORE set.
12935         * opt-functions.awk: Process PchIgnore.
12936         * doc/options.texi: Document PchIgnore.
12938         * config/arc/arc.opt (misize): Add PchIgnore property.
12940 2014-03-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12942         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
12943         reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
12944         constraint on constants to permit them being loaded into
12945         GENERAL_REGS or BASE_REGS.
12947 2014-03-03  Nick Clifton  <nickc@redhat.com>
12949         * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
12950         anti-cacnonical alternatives.
12951         (negandhi3_real): New pattern.
12952         * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
12954 2014-03-03  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12956         * config/avr/avr-mcus.def: Remove atxmega16x1.
12957         * config/avr/avr-tables.opt: Regenerate.
12958         * config/avr/t-multilib: Regenerate.
12959         * doc/avr-mmcu.texi: Regenerate.
12961 2014-03-03  Tobias Grosser  <tobias@grosser.es>
12962             Mircea Namolaru  <mircea.namolaru@inria.fr>
12964         PR tree-optimization/58028
12965         * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
12966         scalar dimensions.
12968 2014-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12970         * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
12971         not handled by recognizers.
12973 2014-03-03  Jakub Jelinek  <jakub@redhat.com>
12975         PR middle-end/60175
12976         * function.c (expand_function_end): Don't emit
12977         clobber_return_register sequence if clobber_after is a BARRIER.
12978         * cfgexpand.c (construct_exit_block): Append instructions before
12979         return_label to prev_bb.
12981 2014-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12983         * config/rs6000/constraints.md: Document reserved use of "wc".
12985 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
12987         PR ipa/60150
12988         * ipa.c (function_and_variable_visibility): When dissolving comdat
12989         group, also set all symbols to local.
12991 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
12993         PR ipa/60306
12995         Revert:
12996         2013-12-14  Jan Hubicka  <jh@suse.cz>
12997         PR middle-end/58477
12998         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
13000 2014-03-02  Jon Beniston  <jon@beniston.com>
13002         PR bootstrap/48230
13003         PR bootstrap/50927
13004         PR bootstrap/52466
13005         PR target/46898
13006         * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
13007           (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
13008         * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
13009         (simple_return, *simple_return): New patterns
13010         * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
13011         * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
13013 2014-03-01  Paolo Carlini  <paolo.carlini@oracle.com>
13015         * dwarf2out.c (gen_subprogram_die): Tidy.
13017 2014-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
13019         PR target/60071
13020         * config/sh/sh.md (*mov_t_msb_neg): Split into ...
13021         (*mov_t_msb_neg_negc): ... this new insn.
13023 2014-02-28  Jason Merrill  <jason@redhat.com>
13025         PR c++/58678
13026         * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
13027         function.
13029 2014-02-28  Paolo Carlini  <paolo.carlini@oracle.com>
13031         PR c++/60314
13032         * dwarf2out.c (decltype_auto_die): New static.
13033         (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
13034         (gen_type_die_with_usage): Handle 'decltype(auto)'.
13035         (is_cxx_auto): Likewise.
13037 2014-02-28  Ian Bolton  <ian.bolton@arm.com>
13039         * config/aarch64/aarch64.h: Define __ARM_NEON by default if
13040         we are not using general regs only.
13042 2014-02-28  Richard Biener  <rguenther@suse.de>
13044         PR target/60280
13045         * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
13046         previous fix and only allow to remove trivial pre-headers
13047         and latches.  Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
13048         (remove_forwarder_block): Properly update the latch of a loop.
13050 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
13052         PR debug/59992
13053         * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
13054         (cselib_preserved_hash_table): New.
13055         (preserve_constants_and_equivs): Move preserved vals to it.
13056         (cselib_find_slot): Look it up first.
13057         (cselib_init): Initialize it.
13058         (cselib_finish): Release it.
13059         (dump_cselib_table): Dump it.
13061 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
13063         PR debug/59992
13064         * cselib.c (remove_useless_values): Skip to avoid quadratic
13065         behavior if the condition moved from...
13066         (cselib_process_insn): ... here holds.
13068 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
13070         PR debug/57232
13071         * var-tracking.c (vt_initialize): Apply the same condition to
13072         preserve the CFA base value.
13074 2014-02-28  Joey Ye  <joey.ye@arm.com>
13076         PR target/PR60169
13077         * config/arm/arm.c (thumb_far_jump_used_p): Don't change
13078         if reload in progress or completed.
13080 2014-02-28  Tobias Burnus  <burnus@net-b.de>
13082         PR middle-end/60147
13083         * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
13084         NAMELIST_DECL.
13086 2014-02-27  H.J. Lu  <hongjiu.lu@intel.com>
13088         * doc/tm.texi.in (Condition Code Status): Update documention for
13089         relative locations of cc0-setter and cc0-user.
13091 2014-02-27  Jeff Law  <law@redhat.com>
13093         PR rtl-optimization/52714
13094         * combine.c (try_combine): When splitting an unrecognized PARALLEL
13095         into two independent simple sets, if I3 is a jump, ensure the
13096         pattern we place into I3 is a (set (pc) ...).
13098 2014-02-27  Mikael Pettersson  <mikpe@it.uu.se>
13099             Jeff Law  <law@redhat.com>
13101         PR rtl-optimization/49847
13102         * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
13103         are in different blocks.
13104         * doc/tm.texi (Condition Code Status): Update documention for
13105         relative locations of cc0-setter and cc0-user.
13107 2014-02-27  Vladimir Makarov  <vmakarov@redhat.com>
13109         PR target/59222
13110         * lra.c (lra_emit_add): Check SUBREG too.
13112 2014-02-27  Andreas Schwab  <schwab@suse.de>
13114         * config/m68k/m68k.c (m68k_option_override): Disable
13115         -flive-range-shrinkage for classic m68k.
13116         (m68k_override_options_after_change): Likewise.
13118 2014-02-27  Marek Polacek  <polacek@redhat.com>
13120         PR middle-end/59223
13121         * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
13122         -Wmaybe-uninitialized.
13124 2014-02-27  Alan Modra  <amodra@gmail.com>
13126         PR target/57936
13127         * reload1.c (emit_input_reload_insns): When reload_override_in,
13128         set old to rl->in_reg when rl->in_reg is a subreg.
13130 2014-02-26  Richard Biener  <rguenther@suse.de>
13132         PR bootstrap/60343
13133         * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
13135 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
13137         * common/config/i386/predicates.md (const1256_operand): Remove.
13138         (const2356_operand): New.
13139         (const_1_to_2_operand): Remove.
13140         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
13141         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
13142         (*avx512pf_gatherpf<mode>sf): Ditto.
13143         (avx512pf_gatherpf<mode>df): Ditto.
13144         (*avx512pf_gatherpf<mode>df_mask): Ditto.
13145         (*avx512pf_gatherpf<mode>df): Ditto.
13146         (avx512pf_scatterpf<mode>sf): Ditto.
13147         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
13148         (*avx512pf_scatterpf<mode>sf): Ditto.
13149         (avx512pf_scatterpf<mode>df): Ditto.
13150         (*avx512pf_scatterpf<mode>df_mask): Ditto.
13151         (*avx512pf_scatterpf<mode>df): Ditto.
13152         * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
13154 2014-02-26  Ilya Tocar  <ilya.tocar@intel.com>
13156         * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
13157         (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
13158         (_mm512_mask_testn_epi64_mask): Move to ...
13159         * config/i386/avx512cdintrin.h: Here.
13160         * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
13161         * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
13162         (avx512f_scalef<mode><mask_name><round_name>): Ditto.
13163         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
13164         TARGET_AVX512F from TARGET_AVX512CD.
13166 2014-02-26  Richard Biener  <rguenther@suse.de>
13168         PR ipa/60327
13169         * ipa.c (walk_polymorphic_call_targets): Properly guard
13170         call to inline_update_overall_summary.
13172 2014-02-26  Bin Cheng  <bin.cheng@arm.com>
13174         PR target/60280
13175         * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
13176         and latches only if requested.  Fix latch if it is removed.
13177         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
13178         LOOPS_HAVE_PREHEADERS.
13180 2014-02-25  Andrew Pinski  <apinski@cavium.com>
13182         * builtins.c (expand_builtin_thread_pointer): Create a new target
13183         when the target is NULL.
13185 2014-02-25  Vladimir Makarov  <vmakarov@redhat.com>
13187         PR rtl-optimization/60317
13188         * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
13189         * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
13190         * lra-assigns.c: Include params.h.
13191         (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
13192         other reload pseudos considerations.
13194 2014-02-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13196         * config/rs6000/vector.md (*vector_unordered<mode>): Change split
13197         to use canonical form for nor<mode>3.
13199 2014-02-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13201         PR target/55426
13202         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
13203         conversions.
13205 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
13207         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
13208         (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
13209         (ix86_handle_option): Handle OPT_mprefetchwt1.
13210         * config/i386/cpuid.h (bit_PREFETCHWT1): New.
13211         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
13212         PREFETCHWT1 CPUID.
13213         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
13214         OPTION_MASK_ISA_PREFETCHWT1.
13215         * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
13216         (PTA_PREFETCHWT1): New.
13217         (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
13218         (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
13219         * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
13220         * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
13221         (*prefetch_avx512pf_<mode>_: Change into ...
13222         (*prefetch_prefetchwt1_<mode>: This.
13223         * config/i386/i386.opt (mprefetchwt1): New.
13224         * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
13225         (_mm_prefetch): Handle intent to write.
13226         * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
13228 2014-02-25  Richard Biener  <rguenther@suse.de>
13230         PR middle-end/60291
13231         * emit-rtl.c (mem_attrs_htab): Remove.
13232         (mem_attrs_htab_hash): Likewise.
13233         (mem_attrs_htab_eq): Likewise.
13234         (set_mem_attrs): Always allocate new mem-attrs when something changed.
13235         (init_emit_once): Do not allocate mem_attrs_htab.
13237 2014-02-25  Richard Biener  <rguenther@suse.de>
13239         PR lto/60319
13240         * lto-opts.c (lto_write_options): Output non-explicit conservative
13241         -fwrapv, -fno-trapv and -fno-strict-overflow.
13242         * lto-wrapper.c (merge_and_complain): Handle merging those options.
13243         (run_gcc): And pass them through.
13245 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
13247         * sel-sched.c (calculate_new_fences): New parameter ptime.
13248         Calculate it as a maximum over all fence cycles.
13249         (sel_sched_region_2): Adjust the call to calculate_new_fences.
13250         Print the final schedule timing when sched_verbose.
13252 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
13254         PR rtl-optimization/60292
13255         * sel-sched.c (fill_vec_av_set): Do not reset target availability
13256         bit fot the fence instruction.
13258 2014-02-24  Alangi Derick  <alangiderick@gmail.com>
13260         * calls.h: Fix typo in comment.
13262 2014-02-24  John David Anglin  <danglin@gcc.gnu.org>
13264         * config/pa/pa.c (pa_output_move_double): Don't valididate when
13265         adjusting offsetable addresses.
13267 2014-02-24  Guozhi Wei  <carrot@google.com>
13269         * sparseset.h (sparseset_pop): Fix the wrong index.
13271 2014-02-24  Walter Lee  <walt@tilera.com>
13273         * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
13274         (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
13275         triplet.
13276         * common/config/tilegx/tilegx-common.c
13277         (TARGET_DEFAULT_TARGET_FLAGS): Define.
13278         * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
13279         (LINK_SPEC): Ditto.
13280         * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
13281         * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
13282         (tilegx_gimplify_va_arg_expr): Handle big endian.
13283         (tilegx_expand_unaligned_load): Ditto.
13284         (tilegx_expand_unaligned_store): Ditto.
13285         (TARGET_RETURN_IN_MSB): New.
13286         * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
13287         (TARGET_ENDIAN_DEFAULT): New.
13288         (TARGET_BIG_ENDIAN): Handle big endian.
13289         (BYTES_BIG_ENDIAN): Ditto.
13290         (WORDS_BIG_ENDIAN): Ditto.
13291         (FLOAT_WORDS_BIG_ENDIAN): Ditto.
13292         (ENDIAN_SPEC): New.
13293         (EXTRA_SPECS): New.
13294         * config/tilegx/tilegx.md (extv): Handle big endian.
13295         (extzv): Ditto.
13296         (insn_st<n>): Ditto.
13297         (insn_st<n>_add<bitsuffix>): Ditto.
13298         (insn_stnt<n>): Ditto.
13299         (insn_stnt<n>_add<bitsuffix>):Ditto.
13300         (vec_interleave_highv8qi): Handle big endian.
13301         (vec_interleave_highv8qi_be): New.
13302         (vec_interleave_highv8qi_le): New.
13303         (insn_v1int_h): Handle big endian.
13304         (vec_interleave_lowv8qi): Handle big endian.
13305         (vec_interleave_lowv8qi_be): New.
13306         (vec_interleave_lowv8qi_le): New.
13307         (insn_v1int_l): Handle big endian.
13308         (vec_interleave_highv4hi): Handle big endian.
13309         (vec_interleave_highv4hi_be): New.
13310         (vec_interleave_highv4hi_le): New.
13311         (insn_v2int_h): Handle big endian.
13312         (vec_interleave_lowv4hi): Handle big endian.
13313         (vec_interleave_lowv4hi_be): New.
13314         (vec_interleave_lowv4hi_le): New.
13315         (insn_v2int_l): Handle big endian.
13316         (vec_interleave_highv2si): Handle big endian.
13317         (vec_interleave_highv2si_be): New.
13318         (vec_interleave_highv2si_le): New.
13319         (insn_v4int_h): Handle big endian.
13320         (vec_interleave_lowv2si): Handle big endian.
13321         (vec_interleave_lowv2si_be): New.
13322         (vec_interleave_lowv2si_le): New.
13323         (insn_v4int_l): Handle big endian.
13324         * config/tilegx/tilegx.opt (mbig-endian): New option.
13325         (mlittle-endian): New option.
13326         * doc/install.texi: Document tilegxbe-linux.
13327         * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
13329 2014-02-24  Martin Jambor  <mjambor@suse.cz>
13331         PR ipa/60266
13332         * ipa-cp.c (propagate_constants_accross_call): Bail out early if
13333         there are no parameter descriptors.
13335 2014-02-24  Andrey Belevantsev  <abel@ispras.ru>
13337         PR rtl-optimization/60268
13338         * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
13339         initialization to ...
13340         (sched_rgn_init): ... here.
13341         (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
13343 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
13345         * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
13346         names.
13348 2014-02-23  Edgar E. Iglesias  <edgar.iglesias@xilinx.com>
13350         * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
13351         definition.
13353 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
13355         * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
13356         define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
13358 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
13360         * config/microblaze/predicates.md: Add cmp_op predicate.
13361         * config/microblaze/microblaze.md: Add branch_compare instruction
13362         which uses cmp_op predicate and emits cmp insn before branch.
13363         * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
13364         to microblaze_expand_conditional_branch and consolidate logic.
13365         (microblaze_expand_conditional_branch): emit branch_compare
13366         insn instead of handling cmp op separate from branch insn.
13368 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13370         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
13371         to permit subregs.
13373 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13375         * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
13376         define_insn with define_expand and new define_insn
13377         *altivec_lve<VI_char>x_internal.
13378         (altivec_stve<VI_char>x): Replace define_insn with define_expand
13379         and new define_insn *altivec_stve<VI_char>x_internal.
13380         * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
13381         prototype.
13382         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
13383         lve*x built-ins.
13384         (altivec_expand_stvex_be): New function.
13386 2014-02-22  Joern Rennecke  <joern.rennecke@embecosm.com>
13388         * config/avr/avr.c (avr_can_eliminate): Allow elimination from
13389         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
13390         * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
13391         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
13393 2014-02-21  Vladimir Makarov  <vmakarov@redhat.com>
13395         PR target/60298
13396         * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
13397         instead of emit_move_insn.
13399 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13401         * config/rs6000/altivec.md (altivec_vsumsws): Replace second
13402         vspltw with vsldoi.
13403         (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
13404         gen_altivec_vsumsws.
13406 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13408         * config/rs6000/altivec.md (altivec_lvxl): Rename as
13409         *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
13410         (altivec_lvxl_<mode>): New define_expand incorporating
13411         -maltivec=be semantics where needed.
13412         (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
13413         (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
13414         semantics where needed.
13415         (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
13416         (altivec_stvx_<mode>): New define_expand incorporating
13417         -maltivec=be semantics where needed.
13418         (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
13419         VM2 iterator instead of V4SI.
13420         (altivec_stvxl_<mode>): New define_expand incorporating
13421         -maltivec=be semantics where needed.
13422         * config/rs6000/rs6000-builtin.def: Add new built-in definitions
13423         LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
13424         LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
13425         STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
13426         STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
13427         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
13428         ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
13429         similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
13430         ALTIVEC_BUILTIN_STVXL.
13431         * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
13432         (altivec_expand_stvx_be): Likewise.
13433         * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
13434         (altivec_expand_lvx_be): Likewise.
13435         (altivec_expand_stvx_be): Likewise.
13436         (altivec_expand_builtin): Add cases for
13437         ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
13438         ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
13439         (altivec_init_builtins): Add definitions for
13440         __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
13441         __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
13443 2014-02-21  Catherine Moore  <clm@codesourcery.com>
13445         * doc/invoke.texi (mvirt, mno-virt): Document.
13446         * config/mips/mips.opt (mvirt): New option.
13447         * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
13449 2014-02-21  Richard Biener  <rguenther@suse.de>
13451         PR tree-optimization/60276
13452         * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
13453         (STMT_VINFO_MIN_NEG_DIST): New macro.
13454         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
13455         STMT_VINFO_MIN_NEG_DIST.
13456         * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
13457         made for negative dependence distances still hold.
13459 2014-02-21  Richard Biener  <rguenther@suse.de>
13461         PR middle-end/60291
13462         * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
13463         DECL_INITIAL for globals not in the current function context.
13465 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
13467         PR tree-optimization/56490
13468         * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
13469         * tree-ssa-uninit.c: Include params.h.
13470         (compute_control_dep_chain): Add num_calls argument, return false
13471         if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
13472         num_calls to recursive call.
13473         (find_predicates): Change dep_chain into normal array,
13474         cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
13475         variable and adjust compute_control_dep_chain caller.
13476         (find_def_preds): Likewise.
13478 2014-02-21  Thomas Schwinge  <thomas@codesourcery.com>
13480         * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
13481         <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
13483 2014-02-21  Nick Clifton  <nickc@redhat.com>
13485         * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
13486         (pushhi1): Likewise.
13487         (popqi1): Add mode to pre_dec.
13488         (pophi1): Likewise.
13490 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
13492         * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
13493         mode for mask of V8SFmode permutation.
13495 2014-02-20  Richard Henderson  <rth@redhat.com>
13497         PR c++/60272
13498         * builtins.c (expand_builtin_atomic_compare_exchange): Always make
13499         a new pseudo for OLDVAL.
13501 2014-02-20  Jakub Jelinek  <jakub@redhat.com>
13503         PR target/57896
13504         * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
13505         gen_reg_rtx if d->testing_p.
13506         (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
13507         if d->testing_p and we will certainly return true.
13508         (expand_vec_perm_even_odd_1): Likewise.  Don't call gen_reg_rtx
13509         if d->testing_p.
13511 2014-02-20  Uros Bizjak  <ubizjak@gmail.com>
13513         * emit-rtl.c (gen_reg_rtx): Assert that
13514         crtl->emit.regno_pointer_align_length is non-zero.
13516 2014-02-20  Richard Henderson  <rth@redhat.com>
13518         PR c++/60272
13519         * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
13520         on failure the store back into EXPECT.
13522 2014-02-20  Chung-Lin Tang  <cltang@codesourcery.com>
13523             Sandra Loosemore  <sandra@codesourcery.com>
13525         * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
13526         * config/nios2/nios2.c (nios2_function_profiler): Add
13527         -fPIC (flag_pic == 2) support.
13528         (nios2_handle_custom_fpu_cfg): Fix warning parameter.
13529         (nios2_large_offset_p): New function.
13530         (nios2_unspec_reloc_p): Move up position, update to use
13531         nios2_large_offset_p.
13532         (nios2_unspec_address): Remove function.
13533         (nios2_unspec_offset): New function.
13534         (nios2_large_got_address): New function.
13535         (nios2_got_address): Add large offset support.
13536         (nios2_legitimize_tls_address): Update usage of removed and new
13537         functions.
13538         (nios2_symbol_binds_local_p): New function.
13539         (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
13540         (nios2_legitimize_address): Update to use nios2_large_offset_p.
13541         (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
13542         (nios2_print_operand): Merge H/L processing, add hiadj/lo
13543         processing for (const (unspec ...)).
13544         (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
13546 2014-02-20  Richard Biener  <rguenther@suse.de>
13548         * tree-cfg.c (replace_uses_by): Mark altered BBs before
13549         doing the substitution.
13550         (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
13552 2014-02-20  Martin Jambor  <mjambor@suse.cz>
13554         PR ipa/55260
13555         * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
13556         info when checking whether lattices are bottom.
13558 2014-02-20  Richard Biener  <rguenther@suse.de>
13560         PR middle-end/60221
13561         * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
13562         regions at -O0.
13564 2014-02-20  Jan Hubicka  <hubicka@ucw.cz>
13566         PR ipa/58555
13567         * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
13568         parameter specifying the scaling.
13569         (inline_call): Update.
13570         (want_inline_recursively): Guard division by zero.
13571         (recursive_inlining): Update.
13572         * ipa-inline.h (clone_inlined_nodes): Update.
13574 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
13576         PR target/60204
13577         * config/i386/i386.c (classify_argument): Pass structures of size
13578         64 bytes or less in register.
13580 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
13581             Kirill Yukhin  <kirill.yukhin@intel.com>
13583         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
13584         (_mm_rcp28_round_ss): Ditto.
13585         (_mm_rsqrt28_round_sd): Ditto.
13586         (_mm_rsqrt28_round_ss): Ditto.
13587         * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
13588         (_mm_rcp14_round_ss): Ditto.
13589         (_mm_rsqrt14_round_sd): Ditto.
13590         (_mm_rsqrt14_round_ss): Ditto.
13591         * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
13592         the first input operand, get rid of match_dup.
13593         (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
13594         attribute to sse.
13595         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
13596         Ditto.
13597         (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
13598         operand as the first input operand, set type attribute.
13599         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
13600         Set type attribute.
13601         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
13602         operand as the first input operand, set type attribute.
13604 2014-02-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13606         * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
13607         bit of zero.
13609 2014-02-19  H.J. Lu  <hongjiu.lu@intel.com>
13611         PR target/60207
13612         * config/i386/i386.c (construct_container): Remove TFmode check
13613         for X86_64_INTEGER_CLASS.
13615 2014-02-19  Uros Bizjak  <ubizjak@gmail.com>
13617         PR target/59794
13618         * config/i386/i386.c (type_natural_mode): Warn for ABI changes
13619         only when -Wpsabi is enabled.
13621 2014-02-19  Michael Hudson-Doyle  <michael.hudson@linaro.org>
13623          PR target/59799
13624         * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
13625         passing arrays in registers are the same as for structs, so remove the
13626         special case for them.
13628 2014-02-19  Eric Botcazou  <ebotcazou@adacore.com>
13630         * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
13631         destination type, extract only the valid bits if the source type is not
13632         integral and has a different mode.
13634 2014-02-19  Richard Biener  <rguenther@suse.de>
13636         PR ipa/60243
13637         * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
13638         for all calls.
13640 2014-02-19  Richard Biener  <rguenther@suse.de>
13642         PR ipa/60243
13643         * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
13644         (ipa_modify_call_arguments): Emit an argument load explicitely and
13645         preserve virtual SSA form there and for the replacement call.
13646         Do not update SSA form nor free dominance info.
13648 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
13650         * ipa.c (function_and_variable_visibility): Also clear WEAK
13651         flag when disolving COMDAT_GROUP.
13653 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
13655         * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
13656         * ipa-prop.c (ipa_set_jf_known_type): Return early when
13657         not devirtualizing.
13658         (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
13659         do more sanity checks.
13660         (detect_type_change): Return true when giving up early.
13661         (compute_complex_assign_jump_func): Fix type parameter of
13662         ipa_set_ancestor_jf.
13663         (compute_complex_ancestor_jump_func): Likewise.
13664         (update_jump_functions_after_inlining): Fix updating of
13665         ancestor function.
13666         * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
13668 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
13670         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
13671         inline clones when edge disappears.
13673 2014-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
13675         PR target/60203
13676         * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
13677         Split 64-bit moves into 2 patterns.  Do not allow the use of
13678         direct move for TDmode in little endian, since the decimal value
13679         has little endian bytes within a word, but the 64-bit pieces are
13680         ordered in a big endian fashion, and normal subreg's of TDmode are
13681         not allowed.
13682         (mov<mode>_64bit_dm): Likewise.
13683         (movtd_64bit_nodm): Likewise.
13685 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
13687         PR tree-optimization/60174
13688         * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
13689         statement of an SSA_NAME that occurs in an abnormal PHI node.
13691 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
13693         PR sanitizer/60142
13694         * final.c (SEEN_BB): Remove.
13695         (SEEN_NOTE, SEEN_EMITTED): Renumber.
13696         (final_scan_insn): Don't force_source_line on second
13697         NOTE_INSN_BASIC_BLOCK.
13699 2014-02-18  Uros Bizjak  <ubizjak@gmail.com>
13701         PR target/60205
13702         * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
13703         * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
13704         (type_natural_mode): Warn ABI change when %zmm register is not
13705         available for AVX512F vector value passing.
13707 2014-02-18  Kai Tietz  <ktietz@redhat.com>
13709         PR target/60193
13710         * config/i386/i386.c (ix86_expand_prologue): Use value in
13711         rax register as displacement when restoring %r10 or %rax.
13712         Fix wrong offset when restoring both registers.
13714 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
13716         * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
13717         assertion with conditional return.
13719 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
13720             Uros Bizjak  <ubizjak@gmail.com>
13722         PR driver/60233
13723         * config/i386/driver-i386.c (host_detect_local_cpu): If
13724         YMM state is not saved by the OS, also clear has_f16c.  Move
13725         CPUID 0x80000001 handling before YMM state saving checking.
13727 2014-02-18  Andrey Belevantsev  <abel@ispras.ru>
13729         PR rtl-optimization/58960
13730         * haifa-sched.c (alloc_global_sched_pressure_data): New,
13731         factored out from ...
13732         (sched_init): ... here.
13733         (free_global_sched_pressure_data): New, factored out from ...
13734         (sched_finish): ... here.
13735         * sched-int.h (free_global_sched_pressure_data): Declare.
13736         * sched-rgn.c (nr_regions_initial): New static global.
13737         (haifa_find_rgns): Initialize it.
13738         (schedule_region): Disable sched-pressure for the newly
13739         generated regions.
13741 2014-02-17  Richard Biener  <rguenther@suse.de>
13743         * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
13744         release SSA defs of pattern stmts.
13746 2014-02-17  Richard Biener  <rguenther@suse.de>
13748         * tree-inline.c (expand_call_inline): Release the virtual
13749         operand defined by the call we are about to inline.
13751 2014-02-17  Richard Biener  <rguenther@suse.de>
13753         * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
13755 2014-02-17  Kirill Yukhin  <kirill.yukhin@intel.com>
13756             Ilya Tocar  <ilya.tocar@intel.com>
13758         * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
13759         arguments order in builtin.
13760         (_mm512_permutexvar_epi64): Ditto.
13761         (_mm512_mask_permutexvar_epi64): Ditto
13762         (_mm512_maskz_permutexvar_epi32): Ditto
13763         (_mm512_permutexvar_epi32): Ditto
13764         (_mm512_mask_permutexvar_epi32): Ditto
13766 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13768         * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
13769         (p8_vmrgow): Likewise.
13771 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13773         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
13774         endian targets.
13776 2014-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
13778         PR target/60203
13779         * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
13780         (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
13781         into 64-bit and 32-bit moves.  On 64-bit moves, add support for
13782         using direct move instructions on ISA 2.07.  Also adjust
13783         instruction length for 64-bit.
13784         (mov<mode>_64bit, TFmode/TDmode): Likewise.
13785         (mov<mode>_32bit, TFmode/TDmode): Likewise.
13787 2014-02-15  Alan Modra  <amodra@gmail.com>
13789         PR target/58675
13790         PR target/57935
13791         * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
13792         find_replacement on parts of insn rtl that might be reloaded.
13794 2014-02-15  Richard Biener  <rguenther@suse.de>
13796         PR tree-optimization/60183
13797         * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
13798         (tree_ssa_phiprop): Calculate and free post-dominators.
13800 2014-02-14  Jeff Law  <law@redhat.com>
13802         PR rtl-optimization/60131
13803         * ree.c (get_extended_src_reg): New function.
13804         (combine_reaching_defs): Use it rather than assuming location of REG.
13805         (find_and_remove_re): Verify first operand of extension is
13806         a REG before adding the insns to the copy list.
13808 2014-02-14  Roland McGrath  <mcgrathr@google.com>
13810         * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
13811         * configure: Regenerated.
13812         * config.in: Regenerated.
13813         * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
13814         instead of ASM_SHORT.
13816 2014-02-14  Vladimir Makarov  <vmakarov@redhat.com>
13817             Richard Earnshaw  <rearnsha@arm.com>
13819         PR rtl-optimization/59535
13820         * lra-constraints.c (process_alt_operands): Encourage alternative
13821         when unassigned pseudo class is superset of the alternative class.
13822         (inherit_reload_reg): Don't inherit when optimizing for code size.
13823         * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
13824         returning CORE_REGS for anything but Thumb1 and BASE_REGS for
13825         modes not less than 4 for Thumb1.
13827 2014-02-14  Kyle McMartin  <kyle@redhat.com>
13829         PR pch/60010
13830         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
13832 2014-02-14  Richard Biener  <rguenther@suse.de>
13834         * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
13835         (get_frame_arg): Drop the assert with langhook types_compatible_p.
13836         Do not strip INDIRECT_REFs.
13838 2014-02-14  Richard Biener  <rguenther@suse.de>
13840         PR lto/60179
13841         * lto-streamer-out.c (DFS_write_tree_body): Do not follow
13842         DECL_FUNCTION_SPECIFIC_TARGET.
13843         (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
13844         * tree-streamer-out.c (pack_ts_target_option): Remove.
13845         (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
13846         (write_ts_function_decl_tree_pointers): Do not stream
13847         DECL_FUNCTION_SPECIFIC_TARGET.
13848         * tree-streamer-in.c (unpack_ts_target_option): Remove.
13849         (unpack_value_fields): Do not stream TS_TARGET_OPTION.
13850         (lto_input_ts_function_decl_tree_pointers): Do not stream
13851         DECL_FUNCTION_SPECIFIC_TARGET.
13853 2014-02-14  Jakub Jelinek  <jakub@redhat.com>
13855         * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
13856         (get_initial_def_for_induction, vectorizable_induction): Ignore
13857         debug stmts when looking for exit_phi.
13858         (vectorizable_live_operation): Fix up condition.
13860 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
13862         * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
13863         nreverse() because it changes the content of original tree list.
13865 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
13867         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
13868         * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
13870 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
13872         * config/nds32/nds32.c (nds32_naked_function_p): Follow the
13873         GNU coding standards.
13875 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
13877         PR debug/60152
13878         * dwarf2out.c (gen_subprogram_die): Don't call
13879         add_calling_convention_attribute if subr_die is old_die.
13881 2014-02-13  Sharad Singhai  <singhai@google.com>
13883         * doc/optinfo.texi: Fix order of nodes.
13885 2014-02-13  Uros Bizjak  <ubizjak@gmail.com>
13887         * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
13888         operands[2], not operands[3].
13890 2014-02-13  Richard Biener  <rguenther@suse.de>
13892         PR bootstrap/59878
13893         * doc/install.texi (ISL): Update recommended version to 0.12.2,
13894         mention the possibility of an in-tree build.
13895         (CLooG): Update recommended version to 0.18.1, mention the
13896         possibility of an in-tree build and clarify that the ISL
13897         bundled with CLooG does not work.
13899 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
13901         PR target/43546
13902         * expr.c (compress_float_constant): If x is a hard register,
13903         extend into a pseudo and then move to x.
13905 2014-02-13  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13907         * config/s390/s390.c (s390_asm_output_function_label): Fix crash
13908         caused by bad second argument to warning_at() with -mhotpatch and
13909         nested functions (e.g. with gfortran).
13911 2014-02-13  Richard Sandiford  <rdsandiford@googlemail.com>
13913         * opts.c (option_name): Remove "enabled by default" rider.
13915 2014-02-12  John David Anglin  <danglin@gcc.gnu.org>
13917         * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
13919 2014-02-12  H.J. Lu  <hongjiu.lu@intel.com>
13920             Uros Bizjak  <ubizjak@gmail.com>
13922         PR target/60151
13923         * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
13924         * configure: Regenerated.
13926 2014-02-12  Richard Biener  <rguenther@suse.de>
13928         * vec.c (vec_prefix::calculate_allocation): Move as
13929         inline variant to vec.h.
13930         (vec_prefix::calculate_allocation_1): New out-of-line version.
13931         * vec.h (vec_prefix::calculate_allocation_1): Declare.
13932         (vec_prefix::m_has_auto_buf): Rename to ...
13933         (vec_prefix::m_using_auto_storage): ... this.
13934         (vec_prefix::calculate_allocation): Inline the easy cases
13935         and dispatch to calculate_allocation_1 which doesn't need the
13936         prefix address.
13937         (va_heap::reserve): Use gcc_checking_assert.
13938         (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
13939         m_using_auto_storage.
13940         (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
13941         member and adjust.
13942         (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
13943         (vec<T, va_heap, vl_ptr>::release): Avoid casting.
13944         (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
13946 2014-02-12  Richard Biener  <rguenther@suse.de>
13948         * gcse.c (compute_transp): break from loop over canon_modify_mem_list
13949         when we found a dependence.
13951 2014-02-12  Thomas Schwinge  <thomas@codesourcery.com>
13953         * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
13954         common code...
13955         (maybe_fold_stmt): ... into this new function.
13956         * omp-low.c (lower_omp): Update comment.
13958         * omp-low.c (lower_omp_target): Add clobber for sizes array, after
13959         last use.
13961         * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
13962         dereference.
13964 2014-02-12  James Greenhalgh  <james.greenhalgh@arm.com>
13966         * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
13967         identifiers in comments.
13968         (cortexa53_extra_costs): Likewise.
13969         * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
13970         (cortexa7_extra_costs): Likewise.
13971         (cortexa12_extra_costs): Likewise.
13972         (cortexa15_extra_costs): Likewise.
13973         (v7m_extra_costs): Likewise.
13975 2014-02-12  Richard Biener  <rguenther@suse.de>
13977         PR middle-end/60092
13978         * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
13979         of posix_memalign being successful.
13980         (lower_stmt): Restrict lowering of posix_memalign to when
13981         -ftree-bit-ccp is enabled.
13983 2014-02-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
13985         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
13986         arg_loc.
13987         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
13989 2014-02-12  Eric Botcazou  <ebotcazou@adacore.com>
13991         PR rtl-optimization/60116
13992         * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
13993         other_insn once the combination has been validated.
13995 2014-02-11  Jan Hubicka  <hubicka@ucw.cz>
13997         PR lto/59468
13998         * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
13999         and wrapper.
14000         * ipa-devirt.c: Include demangle.h
14001         (odr_violation_reported): New static variable.
14002         (add_type_duplicate): Update odr_violations.
14003         (maybe_record_node): Add completep parameter; update it.
14004         (record_target_from_binfo): Add COMPLETEP parameter;
14005         update it as needed.
14006         (possible_polymorphic_call_targets_1): Likewise.
14007         (struct polymorphic_call_target_d): Add nonconstruction_targets;
14008         rename FINAL to COMPLETE.
14009         (record_targets_from_bases): Sanity check we found the binfo;
14010         fix COMPLETEP updating.
14011         (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
14012         parameter, fix computing of COMPLETEP.
14013         (dump_possible_polymorphic_call_targets): Imrove readability of dump;
14014         at LTO time do demangling.
14015         (ipa_devirt): Use nonconstruction_targets; Improve dumps.
14016         * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
14017         parameter.
14018         (gimple_get_virt_method_for_binfo): Likewise.
14019         * gimple-fold.h (gimple_get_virt_method_for_binfo,
14020         gimple_get_virt_method_for_vtable): Update prototypes.
14022 2014-02-11  Vladimir Makarov  <vmakarov@redhat.com>
14024         PR target/49008
14025         * genautomata.c (add_presence_absence): Fix typo with
14026         {final_}presence_list.
14028 2014-02-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
14030         PR target/60137
14031         * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
14032         for VSX/Altivec vectors that land in GPR registers.
14034 2014-02-11  Richard Henderson  <rth@redhat.com>
14035             Jakub Jelinek  <jakub@redhat.com>
14037         PR debug/59776
14038         * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
14039         around drhs if type conversion to lacc->type is not useless.
14041 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14043         * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
14044         tuning struct.
14045         (cortex-a57.cortex-a53): Likewise.
14046         * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
14048 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14050         * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
14051         arm_restrict_it.
14053 2014-02-11  Renlin Li  <Renlin.Li@arm.com>
14055         * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
14056         add_options_for_arm_vfp3.
14058 2014-02-11  Jeff Law  <law@redhat.com>
14060         PR middle-end/54041
14061         * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
14062         object with an undesirable mode.
14064 2014-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14066         PR libgomp/60107
14067         * config/i386/sol2-9.h: New file.
14068         * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
14069         *-*-solaris2.9*): Use it.
14071 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
14073         * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
14074         * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
14076 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
14078         * config/microblaze/microblaze.c: Extend mcpu version format
14080 2014-02-10  David Holsgrove  <david.holsgrove@xilinx.com>
14082         * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
14084 2014-02-10  Richard Henderson  <rth@redhat.com>
14086         PR target/59927
14087         * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
14088         * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
14089         ms-abi vs -mno-accumulate-outgoing-args.
14090         (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
14091         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
14092         respect to ms-abi.
14094 2014-02-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14096         PR middle-end/60080
14097         * cfgexpand.c (expand_asm_operands): Attach source location to
14098         ASM_INPUT rtx objects.
14099         * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
14101 2014-02-10  Nick Clifton  <nickc@redhat.com>
14103         * config/mn10300/mn10300.c (popcount): New function.
14104         (mn10300_expand_prologue): Include saved registers in stack usage
14105         count.
14107 2014-02-10  Jeff Law  <law@redhat.com>
14109         PR middle-end/52306
14110         * reload1.c (emit_input_reload_insns): Do not create invalid RTL
14111         when changing the SET_DEST of a prior insn to avoid an input reload.
14113 2014-02-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14115         * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
14116         big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
14117         -mcall-openbsd, or -mcall-linux.
14118         (CC1_ENDIAN_BIG_SPEC): Remove.
14119         (CC1_ENDIAN_LITTLE_SPEC): Remove.
14120         (CC1_ENDIAN_DEFAULT_SPEC): Remove.
14121         (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
14122         (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
14123         and %cc1_endian_default.
14124         * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
14126 2014-02-10  Richard Biener  <rguenther@suse.de>
14128         PR tree-optimization/60115
14129         * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
14130         MEM_REF handling.  Properly verify that the accesses are not
14131         out of the objects bound.
14133 2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14135         * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
14136         coretex to cortex.
14138 2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
14140         * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
14141         proper constants and fix formatting.
14142         (possible_polymorphic_call_targets): Fix formatting.
14144 2014-02-10  Kirill Yukhin  <kirill.yukhin@intel.com>
14145             Ilya Tocar  <ilya.tocar@intel.com>
14147         * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
14148         (_mm512_loadu_epi32): Renamed into...
14149         (_mm512_loadu_si512): This.
14150         (_mm512_storeu_epi32): Renamed into...
14151         (_mm512_storeu_si512): This.
14152         (_mm512_maskz_ceil_ps): Removed.
14153         (_mm512_maskz_ceil_pd): Ditto.
14154         (_mm512_maskz_floor_ps): Ditto.
14155         (_mm512_maskz_floor_pd): Ditto.
14156         (_mm512_floor_round_ps): Ditto.
14157         (_mm512_floor_round_pd): Ditto.
14158         (_mm512_ceil_round_ps): Ditto.
14159         (_mm512_ceil_round_pd): Ditto.
14160         (_mm512_mask_floor_round_ps): Ditto.
14161         (_mm512_mask_floor_round_pd): Ditto.
14162         (_mm512_mask_ceil_round_ps): Ditto.
14163         (_mm512_mask_ceil_round_pd): Ditto.
14164         (_mm512_maskz_floor_round_ps): Ditto.
14165         (_mm512_maskz_floor_round_pd): Ditto.
14166         (_mm512_maskz_ceil_round_ps): Ditto.
14167         (_mm512_maskz_ceil_round_pd): Ditto.
14168         (_mm512_expand_pd): Ditto.
14169         (_mm512_expand_ps): Ditto.
14170         * config/i386/i386.c (ix86_builtins): Remove
14171         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
14172         (bdesc_args): Ditto.
14173         * config/i386/predicates.md (const1256_operand): New.
14174         (const_1_to_2_operand): Ditto.
14175         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
14176         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
14177         (*avx512pf_gatherpf<mode>sf): Ditto.
14178         (avx512pf_gatherpf<mode>df): Ditto.
14179         (*avx512pf_gatherpf<mode>df_mask): Ditto.
14180         (*avx512pf_gatherpf<mode>df): Ditto.
14181         (avx512pf_scatterpf<mode>sf): Ditto.
14182         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
14183         (*avx512pf_scatterpf<mode>sf): Ditto.
14184         (avx512pf_scatterpf<mode>df): Ditto.
14185         (*avx512pf_scatterpf<mode>df_mask): Ditto.
14186         (*avx512pf_scatterpf<mode>df): Ditto.
14187         (avx512f_expand<mode>): Removed.
14188         (<shift_insn><mode>3<mask_name>): Change predicate type.
14190 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
14192         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
14193         not at the end of datarefs vector use ordered_remove to avoid
14194         reordering datarefs vector.
14196         PR c/59984
14197         * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
14198         mark local addressable non-static vars as GOVD_PRIVATE
14199         instead of GOVD_LOCAL.
14200         * omp-low.c (lower_omp_for): Move gimple_bind_vars
14201         and BLOCK_VARS of gimple_bind_block to new_stmt rather
14202         than copying them.
14204         PR middle-end/60092
14205         * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
14206         if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
14207         assume_aligned or alloc_align attributes.
14208         (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
14209         arguments.  Handle also assume_aligned and alloc_align attributes.
14210         (evaluate_stmt): Adjust bit_value_assume_aligned caller.  Handle
14211         calls to functions with assume_aligned or alloc_align attributes.
14212         * doc/extend.texi: Document assume_aligned and alloc_align attributes.
14214 2014-02-08  Terry Guo  <terry.guo@arm.com>
14216         * doc/invoke.texi: Document ARM -march=armv7e-m.
14218 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
14220         * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
14221         flag on __cilkrts_rethrow builtin.
14223         PR ipa/60026
14224         * ipa-cp.c (determine_versionability): Fail at -O0
14225         or __attribute__((optimize (0))) or -fno-ipa-cp functions.
14226         * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
14228         Revert:
14229         2014-02-04  Jakub Jelinek  <jakub@redhat.com>
14231         PR ipa/60026
14232         * tree-inline.c (copy_forbidden): Fail for
14233         __attribute__((optimize (0))) functions.
14235 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
14237         * varpool.c: Include pointer-set.h.
14238         (varpool_remove_unreferenced_decls): Variables in other partitions
14239         will not be output; be however careful to not lose information
14240         about partitioning.
14242 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
14244         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
14245         lookup in the vtable constructor.
14247 2014-02-07  Jeff Law  <law@redhat.com>
14249         PR target/40977
14250         * config/m68k/m68k.md (ashldi_extsi): Turn into a
14251         define_insn_and_split.
14253         * ipa-inline.c (inline_small_functions): Fix typos.
14255 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
14257         * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
14258         (s390_can_use_return_insn): Declare.
14259         * config/s390/s390.h (EPILOGUE_USES): Define.
14260         * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
14261         instructions.
14262         (s390_chunkify_start): Handle return JUMP_LABELs.
14263         (s390_early_mach): Emit a main_pool instruction on the entry edge.
14264         (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
14265         (s390_can_use_return_insn): New functions.
14266         (s390_fix_long_loop_prediction): Handle conditional returns.
14267         (TARGET_SET_UP_BY_PROLOGUE): Define.
14268         * config/s390/s390.md (ANY_RETURN): New code iterator.
14269         (*creturn, *csimple_return, return, simple_return): New patterns.
14271 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
14273         * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
14274         notes to each restore.  Also add REG_CFA_DEF_CFA when restoring %r15.
14275         (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P.  Update the
14276         REG_CFA_RESTORE list when deciding not to restore a register.
14278 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
14280         * config/s390/s390.c: Include tree-pass.h and context.h.
14281         (s390_early_mach): New function, split out from...
14282         (s390_emit_prologue): ...here.
14283         (pass_data_s390_early_mach): New pass structure.
14284         (pass_s390_early_mach): New class.
14285         (s390_option_override): Create and register early_mach pass.
14286         Move to end of file.
14288 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
14290         * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
14291         to match for the exit block.
14293 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14295         * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
14296         ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
14297         Reject misaligned operands.
14299 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14301         * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
14303 2014-02-07  Richard Biener  <rguenther@suse.de>
14305         PR middle-end/60092
14306         * gimple-low.c (lower_builtin_posix_memalign): New function.
14307         (lower_stmt): Call it to lower posix_memalign in a way
14308         to make alignment info accessible.
14310 2014-02-07  Jakub Jelinek  <jakub@redhat.com>
14312         PR c++/60082
14313         * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
14314         __builtin_setjmp_receiver.
14316 2014-02-07  Richard Biener  <rguenther@suse.de>
14318         PR middle-end/60092
14319         * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
14320         * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
14321         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
14322         Handle BUILT_IN_POSIX_MEMALIGN.
14323         (find_func_clobbers): Likewise.
14324         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
14325         (call_may_clobber_ref_p_1): Likewise.
14327 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
14329         PR ipa/59918
14330         * ipa-devirt.c (record_target_from_binfo): Remove overactive
14331         sanity check.
14333 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
14335         PR ipa/59469
14336         * lto-cgraph.c (lto_output_node): Use
14337         symtab_get_symbol_partitioning_class.
14338         (lto_output_varpool_node): likewise.
14339         (symtab_get_symbol_partitioning_class): Move here from
14340         lto/lto-partition.c
14341         * cgraph.h (symbol_partitioning_class): Likewise.
14342         (symtab_get_symbol_partitioning_class): Declare.
14344 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
14346         * ggc.h (ggc_internal_cleared_alloc): New macro.
14347         * vec.h (vec_safe_copy): Handle memory stats.
14348         * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
14349         * target-globals.c (save_target_globals): Likewise.
14351 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
14353         PR target/60077
14354         * expr.c (emit_move_resolve_push): Export; be bit more selective
14355         on when to clear alias set.
14356         * expr.h (emit_move_resolve_push): Declare.
14357         * function.h (struct function): Add tail_call_marked.
14358         * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
14359         * config/i386/i386-protos.h (ix86_expand_push): Remove.
14360         * config/i386/i386.md (TImode move expander): De not call
14361         ix86_expand_push.
14362         (FP push expanders): Preserve memory attributes.
14363         * config/i386/sse.md (push<mode>1): Remove.
14364         * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
14365         (ix86_expand_push): Remove.
14366         * config/i386/mmx.md (push<mode>1): Remove.
14368 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
14370         PR rtl-optimization/60030
14371         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
14372         lopart with paradoxical subreg before shifting it up by hprec.
14374 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14376         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
14377         Remove extra newline at end of file.
14378         * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
14379         (arm_issue_rate): Handle cortexa57.
14380         * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
14381         (cortex-a57.cortex-a53): Likewise.
14383 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
14385         PR target/59575
14386         * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
14387         don't record in REG_FRAME_RELATED_EXPR registers not set in that
14388         bitmask.
14389         (arm_expand_prologue): Adjust all callers.
14390         (arm_unwind_emit_sequence): Allow saved, but not important for unwind
14391         info, registers also at the lowest numbered registers side.  Use
14392         gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
14393         XEXP.
14395         PR debug/59992
14396         * var-tracking.c (adjust_mems): Before adding a SET to
14397         amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
14399 2014-02-06  Alan Modra  <amodra@gmail.com>
14401         PR target/60032
14402         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
14403         change SDmode to DDmode when lra_in_progress.
14405 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
14407         PR middle-end/59150
14408         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
14409         free_data_ref on the dr first, and before goto again also set dr
14410         to the next dr.  For simd_lane_access, free old datarefs[i] before
14411         overwriting it.  For get_vectype_for_scalar_type failure, don't
14412         free_data_ref if simd_lane_access.
14414         * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
14416         PR target/60062
14417         * tree.h (opts_for_fn): New inline function.
14418         (opt_for_fn): Define.
14419         * config/i386/i386.c (ix86_function_regparm): Use
14420         opt_for_fn (decl, optimize) instead of optimize.
14422 2014-02-06  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14424         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
14425         for SYMBOL_REF in large memory model.
14427 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14429         * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
14430         and crypto support.
14431         (cortex-a57): Likewise.
14432         (cortex-a57.cortex-a53): Likewise.
14434 2014-02-06  Yury Gribov  <y.gribov@samsung.com>
14435             Kugan Vivekanandarajah  <kuganv@linaro.org>
14437         * config/arm/arm.c (arm_vector_alignment_reachable): Check
14438         unaligned_access.
14439         * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
14441 2014-02-06  Richard Biener  <rguenther@suse.de>
14443         * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
14444         set_loop_copy and initialize_original_copy_tables.
14446 2014-02-06  Alex Velenko  <Alex.Velenko@arm.com>
14448         * config/aarch64/aarch64-simd.md
14449         (aarch64_ashr_simddi): Change QI to SI.
14451 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
14452             Jakub Jelinek  <jakub@redhat.com>
14454         PR middle-end/60013
14455         * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
14456         of the dataflow.
14458 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14460         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
14461         CODE_FOR_altivec_vpku[hw]um to
14462         CODE_FOR_altivec_vpku[hw]um_direct.
14463         * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
14464         UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
14465         (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
14466         UNSPEC_VUNPACK_LO_SIGN_DIRECT.
14468 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14470         * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
14471         generation for -maltivec=be.
14472         (altivec_vsumsws): Simplify redundant test.
14474 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14476         * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
14477         (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
14478         (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
14479         (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
14480         gen_altivec_vpkuwum.
14481         (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
14482         BYTES_BIG_ENDIAN.
14483         (altivec_vpks<VI_char>ss): Likewise.
14484         (altivec_vpks<VI_char>us): Likewise.
14485         (altivec_vpku<VI_char>us): Likewise.
14486         (altivec_vpku<VI_char>um): Likewise.
14487         (altivec_vpku<VI_char>um_direct): New (copy of
14488         altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
14489         internal use).
14490         (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
14491         target is little endian and -maltivec=be is not specified.
14492         (*altivec_vupkhs<VU_char>_direct): New (copy of
14493         altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
14494         (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
14495         target is little endian and -maltivec=be is not specified.
14496         (*altivec_vupkls<VU_char>_direct): New (copy of
14497         altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
14498         (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
14499         little endian and -maltivec=be is not specified.
14500         (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
14501         little endian and -maltivec=be is not specified.
14503 2014-02-05  Richard Henderson  <rth@redhat.com>
14505         PR debug/52727
14506         * combine-stack-adj.c: Revert r206943.
14507         * sched-int.h (struct deps_desc): Add last_args_size.
14508         * sched-deps.c (init_deps): Initialize it.
14509         (sched_analyze_insn): Add OUTPUT dependencies between insns that
14510         contain REG_ARGS_SIZE notes.
14512 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
14514         * lto-cgraph.c (asm_nodes_output): Make global.
14515         * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
14516         * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
14517         (driver_handle_option): Handle OPT_fwpa.
14519 2014-02-05  Jakub Jelinek  <jakub@redhat.com>
14521         PR ipa/59947
14522         * ipa-devirt.c (possible_polymorphic_call_targets): Fix
14523         a comment typo and formatting issue.  If odr_hash hasn't been
14524         created, return vNULL and set *completep to false.
14526         PR middle-end/57499
14527         * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
14528         bb with no successors.
14530 2014-02-05  James Greenhalgh  <james.greenhalgh@arm.com>
14532         PR target/59718
14533         * doc/invoke.texi (-march): Clarify documentation for ARM.
14534         (-mtune): Likewise.
14535         (-mcpu): Likewise.
14537 2014-02-05  Richard Biener  <rguenther@suse.de>
14539         * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
14540         when not vectorizing because of too many alias checks.
14541         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
14542         Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
14544 2014-02-05  Nick Clifton  <nickc@redhat.com>
14546         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
14547         accept extended registers in any mode when compiling for the MN10300.
14549 2014-02-05  Yury Gribov  <y.gribov@samsung.com>
14551         * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
14552         * ipa-inline.c (report_inline_failed_reason): Handle mismatched
14553         sanitization attributes.
14554         (can_inline_edge_p): Likewise.
14555         (sanitize_attrs_match_for_inline_p): New function.
14557 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
14559         * ipa-prop.c (detect_type_change): Shor circuit testing of
14560         type changes on THIS pointer.
14562 2014-02-04  John David Anglin  <danglin@gcc.gnu.org>
14564         PR target/59777
14565         * config/pa/pa.c (legitimize_tls_address): Return original address
14566         if not passed a SYMBOL_REF rtx.
14567         (hppa_legitimize_address): Call legitimize_tls_address for all TLS
14568         addresses.
14569         (pa_emit_move_sequence): Simplify TLS source operands.
14570         (pa_legitimate_constant_p): Reject all TLS constants.
14571         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
14572         (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
14574 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
14576         * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
14577         groups when we know they are controlled by LTO.
14578         * varasm.c (default_binds_local_p_1): If object is in other partition,
14579         it will be resolved locally.
14581 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14583         * config/host-linux.c (linux_gt_pch_use_address): Don't
14584         use SSIZE_MAX because it is not always defined.
14586 2014-02-04  Vladimir Makarov  <vmakarov@redhat.com>
14588         PR bootstrap/59913
14589         * lra-constraints.c (need_for_split_p): Use more 3 reloads as
14590         threshold for pseudo splitting.
14591         (update_ebb_live_info): Process call argument hard registers and
14592         hard registers from insn definition too.
14593         (max_small_class_regs_num): New constant.
14594         (inherit_in_ebb): Update live hard regs through EBBs.  Update
14595         reloads_num only for small register classes.  Don't split for
14596         outputs of jumps.
14598 2014-02-04  Markus Trippelsdorf  <markus@trippelsdorf.de>
14600         PR ipa/60058
14601         * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
14602         is non-null.
14604 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
14606         * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
14607         visibility is safe.
14609 2014-02-04  Marek Polacek  <polacek@redhat.com>
14611         * gdbinit.in (pel): Define.
14613 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14615         * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
14616         behavior.
14618 2014-02-04  Richard Biener  <rguenther@suse.de>
14620         PR lto/59723
14621         * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
14622         in function context local.
14623         (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
14624         * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
14625         similar to LTO_imported_decl_ref.
14627 2014-02-04  Jakub Jelinek  <jakub@redhat.com>
14629         PR tree-optimization/60002
14630         * cgraphclones.c (build_function_decl_skip_args): Clear
14631         DECL_LANG_SPECIFIC.
14633         PR tree-optimization/60023
14634         * tree-if-conv.c (predicate_mem_writes): Pass true instead of
14635         false to gsi_replace.
14636         * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
14637         has been in some EH region and vec_stmt could throw, add
14638         vec_stmt into the same EH region.
14639         * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
14640         has no lhs, ignore it.
14641         * internal-fn.c (expand_MASK_LOAD): Likewise.
14643         PR ipa/60026
14644         * tree-inline.c (copy_forbidden): Fail for
14645         __attribute__((optimize (0))) functions.
14647         PR other/58712
14648         * omp-low.c (simd_clone_struct_copy): If from->inbranch
14649         is set, copy one less argument.
14650         (expand_simd_clones): Don't subtract clone_info->inbranch
14651         from simd_clone_struct_alloc argument.
14653         PR rtl-optimization/57915
14654         * recog.c (simplify_while_replacing): If all unary/binary/relational
14655         operation arguments are constant, attempt to simplify those.
14657         PR middle-end/59261
14658         * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
14659         if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
14661 2014-02-04  Richard Biener  <rguenther@suse.de>
14663         PR tree-optimization/60012
14664         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
14665         TBAA disambiguation to all DDRs.
14667 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14669         PR target/59788
14670         * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
14671         (LINK_SPEC): Use it for -shared, -shared-libgcc.
14673 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
14675         PR ipa/59882
14676         * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
14678 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
14680         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
14681         * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
14683 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
14685         PR ipa/59831
14686         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
14687         to figure out targets of polymorphic calls with known decl.
14688         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
14689         * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
14690         * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
14691         (get_polymorphic_call_info): ... here.
14692         (get_polymorphic_call_info_from_invariant): New function.
14694 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
14696         * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
14697         lookup via vtable pointer; check for type consistency
14698         and turn inconsitent facts into UNREACHABLE.
14699         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
14700         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
14701         type inconsistent querries; return UNREACHABLE instead.
14703 2014-02-03  Richard Henderson  <rth@twiddle.net>
14705         PR tree-opt/59924
14706         * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
14707         already processed this node.
14708         (normalize_one_pred_1): Pass along mark_set.
14709         (normalize_one_pred): Create and destroy a pointer_set_t.
14710         (normalize_one_pred_chain): Likewise.
14712 2014-02-03  Laurent Aflonsi  <laurent.alfonsi@st.com>
14714         PR gcov-profile/58602
14715         * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
14717 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
14719         PR ipa/59831
14720         * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
14721         -fno-devirtualize; try to devirtualize by the knowledge of
14722         virtual table pointer given by aggregate propagation.
14723         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
14724         (ipa_print_node_jump_functions): Dump also offset that
14725         is relevant for polymorphic calls.
14726         (determine_known_aggregate_parts): Add arg_type parameter; use it
14727         instead of determining the type from pointer type.
14728         (ipa_compute_jump_functions_for_edge): Update call of
14729         determine_known_aggregate_parts.
14730         * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
14731         (gimple_get_virt_method_for_binfo): ... here; simplify using
14732         vtable_pointer_value_to_vtable.
14733         * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
14734         * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
14735         to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
14736         (vtable_pointer_value_to_vtable): Break out from ...; handle also
14737         POINTER_PLUS_EXPR.
14738         (vtable_pointer_value_to_binfo): ... here.
14739         * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
14741 2014-02-03  Teresa Johnson  <tejohnson@google.com>
14743         * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
14744         redef of outer loop index variable.
14746 2014-02-03  Marc Glisse  <marc.glisse@inria.fr>
14748         PR c++/53017
14749         PR c++/59211
14750         * doc/extend.texi (Function Attributes): Typo.
14752 2014-02-03  Cong Hou  <congh@google.com>
14754         PR tree-optimization/60000
14755         * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
14756         if the vectorized statement is a store.  A store statement can only
14757         appear at the end of pattern statements.
14759 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
14761         * config/i386/i386.c (flag_opts): Add -mlong-double-128.
14762         (ix86_option_override_internal): Default long double to 64-bit for
14763         32-bit Bionic and to 128-bit for 64-bit Bionic.
14765         * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
14766         TARGET_LONG_DOUBLE_128 is true.
14767         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
14769         * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
14770         (mlong-double-64): Negate -mlong-double-128.
14771         (mlong-double-128): New option.
14773         * config/i386/i386-c.c (ix86_target_macros): Define
14774         __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
14776         * doc/invoke.texi: Document -mlong-double-128.
14778 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
14780         PR rtl-optimization/60024
14781         * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
14783 2014-02-03  Markus Trippelsdorf  <markus@trippelsdorf.de>
14785         * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
14787 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
14789         PR rtl-optimization/57662
14790         * sel-sched.c (code_motion_path_driver): Do not mark already not
14791         existing blocks in the visiting bitmap.
14793 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
14795         * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
14796         on the insn being emitted.
14798 2014-02-03  James Greenhalgh  <james.greenhalgh@arm.com>
14799             Will Deacon  <will.deacon@arm.com>
14801         * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
14803 2014-02-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14805         * config/arm/arm-tables.opt: Regenerate.
14807 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14809         * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
14810         for vector types other than V16QImode.
14811         * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
14812         define_expand, and call altivec_expand_vec_perm_le when producing
14813         code with little endian element order.
14814         (*altivec_vperm_<mode>_internal): New insn having previous
14815         behavior of altivec_vperm_<mode>.
14816         (altivec_vperm_<mode>_uns): Change to a define_expand, and call
14817         altivec_expand_vec_perm_le when producing code with little endian
14818         element order.
14819         (*altivec_vperm_<mode>_uns_internal): New insn having previous
14820         behavior of altivec_vperm_<mode>_uns.
14822 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14824         * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
14825         (altivec_vsumsws): Add handling for -maltivec=be with a little
14826         endian target.
14827         (altivec_vsumsws_direct): New.
14828         (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
14829         gen_altivec_vsumsws.
14831 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
14833         * ipa-devirt.c (subbinfo_with_vtable_at_offset,
14834         vtable_pointer_value_to_binfo): New functions.
14835         * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
14836         * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
14838 2014-02-02  Sandra Loosemore  <sandra@codesourcery.com>
14840         * config/nios2/nios2.md (load_got_register): Initialize GOT
14841         pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
14842         * config/nios2/nios2.c (nios2_function_profiler): Likewise.
14844 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
14846         * ipa-prop.c (update_jump_functions_after_inlining): When type is not
14847         preserverd by passthrough, do not propagate the type.
14849 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
14851         * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
14852         (mips_atomic_assign_expand_fenv): New function.
14853         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
14855 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
14857         * doc/extend.texi (__builtin_mips_get_fcsr): Document.
14858         (__builtin_mips_set_fcsr): Likewise.
14859         * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
14860         MIPS_USI_FTYPE_VOID.
14861         * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
14862         (mips16_expand_set_fcsr): Likewise.
14863         * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
14864         (mips16_set_fcsr_stub): Likewise.
14865         (mips16_get_fcsr_one_only_stub): New class.
14866         (mips16_set_fcsr_one_only_stub): Likewise.
14867         (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
14868         (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
14869         (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
14870         (hard_float): New availability predicate.
14871         (mips_builtins): Add get_fcsr and set_fcsr.
14872         (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
14873         * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
14874         (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
14875         (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
14876         (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
14877         patterns.
14879 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
14881         * config/mips/mips.c (mips_one_only_stub): New class.
14882         (mips_need_mips16_rdhwr_p): Replace with...
14883         (mips16_rdhwr_stub): ...this new variable.
14884         (mips16_stub_call_address): New function.
14885         (mips16_rdhwr_one_only_stub): New class.
14886         (mips_expand_thread_pointer): Use mips16_stub_call_address.
14887         (mips_output_mips16_rdhwr): Delete.
14888         (mips_finish_stub): New function.
14889         (mips_code_end): Use it to handle rdhwr stubs.
14891 2014-02-02  Uros Bizjak  <ubizjak@gmail.com>
14893         PR target/60017
14894         * config/i386/i386.c (classify_argument): Fix handling of bit_offset
14895         when calculating size of integer atomic types.
14897 2014-02-02  H.J. Lu  <hongjiu.lu@intel.com>
14899         * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
14901 2014-02-01  Jakub Jelinek  <jakub@redhat.com>
14903         PR tree-optimization/60003
14904         * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
14905         * profile.c (branch_prob): Use gimple_call_builtin_p
14906         to check for BUILT_IN_SETJMP_RECEIVER.
14907         * tree-inline.c (copy_bb): Call notice_special_calls.
14909 2014-01-31  Vladimir Makarov  <vmakarov@redhat.com>
14911         PR bootstrap/59985
14912         * lra-constraints.c (process_alt_operands): Update reload_sum only
14913         on the first pass.
14915 2014-01-31  Richard Henderson  <rth@redhat.com>
14917         PR middle-end/60004
14918         * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
14919         until after else_eh is processed.
14921 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
14923         * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
14924         (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
14925         (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
14926         in smmintrin.h, remove them.
14927         (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
14928         * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
14929         * config/i386/i386.md (ROUND_SAE): Fix value.
14930         * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
14931         (const48_operand): New.
14932         * config/i386/subst.md (round), (round_expand): Use
14933         const_4_or_8_to_11_operand.
14934         (round_saeonly), (round_saeonly_expand): Use const48_operand.
14936 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
14938         * config/i386/constraints.md (Yk): Swap meaning with k.
14939         * config/i386/i386.md (movhi_internal): Change Yk to k.
14940         (movqi_internal): Ditto.
14941         (*k<logic><mode>): Ditto.
14942         (*andhi_1): Ditto.
14943         (*andqi_1): Ditto.
14944         (kandn<mode>): Ditto.
14945         (*<code>hi_1): Ditto.
14946         (*<code>qi_1): Ditto.
14947         (kxnor<mode>): Ditto.
14948         (kortestzhi): Ditto.
14949         (kortestchi): Ditto.
14950         (kunpckhi): Ditto.
14951         (*one_cmplhi2_1): Ditto.
14952         (*one_cmplqi2_1): Ditto.
14953         * config/i386/sse.md (): Change k to Yk.
14954         (avx512f_load<mode>_mask): Ditto.
14955         (avx512f_blendm<mode>): Ditto.
14956         (avx512f_store<mode>_mask): Ditto.
14957         (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
14958         (avx512f_storedqu<mode>_mask): Ditto.
14959         (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
14960         Ditto.
14961         (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
14962         (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
14963         (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
14964         (avx512f_maskcmp<mode>3): Ditto.
14965         (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
14966         (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
14967         (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
14968         (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
14969         (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
14970         (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
14971         (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
14972         (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
14973         (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
14974         (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
14975         (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
14976         (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
14977         (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
14978         (vec_extract_lo_<mode>_maskm): Ditto.
14979         (vec_extract_hi_<mode>_maskm): Ditto.
14980         (avx512f_vternlog<mode>_mask): Ditto.
14981         (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
14982         (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
14983         (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
14984         (avx512f_<code>v8div16qi2_mask): Ditto.
14985         (avx512f_<code>v8div16qi2_mask_store): Ditto.
14986         (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
14987         (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
14988         (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
14989         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
14990         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
14991         (*avx512pf_gatherpf<mode>df_mask): Ditto.
14992         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
14993         (*avx512pf_scatterpf<mode>df_mask): Ditto.
14994         (avx512cd_maskb_vec_dupv8di): Ditto.
14995         (avx512cd_maskw_vec_dupv16si): Ditto.
14996         (avx512f_vpermi2var<mode>3_maskz): Ditto.
14997         (avx512f_vpermi2var<mode>3_mask): Ditto.
14998         (avx512f_vpermi2var<mode>3_mask): Ditto.
14999         (avx512f_vpermt2var<mode>3_maskz): Ditto.
15000         (*avx512f_gathersi<mode>): Ditto.
15001         (*avx512f_gathersi<mode>_2): Ditto.
15002         (*avx512f_gatherdi<mode>): Ditto.
15003         (*avx512f_gatherdi<mode>_2): Ditto.
15004         (*avx512f_scattersi<mode>): Ditto.
15005         (*avx512f_scatterdi<mode>): Ditto.
15006         (avx512f_compress<mode>_mask): Ditto.
15007         (avx512f_compressstore<mode>_mask): Ditto.
15008         (avx512f_expand<mode>_mask): Ditto.
15009         * config/i386/subst.md (mask): Change k to Yk.
15010         (mask_scalar_merge): Ditto.
15011         (sd): Ditto.
15013 2014-01-31  Marc Glisse  <marc.glisse@inria.fr>
15015         * doc/extend.texi (Vector Extensions): Document ?: in C++.
15017 2014-01-31  Richard Biener  <rguenther@suse.de>
15019         PR middle-end/59990
15020         * builtins.c (fold_builtin_memory_op): Make sure to not
15021         use a floating-point mode or a boolean or enumeral type for
15022         the copy operation.
15024 2014-01-30  DJ Delorie  <dj@redhat.com>
15026         * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
15027         * config/msp430/msp430.md (msp430_refsym_need_exit): New.
15028         * config/msp430/msp430.c (msp430_expand_epilogue): Call it
15029         whenever main() has an epilogue.
15031 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15033         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
15034         unused variable "field".
15035         * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
15036         (vsx_mergeh_<mode>): Likewise.
15037         * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
15038         (altivec_vmrghh): Likewise.
15039         (altivec_vmrghw): Likewise.
15040         (altivec_vmrglb): Likewise.
15041         (altivec_vmrglh): Likewise.
15042         (altivec_vmrglw): Likewise.
15043         (altivec_vspltb): Add missing uses.
15044         (altivec_vsplth): Likewise.
15045         (altivec_vspltw): Likewise.
15046         (altivec_vspltsf): Likewise.
15048 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
15050         PR target/59923
15051         * ifcvt.c (cond_exec_process_insns): Don't conditionalize
15052         frame related instructions.
15054 2014-01-30  Vladimir Makarov  <vmakarov@redhat.com>
15056         PR rtl-optimization/59959
15057         * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
15058         any reload of register whose subreg is invalid.
15060 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
15062         * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
15063         * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
15064         Add missing return type - void.
15066 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15068         * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
15069         gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
15070         remove element index adjustment for endian (now handled in vsx.md
15071         and altivec.md).
15072         (altivec_expand_vec_perm_const): Use
15073         gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
15074         * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
15075         (vsx_xxspltw_<mode>): Adjust element index for little endian.
15076         * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
15077         define_expand and a new define_insn *altivec_vspltb_internal;
15078         adjust for -maltivec=be on a little endian target.
15079         (altivec_vspltb_direct): New.
15080         (altivec_vsplth): Divide into a define_expand and a new
15081         define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
15082         little endian target.
15083         (altivec_vsplth_direct): New.
15084         (altivec_vspltw): Divide into a define_expand and a new
15085         define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
15086         little endian target.
15087         (altivec_vspltw_direct): New.
15088         (altivec_vspltsf): Divide into a define_expand and a new
15089         define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
15090         a little endian target.
15092 2014-01-30  Richard Biener  <rguenther@suse.de>
15094         PR tree-optimization/59993
15095         * tree-ssa-forwprop.c (associate_pointerplus): Check we
15096         can propagate form the earlier stmt and avoid the transform
15097         when the intermediate result is needed.
15099 2014-01-30  Alangi Derick  <alangiderick@gmail.com>
15101         * README.Portability: Fix typo.
15103 2014-01-30  David Holsgrove  <david.holsgrove@xilinx.com>
15105         * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
15106         comparison_operator with ordered_comparison_operator.
15108 2014-01-30  Nick Clifton  <nickc@redhat.com>
15110         * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
15111         Rename to mn10300_store_multiple_regs.
15112         * config/mn10300/mn10300.c: Likewise.
15113         * config/mn10300/mn10300.md (store_movm): Fix typo: call
15114         store_multiple_regs.
15115         * config/mn10300/predicates.md (mn10300_store_multiple_operation):
15116         Call mn10300_store_multiple_regs.
15118 2014-01-30  Nick Clifton  <nickc@redhat.com>
15119             DJ Delorie  <dj@redhat.com>
15121         * config/rl78/rl78.c (register_sizes): Make the "upper half" of
15122         %fp 2 to keep registers after it properly word-aligned.
15123         (rl78_alloc_physical_registers_umul): Handle the case where both
15124         input operands are the same.
15126 2014-01-30  Richard Biener  <rguenther@suse.de>
15128         PR tree-optimization/59903
15129         * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
15130         check properly.
15132 2014-01-30  Jason Merrill  <jason@redhat.com>
15134         PR c++/59633
15135         * tree.c (walk_type_fields): Handle VECTOR_TYPE.
15137         PR c++/59645
15138         * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
15140 2014-01-30  Richard Biener  <rguenther@suse.de>
15142         PR tree-optimization/59951
15143         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
15145 2014-01-30  Savin Zlobec  <savin.zlobec@gmail.com>
15147         PR target/59784
15148         * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
15149         SFmode to DFmode case.
15151 2014-01-29  DJ Delorie  <dj@redhat.com>
15153         * config/msp430/msp430.opt (-minrt): New.
15154         * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
15155         if -minrt given.
15156         (ENDFILE_SPEC): Likewise.
15158 2014-01-29  Jan Hubicka  <hubicka@ucw.cz>
15160         * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
15161         (estimate_function_body_sizes): Use it.
15163 2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
15165         PR c++/58561
15166         * dwarf2out.c (is_cxx_auto): New.
15167         (is_base_type): Use it.
15168         (gen_type_die_with_usage): Likewise.
15170 2014-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15172         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const):  Use
15173         CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
15174         * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
15175         -maltivec=be with LE targets.
15176         (vsx_mergeh_<mode>): Likewise.
15177         * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
15178         (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
15179         (altivec_vmrghb): Replace with define_expand and new
15180         *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
15181         (altivec_vmrghb_direct): New define_insn.
15182         (altivec_vmrghh): Replace with define_expand and new
15183         *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
15184         (altivec_vmrghh_direct): New define_insn.
15185         (altivec_vmrghw): Replace with define_expand and new
15186         *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
15187         (altivec_vmrghw_direct): New define_insn.
15188         (*altivec_vmrghsf): Adjust for endianness.
15189         (altivec_vmrglb): Replace with define_expand and new
15190         *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
15191         (altivec_vmrglb_direct): New define_insn.
15192         (altivec_vmrglh): Replace with define_expand and new
15193         *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
15194         (altivec_vmrglh_direct): New define_insn.
15195         (altivec_vmrglw): Replace with define_expand and new
15196         *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
15197         (altivec_vmrglw_direct): New define_insn.
15198         (*altivec_vmrglsf): Adjust for endianness.
15199         (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
15200         (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
15201         (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
15202         (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
15203         (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
15204         (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
15205         (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
15206         (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
15208 2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15210         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
15211         (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
15212         whitespace.
15214 2014-01-29  Richard Biener  <rguenther@suse.de>
15216         PR tree-optimization/58742
15217         * tree-ssa-forwprop.c (associate_pointerplus): Rename to
15218         associate_pointerplus_align.
15219         (associate_pointerplus_diff): New function.
15220         (associate_pointerplus): Likewise.  Call associate_pointerplus_align
15221         and associate_pointerplus_diff.
15223 2014-01-29  Richard Biener  <rguenther@suse.de>
15225         * lto-streamer.h (LTO_major_version): Bump to 3.
15226         (LTO_minor_version): Reset to 0.
15228 2014-01-29  Renlin Li  <Renlin.Li@arm.com>
15230         * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
15231         * config/arm/arm.c (FL_FOR_ARCH7VE): New.
15232         (arm_file_start): Generate correct asm header for armv7ve.
15233         * config/arm/bpabi.h: Add multilib support for armv7ve.
15234         * config/arm/driver-arm.c: Change the architectures of cortex-a7
15235         and cortex-a15 to armv7ve.
15236         * config/arm/t-aprofile: Add multilib support for armv7ve.
15237         * doc/invoke.texi: Document -march=armv7ve.
15239 2014-01-29  Richard Biener  <rguenther@suse.de>
15241         PR tree-optimization/58742
15242         * tree-ssa-forwprop.c (associate_plusminus): Return true
15243         if we changed sth, defer EH cleanup to ...
15244         (ssa_forward_propagate_and_combine): ... here.  Call simplify_mult.
15245         (simplify_mult): New function.
15247 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
15249         PR middle-end/59917
15250         PR tree-optimization/59920
15251         * tree.c (build_common_builtin_nodes): Remove
15252         __builtin_setjmp_dispatcher initialization.
15253         * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
15254         * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
15255         instead of gsi_after_labels + manually skipping debug stmts.
15256         Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
15257         ignore bbs with IFN_ABNORMAL_DISPATCHER.
15258         * tree-inline.c (copy_edges_for_bb): Remove
15259         can_make_abnormal_goto argument, instead add abnormal_goto_dest
15260         argument.  Ignore computed_goto_p stmts.  Don't call
15261         make_abnormal_goto_edges.  If a call might need abnormal edges
15262         for non-local gotos, see if it already has an edge to
15263         IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
15264         with true argument, don't do anything then, otherwise add
15265         EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
15266         (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
15267         caller.
15268         * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
15269         (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
15270         (lower_stmt): Don't set data->calls_builtin_setjmp.
15271         (lower_builtin_setjmp): Adjust comment.
15272         * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
15273         * tree-cfg.c (found_computed_goto): Remove.
15274         (factor_computed_gotos): Remove.
15275         (make_goto_expr_edges): Return bool, true for computed gotos.
15276         Don't call make_abnormal_goto_edges.
15277         (build_gimple_cfg): Don't set found_computed_goto, don't call
15278         factor_computed_gotos.
15279         (computed_goto_p): No longer static.
15280         (make_blocks): Don't set found_computed_goto.
15281         (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
15282         (make_edges): If make_goto_expr_edges returns true, push bb
15283         into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
15284         instead of calling make_abnormal_goto_edges push bb into ab_edge_call
15285         vector.  Record mapping between bbs and OpenMP regions if there
15286         are any, adjust make_gimple_omp_edges caller.  Call
15287         handle_abnormal_edges.
15288         (make_abnormal_goto_edges): Remove.
15289         * tree-cfg.h (make_abnormal_goto_edges): Remove.
15290         (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
15291         * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
15292         * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
15293         * internal-fn.def (ABNORMAL_DISPATCHER): New.
15294         * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
15295         filling *region also set *region_idx to (*region)->entry->index.
15297         PR other/58712
15298         * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
15299         For REGs set ORIGINAL_REGNO.
15301 2014-01-29  Bingfeng Mei  <bmei@broadcom.com>
15303         * doc/md.texi: Mention that a target shouldn't implement
15304         vec_widen_(s|u)mul_even/odd pair if it is less efficient
15305         than hi/lo pair.
15307 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
15309         PR tree-optimization/59594
15310         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
15311         a copy of the datarefs vector rather than the vector itself.
15313 2014-01-28  Jason Merrill  <jason@redhat.com>
15315         PR c++/53756
15316         * dwarf2out.c (auto_die): New static.
15317         (gen_type_die_with_usage): Handle C++1y 'auto'.
15318         (gen_subprogram_die): If in-class DIE had 'auto', emit type again
15319         on definition.
15321 2014-01-28  H.J. Lu  <hongjiu.lu@intel.com>
15323         PR target/59672
15324         * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
15325         (SPEC_X32): Likewise.
15326         (SPEC_64): Likewise.
15327         * config/i386/i386.c (ix86_option_override_internal): Turn off
15328         OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
15329         for TARGET_16BIT.
15330         (x86_file_start): Output .code16gcc for TARGET_16BIT.
15331         * config/i386/i386.h (TARGET_16BIT): New macro.
15332         (TARGET_16BIT_P): Likewise.
15333         * config/i386/i386.opt: Add m16.
15334         * doc/invoke.texi: Document -m16.
15336 2014-01-28  Jakub Jelinek  <jakub@redhat.com>
15338         PR preprocessor/59935
15339         * input.c (location_get_source_line): Bail out on when line number
15340         is zero, and test the return value of lookup_or_add_file_to_cache_tab.
15342 2014-01-28  Richard Biener  <rguenther@suse.de>
15344         PR tree-optimization/58742
15345         * tree-ssa-forwprop.c (associate_plusminus): Handle
15346         pointer subtraction of the form (T)(P + A) - (T)P.
15348 2014-01-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15350         * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
15351         at const_int_cost.
15353 2014-01-28  Richard Biener  <rguenther@suse.de>
15355         Revert
15356         2014-01-28  Richard Biener  <rguenther@suse.de>
15358         PR rtl-optimization/45364
15359         PR rtl-optimization/59890
15360         * var-tracking.c (local_get_addr_clear_given_value): Handle
15361         already cleared slot.
15362         (val_reset): Handle not allocated local_get_addr_cache.
15363         (vt_find_locations): Use post-order on the inverted CFG.
15365 2014-01-28  Richard Biener  <rguenther@suse.de>
15367         * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
15369 2014-01-28  Richard Biener  <rguenther@suse.de>
15371         PR rtl-optimization/45364
15372         PR rtl-optimization/59890
15373         * var-tracking.c (local_get_addr_clear_given_value): Handle
15374         already cleared slot.
15375         (val_reset): Handle not allocated local_get_addr_cache.
15376         (vt_find_locations): Use post-order on the inverted CFG.
15378 2014-01-28  Alan Modra  <amodra@gmail.com>
15380         * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
15381         * configure.ac <recursive call for build != host>: Define
15382         GENERATOR_FILE.  Comment.  Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
15383         and LD_FOR_BUILD too.
15384         * configure: Regenerate.
15386 2014-01-27  Allan Sandfeld Jensen  <sandfeld@kde.org>
15388         * config/i386/i386.c (get_builtin_code_for_version): Separate
15389         Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
15390         Broadwell from Haswell.
15392 2014-01-27  Steve Ellcey  <sellcey@mips.com>
15394         * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
15395         Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
15396         * config/mips/mips.c (mips_option_override): Change setting
15397         of TARGET_DSP.
15398         * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
15399         * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
15400         Change from Mask to Var.
15402 2014-01-27  Jeff Law  <law@redhat.com>
15404         * ipa-inline.c (inline_small_functions): Fix typo.
15406 2014-01-27  Ilya Tocar  <ilya.tocar@intel.com>
15408         * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
15409         (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
15410         (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
15411         (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
15412         (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
15413         (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
15414         (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
15415         (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
15416         (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
15417         (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
15418         (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
15419         (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
15420         (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
15421         (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
15422         (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
15423         (_mm512_storeu_epi64): Ditto.
15424         (_mm512_cmpge_epi32_mask): Ditto.
15425         (_mm512_cmpge_epu32_mask): Ditto.
15426         (_mm512_cmpge_epi64_mask): Ditto.
15427         (_mm512_cmpge_epu64_mask): Ditto.
15428         (_mm512_cmple_epi32_mask): Ditto.
15429         (_mm512_cmple_epu32_mask): Ditto.
15430         (_mm512_cmple_epi64_mask): Ditto.
15431         (_mm512_cmple_epu64_mask): Ditto.
15432         (_mm512_cmplt_epi32_mask): Ditto.
15433         (_mm512_cmplt_epu32_mask): Ditto.
15434         (_mm512_cmplt_epi64_mask): Ditto.
15435         (_mm512_cmplt_epu64_mask): Ditto.
15436         (_mm512_cmpneq_epi32_mask): Ditto.
15437         (_mm512_cmpneq_epu32_mask): Ditto.
15438         (_mm512_cmpneq_epi64_mask): Ditto.
15439         (_mm512_cmpneq_epu64_mask): Ditto.
15440         (_mm512_expand_pd): Ditto.
15441         (_mm512_expand_ps): Ditto.
15442         * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
15443         VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
15444         VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
15445         * config/i386/i386.c (ix86_builtins): Add
15446         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
15447         IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
15448         IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
15449         IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
15450         IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
15451         IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
15452         IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
15453         IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
15454         IX86_BUILTIN_PMOVUSQW512_MEM.
15455         (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
15456         __builtin_ia32_pmovsqd512mem_mask,
15457         __builtin_ia32_pmovqd512mem_mask,
15458         __builtin_ia32_pmovusqw512mem_mask,
15459         __builtin_ia32_pmovsqw512mem_mask,
15460         __builtin_ia32_pmovqw512mem_mask,
15461         __builtin_ia32_pmovusdw512mem_mask,
15462         __builtin_ia32_pmovsdw512mem_mask,
15463         __builtin_ia32_pmovdw512mem_mask,
15464         __builtin_ia32_pmovqb512mem_mask,
15465         __builtin_ia32_pmovusqb512mem_mask,
15466         __builtin_ia32_pmovsqb512mem_mask,
15467         __builtin_ia32_pmovusdb512mem_mask,
15468         __builtin_ia32_pmovsdb512mem_mask,
15469         __builtin_ia32_pmovdb512mem_mask.
15470         (bdesc_args): Add __builtin_ia32_expanddf512,
15471         __builtin_ia32_expandsf512.
15472         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
15473         VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
15474         VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
15475         * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
15476         (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
15477         (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
15478         (avx512f_<code>v8div16qi2_mask_store): This.
15479         (avx512f_expand<mode>): New.
15481 2014-01-27  Kirill Yukhin  <kirill.yukhin@intel.com>
15483         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
15484         New.
15485         (_mm512_mask_prefetch_i64gather_pd): Ditto.
15486         (_mm512_prefetch_i32scatter_pd): Ditto.
15487         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
15488         (_mm512_prefetch_i64scatter_pd): Ditto.
15489         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
15490         (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
15491         (_mm512_mask_prefetch_i64gather_ps): Ditto.
15492         (_mm512_prefetch_i32scatter_ps): Ditto.
15493         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
15494         (_mm512_prefetch_i64scatter_ps): Ditto.
15495         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
15496         * config/i386/i386-builtin-types.def: Define
15497         VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
15498         and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
15499         * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
15500         IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
15501         IX86_BUILTIN_SCATTERPFQPD.
15502         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
15503         __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
15504         __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
15505         __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
15506         __builtin_ia32_scatterpfqps.
15507         (ix86_expand_builtin): Expand new built-ins.
15508         * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
15509         fix memory access data type.
15510         (*avx512pf_gatherpf<mode>_mask): Ditto.
15511         (*avx512pf_gatherpf<mode>): Ditto.
15512         (avx512pf_scatterpf<mode>): Ditto.
15513         (*avx512pf_scatterpf<mode>_mask): Ditto.
15514         (*avx512pf_scatterpf<mode>): Ditto.
15515         (GATHER_SCATTER_SF_MEM_MODE): New.
15516         (avx512pf_gatherpf<mode>df): Ditto.
15517         (*avx512pf_gatherpf<mode>df_mask): Ditto.
15518         (*avx512pf_scatterpf<mode>df): Ditto.
15520 2014-01-27  Jakub Jelinek  <jakub@redhat.com>
15522         PR bootstrap/59934
15523         * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
15524         know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
15525         reached.
15527 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
15529         * common/config/arm/arm-common.c
15530         (arm_rewrite_mcpu): Handle multiple names.
15531         * config/arm/arm.h
15532         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
15534 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
15536         * gimple-builder.h (create_gimple_tmp): Delete.
15538 2014-01-27  Christian Bruel  <christian.bruel@st.com>
15540         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
15541         words comparisons.
15543 2014-01-26  John David Anglin  <danglin@gcc.gnu.org>
15545         * config/pa/pa.md (call): Generate indirect long calls to non-local
15546         functions when outputing 32-bit code.
15547         (call_value): Likewise except for special call to buggy powf function.
15549         * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
15550         portable runtime and PIC indirect calls.
15551         (pa_output_indirect_call): Remove unnecessary nop from portable runtime
15552         and PIC call sequences.  Use ldo instead of blr to set return register
15553         in PIC call sequence.
15555 2014-01-25  Walter Lee  <walt@tilera.com>
15557         * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
15558         avoid clobbering a live register.
15560 2014-01-25  Walter Lee  <walt@tilera.com>
15562         * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
15563         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
15564         * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
15565         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
15567 2014-01-25  Walter Lee  <walt@tilera.com>
15569         * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
15570         arguments on even registers.
15571         (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
15572         STACK_BOUNDARY.
15573         * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
15574         (BIGGEST_ALIGNMENT): Ditto.
15575         (BIGGEST_FIELD_ALIGNMENT): Ditto.
15577 2014-01-25  Walter Lee  <walt@tilera.com>
15579         * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
15580         insns before bundling.
15581         * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
15583 2014-01-25  Walter Lee  <walt@tilera.com>
15585         * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
15586         PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
15587         * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
15589 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
15591         * config/mips/constraints.md (kl): Delete.
15592         * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
15593         define expands, using...
15594         (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
15595         instructions for MIPS16.
15596         (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
15597         non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
15599 2014-01-25  Walter Lee  <walt@tilera.com>
15601         * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
15602         (clzdi2): Ditto.
15603         (ffsdi2): Ditto.
15605 2014-01-25  Walter Lee  <walt@tilera.com>
15607         * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
15608         (TARGET_EXPAND_TO_RTL_HOOK): Define.
15610 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
15612         * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
15613         Handle XOR.
15615 2014-01-25  Jakub Jelinek  <jakub@redhat.com>
15617         * print-rtl.c (in_call_function_usage): New var.
15618         (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
15619         EXPR_LIST mode as mode and not as reg note name.
15621         PR middle-end/59561
15622         * cfgloopmanip.c (copy_loop_info): If
15623         loop->warned_aggressive_loop_optimizations, make sure
15624         the flag is set in target loop too.
15626 2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
15628         * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
15629         flag_cilkplus.
15630         * builtins.def: Likewise.
15631         * cilk.h (fn_contains_cilk_spawn_p): Likewise.
15632         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
15633         * ira.c (ira_setup_eliminable_regset): Likewise.
15634         * omp-low.c (gate_expand_omp): Likewise.
15635         (execute_lower_omp): Likewise.
15636         (diagnose_sb_0): Likewise.
15637         (gate_diagnose_omp_blocks): Likewise.
15638         (simd_clone_clauses_extract): Likewise.
15639         (gate): Likewise.
15641 2014-01-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15643         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
15644         correction for little endian...
15645         * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
15646         here.
15648 2014-01-24  Jeff Law  <law@redhat.com>
15650         PR tree-optimization/59919
15651         * tree-vrp.c (find_assert_locations_1): Do not register asserts
15652         for non-returning calls.
15654 2014-01-24  James Greenhalgh  <james.greenhalgh@arm.com>
15656         * common/config/aarch64/aarch64-common.c
15657         (aarch64_rewrite_mcpu): Handle multiple names.
15658         * config/aarch64/aarch64.h
15659         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
15661 2014-01-24  Dodji Seketeli  <dodji@redhat.com>
15663         * input.c (add_file_to_cache_tab): Handle the case where fopen
15664         returns NULL.
15666 2014-01-23  H.J. Lu  <hongjiu.lu@intel.com>
15668         PR target/59929
15669         * config/i386/i386.md (pushsf splitter): Get stack adjustment
15670         from push operand if code of push isn't PRE_DEC.
15672 2014-01-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
15674         PR target/59909
15675         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
15676         -mquad-memory-atomic.  Update -mquad-memory documentation to say
15677         it is only used for non-atomic loads/stores.
15679         * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
15680         -mquad-memory or -mquad-memory-atomic switches.
15682         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
15683         -mquad-memory-atomic to ISA 2.07 support.
15685         * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
15686         to separate support of normal quad word memory operations (ldq, stq)
15687         from the atomic quad word memory operations.
15689         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
15690         support to separate non-atomic quad word operations from atomic
15691         quad word operations.  Disable non-atomic quad word operations in
15692         little endian mode so that we don't have to swap words after the
15693         load and before the store.
15694         (quad_load_store_p): Add comment about atomic quad word support.
15695         (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
15696         options printed with -mdebug=reg.
15698         * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
15699         -mquad-memory-atomic as the test for whether we have quad word
15700         atomic instructions.
15701         (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
15702         or -mp8-vector are used, allow byte/half-word atomic operations.
15704         * config/rs6000/sync.md (load_lockedti): Insure that the address
15705         is a proper indexed or indirect address for the lqarx instruction.
15706         On little endian systems, swap the hi/lo registers after the lqarx
15707         instruction.
15708         (load_lockedpti): Use indexed_or_indirect_operand predicate to
15709         insure the address is valid for the lqarx instruction.
15710         (store_conditionalti): Insure that the address is a proper indexed
15711         or indirect address for the stqcrx. instruction.  On little endian
15712         systems, swap the hi/lo registers before doing the stqcrx.
15713         instruction.
15714         (store_conditionalpti): Use indexed_or_indirect_operand predicate to
15715         insure the address is valid for the stqcrx. instruction.
15717         * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
15718         Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
15719         type of quad memory support is available.
15721 2014-01-23  Vladimir Makarov  <vmakarov@redhat.com>
15723         PR regression/59915
15724         * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
15725         there is a danger of looping.
15727 2014-01-23  Pat Haugen  <pthaugen@us.ibm.com>
15729         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
15730         force flag_ira_loop_pressure if set via command line.
15732 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
15734         * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
15735         (ashr_simd): New builtin handling DI mode.
15736         * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
15737         (aarch64_sshr_simddi): New match pattern.
15738         * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
15739         (vshrd_n_s64): Likewise.
15740         * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
15742 2014-01-23  Nick Clifton  <nickc@redhat.com>
15744         * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
15745         (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
15746         favour of mcu specific scripts.
15747         * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
15748         430x multilibs.
15750 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
15751             Alex Velenko  <Alex.Velenko@arm.com>
15753         * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
15754         (vaddv_s16): Likewise.
15755         (vaddv_s32): Likewise.
15756         (vaddv_u8): Likewise.
15757         (vaddv_u16): Likewise.
15758         (vaddv_u32): Likewise.
15759         (vaddvq_s8): Likewise.
15760         (vaddvq_s16): Likewise.
15761         (vaddvq_s32): Likewise.
15762         (vaddvq_s64): Likewise.
15763         (vaddvq_u8): Likewise.
15764         (vaddvq_u16): Likewise.
15765         (vaddvq_u32): Likewise.
15766         (vaddvq_u64): Likewise.
15767         (vaddv_f32): Likewise.
15768         (vaddvq_f32): Likewise.
15769         (vaddvq_f64): Likewise.
15770         (vmaxv_f32): Likewise.
15771         (vmaxv_s8): Likewise.
15772         (vmaxv_s16): Likewise.
15773         (vmaxv_s32): Likewise.
15774         (vmaxv_u8): Likewise.
15775         (vmaxv_u16): Likewise.
15776         (vmaxv_u32): Likewise.
15777         (vmaxvq_f32): Likewise.
15778         (vmaxvq_f64): Likewise.
15779         (vmaxvq_s8): Likewise.
15780         (vmaxvq_s16): Likewise.
15781         (vmaxvq_s32): Likewise.
15782         (vmaxvq_u8): Likewise.
15783         (vmaxvq_u16): Likewise.
15784         (vmaxvq_u32): Likewise.
15785         (vmaxnmv_f32): Likewise.
15786         (vmaxnmvq_f32): Likewise.
15787         (vmaxnmvq_f64): Likewise.
15788         (vminv_f32): Likewise.
15789         (vminv_s8): Likewise.
15790         (vminv_s16): Likewise.
15791         (vminv_s32): Likewise.
15792         (vminv_u8): Likewise.
15793         (vminv_u16): Likewise.
15794         (vminv_u32): Likewise.
15795         (vminvq_f32): Likewise.
15796         (vminvq_f64): Likewise.
15797         (vminvq_s8): Likewise.
15798         (vminvq_s16): Likewise.
15799         (vminvq_s32): Likewise.
15800         (vminvq_u8): Likewise.
15801         (vminvq_u16): Likewise.
15802         (vminvq_u32): Likewise.
15803         (vminnmv_f32): Likewise.
15804         (vminnmvq_f32): Likewise.
15805         (vminnmvq_f64): Likewise.
15807 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
15809         * config/aarch64/aarch64-simd.md
15810         (aarch64_dup_lane<mode>): Correct lane number on big-endian.
15811         (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
15812         (*aarch64_mul3_elt<mode>): Likewise.
15813         (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
15814         (*aarch64_mul3_elt_to_64v2df): Likewise.
15815         (*aarch64_mla_elt<mode>): Likewise.
15816         (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
15817         (*aarch64_mls_elt<mode>): Likewise.
15818         (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
15819         (*aarch64_fma4_elt<mode>): Likewise.
15820         (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
15821         (*aarch64_fma4_elt_to_64v2df): Likewise.
15822         (*aarch64_fnma4_elt<mode>): Likewise.
15823         (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
15824         (*aarch64_fnma4_elt_to_64v2df): Likewise.
15825         (aarch64_sq<r>dmulh_lane<mode>): Likewise.
15826         (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
15827         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
15828         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
15829         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
15830         (aarch64_sqdmull_lane<mode>_internal): Likewise.
15831         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
15833 2013-01-23  Alex Velenko  <Alex.Velenko@arm.com>
15835         * config/aarch64/aarch64-simd.md
15836         (aarch64_be_checked_get_lane<mode>): New define_expand.
15837         * config/aarch64/aarch64-simd-builtins.def
15838         (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
15839         New builtin definition.
15840         * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
15841         Use new safe be builtin.
15843 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
15845         * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
15846         New define_insn.
15847         (aarch64_be_st1<mode>): Likewise.
15848         (aarch_ld1<VALL:mode>): Define_expand modified.
15849         (aarch_st1<VALL:mode>): Likewise.
15850         * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
15851         (UNSPEC_ST1): Likewise.
15853 2014-01-23  David Holsgrove  <david.holsgrove@xilinx.com>
15855         * config/microblaze/microblaze.md: Add trap insn and attribute
15857 2014-01-23  Dodji Seketeli  <dodji@redhat.com>
15859         PR preprocessor/58580
15860         * input.h (location_get_source_line): Take an additional line_size
15861         parameter.
15862         (void diagnostics_file_cache_fini): Declare new function.
15863         * input.c (struct fcache): New type.
15864         (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
15865         New static constants.
15866         (diagnostic_file_cache_init, total_lines_num)
15867         (lookup_file_in_cache_tab, evicted_cache_tab_entry)
15868         (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
15869         (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
15870         (get_next_line, read_next_line, goto_next_line, read_line_num):
15871         New static function definitions.
15872         (diagnostic_file_cache_fini): New function.
15873         (location_get_source_line): Take an additional output line_len
15874         parameter.  Re-write using lookup_or_add_file_to_cache_tab and
15875         read_line_num.
15876         * diagnostic.c (diagnostic_finish): Call
15877         diagnostic_file_cache_fini.
15878         (adjust_line): Take an additional input parameter for the length
15879         of the line, rather than calculating it with strlen.
15880         (diagnostic_show_locus): Adjust the use of
15881         location_get_source_line and adjust_line with respect to their new
15882         signature.  While displaying a line now, do not stop at the first
15883         null byte.  Rather, display the zero byte as a space and keep
15884         going until we reach the size of the line.
15885         * Makefile.in: Add vec.o to OBJS-libcommon
15887 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
15888             Ilya Tocar  <ilya.tocar@intel.com>
15890         * config/i386/avx512fintrin.h (_mm512_kmov): New.
15891         * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
15892         (__builtin_ia32_kmov16): Ditto.
15893         * config/i386/i386.md (UNSPEC_KMOV): New.
15894         (kmovw): Ditto.
15896 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
15898         * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
15899         (_mm512_storeu_si512): Ditto.
15901 2014-01-23  Richard Sandiford  <rdsandiford@googlemail.com>
15903         PR target/52125
15904         * rtl.h (get_referenced_operands): Declare.
15905         * recog.c (get_referenced_operands): New function.
15906         * config/mips/mips.c (mips_reorg_process_insns): Check which asm
15907         operands have been referenced when recording LO_SUM references.
15909 2014-01-22  David Holsgrove  <david.holsgrove@xilinx.com>
15911         * config/microblaze/microblaze.md: Correct bswaphi2 insn.
15913 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
15915         * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
15916         Enable for generic and recent AMD targets.
15918 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
15920         * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
15921         ARG_SIZE note when adjustment was eliminated.
15923 2014-01-22  Jeff Law  <law@redhat.com>
15925         PR tree-optimization/59597
15926         * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
15927         in file.  Accept new argument REGISTERING and use it to modify
15928         dump output appropriately.
15929         (register_jump_thread): Corresponding changes.
15930         (mark_threaded_blocks): Reinstate code to cancel unprofitable
15931         thread paths involving joiner blocks.  Add code to dump cancelled
15932         jump threading paths.
15934 2014-01-22  Vladimir Makarov  <vmakarov@redhat.com>
15936         PR rtl-optimization/59477
15937         * lra-constraints.c (inherit_in_ebb): Process call for living hard
15938         regs.  Update reloads_num and potential_reload_hard_regs for all insns.
15940 2014-01-22  Tom Tromey  <tromey@redhat.com>
15942         * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
15943         PARAMS.
15944         * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
15946 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
15948         PR rtl-optimization/59896
15949         * lra-constraints.c (process_alt_operands): Check unused note for
15950         matched operands of insn with no output reloads.
15952 2014-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
15954         * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
15955         (mips_move_from_gpr_cost): Likewise.
15957 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
15959         PR rtl-optimization/59858
15960         * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
15961         ira_class_hard_regs_num.
15962         (process_alt_operands): Increase reject for dying matched operand.
15964 2014-01-21  Jakub Jelinek  <jakub@redhat.com>
15966         PR target/59003
15967         * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
15968         smaller than size, perform several stores or loads and stores
15969         at dst + count - size to store or copy all of size bytes, rather
15970         than just last modesize bytes.
15972 2014-01-20  DJ Delorie  <dj@redhat.com>
15974         * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
15975         that CLOBBERs are REGs before propogating their values.
15977 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15979         PR middle-end/59789
15980         * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
15981         (cgraph_inline_failed_type): New function.
15982         * cgraph.h (DEFCIFCODE): Add type.
15983         (cgraph_inline_failed_type_t): New enum.
15984         (cgraph_inline_failed_type): New prototype.
15985         * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
15986         FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
15987         FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
15988         LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
15989         MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
15990         RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
15991         OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
15992         INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
15993         Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
15994         FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
15995         EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
15996         OPTIMIZATION_MISMATCH.
15997         * tree-inline.c (expand_call_inline): Emit errors during
15998         early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
16000 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
16002         PR target/59685
16003         * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
16004         mode attribute in insn output.
16006 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
16008         * output.h (output_constant): Delete.
16009         * varasm.c (output_constant): Make private.
16011 2014-01-20  Alex Velenko  <Alex.Velenko@arm.com>
16013         * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
16015 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
16017         PR middle-end/59860
16018         * tree.h (fold_builtin_strcat): New prototype.
16019         * builtins.c (fold_builtin_strcat): No longer static.  Add len
16020         argument, if non-NULL, don't call c_strlen.  Optimize
16021         directly into __builtin_memcpy instead of __builtin_strcpy.
16022         (fold_builtin_2): Adjust fold_builtin_strcat caller.
16023         * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
16025 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
16027         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
16028         for SImode_address_operand operands, having only a REG argument.
16030 2014-01-20  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16032         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
16033         loader name using mbig-endian.
16034         (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
16036 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
16038         * doc/invoke.texi (-march): Clarify documentation for AArch64.
16039         (-mtune): Likewise.
16040         (-mcpu): Likewise.
16042 2014-01-20  Tejas Belagod  <tejas.belagod@arm.com>
16044         * config/aarch64/aarch64-protos.h
16045         (aarch64_cannot_change_mode_class_ptr): Declare.
16046         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
16047         aarch64_cannot_change_mode_class_ptr): New.
16048         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
16049         backend hook aarch64_cannot_change_mode_class.
16051 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
16053         * common/config/aarch64/aarch64-common.c
16054         (aarch64_handle_option): Don't handle any option order logic here.
16055         * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
16056         selected_cpu, warn on architecture version mismatch.
16057         (aarch64_override_options): Fix parsing order for option strings.
16059 2014-01-20  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
16060             Iain Sandoe  <iain@codesourcery.com>
16062         PR bootstrap/59496
16063         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
16064         warning.  Amend comment to reflect current functionality.
16066 2014-01-20  Richard Biener  <rguenther@suse.de>
16068         PR middle-end/59860
16069         * builtins.c (fold_builtin_strcat): Remove case better handled
16070         by tree-ssa-strlen.c.
16072 2014-01-20  Alan Lawrence  <alan.lawrence@arm.com>
16074         * config/aarch64/aarch64.opt
16075         (mcpu, march, mtune): Make case-insensitive.
16077 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
16079         PR target/59880
16080         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
16081         if operands[1] is a REG or ZERO_EXTEND of a REG.
16083 2014-01-19  Jan Hubicka  <hubicka@ucw.cz>
16085         * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
16087 2014-01-19  John David Anglin  <danglin@gcc.gnu.org>
16089         * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
16090         long non-pic millicode calls.
16092 2014-01-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
16094         * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
16096 2014-01-19  Kito Cheng  <kito@0xlab.org>
16098         * builtins.c (expand_movstr): Check movstr expand done or fail.
16100 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
16101             H.J. Lu  <hongjiu.lu@intel.com>
16103         PR target/59379
16104         * config/i386/i386.md (*lea<mode>): Zero-extend return register
16105         to DImode for zero-extended addresses.
16107 2014-01-19  Jakub Jelinek  <jakub@redhat.com>
16109         PR rtl-optimization/57763
16110         * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
16111         on the new indirect jump_insn and increment LABEL_NUSES (label).
16113 2014-01-18  H.J. Lu  <hongjiu.lu@intel.com>
16115         PR bootstrap/59580
16116         PR bootstrap/59583
16117         * config.gcc (x86_archs): New variable.
16118         (x86_64_archs): Likewise.
16119         (x86_cpus): Likewise.
16120         Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
16121         --with-arch/--with-cpu= options.
16122         Support --with-arch=/--with-cpu={nehalem,westmere,
16123         sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
16125 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
16127         * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
16128         and PROCESSOR_ATHLON to simplify code.  Move "memory" calculation.
16130 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
16132         * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
16134 2014-01-18  Jakub Jelinek  <jakub@redhat.com>
16136         PR target/58944
16137         * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
16138         clear cpp_get_options (parse_in)->warn_unused_macros for
16139         ix86_target_macros_internal with cpp_define.
16141 2014-01-18  Richard Sandiford  <rdsandiford@googlemail.com>
16143         * jump.c (delete_related_insns): Keep (use (insn))s.
16144         * reorg.c (redundant_insn): Check for barriers too.
16146 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
16148         * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
16150 2014-01-17  John David Anglin  <danglin@gcc.gnu.org>
16152         * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
16153         call to $$dyncall when TARGET_LONG_CALLS is true.
16155 2014-01-17  Jeff Law  <law@redhat.com>
16157         * ree.c (combine_set_extension): Temporarily disable test for
16158         changing number of hard registers.
16160 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
16162         PR middle-end/58125
16163         * ipa-inline-analysis.c (inline_free_summary):
16164         Do not free summary of aliases.
16166 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
16168         PR middle-end/59706
16169         * gimplify.c (gimplify_expr): Use create_tmp_var
16170         instead of create_tmp_var_raw.  If cond doesn't have
16171         integral type, don't add the IFN_ANNOTATE builtin at all.
16173 2014-01-17  Martin Jambor  <mjambor@suse.cz>
16175         PR ipa/59736
16176         * ipa-cp.c (prev_edge_clone): New variable.
16177         (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
16178         Also resize prev_edge_clone vector.
16179         (ipcp_edge_duplication_hook): Also update prev_edge_clone.
16180         (ipcp_edge_removal_hook): New function.
16181         (ipcp_driver): Register ipcp_edge_removal_hook.
16183 2014-01-17  Andrew Pinski  <apinski@cavium.com>
16184             Steve Ellcey  <sellcey@mips.com>
16186         PR target/59462
16187         * config/mips/mips.c (mips_print_operand): Check operand mode instead
16188         of operator mode.
16190 2014-01-17  Jeff Law  <law@redhat.com>
16192         PR middle-end/57904
16193         * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
16194         so that pass_ccp runs first.
16196 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
16198         * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
16199         (ix86_adjust_cost): Use !TARGET_XXX.
16200         (do_reorder_for_imul): Likewise.
16201         (swap_top_of_ready_list): Likewise.
16202         (ix86_sched_reorder): Likewise.
16204 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
16206         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
16207         PROCESSOR_INTEL.  Treat like PROCESSOR_GENERIC.
16208         * config/i386/i386.c (intel_memcpy): New.  Duplicate slm_memcpy.
16209         (intel_memset): New.  Duplicate slm_memset.
16210         (intel_cost): New.  Duplicate slm_cost.
16211         (m_INTEL): New macro.
16212         (processor_target_table): Add "intel".
16213         (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
16214         with PROCESSOR_INTEL for "intel".
16215         (ix86_lea_outperforms): Support PROCESSOR_INTEL.  Duplicate
16216         PROCESSOR_SILVERMONT.
16217         (ix86_issue_rate): Likewise.
16218         (ix86_adjust_cost): Likewise.
16219         (ia32_multipass_dfa_lookahead): Likewise.
16220         (swap_top_of_ready_list): Likewise.
16221         (ix86_sched_reorder): Likewise.
16222         (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
16223         instead of TARGET_OPT_AGU.
16224         * config/i386/i386.h (TARGET_INTEL): New.
16225         (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
16226         (processor_type): Add PROCESSOR_INTEL.
16227         * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
16228         Add X86_TUNE_AVOID_LEA_FOR_ADDR.
16230 2014-01-17  Marek Polacek  <polacek@redhat.com>
16232         PR c/58346
16233         * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
16234         size is zero.
16236 2014-01-17  Richard Biener  <rguenther@suse.de>
16238         PR tree-optimization/46590
16239         * opts.c (default_options_table): Add entries for
16240         OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
16241         all enabled at -O1 but not for -Og.
16242         * common.opt (fbranch-count-reg): Remove Init(1).
16243         (fmove-loop-invariants): Likewise.
16244         (ftree-pta): Likewise.
16246 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
16248         * config/i386/i386.c (ix86_data_alignment): For compatibility with
16249         (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
16250         decls to at least the GCC 4.8 used alignments.
16252         PR fortran/59440
16253         * tree-nested.c (convert_nonlocal_reference_stmt,
16254         convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
16255         of GIMPLE_BIND stmts, adjust associated decls.
16257 2014-01-17  Richard Biener  <rguenther@suse.de>
16259         PR tree-optimization/46590
16260         * vec.h (vec<>::bseach): New member function implementing
16261         binary search according to C89 bsearch.
16262         (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
16263         * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
16264         bitmap pointer again.  Make accesses_in_loop a flat array.
16265         (mem_ref_obstack): New global.
16266         (outermost_indep_loop): Adjust for mem_ref->stored changes.
16267         (mark_ref_stored): Likewise.
16268         (ref_indep_loop_p_2): Likewise.
16269         (set_ref_stored_in_loop): New helper function.
16270         (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
16271         (memref_free): Adjust.
16272         (record_mem_ref_loc): Simplify.
16273         (gather_mem_refs_stmt): Adjust.
16274         (sort_locs_in_loop_postorder_cmp): New function.
16275         (analyze_memory_references): Sort accesses_in_loop after
16276         loop postorder number.
16277         (find_ref_loc_in_loop_cmp): New function.
16278         (for_all_locs_in_loop): Find relevant cluster of locs in
16279         accesses_in_loop and iterate without recursion.
16280         (execute_sm): Avoid uninit warning.
16281         (struct ref_always_accessed): Simplify.
16282         (ref_always_accessed::operator ()): Likewise.
16283         (ref_always_accessed_p): Likewise.
16284         (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
16285         loop postorder numbers here.
16286         (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
16287         numbers.
16289 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
16291         PR c++/57945
16292         * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
16293         on decls for which assemble_alias has been called.
16295 2014-01-17  Nick Clifton  <nickc@redhat.com>
16297         * config/msp430/msp430.opt: (mcpu): New option.
16298         * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
16299         (msp430_option_override): Parse target_cpu.  If the MCU name
16300         matches a generic string, clear target_mcu.
16301         (msp430_attr): Allow numeric interrupt values up to 63.
16302         (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
16303         * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
16304         option.
16305         * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
16306         Add mcpu matches.
16307         * config/msp430/msp430.md (popm): Use %J rather than %I.
16308         (addsi3): Use msp430_nonimmediate_operand for operand 2.
16309         (addhi_cy_i): Use immediate_operand for operand 2.
16310         * doc/invoke.texi: Document -mcpu option.
16312 2014-01-17  Richard Biener  <rguenther@suse.de>
16314         PR rtl-optimization/38518
16315         * df.h (df_analyze_loop): Declare.
16316         * df-core.c: Include cfgloop.h.
16317         (df_analyze_1): Split out main part of df_analyze.
16318         (df_analyze): Adjust.
16319         (loop_inverted_post_order_compute): New function.
16320         (loop_post_order_compute): Likewise.
16321         (df_analyze_loop): New function avoiding whole-function
16322         postorder computes.
16323         * loop-invariant.c (find_defs): Use df_analyze_loop.
16324         (find_invariants): Adjust.
16325         * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
16327 2014-01-17  Zhenqiang Chen  <zhenqiang.chen@arm.com>
16329         * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
16330         (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
16332 2014-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
16334         * ipa-ref.c (ipa_remove_stmt_references): Fix references
16335         traversal when removing references.
16337 2014-01-16  Jan Hubicka  <hubicka@ucw.cz>
16339         PR ipa/59775
16340         * tree.c (get_binfo_at_offset): Look harder for virtual bases.
16342 2014-01-16  Bernd Schmidt  <bernds@codesourcery.com>
16344         PR middle-end/56791
16345         * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
16346         pushing a reload for an autoinc when we had previously reloaded an
16347         inner part of the address.
16349 2014-01-16  Jakub Jelinek  <jakub@redhat.com>
16351         * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
16352         field.
16353         (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
16354         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
16355         when not giving up or versioning for alias only because of
16356         loop->safelen.
16357         (vect_analyze_data_ref_dependences): Set to true.
16358         * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
16359         is a GIMPLE_PHI.
16360         (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
16361         LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
16362         to the condition.
16364         PR middle-end/58344
16365         * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
16367         PR target/59839
16368         * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
16369         operand 0 predicate for gathers, use a new pseudo as subtarget.
16371 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
16373         PR middle-end/59609
16374         * lra-constraints.c (process_alt_operands): Add printing debug info.
16375         Check absence of input/output reloads for matched operands too.
16377 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
16379         PR rtl-optimization/59835
16380         * ira.c (ira_init_register_move_cost): Increase cost for
16381         impossible modes.
16383 2014-01-16  Alan Lawrence  <alan.lawrence@arm.com>
16385         * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
16387 2014-01-16  Richard Earnshaw  <rearnsha@arm.com>
16389         PR target/59780
16390         * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
16391         non-register objects.  Use gen_(high/low)part more consistently.
16392         Fix assertions.
16394 2014-01-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
16396         PR target/59844
16397         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
16398         endian support, remove tests for WORDS_BIG_ENDIAN.
16399         (p8_mfvsrd_3_<mode>): Likewise.
16400         (reload_gpr_from_vsx<mode>): Likewise.
16401         (reload_gpr_from_vsxsf): Likewise.
16402         (p8_mfvsrd_4_disf): Likewise.
16404 2014-01-16  Richard Biener  <rguenther@suse.de>
16406         PR rtl-optimization/46590
16407         * lcm.c (compute_antinout_edge): Use postorder iteration.
16408         (compute_laterin): Use inverted postorder iteration.
16410 2014-01-16  Nick Clifton  <nickc@redhat.com>
16412         PR middle-end/28865
16413         * varasm.c (output_constant): Return the number of bytes actually
16414         emitted.
16415         (output_constructor_array_range): Update the field size with the
16416         number of bytes emitted by output_constant.
16417         (output_constructor_regular_field): Likewise.  Also do not
16418         complain if the total number of bytes emitted is now greater
16419         than the expected fieldpos.
16420         * output.h (output_constant): Update prototype and descriptive comment.
16422 2014-01-16  Marek Polacek  <polacek@redhat.com>
16424         PR middle-end/59827
16425         * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
16426         it is error_mark_node.
16428 2014-01-15  Uros Bizjak  <ubizjak@gmail.com>
16430         * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
16431         VALID_AVX256_REG_OR_OI_MODE.
16433 2014-01-15  Pat Haugen  <pthaugen@us.ibm.com>
16435         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
16436         current procedure should be profiled.
16438 2014-01-15  Andrew Pinski  <apinski@cavium.com>
16440         * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
16441         of moving from/to the STACK_REG register class.
16443 2014-01-15  Richard Henderson  <rth@redhat.com>
16445         PR debug/54694
16446         * reginfo.c (global_regs_decl): Globalize.
16447         * rtl.h (global_regs_decl): Declare.
16448         * ira.c (do_reload): Diagnose frame_pointer_needed and it
16449         reserved via global_regs.
16451 2014-01-15  Teresa Johnson  <tejohnson@google.com>
16453         * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
16455 2014-01-15  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
16457         * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
16458         and vmulosh rather than call gen_vec_widen_smult_*.
16459         (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
16460         than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
16461         (vec_widen_smult_even_v16qi): Likewise.
16462         (vec_widen_umult_even_v8hi): Likewise.
16463         (vec_widen_smult_even_v8hi): Likewise.
16464         (vec_widen_umult_odd_v16qi): Likewise.
16465         (vec_widen_smult_odd_v16qi): Likewise.
16466         (vec_widen_umult_odd_v8hi): Likewise.
16467         (vec_widen_smult_odd_v8hi): Likewise.
16468         (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
16469         vmuloub rather than call gen_vec_widen_umult_*.
16470         (vec_widen_umult_lo_v16qi): Likewise.
16471         (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
16472         vmulosb rather than call gen_vec_widen_smult_*.
16473         (vec_widen_smult_lo_v16qi): Likewise.
16474         (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
16475         rather than call gen_vec_widen_umult_*.
16476         (vec_widen_umult_lo_v8hi): Likewise.
16477         (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
16478         rather than call gen_vec_widen_smult_*.
16479         (vec_widen_smult_lo_v8hi): Likewise.
16481 2014-01-15  Jeff Law  <law@redhat.com>
16483         PR tree-optimization/59747
16484         * ree.c (find_and_remove_re): Properly handle case where a second
16485         eliminated extension requires widening a copy created for elimination
16486         of a prior extension.
16487         (combine_set_extension): Ensure that the number of hard regs needed
16488         for a destination register does not change when we widen it.
16490 2014-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
16492         * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
16493         (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
16494         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
16495         (arm*-*-rtems*): Use t-rtems from existing tmake_file.
16496         (avr-*-rtems*): Likewise.
16497         (bfin*-rtems*): Likewise.
16498         (moxie-*-rtems*): Likewise.
16499         (h8300-*-rtems*): Likewise.
16500         (i[34567]86-*-rtems*): Likewise.
16501         (lm32-*-rtems*): Likewise.
16502         (m32r-*-rtems*): Likewise.
16503         (m68k-*-rtems*): Likewise.
16504         (microblaze*-*-rtems*): Likewise.
16505         (mips*-*-rtems*): Likewise.
16506         (powerpc-*-rtems*): Likewise.
16507         (sh-*-rtems*): Likewise.
16508         (sparc-*-rtems*): Likewise.
16509         (sparc64-*-rtems*): Likewise.
16510         (v850-*-rtems*): Likewise.
16511         (m32c-*-rtems*): Likewise.
16513 2014-01-15  Vladimir Makarov  <vmakarov@redhat.com>
16515         PR rtl-optimization/59511
16516         * ira.c (ira_init_register_move_cost): Use memory costs for some
16517         cases of register move cost calculations.
16518         * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
16519         instead of BB frequency.
16520         * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
16521         * lra-assigns.c (find_hard_regno_for): Ditto.
16523 2014-01-15  Richard Biener  <rguenther@suse.de>
16525         PR tree-optimization/59822
16526         * tree-vect-stmts.c (hoist_defs_of_uses): New function.
16527         (vectorizable_load): Use it to hoist defs of uses of invariant
16528         loads out of the loop.
16530 2014-01-15  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
16531             Kugan Vivekanandarajah  <kuganv@linaro.org>
16533         PR target/59695
16534         * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
16535         truncation.
16537 2014-01-15  Richard Biener  <rguenther@suse.de>
16539         PR rtl-optimization/59802
16540         * lcm.c (compute_available): Use inverted postorder to seed
16541         the initial worklist.
16543 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16545         PR target/59803
16546         * config/s390/s390.c (s390_preferred_reload_class): Don't return
16547         ADDR_REGS for invalid symrefs in non-PIC code.
16549 2014-01-15  Jakub Jelinek  <jakub@redhat.com>
16551         PR other/58712
16552         * builtins.c (determine_block_size): Initialize *probable_max_size
16553         even if len_rtx is CONST_INT.
16555 2014-01-14  Andrew Pinski  <apinski@cavium.com>
16557         * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
16558         * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
16559         (cortexa53_tunings): Likewise.
16560         (aarch64_sched_issue_rate): New function.
16561         (TARGET_SCHED_ISSUE_RATE): Define.
16563 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
16565         * ira-costs.c (find_costs_and_classes): Add missed
16566         ira_init_register_move_cost_if_necessary.
16568 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
16570         PR target/59787
16571         * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
16573 2014-01-14  H.J. Lu  <hongjiu.lu@intel.com>
16575         PR target/59794
16576         * config/i386/i386.c (type_natural_mode): Add a bool parameter
16577         to indicate if type is used for function return value.  Warn ABI
16578         change if the vector mode isn't available for function return value.
16579         (ix86_function_arg_advance): Pass false to type_natural_mode.
16580         (ix86_function_arg): Likewise.
16581         (ix86_gimplify_va_arg): Likewise.
16582         (function_arg_32): Don't warn ABI change.
16583         (ix86_function_value): Pass true to type_natural_mode.
16584         (ix86_return_in_memory): Likewise.
16585         (ix86_struct_value_rtx): Removed.
16586         (TARGET_STRUCT_VALUE_RTX): Likewise.
16588 2014-01-14  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
16590         * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
16591         converting a conditional jump into a conditional return.
16593 2014-01-14  Richard Biener  <rguenther@suse.de>
16595         PR tree-optimization/58921
16596         PR tree-optimization/59006
16597         * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
16598         hoisting invariant stmts.
16599         * tree-vect-stmts.c (vectorizable_load): Insert the splat of
16600         invariant loads on the preheader edge if possible.
16602 2014-01-14  Joey Ye  <joey.ye@arm.com>
16604         * doc/plugin.texi (Building GCC plugins): Update to C++.
16606 2014-01-14  Kirill Yukhin  <kirill.yukhin@intel.com>
16608         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
16609         (_mm_rcp28_round_ss): Ditto.
16610         (_mm_rsqrt28_round_sd): Ditto.
16611         (_mm_rsqrt28_round_ss): Ditto.
16612         (_mm_rcp28_sd): Ditto.
16613         (_mm_rcp28_ss): Ditto.
16614         (_mm_rsqrt28_sd): Ditto.
16615         (_mm_rsqrt28_ss): Ditto.
16616         * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
16617         * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
16618         * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
16619         (IX86_BUILTIN_RCP28SD): Ditto.
16620         (IX86_BUILTIN_RCP28SS): Ditto.
16621         (IX86_BUILTIN_RSQRT28SD): Ditto.
16622         (IX86_BUILTIN_RSQRT28SS): Ditto.
16623         (bdesc_special_args): Define __builtin_ia32_movntdqa512,
16624         __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
16625         __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
16626         (ix86_expand_special_args_builtin): Expand new FTYPE.
16627         * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
16628         (srcp14<mode>): Make insn unary.
16629         (avx512f_vmscalef<mode><round_name>): Use substed predicate.
16630         (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
16631         (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
16632         (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
16633         (avx512er_exp2<mode><mask_name><round_saeonly_name>):
16634         Fix rounding: make it SAE only.
16635         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
16636         Ditto.
16637         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
16638         Ditto.
16639         (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
16640         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
16641         (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
16642         * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
16643         (round_saeonly_mask_scalar_operand4): Ditto.
16644         (round_saeonly_mask_scalar_op3): Ditto.
16645         (round_saeonly_mask_scalar_op4): Ditto.
16647 2014-01-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16649         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
16650         Implement -maltivec=be for vec_insert and vec_extract.
16652 2014-01-10  DJ Delorie  <dj@redhat.com>
16654         * config/msp430/msp430.md (call_internal): Don't allow memory
16655         references with SP as the base register.
16656         (call_value_internal): Likewise.
16657         * config/msp430/constraints.md (Yc): New.  For memory references
16658         that don't use SP as a base register.
16660         * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
16661         "an integer without a # prefix"
16662         * config/msp430/msp430.md (epilogue_helper): Use it.
16664 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
16666         PR target/59617
16667         * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
16668         AVX512F gather builtins.
16669         * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
16670         on gather decls with INTEGER_TYPE masktype.
16671         (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
16672         directly into the builtin rather than hoisting it before loop.
16674         PR tree-optimization/59387
16675         * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
16676         (scev_const_prop): If folded_casts and type has undefined overflow,
16677         use force_gimple_operand instead of force_gimple_operand_gsi and
16678         for each added stmt if it is assign with
16679         arith_code_with_undefined_signed_overflow, call
16680         rewrite_to_defined_overflow.
16681         * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
16682         gimple-fold.h instead.
16683         (arith_code_with_undefined_signed_overflow,
16684         rewrite_to_defined_overflow): Moved to ...
16685         * gimple-fold.c (arith_code_with_undefined_signed_overflow,
16686         rewrite_to_defined_overflow): ... here.  No longer static.
16687         Include gimplify-me.h.
16688         * gimple-fold.h (arith_code_with_undefined_signed_overflow,
16689         rewrite_to_defined_overflow): New prototypes.
16691 2014-01-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16693         * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
16695 2014-01-13  Eric Botcazou  <ebotcazou@adacore.com>
16697         * builtins.c (get_object_alignment_2): Minor tweak.
16698         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
16700 2014-01-13  Christian Bruel  <christian.bruel@st.com>
16702         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
16703         optimized non constant lengths.
16705 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
16707         PR libgomp/59194
16708         * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
16709         load as __atomic_load_N if possible.
16711 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
16713         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
16714         target parameter.
16715         (rs6000_expand_builtin): Adjust call.
16717 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
16719         PR target/58115
16720         * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
16721         * config/rs6000/rs6000.c: Include target-globals.h.
16722         (rs6000_set_current_function): Instead of doing target_reinit
16723         unconditionally, use save_target_globals_default_opts and
16724         restore_target_globals.
16726         * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
16727         FPSCR.
16728         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
16729         (rs6000_expand_builtin): Handle mffs and mtfsf.
16730         (rs6000_init_builtins): Define mffs and mtfsf.
16731         * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
16732         (rs6000_mffs): New pattern.
16733         (rs6000_mtfsf): New pattern.
16735 2014-01-11  Bin Cheng  <bin.cheng@arm.com>
16737         * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
16738         Start narrowing with START.  Apply candidate-use pair
16739         and check overall cost in narrowing.
16740         (iv_ca_prune): Pass new argument.
16742 2014-01-10  Jeff Law  <law@redhat.com>
16744         PR middle-end/59743
16745         * ree.c (combine_reaching_defs): Ensure the defining statement
16746         occurs before the extension when optimizing extensions with
16747         different source and destination hard registers.
16749 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
16751         PR ipa/58585
16752         * ipa-devirt.c (build_type_inheritance_graph): Also add types of
16753         vtables into the type inheritance graph.
16755 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
16757         PR rtl-optimization/59754
16758         * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
16759         modes in the REGNO != REGNO case.
16761 2014-01-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16763         * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
16765 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
16767         PR tree-optimization/59745
16768         * tree-predcom.c (tree_predictive_commoning_loop): Call
16769         free_affine_expand_cache if giving up because components is NULL.
16771         * target-globals.c (save_target_globals): Allocate < 4KB structs using
16772         GC in payload of target_globals struct instead of allocating them on
16773         the heap and the larger structs separately using GC.
16774         * target-globals.h (struct target_globals): Make regs, hard_regs,
16775         reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
16776         of GTY((skip)) and change type to void *.
16777         (reset_target_globals): Cast loads from those fields to corresponding
16778         types.
16780 2014-01-10  Steve Ellcey  <sellcey@mips.com>
16782         PR plugins/59335
16783         * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
16784         gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
16785         tree-ssanames.h, print-tree.h, varasm.h, and context.h.
16787 2014-01-10  Richard Earnshaw  <rearnsha@arm.com>
16789         PR target/59744
16790         * aarch64-modes.def (CC_Zmode): New flags mode.
16791         * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
16792         represents an equality.
16793         (aarch64_get_condition_code): Handle CC_Zmode.
16794         * aarch64.md (compare_neg<mode>): Restrict to equality operations.
16796 2014-01-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16798         * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
16799         extraction in good case.
16801 2014-01-10  Richard Biener  <rguenther@suse.de>
16803         PR tree-optimization/59374
16804         * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
16805         checking after SLP discovery.  Mark stmts not participating
16806         in any SLP instance properly.
16808 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16810         * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
16811         when handling a SET rtx.
16813 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16815         * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
16816         (cortex-a57): Likewise.
16817         (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
16819 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16821         * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
16822         non-iwmmxt builtins.
16824 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
16826         PR ipa/58252
16827         PR ipa/59226
16828         * ipa-devirt.c record_target_from_binfo): Take as argument
16829         stack of binfos and lookup matching one for virtual inheritance.
16830         (possible_polymorphic_call_targets_1): Update.
16832 2014-01-10  Huacai Chen  <chenhc@lemote.com>
16834         * config/mips/driver-native.c (host_detect_local_cpu): Handle new
16835         kernel strings for Loongson-2E/2F/3A.
16837 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
16839         PR middle-end/59670
16840         * tree-vect-data-refs.c (vect_analyze_data_refs): Check
16841         is_gimple_call before calling gimple_call_internal_p.
16843 2014-01-09  Steve Ellcey  <sellcey@mips.com>
16845         * Makefile.in (TREE_FLOW_H): Remove.
16846         (TREE_SSA_H): Add file names from tree-flow.h.
16847         * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
16848         * tree.h: Remove tree-flow.h reference.
16849         * hash-table.h: Remove tree-flow.h reference.
16850         * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
16851         reference with tree-ssa-loop.h.
16853 2014-01-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16855         * doc/invoke.texi: Add -maltivec={be,le} options, and document
16856         default element-order behavior for -maltivec.
16857         * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
16858         * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
16859         that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
16860         when targeting big endian, at least for now.
16861         * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
16863 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
16865         PR middle-end/47735
16866         * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
16867         var satisfies use_register_for_decl, just take into account type
16868         alignment, rather than decl alignment.
16870         PR tree-optimization/59622
16871         * gimple-fold.c (gimple_fold_call): Fix a typo in message.  For
16872         __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
16873         __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
16874         Don't devirtualize for inplace at all.  For targets.length () == 1,
16875         if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
16877 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
16879         * config/i386/i386.md (cpu): Remove the unused btver1.
16881 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
16883         * gdbasan.in: Put a breakpoint on __sanitizer::Report.
16885 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
16887         PR target/58115
16888         * tree-core.h (struct target_globals): New forward declaration.
16889         (struct tree_target_option): Add globals field.
16890         * tree.h (TREE_TARGET_GLOBALS): Define.
16891         (prepare_target_option_nodes_for_pch): New prototype.
16892         * target-globals.h (struct target_globals): Define even if
16893         !SWITCHABLE_TARGET.
16894         * tree.c (prepare_target_option_node_for_pch,
16895         prepare_target_option_nodes_for_pch): New functions.
16896         * config/i386/i386.h (SWITCHABLE_TARGET): Define.
16897         * config/i386/i386.c: Include target-globals.h.
16898         (ix86_set_current_function): Instead of doing target_reinit
16899         unconditionally, use save_target_globals_default_opts and
16900         restore_target_globals.
16902 2014-01-09  Richard Biener  <rguenther@suse.de>
16904         PR tree-optimization/59715
16905         * tree-cfg.h (split_critical_edges): Declare.
16906         * tree-cfg.c (split_critical_edges): Export.
16907         * tree-ssa-sink.c (execute_sink_code): Split critical edges.
16909 2014-01-09  Max Ostapenko  <m.ostapenko@partner.samsung.com>
16911         * cfgexpand.c (expand_stack_vars): Optionally disable
16912         asan stack protection.
16913         (expand_used_vars): Likewise.
16914         (partition_stack_vars): Likewise.
16915         * asan.c (asan_emit_stack_protection): Optionally disable
16916         after return stack usage.
16917         (instrument_derefs): Optionally disable memory access instrumentation.
16918         (instrument_builtin_call): Likewise.
16919         (instrument_strlen_call): Likewise.
16920         (asan_protect_global): Optionally disable global variables protection.
16921         * doc/invoke.texi: Added doc for new options.
16922         * params.def: Added new options.
16923         * params.h: Likewise.
16925 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
16927         PR rtl-optimization/59724
16928         * ifcvt.c (cond_exec_process_if_block): Don't call
16929         flow_find_head_matching_sequence with 0 longest_match.
16930         * cfgcleanup.c (flow_find_head_matching_sequence): Count even
16931         non-active insns if !stop_after.
16932         (try_head_merge_bb): Revert 2014-01-07 changes.
16934 2014-01-08  Jeff Law  <law@redhat.com>
16936         * ree.c (get_sub_rtx): New function, extracted from...
16937         (merge_def_and_ext): Here.
16938         (combine_reaching_defs): Use get_sub_rtx.
16940 2014-01-08  Eric Botcazou  <ebotcazou@adacore.com>
16942         * cgraph.h (varpool_variable_node): Do not choke on null node.
16944 2014-01-08  Catherine Moore  <clm@codesourcery.com>
16946         * config/mips/mips.md (simple_return): Attempt to use JRC
16947         for microMIPS.
16948         * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
16950 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
16952         PR rtl-optimization/59137
16953         * reorg.c (steal_delay_list_from_target): Call update_block for
16954         elided insns.
16955         (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
16957 2014-01-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16959         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
16960         two duplicate entries.
16962 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
16964         Revert:
16965         2012-10-07  Richard Sandiford  <rdsandiford@googlemail.com>
16967         * config/mips/mips.c (mips_truncated_op_cost): New function.
16968         (mips_rtx_costs): Adjust test for BADDU.
16969         * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
16971         2012-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
16973         * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
16974         (*baddu_si): ...this new pattern.
16976 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
16978         PR ipa/59722
16979         * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
16981 2014-01-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16983         PR middle-end/57748
16984         * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
16985         inner_reference_p.
16986         (expand_expr, expand_normal): Adjust.
16987         * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
16988         inner_reference_p. Use inner_reference_p to expand inner references.
16989         (store_expr): Adjust.
16990         * cfgexpand.c (expand_call_stmt): Adjust.
16992 2014-01-08  Rong Xu  <xur@google.com>
16994         * gcov-io.c (gcov_var): Move from gcov-io.h.
16995         (gcov_position): Ditto.
16996         (gcov_is_error): Ditto.
16997         (gcov_rewrite): Ditto.
16998         * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
16999         only part to libgcc/libgcov.h.
17001 2014-01-08  Marek Polacek  <polacek@redhat.com>
17003         PR middle-end/59669
17004         * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
17006 2014-01-08  Marek Polacek  <polacek@redhat.com>
17008         PR sanitizer/59667
17009         * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
17011 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
17013         PR rtl-optimization/59649
17014         * stor-layout.c (get_mode_bounds): For BImode return
17015         0 and STORE_FLAG_VALUE.
17017 2014-01-08  Richard Biener  <rguenther@suse.de>
17019         PR middle-end/59630
17020         * gimple.h (is_gimple_builtin_call): Remove.
17021         (gimple_builtin_call_types_compatible_p): New.
17022         (gimple_call_builtin_p): New overload.
17023         * gimple.c (is_gimple_builtin_call): Remove.
17024         (validate_call): Rename to ...
17025         (gimple_builtin_call_types_compatible_p): ... this and export.  Also
17026         check return types.
17027         (validate_type): New static function.
17028         (gimple_call_builtin_p): New overload and adjust.
17029         * gimple-fold.c (gimple_fold_builtin): Fold the return value.
17030         (gimple_fold_call): Likewise.  Use gimple_call_builtin_p.
17031         (gimple_fold_stmt_to_constant_1): Likewise.
17032         * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
17034 2014-01-08  Richard Biener  <rguenther@suse.de>
17036         PR middle-end/59471
17037         * gimplify.c (gimplify_expr): Gimplify register-register type
17038         VIEW_CONVERT_EXPRs to separate stmts.
17040 2014-01-07  Jeff Law  <law@redhat.com>
17042         PR middle-end/53623
17043         * ree.c (combine_set_extension): Handle case where source
17044         and destination registers in an extension insn are different.
17045         (combine_reaching_defs): Allow source and destination registers
17046         in extension to be different under limited circumstances.
17047         (add_removable_extension): Remove restriction that the
17048         source and destination registers in the extension are the same.
17049         (find_and_remove_re): Emit a copy from the extension's
17050         destination to its source after the defining insn if
17051         the source and destination registers are different.
17053         PR middle-end/59285
17054         * ifcvt.c (merge_if_block): If we are merging a block with more than
17055         one successor with a block with no successors, remove any BARRIER
17056         after the second block.
17058 2014-01-07  Dan Xio Qiang  <ziyan01@163.com>
17060         * hw-doloop.c (reorg_loops): Release the bitmap obstack.
17062 2014-01-07  John David Anglin  <danglin@gcc.gnu.org>
17064         PR target/59652
17065         * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
17066         for 14-bit register offsets when INT14_OK_STRICT is false.
17068 2014-01-07  Roland Stigge  <stigge@antcom.de>
17069             Michael Meissner  <meissner@linux.vnet.ibm.com>
17071         PR 57386/target
17072         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
17073         Only check TFmode for SPE constants.  Don't check TImode or TDmode.
17075 2014-01-07  James Greenhalgh  <james.greenhalgh@arm.com>
17077         * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
17078         -mcpu.
17080 2014-01-07  Yufeng Zhang  <yufeng.zhang@arm.com>
17082         * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
17083         with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
17084         rtx is const0_rtx or not.
17086 2014-01-07  Richard Sandiford  <rdsandiford@googlemail.com>
17088         PR target/58115
17089         * target-globals.c (save_target_globals): Remove this_fn_optab
17090         handling.
17091         * toplev.c: Include optabs.h.
17092         (target_reinit): Temporarily restore the global options if another
17093         set of options are in force.
17095 2014-01-07  Jakub Jelinek  <jakub@redhat.com>
17097         PR rtl-optimization/58668
17098         * cfgcleanup.c (flow_find_cross_jump): Don't count
17099         any jumps if dir_p is NULL.  Remove p1 variable, use active_insn_p
17100         to determine what is counted.
17101         (flow_find_head_matching_sequence): Use active_insn_p to determine
17102         what is counted.
17103         (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
17104         counting change.
17105         * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
17106         determine what is counted.
17108         PR tree-optimization/59643
17109         * tree-predcom.c (split_data_refs_to_components): If one dr is
17110         read and one write, determine_offset fails and the write isn't
17111         in the bad component, just put the read into the bad component.
17113 2014-01-07  Mike Stump  <mikestump@comcast.net>
17114             Jakub Jelinek  <jakub@redhat.com>
17116         PR pch/59436
17117         * tree-core.h (struct tree_optimization_option): Change optabs
17118         type from unsigned char * to void *.
17119         * optabs.c (init_tree_optimization_optabs): Adjust
17120         TREE_OPTIMIZATION_OPTABS initialization.
17122 2014-01-06  Jakub Jelinek  <jakub@redhat.com>
17124         PR target/59644
17125         * config/i386/i386.h (struct machine_function): Add
17126         no_drap_save_restore field.
17127         * config/i386/i386.c (ix86_save_reg): Use
17128         !cfun->machine->no_drap_save_restore instead of
17129         crtl->stack_realign_needed.
17130         (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
17131         this function clears frame_pointer_needed.  Set
17132         cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
17133         and DRAP reg is needed.
17135 2014-01-06  Marek Polacek  <polacek@redhat.com>
17137         PR c/57773
17138         * doc/implement-c.texi: Mention that other integer types are
17139         permitted as bit-field types in strictly conforming mode.
17141 2014-01-06  Felix Yang  <fei.yang0953@gmail.com>
17143         * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
17144         is newly allocated.
17146 2014-01-06  Richard Earnshaw  <rearnsha@arm.com>
17148         * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
17150 2014-01-06  Martin Jambor  <mjambor@suse.cz>
17152         PR ipa/59008
17153         * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
17154         to int.
17155         * ipa-prop.c (ipa_print_node_params): Fix indentation.
17157 2014-01-06  Eric Botcazou  <ebotcazou@adacore.com>
17159         PR debug/59350
17160         PR debug/59510
17161         * var-tracking.c (add_stores): Preserve the value of the source even if
17162         we don't record the store.
17164 2014-01-06  Terry Guo  <terry.guo@arm.com>
17166         * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
17168 2014-01-05  Iain Sandoe  <iain@codesourcery.com>
17170         PR bootstrap/59541
17171         * config/darwin.c (darwin_function_section): Adjust return values to
17172         correspond to optimisation changes made in r206070.
17174 2014-01-05  Uros Bizjak  <ubizjak@gmail.com>
17176         * config/i386/i386.c (ix86_data_alignment): Calculate max_align
17177         from prefetch_block tune setting.
17178         (nocona_cost): Correct size of prefetch block to 64.
17180 2014-01-04  Eric Botcazou  <ebotcazou@adacore.com>
17182         * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
17183         (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
17184         used to save the static chain register in the computation of the offset
17185         from which the FP registers need to be restored.
17187 2014-01-04  Jakub Jelinek  <jakub@redhat.com>
17189         PR tree-optimization/59519
17190         * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
17191         ICE if get_current_def (current_new_name) is already non-NULL, as long
17192         as it is a phi result of some other phi in *new_exit_bb that has
17193         the same argument.
17195         * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
17196         or vmovdqu* for misaligned_operand.
17197         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
17198         <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
17199         * config/i386/i386.c (ix86_expand_special_args_builtin): Set
17200         aligned_mem for AVX512F masked aligned load and store builtins and for
17201         non-temporal moves.
17203 2014-01-03  Bingfeng Mei  <bmei@broadcom.com>
17205         PR tree-optimization/59651
17206         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
17207         Address range for negative step should be added by TYPE_SIZE_UNIT.
17209 2014-01-03  Andreas Schwab  <schwab@linux-m68k.org>
17211         * config/m68k/m68k.c (handle_move_double): Handle pushes with
17212         overlapping registers also for registers other than the stack pointer.
17214 2014-01-03  Marek Polacek  <polacek@redhat.com>
17216         PR other/59661
17217         * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
17218         __builtin_FILE.
17220 2014-01-03  Jakub Jelinek  <jakub@redhat.com>
17222         PR target/59625
17223         * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
17224         asm goto as jump.
17226         * config/i386/i386.md (MODE_SIZE): New mode attribute.
17227         (push splitter): Use <P:MODE_SIZE> instead of
17228         GET_MODE_SIZE (<P:MODE>mode).
17229         (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
17230         (mov -1, reg peephole2): Likewise.
17231         * config/i386/sse.md (*mov<mode>_internal,
17232         <sse>_storeu<ssemodesuffix><avxsizesuffix>,
17233         <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
17234         *<code><mode>3, *andnot<mode>3<mask_name>,
17235         <mask_codefor><code><mode>3<mask_name>): Likewise.
17236         * config/i386/subst.md (mask_mode512bit_condition,
17237         sd_mask_mode512bit_condition): Likewise.
17239 2014-01-02  Xinliang David Li  <davidxl@google.com>
17241         PR tree-optimization/59303
17242         * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
17243         (dump_predicates): Better output format.
17244         (pred_equal_p): New function.
17245         (is_neq_relop_p): Ditto.
17246         (is_neq_zero_form_p): Ditto.
17247         (pred_expr_equal_p): Ditto.
17248         (pred_neg_p): Ditto.
17249         (simplify_pred): Ditto.
17250         (simplify_preds_2): Ditto.
17251         (simplify_preds_3): Ditto.
17252         (simplify_preds_4): Ditto.
17253         (simplify_preds): Ditto.
17254         (push_pred): Ditto.
17255         (push_to_worklist): Ditto.
17256         (get_pred_info_from_cmp): Ditto.
17257         (is_degenerated_phi): Ditto.
17258         (normalize_one_pred_1): Ditto.
17259         (normalize_one_pred): Ditto.
17260         (normalize_one_pred_chain): Ditto.
17261         (normalize_preds): Ditto.
17262         (normalize_cond_1): Remove function.
17263         (normalize_cond): Ditto.
17264         (is_gcond_subset_of): Ditto.
17265         (is_subset_of_any): Ditto.
17266         (is_or_set_subset_of): Ditto.
17267         (is_and_set_subset_of): Ditto.
17268         (is_norm_cond_subset_of): Ditto.
17269         (pred_chain_length_cmp): Ditto.
17270         (convert_control_dep_chain_into_preds): Type change.
17271         (find_predicates): Ditto.
17272         (find_def_preds): Ditto.
17273         (destroy_predicates_vecs): Ditto.
17274         (find_matching_predicates_in_rest_chains): Ditto.
17275         (use_pred_not_overlap_with_undef_path_pred): Ditto.
17276         (is_pred_expr_subset): Ditto.
17277         (is_pred_chain_subset_of): Ditto.
17278         (is_included_in): Ditto.
17279         (is_superset_of): Ditto.
17281 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
17283         Update copyright years.
17285 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
17287         * common/config/arc/arc-common.c, config/arc/arc-modes.def,
17288         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
17289         config/arc/arc.md, config/arc/arc.opt,
17290         config/arm/arm_neon_builtins.def, config/arm/crypto.def,
17291         config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
17292         config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
17293         config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
17294         config/linux-protos.h, config/linux.c, config/winnt-c.c,
17295         diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
17296         vtable-verify.c, vtable-verify.h: Use the standard form for the
17297         copyright notice.
17299 2014-01-02  Tobias Burnus  <burnus@net-b.de>
17301         * gcc.c (process_command): Update copyright notice dates.
17302         * gcov-dump.c: Ditto.
17303         * gcov.c: Ditto.
17304         * doc/cpp.texi: Bump @copying's copyright year.
17305         * doc/cppinternals.texi: Ditto.
17306         * doc/gcc.texi: Ditto.
17307         * doc/gccint.texi: Ditto.
17308         * doc/gcov.texi: Ditto.
17309         * doc/install.texi: Ditto.
17310         * doc/invoke.texi: Ditto.
17312 2014-01-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
17314         * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
17316 2014-01-01  Jakub Jelinek  <jakub@redhat.com>
17318         * config/i386/sse.md (*mov<mode>_internal): Guard
17319         EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
17321         PR rtl-optimization/59647
17322         * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
17323         new_rtx into UNSIGNED_FLOAT rtxes.
17325 Copyright (C) 2014 Free Software Foundation, Inc.
17327 Copying and distribution of this file, with or without modification,
17328 are permitted in any medium without royalty provided the copyright
17329 notice and this notice are preserved.