1 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
3 * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
4 * dominance.c (iterate_fix_dominators): Use hash_map instead of
6 * hash-map.h: New file.
7 * ipa-comdats.c: Use hash_map instead of pointer_map.
9 * lto-section-out.c: Adjust.
10 * lto-streamer.h: Replace pointer_map with hash_map.
11 * symtab.c (verify_symtab): Likewise.
12 * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
13 * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
14 * tree-streamer.h: Likewise.
15 * tree-streamer.c: Adjust.
16 * pointer-set.h: Remove pointer_map.
18 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
20 * hash-table.h: Add a template arg to choose between storing values
21 and storing pointers to values, and then provide partial
22 specializations for both.
23 * tree-browser.c (tree_upper_hasher): Provide the type the hash table
24 should store, not the type values should point to.
25 * tree-into-ssa.c (var_info_hasher): Likewise.
26 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
27 * tree-complex.c: Adjust.
28 * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
29 table instead of int_tree_map *.
30 * tree-parloops.c: Adjust.
31 * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
33 * tree-vectorizer.c: Adjust.
35 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
37 * hash-table.h: Remove a layer of indirection from hash_table so that
38 it contains the hash table's data instead of a pointer to the data.
39 * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
40 config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
41 config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
42 data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
43 fold-const.c, gcse.c, ggc-common.c,
44 gimple-ssa-strength-reduction.c, gimplify.c,
45 graphite-clast-to-gimple.c, graphite-dependences.c,
46 graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
47 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
48 loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
49 lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
50 postreload-gcse.c, sese.c, statistics.c, store-motion.c,
51 trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
52 tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
53 tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
54 tree-ssa-live.c, tree-ssa-loop-im.c,
55 tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
56 tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
57 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
58 tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
59 tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
60 tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
61 vtable-verify.c, vtable-verify.h: Adjust.
63 2014-06-24 Richard Biener <rguenther@suse.de>
65 PR tree-optimization/61572
66 * tree-ssa-sink.c (statement_sink_location): Do not sink
67 loads from hard registers.
69 2014-06-24 Jakub Jelinek <jakub@redhat.com>
71 * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
72 not mentioned in clauses use private clause if the iterator is
73 declared in #pragma omp for simd, and when adding lastprivate
74 instead, add it to the outer #pragma omp for too. Diagnose
75 if the variable is private in outer context. For simd collapse > 1
76 loops, replace all iterators with temporaries.
77 * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
78 same even in collapse > 1 loops.
80 * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
81 OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
83 <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
84 (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
86 (gimplify_adjust_omp_clauses): Likewise.
87 * omp-low.c (lower_rec_simd_input_clauses,
88 lower_rec_input_clauses, expand_omp_simd): Handle non-constant
89 safelen the same as safelen(1).
90 * tree-nested.c (convert_nonlocal_omp_clauses,
91 convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED. For
92 OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
93 (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
94 Fixup handling of GIMPLE_OMP_TARGET.
95 (convert_tramp_reference_stmt, convert_gimple_call): Handle
98 2014-06-24 Chung-Lin Tang <cltang@codesourcery.com>
100 PR tree-optimization/61554
101 * tree-ssa-propagate.c: Include "bitmap.h".
102 (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
103 properly update constructor/destructor.
104 (substitute_and_fold_dom_walker::before_dom_children):
105 Remove call to gimple_purge_dead_eh_edges, add bb->index to
106 need_eh_cleaup instead.
107 (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
110 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
112 * varpool.c (dump_varpool_node): Dump used_by_single_function.
113 * tree-pass.h (make_pass_ipa_single_use): New pass.
114 * cgraph.h (used_by_single_function): New flag.
115 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
117 * passes.def (pass_ipa_single_use): Scedule.
118 * ipa.c (BOTTOM): New macro.
120 (propagate_single_user): New function.
121 (ipa_single_use): New function.
122 (pass_data_ipa_single_use): New pass.
123 (pass_ipa_single_use): New pass.
124 (pass_ipa_single_use::gate): New gate.
125 (make_pass_ipa_single_use): New function.
127 2014-06-23 Kai Tietz <ktietz@redhat.com>
130 * passes.def (peephole2): Move peephole2 pass before
132 * config/i386/i386.md (peehole2): Combine memories
135 2014-06-23 Richard Biener <rguenther@suse.de>
137 * tree-ssa-loop.c (gate_loop): New function.
138 (pass_tree_loop::gate): Call it.
139 (pass_data_tree_no_loop, pass_tree_no_loop,
140 make_pass_tree_no_loop): New.
141 * tree-vectorizer.c: Include tree-scalar-evolution.c
142 (pass_slp_vectorize::execute): Initialize loops and SCEV if
144 (pass_slp_vectorize::clone): New method.
145 * timevar.def (TV_TREE_NOLOOP): New.
146 * tree-pass.h (make_pass_tree_no_loop): Declare.
147 * passes.def (pass_tree_no_loop): New pass group with
150 2014-06-23 H.J. Lu <hongjiu.lu@intel.com>
153 * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
154 to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
156 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
158 * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
161 2014-06-23 Alan Modra <amodra@gmail.com>
164 * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
165 to zero on debug statements.
167 2014-06-19 Alan Lawrence <alan.lawrence@arm.com>
170 * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
171 Ignore third operand if present by marking qualifier_internal.
173 * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
175 * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
177 (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
178 arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
179 (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
180 vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
181 vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
182 vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
183 vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
184 vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
185 vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
186 vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
187 vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
188 vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
189 vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
190 vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
191 vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
192 vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
193 logic in GCC vector extensions
195 (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
196 vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
197 vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
198 vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
199 vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
200 vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
201 vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
202 vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
203 vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
204 vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
206 (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
208 (vget_high_s64, vget_high_u64): Reimplement with GCC vector
211 (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
212 (vget_low_s64): Use __GET_LOW macro.
213 (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
214 gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
215 (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
216 (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
217 __builtin_aarch64_lane_boundsi, use GCC vector extensions.
219 (vcombine_s64): Use GCC vector extensions; remove cast.
220 (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
221 vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
222 vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
223 Fix type signature; remove cast.
225 2014-06-19 Alan Lawrence <alan.lawrence@arm.com>
228 * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
230 * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
233 (BUILTIN_VD_RE): Remove.
234 (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
235 (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
236 * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
238 (vreinterpretv1df*, vreinterpret*v1df): New.
239 (vreinterpretdf*, vreinterpret*df): Remove.
240 * config/aarch64/aarch64-simd.md (aarch64_create, aarch64_reinterpret*):
241 Generate V1DFmode pattern not DFmode.
242 * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
244 * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
245 (vcreate_f64): Remove cast, use v1df builtin.
246 (vcombine_f64): Remove cast, get elements with gcc vector extensions.
247 (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
248 vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
249 vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
250 vmov_n_f64, vst1_f64): Use gcc vector extensions.
251 (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
252 add range check using __builtin_aarch64_im_lane_boundsi.
253 (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
254 vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
255 type signature, use gcc vector extensions.
256 (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
257 vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
258 vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
259 vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
260 vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
261 vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
262 vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
263 vreinterpret_u64_f64): Use v1df builtin not df.
265 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
267 * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
270 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
272 * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini priority
275 2014-06-23 Zhenqiang Chen <zhenqiang.chen@linaro.org>
277 * loop-invariant.c (pre_check_invariant_p): New function.
278 (find_invariant_insn): Call pre_check_invariant_p.
280 2014-06-22 Richard Henderson <rth@redhat.com>
283 * compare-elim.c (struct comparison): Add eh_note.
284 (find_comparison_dom_walker::before_dom_children): Don't eliminate
285 a redundant comparison in a different EH region. Purge EH edges if
288 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
290 * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
292 (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
293 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
294 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
295 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
296 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
297 *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
298 *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
299 *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
300 *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
301 *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
302 *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
303 *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
304 *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
305 *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
306 *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
307 *rotldi3_internal15be): Use the new attribute. Merge register and
308 integer alternatives.
310 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
312 * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
313 define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
314 split, *ashrdi3_internal3 and split): Delete, merge into...
315 (ashr<mode>3): New expander.
316 (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
317 (*ashrsi3_64): Fix formatting. Replace "i" by "n".
319 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
321 * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
322 *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
323 *rotldi3_internal3 and split): Delete, merge into...
324 (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
325 (*rotlsi3_64): Fix formatting. Fix condition. Replace "i" by "n".
326 Use "rotlw" extended mnemonic.
328 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
330 * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
331 and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
332 and split, *ashldi3_internal3 and split): Delete, merge into...
333 (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
334 (*ashlsi3_64): Fix formatting. Replace "i" by "n".
336 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
338 * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
339 (lshrsi3, two anonymous define_insns and define_splits,
340 lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
341 *lshrdi3_internal3 and split): Delete, merge into...
342 (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
343 (*lshrsi3_64): Fix formatting. Replace "i" by "n".
345 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
347 * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
348 Remove "O" alternative.
350 2014-06-22 Richard Sandiford <rdsandiford@googlemail.com>
352 * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
353 (mips_move_from_gpr_cost): Likewise.
354 (mips_register_move_cost): Update accordingly.
355 (mips_secondary_reload_class): Remove name of in_p.
357 2014-06-22 Marc Glisse <marc.glisse@inria.fr>
360 * config/i386/i386.md (x86_64_shrd, x86_shrd,
361 ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
363 2014-06-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
365 * config/nios2/nios2.c: Include "builtins.h".
367 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
369 * cgraph.h (tls_model_names): New variable.
370 * print-tree.c (print_node): Simplify.
371 * varpool.c (tls_model_names): New variable.
372 (dump_varpool_node): Output tls model.
374 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
376 * ipa-visibility.c (function_and_variable_visibility): Disable
377 temporarily local aliases for some targets.
379 2014-06-20 Marek Polacek <polacek@redhat.com>
381 * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
382 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
383 into SANITIZE_UNDEFINED.
384 * doc/invoke.texi: Describe -fsanitize=bounds.
385 * gimplify.c (gimplify_call_expr): Add gimplification of internal
386 functions created in the FEs.
387 * internal-fn.c: Move "internal-fn.h" after "tree.h".
388 (expand_UBSAN_BOUNDS): New function.
389 * internal-fn.def (UBSAN_BOUNDS): New internal function.
390 * internal-fn.h: Don't define internal functions here.
391 * opts.c (common_handle_option): Add -fsanitize=bounds.
392 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
393 BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
394 * tree-core.h: Define internal functions here.
395 (struct tree_base): Add ifn field.
396 * tree-pretty-print.c: Include "internal-fn.h".
397 (dump_generic_node): Handle functions without CALL_EXPR_FN.
398 * tree.c (get_callee_fndecl): Likewise.
399 (build_call_expr_internal_loc): New function.
400 * tree.def (CALL_EXPR): Update description.
401 * tree.h (CALL_EXPR_IFN): Define.
402 (build_call_expr_internal_loc): Declare.
403 * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
405 (ubsan_type_descriptor): Change bool parameter to enum
406 ubsan_print_style. Adjust the code. Add handling of
408 (ubsan_expand_bounds_ifn): New function.
409 (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
410 (ubsan_build_overflow_builtin): Likewise.
411 (instrument_bool_enum_load): Likewise.
412 (ubsan_instrument_float_cast): Likewise.
413 * ubsan.h (enum ubsan_print_style): New enum.
414 (ubsan_expand_bounds_ifn): Declare.
415 (ubsan_type_descriptor): Adjust declaration. Use a default parameter.
417 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
419 * config/rs6000/rs6000.md: Append `DONE' to preparation
420 statements of `bswap' pattern splitters.
422 2014-06-20 Tom de Vries <tom@codesourcery.com>
424 * target.def (call_fusage_contains_non_callee_clobbers): Update
426 * doc/tm.texi: Regenerate.
428 2014-06-20 Yury Gribov <y.gribov@samsung.com>
429 Max Ostapenko <m.ostapenko@partner.samsung.com>
432 * asan.c (instrument_strlen_call): Fixed instrumentation of
435 2014-06-20 Martin Jambor <mjambor@suse.cz>
438 * ipa-prop.c (impossible_devirt_target): New function.
439 (try_make_edge_direct_virtual_call): Use it, also instead of
442 2014-06-20 Yury Gribov <y.gribov@samsung.com>
443 Max Ostapenko <m.ostapenko@partner.samsung.com>
446 * asan.c (build_check_stmt): Add condition.
448 2014-06-20 Martin Jambor <mjambor@suse.cz>
451 * cgraph.c (clone_of_p): Allow skipped_branch to deal with
454 2014-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
456 * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
458 (VCONQ): Make comment more helpful.
460 * config/aarch64/aarch64-simd.md
461 (aarch64_sqdmulh_lane<mode>):
462 Use VCOND for operands 2. Update lane checking and flipping logic.
463 (aarch64_sqrdmulh_lane<mode>): Likewise.
464 (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
465 (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
466 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
467 attribute of operand 3 to VCOND.
468 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
469 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
470 (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
471 (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
472 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
473 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
475 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
476 (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
477 (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
478 (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
479 (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
480 (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
481 operand to VCOND. Update lane flipping and bounds checking logic.
482 (aarch64_sqdmlal2_lane<mode>): Likewise.
483 (aarch64_sqdmlsl_lane<mode>): Likewise.
484 (aarch64_sqdmull_lane<mode>): Likewise.
485 (aarch64_sqdmull2_lane<mode>): Likewise.
486 (aarch64_sqdmlal_laneq<mode>):
487 Replace VCON usage with VCONQ.
488 Emit aarch64_sqdmlal_laneq<mode>_internal insn.
489 (aarch64_sqdmlal2_laneq<mode>): Emit
490 aarch64_sqdmlal2_laneq<mode>_internal insn.
491 Replace VCON with VCONQ.
492 (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
493 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
494 (aarch64_sqdmull_laneq<mode>): Emit
495 aarch64_sqdmull_laneq<mode>_internal insn.
496 Replace VCON with VCONQ.
497 (aarch64_sqdmull2_laneq<mode>): Emit
498 aarch64_sqdmull2_laneq<mode>_internal insn.
499 (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
500 * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
501 of 3rd argument to int16x4_t.
502 (vqdmlalh_lane_s16): Likewise.
503 (vqdmlslh_lane_s16): Likewise.
504 (vqdmull_high_lane_s16): Likewise.
505 (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
506 (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
507 (vqdmlsl_lane_s16): Likewise.
508 (vqdmull_lane_s16): Don't create temporary int16x8_t value.
509 (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
510 (vqdmlals_lane_s32): Likewise.
511 (vqdmlsls_lane_s32): Likewise.
512 (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
513 (vqdmulls_lane_s32): Likewise.
514 (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
515 (vqdmlsl_lane_s32): Likewise.
516 (vqdmull_lane_s32): Don't create temporary int32x4_t value.
517 (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
518 (vqrdmulhh_lane_s16): Likewise.
519 (vqdmlsl_high_lane_s16): Likewise.
520 (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
521 (vqdmlsl_high_lane_s32): Likewise.
522 (vqrdmulhs_lane_s32): Likewise.
524 2014-06-20 Tom de Vries <tom@codesourcery.com>
526 * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
527 get_call_reg_set_usage.
529 2014-06-20 Tom de Vries <tom@codesourcery.com>
531 * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
532 it contains all call_used_regs.
534 2014-06-20 Tom de Vries <tom@codesourcery.com>
536 * final.c (collect_fn_hard_reg_usage): Add and use variable
539 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
541 * cgraph.h (struct symtab_node): Add field in_init_priority_hash
542 (set_init_priority, get_init_priority, set_fini_priority,
543 get_fini_priority): New methods.
544 * tree.c (init_priority_for_decl): Remove.
545 (init_ttree): Do not initialize init priority.
546 (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
547 (decl_priority_info): Remove.
548 (decl_init_priority_insert): Rewrite.
549 (decl_fini_priority_insert): Rewrite.
550 * tree.h (tree_priority_map_eq, tree_priority_map_hash,
551 tree_priority_map_marked_p): Remove.
552 * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
553 * lto-streamer-out.c (hash_tree): Do not hash priorities.
554 * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
555 not output priorities.
556 (pack_ts_function_decl_value_fields): Likewise.
557 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
558 not input priorities.
559 (unpack_ts_function_decl_value_fields): Likewise.
560 * symtab.c (symbol_priority_map): Declare.
561 (init_priority_hash): Declare.
562 (symtab_unregister_node): Unregister from priority hash, too.
563 (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
565 (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
566 (symbol_priority_info): New function.
567 (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
569 * tree-core.h (tree_priority_map): Remove.
571 2014-06-20 Jakub Jelinek <jakub@redhat.com>
573 * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
574 0xff to uint64_t before shifting it up.
576 2014-06-20 Julian Brown <julian@codesourcery.com>
577 Chung-Lin Tang <cltang@codesourcery.com>
579 * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
580 TARGET_THUMB1_ONLY. Add comments.
582 2014-06-19 Tom de Vries <tom@codesourcery.com>
584 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
586 * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
588 2014-06-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
590 * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
591 as "move", from depends_on.
593 2014-06-19 Terry Guo <terry.guo@arm.com>
595 * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
598 2014-06-18 Segher Boessenkool <segher@kernel.crashing.org>
600 * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
602 (REG_ALLOC_ORDER): Update comment. Move cr5 earlier.
604 2014-06-18 Kaz Kojima <kkojima@gcc.gnu.org>
607 * config/sh/sh.c (prepare_move_operands): Don't process TLS
608 addresses here if reload in progress or completed.
610 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
612 * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
613 "TARGET_MIPS16 ? M16_REGS : GR_REGS".
614 * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
615 (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
616 (mips_register_priority): New function that implements the target
617 hook TARGET_REGISTER_PRIORITY.
618 (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
619 (mips_lra_p): Likewise for TARGET_LRA_P.
620 (TARGET_REGISTER_PRIORITY): Define macro.
621 (TARGET_SPILL_CLASS): Likewise.
622 (TARGET_LRA_P): Likewise.
623 * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
625 (REG_CLASS_NAMES): Likewise.
626 (REG_CLASS_CONTENTS): Likewise.
627 (BASE_REG_CLASS): Use M16_SP_REGS.
628 * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
629 New set attribute to enable alternatives depending on the register
631 (*mul_acc_si_r3900, *mul_sub_si): Likewise.
632 (*lea64): Disable pattern for MIPS16.
633 * config/mips/mips.opt (mlra): New option.
635 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
637 * lra-constraints.c (base_to_reg): New function.
638 (process_address): Use new function.
640 2014-06-18 Tom de Vries <tom@codesourcery.com>
642 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
643 * config/aarch64/aarch64.c
644 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
645 (aarch64_emit_call_insn): New function.
646 (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
648 * config/aarch64/aarch64.md (define_expand "call_internal")
649 (define_expand "call_value_internal", define_expand "sibcall_internal")
650 (define_expand "sibcall_value_internal"): New.
651 (define_expand "call", define_expand "call_value")
652 (define_expand "sibcall", define_expand "sibcall_value"): Use internal
653 expand variant and aarch64_emit_call_insn.
655 2014-06-18 Radovan Obradovic <robradovic@mips.com>
656 Tom de Vries <tom@codesourcery.com>
658 * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
659 * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
661 (arm_emit_call_insn): Add and use sibcall parameter. Add IP and CC
662 clobbers to CALL_INSN_FUNCTION_USAGE.
663 (define_expand "sibcall_internal")
664 (define_expand "sibcall_value_internal"): New.
665 (define_expand "call", define_expand "call_value"): Add argument to
667 (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
668 (define_expand "sibcall_value"): Use sibcall_value_internal and
671 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
673 * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
675 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
677 * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
680 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
682 * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
683 push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
684 annotations. Fix DWARF information.
686 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
688 * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
689 __udivmoddi4, and fixups for negative operands.
691 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
693 * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
695 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
697 * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
700 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
702 * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
705 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
707 * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
708 describing register usage on function entry and exit.
710 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
712 * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
713 (__aeabi_ldivmod): Fix whitespace.
715 2014-06-18 Andreas Schwab <schwab@suse.de>
717 * doc/md.texi (Standard Names): Use @itemx for grouped items.
718 Remove blank line after @item.
720 2014-06-18 Richard Henderson <rth@redhat.com>
723 * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
725 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
727 * config/arm/arm.c (neon_vector_mem_operand): Allow register
728 POST_MODIFY for neon loads and stores.
729 (arm_print_operand): Output post-index register for neon loads and
732 2014-06-18 Richard Biener <rguenther@suse.de>
734 * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
736 2014-06-18 Richard Biener <rguenther@suse.de>
738 * tree-pass.h (make_pass_dce_loop): Remove.
739 * passes.def: Replace pass_dce_loop with pass_dce.
740 * tree-ssa-dce.c (perform_tree_ssa_dce): If something
741 changed free niter estimates and reset the scev cache.
742 (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
743 make_pass_dce_loop): Remove.
744 * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
745 (fini_copy_prop): Return whether something changed. Always
746 let substitute_and_fold perform DCE and free niter estimates
747 and reset the scev cache if so.
748 (execute_copy_prop): If sth changed schedule cleanup-cfg.
749 (pass_data_copy_prop): Do not unconditionally schedule
750 cleanup-cfg or update-ssa.
752 2014-06-18 Yuri Rumyantsev <ysrumyan@gmail.com>
754 PR tree-optimization/61518
755 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
756 reduction var is used in reduction stmt or phi-function only.
758 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
760 * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
762 2014-06-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
764 PR tree-optimization/61517
765 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
766 whose rhs's first tree is the source expression instead of the
768 (find_bswap_or_nop): Likewise.
769 (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
770 gimple stmt whose rhs's first tree is the source. In the memory source
771 case, move the stmt to be replaced close to one of the original load to
772 avoid the problem of a store between the load and the stmt's original
774 (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
777 2014-06-18 Andreas Schwab <schwab@suse.de>
779 PR rtl-optimization/54555
780 * postreload.c (move2add_use_add2_insn): Substitute
781 STRICT_LOW_PART only if it is cheaper.
783 2014-06-18 Uros Bizjak <ubizjak@gmail.com>
785 * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
786 Do not use unspec as call operand. Use memory_operand instead of
787 memory_nox32_operand and add "m" operand constraint. Disable
788 pattern for TARGET_X32.
789 (*sibcall_pop_memory): Ditto.
790 (*sibcall_value_memory): Ditto.
791 (*sibcall_value_pop_memory): Ditto.
792 (sibcall peepholes): Merge SImode and DImode patterns using
793 W mode iterator. Use memory_operand instead of memory_nox32_operand.
794 Disable pattern for TARGET_X32. Check if eliminated register is
795 really dead after call insn. Generate call RTX without unspec operand.
796 (sibcall_value peepholes): Ditto.
797 (sibcall_pop peepholes): Fix call insn RTXes. Use memory_operand
798 instead of memory_nox32_operand. Check if eliminated register is
799 really dead after call insn. Generate call RTX without unspec operand.
800 (sibcall_value_pop peepholes): Ditto.
801 * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
803 2014-06-18 Terry Guo <terry.guo@arm.com>
806 * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
809 2014-06-18 Olivier Hainque <hainque@adacore.com>
811 * tree-core.h (tree_block): Add an "end_locus" field, allowing
812 memorization of the end of block source location.
813 * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
814 * gimplify.c (gimplify_bind_expr): Propagate the block start and
815 end source location info we have on the block entry/exit code we
818 2014-06-18 Richard Biener <rguenther@suse.de>
820 * common.opt (fssa-phiopt): New option.
821 * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
823 * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
824 * doc/invoke.texi (-fssa-phiopt): Document.
826 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
828 * genattrtab.c (n_bypassed): New variable.
829 (process_bypasses): Initialise n_bypassed.
830 Count number of bypassed reservations.
831 (make_automaton_attrs): Allocate space for bypassed reservations
832 rather than number of bypasses.
834 2014-06-18 Richard Biener <rguenther@suse.de>
836 * tree-ssa-propagate.c (replace_phi_args_in): Return whether
837 we propagated anything.
838 (substitute_and_fold_dom_walker::before_dom_children): Something
839 changed if we propagated into PHI arguments.
840 * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
843 2014-06-18 Evgeny Stupachenko <evstupac@gmail.com>
845 * config/i386/i386.c (ix86_reassociation_width): Add alternative for
847 * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
848 * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
849 * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
850 Introduces alternative way of loads group permutaions.
851 (vect_transform_grouped_load): Try alternative way of permutations.
853 2014-06-18 Jakub Jelinek <jakub@redhat.com>
855 * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
856 changed in ORT_TARGET region, don't jump to do_outer.
857 (struct gimplify_adjust_omp_clauses_data): New type.
858 (gimplify_adjust_omp_clauses_1): Adjust for data being
859 a struct gimplify_adjust_omp_clauses_data pointer instead
860 of tree *. Pass pre_p as a new argument to
861 lang_hooks.decls.omp_finish_clause hook.
862 (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
863 splay_tree_foreach to pass both list_p and pre_p.
864 (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
865 gimplify_omp_workshare, gimplify_omp_target_update): Adjust
866 gimplify_adjust_omp_clauses callers.
867 * langhooks.c (lhd_omp_finish_clause): New function.
868 * langhooks-def.h (lhd_omp_finish_clause): New prototype.
869 (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
870 * langhooks.h (struct lang_hooks_for_decls): Add a new
871 gimple_seq * argument to omp_finish_clause hook.
872 * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
873 non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
874 (scan_omp_parallel, lower_omp_for): When adding
875 _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
876 * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
877 * tree-nested.c (convert_nonlocal_omp_clauses,
878 convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
879 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
881 2014-06-17 Andrew MacLeod <amacleod@redhat.com>
883 * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
884 * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
886 2014-06-17 Xinliang David Li <davidxl@google.com>
888 * tree-pretty-print.c (dump_function_header): Print cgraph uid.
889 * passes.c (pass_init_dump_file): Do not set initialize
890 flag to false unconditionally.
892 2014-06-17 Richard Biener <rguenther@suse.de>
894 * genopinit.c (main): Use vec<>::qsort method.
895 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
897 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
899 2014-06-17 Matthew Fortune <matthew.fortune@imgtec.com>
901 * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
902 * config/mips/mips.c (mips_expand_fcc_reload): Remove.
903 (mips_move_to_gpr_cost): Remove ST_REGS case.
904 (mips_move_from_gpr_cost): Likewise.
905 (mips_register_move_cost): Likewise.
906 (mips_secondary_reload_class): Likewise.
908 2014-06-17 Richard Biener <rguenther@suse.de>
910 * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
911 (pass_all_optimizations): Move 3rd copy-prop pass from after
912 fre to before ifcombine/phiopt.
914 2014-06-17 Richard Biener <rguenther@suse.de>
916 * tree-switch-conversion.c (collect_switch_conv_info): Simplify
917 and allow all blocks to be forwarders.
919 2014-06-17 Yufeng Zhang <yufeng.zhang@arm.com>
922 * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
923 variable 'size'; calculate 'size' right in the front; use
924 'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
925 pcum->aapcs_stack_words.
927 2014-06-17 Nick Clifton <nickc@redhat.com>
929 * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
930 (umulhi3, mulsidi3, umulsidi3): Likewise.
932 2014-06-17 Thomas Schwinge <thomas@codesourcery.com>
935 * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
936 check for section name.
938 2014-06-17 Richard Biener <rguenther@suse.de>
940 * tree-ssa-propagate.c: Include domwalk.h.
941 (substitute_and_fold): Outline main worker into a domwalker ...
942 (substitute_and_fold_dom_walker::before_dom_children): ... here.
943 Schedule stmts we can fully propagate for removal. Remove
945 (substitute_and_fold): Apply a dominator walk to perform
946 substitution. Process stmts scheduled for removal here.
948 2014-06-17 Richard Biener <rguenther@suse.de>
950 * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
953 2014-06-17 Kugan Vivekanandarajah <kuganv@linaro.org>
955 * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
956 default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
957 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
958 __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
959 * config/arm/vfp.md (set_fpscr): Make pattern conditional on
961 (get_fpscr) : Likewise.
963 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
965 PR rtl-optimization/61325
966 * lra-constraints.c (valid_address_p): Add forward declaration.
967 (simplify_operand_subreg): Check address validity before and after
968 alter_reg of memory subreg.
970 2014-06-16 Uros Bizjak <ubizjak@gmail.com>
972 * config/i386/i386.c (decide_alg): Correctly handle
973 maximum size of stringop algorithm.
975 2014-06-16 Yury Gribov <y.gribov@samsung.com>
977 * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
979 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
981 PR rtl-optimization/61522
982 * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
984 2014-06-16 Jan Hubicka <hubicka@ucw.cz>
987 * symtab.c (symtab_node::reset_section): New method.
988 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
990 * cgraph.h (reset_section): Declare.
991 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
992 do not consider comdat locals.
993 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
995 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
996 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
997 reset sections of symbols dragged out of the comdats.
998 (function_and_variable_visibility): Reset sections of
1001 2014-06-16 Richard Biener <rguenther@suse.de>
1003 PR tree-optimization/61482
1004 * tree-vrp.c (adjust_range_with_scev): Avoid setting of
1005 [-INF(OVF), +INF(OVF)] range.
1007 2014-06-16 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1009 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
1010 instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
1011 handling 32-bit multiplication.
1013 2014-06-16 Chung-Lin Tang <cltang@codesourcery.com>
1016 * lra-lives.c (process_bb_lives): Skip creating copy during
1017 insn scan when src/dest has constrained to same regno.
1019 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
1021 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
1022 DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
1024 2014-06-16 Yury Gribov <y.gribov@samsung.com>
1026 * asan.c (check_func): New function.
1027 (maybe_create_ssa_name): Likewise.
1028 (build_check_stmt_with_calls): Likewise.
1029 (use_calls_p): Likewise.
1030 (report_error_func): Change interface.
1031 (build_check_stmt): Allow non-integer lengths; add support
1033 (asan_instrument): Likewise.
1034 (instrument_mem_region_access): Moved code to build_check_stmt.
1035 (instrument_derefs): Likewise.
1036 (instrument_strlen_call): Likewise.
1037 * cfgcleanup.c (old_insns_match_p): Add support for new functions.
1038 * doc/invoke.texi: Describe new parameter.
1039 * params.def: Define new parameter.
1040 * params.h: Likewise.
1041 * sanitizer.def: Describe new builtins.
1043 2014-06-16 Richard Biener <rguenther@suse.de>
1045 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1046 Make all defs available at the end.
1047 (eliminate): If we remove a PHI node schedule cfg-cleanup.
1049 2014-06-18 Jakub Jelinek <jakub@redhat.com>
1052 * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
1054 2014-06-16 Richard Sandiford <rdsandiford@googlemail.com>
1057 * auto-inc-dec.c (merge_in_block): Fix location of insn_info
1058 initialization. Replace remaining use of uid.
1060 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
1062 * c-family/c-common.c (handle_tls_model_attribute): Use
1064 * c-family/c-common.c (handle_tls_model_attribute): Use
1066 * cgraph.h (struct varpool_node): Add tls_model.
1067 * tree.c (decl_tls_model, set_decl_tls_model): New functions.
1068 * tree.h (DECL_TLS_MODEL): Update.
1069 (DECL_THREAD_LOCAL_P): Check that variable is static.
1070 (decl_tls_model): Declare.
1071 (set_decl_tls_model): Declare.
1072 * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
1073 set symbol prorperties.
1074 (get_emutls_init_templ_addr): Cleanup.
1075 (new_emutls_decl): Update.
1076 * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
1077 (lto_input_varpool_node): Likewise.
1078 * lto-streamer-out.c (hash_tree): Likewise.
1079 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
1080 not stream DECL_TLS_MODEL.
1081 * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
1082 * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
1084 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
1086 * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
1088 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
1090 * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
1091 (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
1093 (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
1094 (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
1095 (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
1096 (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
1097 (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
1098 (df_get_artificial_defs, df_get_artificial_uses)
1099 (df_single_def, df_single_use): Update accordingly.
1100 (df_refs_chain_dump): Take the first element in a linked list as
1101 parameter, rather than a pointer to an array of pointers.
1102 * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
1103 * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
1104 (df_chain_create_bb_process_use): Likewise.
1105 (df_md_bb_local_compute_process_def): Likewise.
1106 * fwprop.c (process_defs, process_uses): Likewise.
1107 (register_active_defs, update_uses): Likewise.
1108 (forward_propagate_asm): Update for new df_ref linking.
1109 * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
1110 (df_null_ref_rec, df_null_mw_rec): Likewise.
1111 (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
1113 (df_scan_free_bb_info): Remove check for null artificial_defs.
1114 (df_install_ref_incremental): Adjust for new df_ref linking.
1115 Use a single-element insertion rather than a full sort.
1116 (df_ref_chain_delete_du_chain): Take the first element
1117 in a linked list as parameter, rather than a pointer to an array of
1119 (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
1120 (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
1121 (df_insn_info_delete): Remove check for null defs and call to
1122 df_scan_free_mws_vec.
1123 (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
1124 null rather than df_null_*_rec.
1125 (df_insn_rescan_debug_internal): Likewise, and update null
1126 checks in the same way. Remove check for null defs.
1127 (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
1128 Move a single element rather doing a full sort.
1129 (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
1131 (df_notes_rescan): Likewise. Use a merge rather than a full sort.
1132 Initialize df_ref and df_mw_hardreg lists to null rather than
1134 (df_ref_compare): Take df_refs as parameter, transferring the
1136 (df_ref_ptr_compare): ...this new function.
1137 (df_sort_and_compress_refs): Update accordingly.
1138 (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
1140 (df_mw_ptr_compare): ...this new function.
1141 (df_sort_and_compress_mws): Update accordingly.
1142 (df_install_refs, df_install_mws): Return a linked list rather than
1143 an array of pointers.
1144 (df_refs_add_to_chains): Assert that old lists are empty rather
1146 (df_insn_refs_verify): Don't handle null defs speciailly.
1147 * web.c (union_match_dups): Update for new df_ref linking.
1149 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
1151 * df.h (df_ref_create, df_ref_remove): Delete.
1152 * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
1153 (df_ref_remove): Likewise.
1155 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
1157 * df.h (df_single_def, df_single_use): New functions.
1158 * ira.c (find_moveable_pseudos): Use them.
1160 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
1162 * df.h (FOR_EACH_INSN_INFO_MW): New macro.
1163 * df-problems.c (df_note_bb_compute): Use it.
1164 * regstat.c (regstat_bb_compute_ri): Likewise.
1166 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
1168 * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
1169 * cse.c (cse_extended_basic_block): Use them.
1170 * dce.c (mark_artificial_use): Likewise.
1171 * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
1172 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
1173 (df_chain_remove_problem, df_chain_bb_dump): Likewise.
1174 (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
1175 (df_simulate_initialize_backwards): Likewise.
1176 (df_simulate_finalize_backwards): Likewise.
1177 (df_simulate_initialize_forwards): Likewise.
1178 (df_md_simulate_artificial_defs_at_top): Likewise.
1179 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
1180 * regrename.c (init_rename_info): Likewise.
1181 * regstat.c (regstat_bb_compute_ri): Likewise.
1182 (regstat_bb_compute_calls_crossed): Likewise.
1184 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
1186 * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
1187 (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
1188 (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
1189 * auto-inc-dec.c (find_inc, merge_in_block): Use them.
1190 * combine.c (create_log_links): Likewise.
1191 * compare-elim.c (find_flags_uses_in_insn): Likewise.
1192 (try_eliminate_compare): Likewise.
1193 * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
1194 * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
1195 (remove_reg_equal_equiv_notes_for_defs): Likewise.
1196 (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
1197 (word_dce_process_block, dce_process_block): Likewise.
1198 * ddg.c (def_has_ccmode_p): Likewise.
1199 * df-core.c (df_bb_regno_first_def_find): Likewise.
1200 (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
1201 * df-problems.c (df_rd_simulate_one_insn): Likewise.
1202 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
1203 (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
1204 (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
1205 (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
1206 (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
1207 (df_simulate_find_defs, df_simulate_find_uses): Likewise.
1208 (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
1209 (df_simulate_uses, df_md_simulate_one_insn): Likewise.
1210 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
1211 * fwprop.c (local_ref_killed_between_p): Likewise.
1212 (all_uses_available_at, free_load_extend): Likewise.
1213 * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
1214 * hw-doloop.c (scan_loop): Likewise.
1215 * ifcvt.c (dead_or_predicable): Likewise.
1216 * init-regs.c (initialize_uninitialized_regs): Likewise.
1217 * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
1218 (process_bb_node_lives): Likewise.
1219 * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
1220 (find_moveable_pseudos): Likewise.
1221 * loop-invariant.c (check_dependencies, record_uses): Likewise.
1222 * recog.c (peep2_find_free_register): Likewise.
1223 * ree.c (get_defs): Likewise.
1224 * regstat.c (regstat_bb_compute_ri): Likewise.
1225 (regstat_bb_compute_calls_crossed): Likewise.
1226 * sched-deps.c (find_inc, find_mem): Likewise.
1227 * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
1228 (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
1229 * shrink-wrap.c (requires_stack_frame_p): Likewise.
1230 (prepare_shrink_wrap): Likewise.
1231 * store-motion.c (compute_store_table, build_store_vectors): Likewise.
1232 * web.c (union_defs, pass_web::execute): Likewise.
1233 * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
1234 (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
1236 2014-06-13 Vladimir Makarov <vmakarov@redhat.com>
1238 * lra-assign.c (assign_by_spills): Add code to assign vector regs
1239 to inheritance pseudos.
1240 * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
1242 2014-06-13 Peter Bergner <bergner@vnet.ibm.com>
1245 * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
1246 (BU_MISC_2): Rename to ...
1247 (BU_LDBL128_2): ... this.
1248 * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
1249 (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
1250 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
1252 (rs6000_invalid_builtin): Add long double 128-bit builtin support.
1253 (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
1254 * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
1255 (unpacktf_1): Likewise.
1256 * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
1257 (__builtin_longdouble_dw1): Likewise.
1258 * doc/sourcebuild.texi (longdouble128): Document.
1260 2014-06-13 Jeff Law <law@redhat.com>
1262 PR rtl-optimization/61094
1263 PR rtl-optimization/61446
1264 * ree.c (combine_reaching_defs): Get the mode for the copy from
1265 the extension insn rather than the defining insn.
1267 2014-06-13 Dehao Chen <dehao@google.com>
1269 * dwarf2out.c (add_linkage_name): Emit more linkage name.
1271 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1273 * doc/install.texi (--enable-linker-plugin-configure-flags)
1274 (--enable-linker-plugin-flags): Document new flags.
1276 2014-06-13 Martin Jambor <mjambor@suse.cz>
1279 * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
1280 cache_token if returning early.
1282 2014-06-13 Nick Clifton <nickc@redhat.com>
1284 * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
1285 requested alignment is active.
1286 (LABEL_ALIGN): Likewise.
1287 (LOOP_ALIGN): Likewise.
1289 2014-06-13 Richard Biener <rguenther@suse.de>
1291 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1292 Rewrite to propagate the VN result into all uses where
1293 possible and to remove stmts becoming dead because of that.
1294 (eliminate): Generalize stmt removal handling, remove in
1295 reverse dominator order to support proper debug stmt
1296 generation. Update stmts before removing stmts.
1297 * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
1299 2014-06-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
1301 PR tree-optimization/61375
1302 * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
1303 symbolic number cannot be represented in an uint64_t.
1304 (find_bswap_or_nop_1): Likewise.
1306 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
1308 * symtab.c (symtab_node::reset_section): New method.
1309 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
1311 * cgraph.h (reset_section): Declare.
1312 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
1313 do not consider comdat locals.
1314 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
1316 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
1317 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
1318 reset sections of symbols dragged out of the comdats.
1319 (function_and_variable_visibility): Reset sections of
1322 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
1324 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
1325 to use symtab and decl_binds_to_current_def_p
1326 * tree-vectorizer.c (increase_alignment): Increase alignment
1327 of alias target, too.
1329 2014-06-12 Jakub Jelinek <jakub@redhat.com>
1332 * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
1333 (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
1334 if outer combined construct is distribute.
1335 (gimplify_omp_for): For OMP_DISTRIBUTE set
1336 gimplify_omp_ctxp->distribute.
1337 * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
1338 GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
1339 mapping into decl map.
1341 2014-06-12 Jason Merrill <jason@redhat.com>
1343 * common.opt (fabi-version): Change default to 0.
1345 2014-06-12 Jason Merrill <jason@redhat.com>
1347 * toplev.c (process_options): Reject -fabi-version=1.
1349 2014-06-12 Jeff Law <law@redhat.com>
1351 PR tree-optimization/61009
1352 * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
1353 value when we stop processing a block due to problematic PHIs.
1355 2014-06-12 Alan Lawrence <alan.lawrence@arm.com>
1357 * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
1358 vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
1359 vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
1360 vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
1361 vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
1362 vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
1363 vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
1364 are not in the spec.
1366 2014-06-10 Alan Lawrence <alan.lawrence@arm.com>
1369 * config/aarch64/aarch64-modes.def: Add V1DFmode.
1370 * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
1373 2014-06-12 Eric Botcazou <ebotcazou@adacore.com>
1375 * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
1377 2014-06-12 Georg-Johann Lay <avr@gjlay.de>
1380 * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
1381 loading from address spaces.
1383 2014-06-12 Martin Liska <mliska@suse.cz>
1386 * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
1387 statement is reachable.
1389 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
1391 * symtab.c (section_hash): New hash.
1392 (symtab_unregister_node): Clear section before freeing.
1393 (hash_section_hash_entry): New haser.
1394 (eq_sections): New function.
1395 (symtab_node::set_section_for_node): New method.
1396 (set_section_1): Update.
1397 (symtab_node::set_section): Take string instead of tree as parameter.
1398 (symtab_resolve_alias): Update.
1399 * cgraph.h (section_hash_entry_d): New structure.
1400 (section_hash_entry): New typedef.
1401 (cgraph_node): Change comdat_group_ to x_comdat_group,
1402 change section_ to x_section and turn into section_hash_entry;
1403 update accestors; put set_section_for_node offline.
1404 * tree.c (decl_section_name): Turn into string.
1405 (set_decl_section_name): Change parameter to be string.
1406 * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
1407 * sdbout.c (sdbout_one_type): Update.
1408 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
1409 * varasm.c (IN_NAMED_SECTION, get_named_section,
1410 resolve_unique_section, hot_function_section, get_named_text_section,
1411 USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
1412 make_decl_rtl, default_unique_section): Update.
1413 * config/c6x/c6x.c (c6x_in_small_data_p): Update.
1414 (c6x_elf_unique_section): Update.
1415 * config/nios2/nios2.c (nios2_in_small_data_p): Update.
1416 * config/pa/pa.c (pa_function_section): Update.
1417 * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
1418 * config/ia64/ia64.c (ia64_in_small_data_p): Update.
1419 * config/arc/arc.c (arc_in_small_data_p): Update.
1420 * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
1421 * config/mcore/mcore.c (mcore_unique_section): Update.
1422 * config/mips/mips.c (mips16_build_function_stub): Update.
1423 (mips16_build_call_stub): Update.
1424 (mips_function_rodata_section): Update.
1425 (mips_in_small_data_p): Update.
1426 * config/score/score.c (score_in_small_data_p): Update.
1427 * config/rx/rx.c (rx_in_small_data): Update.
1428 * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
1429 (rs6000_xcoff_asm_named_section): Update.
1430 (rs6000_xcoff_unique_section): Update.
1431 * config/frv/frv.c (frv_string_begins_with): Update.
1432 (frv_in_small_data_p): Update.
1433 * config/v850/v850.c (v850_encode_data_area): Update.
1434 * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
1435 (bfin_handle_l1_data_attribute): Update.
1436 (bfin_handle_l2_attribute): Update.
1437 * config/mep/mep.c (mep_unique_section): Update.
1438 * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
1440 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
1441 (h8300_handle_tiny_data_attribute): Update.
1442 * config/m32r/m32r.c (m32r_in_small_data_p): Update.
1443 (m32r_in_small_data_p): Update.
1444 * config/alpha/alpha.c (alpha_in_small_data_p): Update.
1445 * config/i386/i386.c (ix86_in_large_data_p): Update.
1446 * config/i386/winnt.c (i386_pe_unique_section): Update.
1447 * config/darwin.c (darwin_function_section): Update.
1448 * config/lm32/lm32.c (lm32_in_small_data_p): Update.
1449 * tree-emutls.c (get_emutls_init_templ_addr): Update.
1450 (new_emutls_decl): Update.
1451 * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
1452 input_varpool_node): Update.
1453 (ead_string_cst): Turn to ...
1454 (read_string): ... this one.
1455 * dwarf2out.c (secname_for_decl): Update.
1456 * asan.c (asan_protect_global): Update.
1458 2014-06-11 DJ Delorie <dj@redhat.com>
1460 * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
1462 * config/rx/rx.c (rx_option_override): Likewise.
1463 (rx_align_for_label): Likewise.
1465 * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
1467 2014-06-11 Maciej W. Rozycki <macro@codesourcery.com>
1469 * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
1472 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
1474 * common.md: New file.
1475 * doc/md.texi: Update description of generic, machine-independent
1477 * config/s390/constraints.md (e): Delete.
1478 * Makefile.in (md_file): Include common.md.
1479 * config/m32c/t-m32c (md_file): Likewise.
1480 * genpreds.c (general_mem): New array.
1481 (generic_constraint_letters): Remove constraints now defined by
1483 (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
1484 Allow the first character to be '<' or '>' as well.
1485 * genoutput.c (general_mem): New array.
1486 (indep_constraints): Remove constraints now defined by common.md.
1487 (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
1488 Remove special handling of 'm'.
1489 * ira-costs.c (record_reg_classes): Remove special handling of
1490 constraints now defined by common.md.
1491 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
1492 * ira-lives.c (single_reg_class): Likewise.
1493 (ira_implicitly_set_insn_hard_regs): Likewise.
1494 * lra-constraints.c (reg_class_from_constraints): Likewise.
1495 (process_alt_operands, process_address, curr_insn_transform): Likewise.
1496 * postreload.c (reload_cse_simplify_operands): Likewise.
1497 * reload.c (push_secondary_reload, scratch_reload_class)
1498 (find_reloads, alternative_allows_const_pool_ref): Likewise.
1499 * reload1.c (maybe_fix_stack_asms): Likewise.
1500 * targhooks.c (default_secondary_reload): Likewise.
1501 * stmt.c (parse_output_constraint): Likewise.
1502 * recog.c (preprocess_constraints): Likewise.
1503 (constrain_operands, peep2_find_free_register): Likewise.
1504 (asm_operand_ok): Likewise, but add a comment saying why 'o'
1505 must be handled specially.
1507 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
1509 * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
1510 * genpreds.c (have_const_dbl_constraints): Delete.
1511 (add_constraint): Don't set it.
1512 (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
1513 * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
1514 constraints using the lookup_constraint logic.
1515 * ira-lives.c (single_reg_class): Likewise.
1516 * ira.c (ira_setup_alts): Likewise.
1517 * lra-constraints.c (process_alt_operands): Likewise.
1518 * recog.c (asm_operand_ok, constrain_operands): Likewise.
1519 * reload.c (find_reloads): Likewise.
1521 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
1523 * genpreds.c (const_int_start, const_int_end): New variables.
1524 (choose_enum_order): Output CONST_INT constraints before memory
1526 (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
1528 * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
1529 * ira.c (ira_setup_alts): Likewise.
1530 * lra-constraints.c (process_alt_operands): Likewise.
1531 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
1532 * reload.c (find_reloads): Likewise.
1534 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
1536 * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
1537 decmem_ok and incmem_ok. Reformat other bitfields for consistency.
1538 * recog.c (preprocess_constraints): Update accordingly.
1540 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
1542 * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
1543 (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
1544 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
1545 * genpreds.c (print_type_tree): New function.
1546 (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
1547 REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
1548 EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
1549 Write out enum constraint_type and get_constraint_type.
1550 * lra-constraints.c (satisfies_memory_constraint_p): Take a
1551 constraint_num rather than a constraint string.
1552 (satisfies_address_constraint_p): Likewise.
1553 (reg_class_from_constraints): Avoid old constraint macros.
1554 (process_alt_operands, process_address_1): Likewise.
1555 (curr_insn_transform): Likewise.
1556 * ira-costs.c (record_reg_classes): Likewise.
1557 (record_operand_costs): Likewise.
1558 * ira-lives.c (single_reg_class): Likewise.
1559 (ira_implicitly_set_insn_hard_regs): Likewise.
1560 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
1561 * postreload.c (reload_cse_simplify_operands): Likewise.
1562 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
1563 (constrain_operands, peep2_find_free_register): Likewise.
1564 * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
1565 (find_reloads, alternative_allows_const_pool_ref): Likewise.
1566 * reload1.c (maybe_fix_stack_asms): Likewise.
1567 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
1568 * targhooks.c (default_secondary_reload): Likewise.
1569 * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
1570 to EXTRA_CONSTRAINT_STR.
1571 * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
1573 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
1575 * genpreds.c (write_constraint_satisfied_p_1): Replace with...
1576 (write_constraint_satisfied_p_array): ...this new function.
1577 (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
1579 (write_insn_preds_c): Update accordingly.
1581 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
1583 * genpreds.c (write_lookup_constraint): Rename to...
1584 (write_lookup_constraint_1): ...this.
1585 (write_lookup_constraint_array): New function.
1586 (write_tm_preds_h): Define lookup_constraint as an inline function
1587 that uses write_lookup_constraint_array where possible.
1588 (write_insn_preds_c): Update for the changes above.
1590 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
1592 * doc/md.texi (regclass_for_constraint): Rename to...
1593 (reg_class_for_constraint): ...this.
1594 * genpreds.c (num_constraints, enum_order, register_start)
1595 (register_end, satisfied_start, memory_start, memory_end)
1596 (address_start, address_end): New variables.
1597 (add_constraint): Count the number of constraints.
1598 (choose_enum_order): New function.
1599 (write_enum_constraint_num): Iterate over enum_order.
1600 (write_regclass_for_constraint): Rename to...
1601 (write_reg_class_for_constraint_1): ...this and update output
1603 (write_constraint_satisfied_p): Rename to...
1604 (write_constraint_satisfied_p_1): ...this and update output
1605 accordingly. Do nothing if all extra constraints are register
1607 (write_insn_extra_memory_constraint): Delete.
1608 (write_insn_extra_address_constraint): Delete.
1609 (write_range_function): New function.
1610 (write_tm_preds_h): Define constraint_satisfied_p and
1611 reg_class_for_constraint as inline functions that do a range check
1612 before calling the out-of-line function. Use write_range_function
1613 to implement insn_extra_{register,memory,address}_constraint,
1614 the first of which is new.
1615 (write_insn_preds_c): Update after above changes to write_* functions.
1616 (main): Call choose_enum_order.
1618 2014-06-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
1620 PR tree-optimization/61306
1621 * tree-ssa-math-opts.c (struct symbolic_number): Store type of
1622 expression instead of its size.
1623 (do_shift_rotate): Adapt to change in struct symbolic_number. Return
1624 false to prevent optimization when the result is unpredictable due to
1625 arithmetic right shift of signed type with highest byte is set.
1626 (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
1627 (init_symbolic_number): Likewise.
1628 (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
1629 when the result is unpredictable due to sign extension.
1631 2014-06-11 Terry Guo <terry.guo@arm.com>
1633 * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
1634 (*thumb1_addsi3): Ditto.
1635 (*thumb_subdi3): Ditto.
1636 (thumb1_subsi3_insn): Ditto.
1637 (*thumb_mulsi3): Ditto.
1638 (*thumb_mulsi3_v6): Ditto.
1639 (*thumb1_andsi3_insn): Ditto.
1640 (thumb1_bicsi3): Ditto.
1641 (*thumb1_iorsi3_insn): Ditto.
1642 (*thumb1_xorsi3_insn): Ditto.
1643 (*thumb1_ashlsi3): Ditto.
1644 (*thumb1_ashrsi3): Ditto.
1645 (*thumb1_lshrsi3): Ditto.
1646 (*thumb1_rotrsi3): Ditto.
1647 (*thumb1_negdi2): Ditto.
1648 (*thumb1_negsi2): Ditto.
1649 (*thumb1_abssi2): Ditto.
1650 (*thumb1_neg_abssi2): Ditto.
1651 (*thumb1_one_cmplsi2): Ditto.
1652 (*thumb1_zero_extendhisi2): Ditto.
1653 (*thumb1_zero_extendqisi2): Ditto.
1654 (*thumb1_zero_extendqisi2_v6): Ditto.
1655 (thumb1_extendhisi2): Ditto.
1656 (thumb1_extendqisi2): Ditto.
1657 (*thumb1_movdi_insn): Ditto.
1658 (*thumb1_movsi_insn): Ditto.
1659 (*thumb1_movhi_insn): Ditto.
1660 (thumb_movhi_clobber): Ditto.
1661 (*thumb1_movqi_insn): Ditto.
1662 (*thumb1_movhf): Ditto.
1663 (*thumb1_movsf_insn): Ditto.
1664 (*thumb_movdf_insn): Ditto.
1667 (cbranchqi4): Ditto.
1668 (cbranchsi4_insn): Ditto.
1669 (cbranchsi4_scratch): Ditto.
1670 (*negated_cbranchsi4): Ditto.
1671 (*tbit_cbranch): Ditto.
1672 (*tlobits_cbranch): Ditto.
1673 (*tstsi3_cbranch): Ditto.
1674 (*cbranchne_decr1): Ditto.
1675 (*addsi3_cbranch): Ditto.
1676 (*addsi3_cbranch_scratch): Ditto.
1677 (*thumb_cmpdi_zero): Ditto.
1678 (cstoresi_eq0_thumb1): Ditto.
1679 (cstoresi_ne0_thumb1): Ditto.
1680 (*cstoresi_eq0_thumb1_insn): Ditto.
1681 (*cstoresi_ne0_thumb1_insn): Ditto.
1682 (cstoresi_nltu_thumb1): Ditto.
1683 (cstoresi_ltu_thumb1): Ditto.
1684 (thumb1_addsi3_addgeu): Ditto.
1685 (*thumb_jump): Ditto.
1686 (*call_reg_thumb1_v5): Ditto.
1687 (*call_reg_thumb1): Ditto.
1688 (*call_value_reg_thumb1_v5): Ditto.
1689 (*call_value_reg_thumb1): Ditto.
1690 (*call_insn): Ditto.
1691 (*call_value_insn): Ditto.
1692 (thumb1_casesi_internal_pic): Ditto.
1693 (thumb1_casesi_dispatch): Ditto.
1694 (*thumb1_indirect_jump): Ditto.
1695 (prologue_thumb1_interwork): Ditto.
1696 (*epilogue_insns): Ditto.
1697 (consttable_1): Ditto.
1698 (consttable_2): Ditto.
1700 (*thumb1_tablejump): Ditto.
1701 (thumb_eh_return): Ditto.
1702 (define_peephole2): Two of them are thumb1 only and got moved into
1704 (define_split): Six of them are thumb1 only and got moved into new
1706 * config/arm/thumb1.md: New file comprised of above thumb1 only
1709 2014-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1711 * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
1712 * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
1714 * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
1715 (aarch64_crc_builtin_datum): New struct.
1716 (aarch64_crc_builtin_data): New.
1717 (aarch64_init_crc32_builtins): New function.
1718 (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
1719 (aarch64_crc32_expand_builtin): New.
1720 (aarch64_expand_builtin): Add CRC32 builtin expansion case.
1721 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
1722 __ARM_FEATURE_CRC32 when appropriate.
1723 (TARGET_CRC32): Define.
1724 * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
1725 UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
1726 UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
1727 (aarch64_<crc_variant>): New pattern.
1728 * config/aarch64/arm_acle.h: New file.
1729 * config/aarch64/iterators.md (CRC): New int iterator.
1730 (crc_variant, crc_mode): New int attributes.
1731 * doc/aarch64-acle-intrinsics.texi: New file.
1732 * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
1733 Include aarch64-acle-intrinsics.texi.
1735 2014-06-11 Evgeny Stupachenko <evstupac@gmail.com>
1737 * tree-vect-data-refs.c (vect_grouped_store_supported): New
1738 check for stores group of length 3.
1739 (vect_permute_store_chain): New permutations for stores group of
1741 * tree-vect-stmts.c (vect_model_store_cost): Change cost
1742 of vec_perm_shuffle for the new permutations.
1744 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
1746 * ipa-visibility.c (function_and_variable_visibility): Disable virtual
1747 table rewriting temporarily on targets not supporting ONE_ONLY.
1749 2014-06-11 Richard Biener <rguenther@suse.de>
1753 2014-06-04 Richard Biener <rguenther@suse.de>
1755 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
1756 TREE_PUBLIC and DECL_EXTERNAL decls.
1758 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
1760 * varasm.c (set_implicit_section): New function.
1761 (resolve_unique_section): Use it to set implicit section
1763 (get_named_text_section): Use symtab_get_node (decl)->implicit_section
1764 (default_function_section): Likewise.
1765 (decl_binds_to_current_def_p): Constify argument.
1766 * varasm.h (decl_binds_to_current_def_p): Update prototype.
1767 * asan.c (asan_protect_global): Use
1768 symtab_get_node (decl)->implicit_section.
1769 * symtab.c (dump_symtab_base): Dump implicit sections.
1770 (verify_symtab_base): Verify sanity of sectoins and comdats.
1771 (symtab_resolve_alias): Alias share the section of its target.
1772 (set_section_1): New function.
1773 (symtab_node::set_section): Move here, recurse to aliases.
1774 (verify_symtab): Check for duplicated symtab lists.
1775 * tree-core.h (implicit_section_name_p): Remove.
1776 * tree-vect-data-refs.c: Include varasm.h.
1777 (vect_can_force_dr_alignment_p): Fix conditional on when
1778 decl bints to current definition; use
1779 symtab_get_node (decl)->implicit_section.
1780 * cgraph.c (cgraph_make_node_local_1): Fix section set.
1781 * cgraph.h (struct symtab_node): Add implicit_section.
1782 (set_section): Rename to ...
1783 (set_section_for_node): ... this one.
1784 (set_section): Declare.
1785 * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
1786 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
1787 input_overwrite_node, input_varpool_node): Stream implicit_section.
1788 * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
1789 removal; it will fail in LTO.
1791 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1793 * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
1794 Change second alternative type to f_mcr.
1795 * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
1796 and 12th alternatives' types to f_mcr and f_mrc.
1797 (*movdi_aarch64): Same for 12th and 13th alternatives.
1798 (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
1799 (aarch64_movtilow_tilow): Change type to fmov.
1801 2014-06-10 Jiong Wang <jiong.wang@arm.com>
1803 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
1804 (aarch64_save_or_restore_callee_save_registers): Fix layout.
1806 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1808 * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
1810 (aarch64_sqrdmulh_lane<mode>): Likewise.
1811 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
1812 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
1813 (aarch64_sqdmulh_laneq<mode>): New expander.
1814 (aarch64_sqrdmulh_laneq<mode>): Likewise.
1815 (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
1816 (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
1817 (aarch64_sqdmulh_lane<mode>): New expander.
1818 (aarch64_sqrdmulh_lane<mode>): Likewise.
1819 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
1820 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
1821 (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
1822 (aarch64_sqdmlal_laneq<mode>): Likewise.
1823 (aarch64_sqdmlsl_lane<mode>): Likewise.
1824 (aarch64_sqdmlsl_laneq<mode>): Likewise.
1825 (aarch64_sqdmlal2_lane<mode>): Likewise.
1826 (aarch64_sqdmlal2_laneq<mode>): Likewise.
1827 (aarch64_sqdmlsl2_lane<mode>): Likewise.
1828 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
1829 (aarch64_sqdmull_lane<mode>): Likewise.
1830 (aarch64_sqdmull_laneq<mode>): Likewise.
1831 (aarch64_sqdmull2_lane<mode>): Likewise.
1832 (aarch64_sqdmull2_laneq<mode>): Likewise.
1834 2014-06-10 Richard Biener <rguenther@suse.de>
1836 PR tree-optimization/61438
1837 * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
1838 (eliminate_dom_walker::before_dom_children): Only try to inhibit
1839 insertion of IVs if running PRE.
1840 (eliminate): Adjust.
1841 (pass_pre::execute): Likewise.
1842 (pass_fre::execute): Likewise.
1844 2014-06-10 Richard Biener <rguenther@suse.de>
1847 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
1848 Do not use the main variant for the type comparison.
1849 (ncr_compar): Likewise.
1850 (nonoverlapping_component_refs_p): Likewise.
1852 2014-06-10 Marcus Shawcroft <marcus.shawcroft@arm.com>
1854 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
1855 REG_CFA_RESTORE mode.
1857 2014-06-10 Evgeny Stupachenko <evstupac@gmail.com>
1859 * config/i386/i386.c (expand_vec_perm_pblendv): New.
1860 * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
1861 expand_vec_perm_pblendv.
1863 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1865 * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
1867 Simplify description of __crc32d and __crc32cd intrinsics.
1868 * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
1871 2014-06-10 Thomas Schwinge <thomas@codesourcery.com>
1874 * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
1875 * config.in: Regenerate.
1876 * configure: Likewise.
1878 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
1880 * ipa-reference.c (is_proper_for_analysis): Exclude addressable
1882 (intersect_static_var_sets): Remove.
1883 (propagate): Do not prune local statics.
1885 2014-06-10 Jakub Jelinek <jakub@redhat.com>
1888 * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
1889 Set lastprivate_firstprivate even if omp_private_outer_ref
1890 langhook returns true.
1891 <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
1892 langhook, call unshare_expr on new_var and call
1893 build_outer_var_ref to get the last argument.
1895 2014-06-10 Marek Polacek <polacek@redhat.com>
1898 * doc/extend.texi: Add cindex for transparent_union.
1900 2014-06-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
1902 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
1903 init_symbolic_number ().
1905 2014-05-18 John David Anglin <danglin@gcc.gnu.org>
1908 * emit-rtl.c (reset_all_used_flags): In a sequence, check that
1909 XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
1910 (verify_rtl_sharing): Likewise.
1912 2014-06-09 Marc Glisse <marc.glisse@inria.fr>
1915 * tree.c (build_qualified_type): Use a canonical type for
1918 2014-06-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1920 * config/arm/arm-modes.def: Remove XFmode.
1922 2014-06-09 Alan Lawrence <alan.lawrence@arm.com>
1925 * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
1926 vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
1927 vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
1928 vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
1929 vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
1930 vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
1931 vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
1932 vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
1933 vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
1935 2014-06-09 Jan Hubicka <hubicka@ucw.cz>
1937 * tree-core.h (tree_decl_with_vis): Remove section_name.
1939 2014-06-09 Kito Cheng <kito@0xlab.org>
1941 * ira.c (ira): Don't call init_caller_save if LRA enabled
1942 since LRA use its own infrastructure to handle that.
1944 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
1946 * symtab.c (dump_symtab_base): Update dumping.
1947 (symtab_make_decl_local): Clear only DECL_COMDAT.
1948 * tree-vect-data-refs.c (Check that variable is static before
1949 tampering with sections.
1950 * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
1951 (cgraph_create_virtual_clone): Likewise.
1952 * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
1953 (decl_section_name, set_decl_section_name): New accessors.
1954 (find_decls_types_r): Do not walk section name
1955 * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
1956 (decl_comdat_group, decl_comdat_group_id): Constify.
1957 (decl_section_name, set_decl_section_name): Update.
1958 * varpool.c (varpool_finalize_named_section_flags): Use get_section.
1959 * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
1960 (cgraph_make_node_local_1): Clear section and comdat group.
1961 * cgraph.h (set_comdat_group): Sanity check.
1962 (get_section, set_section): New.
1963 * ipa-comdats.c (ipa_comdats): Use get_section.
1964 * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
1965 * lto-streamer-out.c: Do not follow section names.
1966 * c-family/c-common.c (handle_section_attribute): Update.
1967 * lto-cgraph.c (lto_output_node): Output section.
1968 (lto_output_varpool_node): Likewise.
1969 (read_comdat_group): Rename to ...
1970 (read_identifier): ... this one.
1971 (read_string_cst): New function.
1972 (input_node, input_varpool_node): Input section names.
1973 * tree-emutls.c (get_emutls_init_templ_addr): Update.
1974 (new_emutls_decl): Update.
1975 (secname_for_decl): Check section names only of static vars.
1976 * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
1977 * config/i386/winnt.c (i386_pe_unique_section): Likewise.
1978 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
1979 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
1980 * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
1981 * config/mcore/mcore.c (mcore_unique_section): Likewise.
1982 * config/mips/mips.c (mips16_build_function_stub): Likewise.
1983 * config/v850/v850.c (v850_insert_attributes): Likewise.
1984 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
1986 (h8300_handle_tiny_data_attribute): Likewise.
1987 * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
1988 (bfin_handle_l2_attribute): Likewise.
1990 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
1992 * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
1993 remove static initializer.
1995 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
1997 * varasm.c (use_blocks_for_decl_p): Check symbol table
1998 instead of alias attribute.
1999 (place_block_symbol): Recurse on aliases.
2001 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
2003 * ipa-visibility.c: Include varasm.h
2004 (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
2006 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
2008 * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
2011 2014-06-07 Steven Bosscher <steven@gcc.gnu.org>
2013 * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
2014 from test_insn into GGC space escape via SET_SRC.
2016 2014-06-07 Eric Botcazou <ebotcazou@adacore.com>
2018 * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
2019 call statement, if any.
2020 (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
2021 statements, if any. Tidy up.
2023 2014-06-06 Michael Meissner <meissner@linux.vnet.ibm.com>
2026 * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
2027 iterators, VSX_D that handles 64-bit types, and VSX_LE that
2028 handles swapping the two 64-bit double words on little endian
2029 systems. Include V1TImode and optionally TImode in VSX_LE so that
2030 these types are properly swapped. Change all of the insns and
2031 splits that do the 64-bit swaps to use VSX_LE.
2032 (vsx_le_perm_load_<mode>): Likewise.
2033 (vsx_le_perm_store_<mode>): Likewise.
2034 (splitters for little endian memory operations): Likewise.
2035 (vsx_xxpermdi2_le_<mode>): Likewise.
2036 (vsx_lxvd2x2_le_<mode>): Likewise.
2037 (vsx_stxvd2x2_le_<mode>): Likewise.
2039 2014-06-06 Uros Bizjak <ubizjak@gmail.com>
2042 * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
2043 define_insn_and_split pattern, merged from *floatunssi<mode>2_1
2044 and corresponding splitters. Zero extend general register
2045 or memory input operand to XMM temporary. Enable for
2046 TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
2047 (floatunssi<mode>2): Update expander predicate.
2049 2014-06-06 Vladimir Makarov <vmakarov@redhat.com>
2051 PR rtl-optimization/61325
2052 * lra-constraints.c (process_address_1): Check scale equal to one
2053 to prevent transformation: base + scale * index => base + new_reg.
2055 2014-06-06 Richard Biener <rguenther@suse.de>
2057 PR tree-optimization/59299
2058 * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
2060 (nearest_common_dominator_of_uses): Likewise.
2061 (statement_sink_location): Adjust. Support sinking loads.
2063 2014-06-06 Martin Jambor <mjambor@suse.cz>
2065 * ipa-prop.c (get_place_in_agg_contents_list): New function.
2066 (build_agg_jump_func_from_list): Likewise.
2067 (determine_known_aggregate_parts): Renamed to
2068 determine_locally_known_aggregate_parts. Moved some functionality
2069 to the two functions above, removed bound checks.
2071 2014-06-06 James Greenhalgh <james.greenhalgh@arm.com>
2073 * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
2074 * config/aarch64/aarch64.c (aarch64_move_pointer): New.
2075 (aarch64_progress_pointer): Likewise.
2076 (aarch64_copy_one_part_and_move_pointers): Likewise.
2077 (aarch64_expand_movmen): Likewise.
2078 * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
2079 * config/aarch64/aarch64.md (movmem<mode>): New.
2081 2014-06-06 Bingfeng Mei <bmei@broadcom.com>
2083 * targhooks.c (default_add_stmt_cost): Call target specific
2084 hook instead of default one.
2086 2014-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2088 * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
2089 endianness instead of host endianness.
2090 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
2093 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
2096 * function.c (instantiate_decls): Process the saved static chain.
2097 (expand_function_start): If not optimizing, save the static chain
2099 * tree-nested.c (convert_all_function_calls): Always create the static
2100 chain for nested functions if not optimizing.
2102 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
2104 * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
2106 2014-06-06 Richard Biener <rguenther@suse.de>
2108 * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
2109 (construct_init_block): Likewise.
2110 (construct_exit_block): Likewise.
2111 (pass_expand::execute): Likewise.
2112 * graphite.c (graphite_transforms): Replace check for current_loops
2113 with a check for > 1 loops.
2114 (pass_graphite_transforms::execute): Adjust.
2115 * ipa-split.c (split_function): Remove check for current_loops.
2116 * omp-low.c (expand_parallel_call): Likewise.
2117 (expand_omp_for_init_counts): Likewise.
2118 (extract_omp_for_update_vars): Likewise.
2119 (expand_omp_for_generic): Likewise.
2120 (expand_omp_sections): Likewise.
2121 (expand_omp_target): Likewise.
2122 * tracer.c (tail_duplicate): Likewise.
2123 (pass_tracer::execute): Likewise.
2124 * trans-mem.c (expand_transaction): Likewise.
2125 * tree-complex.c (expand_complex_div_wide): Likewise.
2126 * tree-eh.c (lower_resx): Likewise.
2127 (cleanup_empty_eh_merge_phis): Likewise.
2128 * tree-predcom.c (run_tree_predictive_commoning): Replace check for
2129 current_loops with a check for > 1 loops.
2130 (pass_predcom::execute): Adjust.
2131 * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
2132 * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
2133 * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
2134 * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
2135 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
2136 * tree-switch-conversion.c (process_switch): Likewise.
2137 * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
2138 * tree-vrp.c (vrp_visit_phi_node): Likewise.
2139 (execute_vrp): Likewise.
2140 * ubsan.c (ubsan_expand_null_ifn): Likewise.
2142 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
2144 * rtl.h (insn_location): Declare.
2145 * cfgcleanup.c (try_forward_edges): Compare the locus of locations
2146 with UNKNOWN_LOCATION.
2147 * emit-rtl.c (insn_location): New function.
2148 * final.c (notice_source_line): Check that the instruction has a
2149 location before retrieving it and use insn_location.
2150 * modulo-sched.c (loop_single_full_bb_p): Likewise.
2151 * print-rtl.c (print_rtx): Likewise.
2153 2014-06-06 Richard Biener <rguenther@suse.de>
2155 * passes.def: Move 2nd VRP pass before phi-only-cprop.
2157 2014-06-06 Christian Bruel <christian.bruel@st.com>
2159 PR tree-optimization/43934
2160 * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
2163 2014-06-06 Richard Sandiford <rdsandiford@googlemail.com>
2165 * ira-lives.c (single_reg_class): Add missing break. Explicitly
2166 return NO_REGS for extra address and memory constraints. Handle
2167 operands that match (or are equivalent to something that matches)
2168 extra constant constraints. Ignore other non-register operands.
2170 2014-06-06 Alan Modra <amodra@gmail.com>
2173 * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
2174 * doc/tm.texi: Regenerate.
2175 * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
2176 Use throughout in place of REG_PARM_STACK_SPACE.
2177 * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
2178 "incoming" param. Pass to rs6000_function_parms_need_stack.
2179 (rs6000_function_parms_need_stack): Add "incoming" param, ignore
2180 prototype_p when incoming. Use function decl when incoming
2181 to handle K&R style functions.
2182 * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
2183 (INCOMING_REG_PARM_STACK_SPACE): Define.
2185 2014-06-05 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2188 * cfgexpand.c (expand_debug_expr): Use address space of nested
2189 TREE_TYPE for ADDR_EXPR and MEM_REF.
2191 2014-06-05 Jeff Law <law@redhat.com>
2193 PR tree-optimization/61289
2194 * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
2195 DST_MAP parameters. Invalidate by walking all the SSA_NAME_VALUES
2196 looking for those which match LHS. All callers changed.
2197 (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
2198 parameters and code which manipulated them. All callers changed.
2199 (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
2200 and DST_MAP parameters. Simplify invalidation code by just calling
2201 invalidate_equivalences. All callers changed.
2202 (thread_across_edge): Simplify now that we don't need to maintain
2203 the map of equivalences to invalidate.
2205 2014-06-05 Kai Tietz <ktietz@redhat.com>
2206 Richard Henderson <rth@redhat.com>
2209 * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
2210 checking for !TARGET_X32.
2211 * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
2212 (sibcall_intern): New define_insn, plus required peepholes.
2213 (sibcall_pop_intern): Likewise.
2214 (sibcall_value_intern): Likewise.
2215 (sibcall_value_pop_intern): Likewise.
2217 2014-06-05 Ilya Enkovich <ilya.enkovich@intel.com>
2219 * tree-inline.c (tree_function_versioning): Check DF info existence
2220 before accessing it.
2222 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
2224 * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
2226 * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
2227 aarch64_frame hard_fp_offset and frame_size.
2228 (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
2229 frame_size; remove original_frame_size.
2230 (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
2231 (aarch64_initial_elimination_offset): Remove frame_size and
2232 offset. Use aarch64_frame frame_size.
2234 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
2235 Jiong Wang <jiong.wang@arm.com>
2236 Renlin <renlin.li@arm.com>
2238 * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
2239 initialization of R30 offset. Update offset. Iterate core
2240 regisers upto X30. Remove X29, X30 specific code.
2242 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
2243 Jiong Wang <jiong.wang@arm.com>
2245 * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
2246 (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
2247 (aarch64_register_saved_on_entry): Adjust test.
2249 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
2251 * config/aarch64/aarch64.h (machine_function): Move
2252 saved_varargs_size from here...
2253 (aarch64_frame): ... to here.
2255 * config/aarch64/aarch64.c (aarch64_expand_prologue)
2256 (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
2257 (aarch64_initial_elimination_offset)
2258 (aarch64_setup_incoming_varargs): Adjust location of
2261 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
2263 * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
2266 2014-06-05 Jaydeep Patil <Jaydeep.Patil@imgtec.com>
2267 Prachi Godbole <Prachi.Godbole@imgtec.com>
2269 * config/mips/mips-cpus.def: Add definition for p5600. Updated
2270 mips32r5 entry to use PROCESSOR_P5600.
2271 * config/mips/mips-tables.opt: Regenerate.
2272 * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
2273 * config/mips/mips.c (mips_fmadd_bypass): New function.
2274 (mips_rtx_cost_data): Add costs for p5600.
2275 (mips_issue_rate): Add support for p5600.
2276 (mips_multipass_dfa_lookahead): Likewise.
2277 * config/mips/mips.h (TUNE_P5600): New define.
2278 (TUNE_MACC_CHAINS): Add TUNE_P5600.
2279 (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
2280 * config/mips/mips.md: Include p5600.md.
2281 (processor): Add p5600.
2282 * config/mips/p5600.md: New file.
2284 2014-06-05 Evgeny Stupachenko <evstupac@gmail.com>
2286 * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
2287 * config/i386/predicates.md (palignr_operand): New.
2288 Indicates if permutation is suitable for palignr instruction.
2290 2014-06-05 Yuri Rumyantsev <ysrumyan@gmail.com>
2292 PR tree-optimization/61319
2293 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
2294 stmt belongs to loop.
2296 2014-06-05 Richard Biener <rguenther@suse.de>
2298 * gimplify.c (create_tmp_from_val): Remove is_formal parameter
2299 and set DECL_GIMPLE_REG_P unconditionally if appropriate.
2300 (lookup_tmp_var): Adjust.
2301 (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
2303 2014-06-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2305 * config/arm/arm.md (enabled): Disable opt_enabled attribute.
2307 2014-06-05 Marek Polacek <polacek@redhat.com>
2310 * doc/invoke.texi: Document -Wlogical-not-parentheses.
2312 2014-06-04 Tom de Vries <tom@codesourcery.com>
2314 * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
2317 2014-06-04 Marc Glisse <marc.glisse@inria.fr>
2319 PR tree-optimization/61385
2320 * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
2322 2014-06-04 Bernd Schmidt <bernds@codesourcery.com>
2324 * lto-wrapper.c (fatal, fatal_perror): Remove functions. All callers
2325 changed to use fatal_error.
2326 (main): Ensure lto_wrapper_cleanup is run atexit.
2328 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
2330 * lra-constraints.c (valid_address_p): Move earlier in file.
2331 (address_eliminator): New structure.
2332 (satisfies_memory_constraint_p): New function.
2333 (satisfies_address_constraint_p): Likewise.
2334 (process_alt_operands, process_address, curr_insn_transform): Use them.
2336 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
2338 * lra-int.h (lra_static_insn_data): Make operand_alternative a
2340 (target_lra_int, default_target_lra_int, this_target_lra_int)
2341 (op_alt_data): Delete.
2342 * lra.h (lra_init): Delete.
2343 * lra.c (default_target_lra_int, this_target_lra_int): Delete.
2344 (init_insn_code_data_once): Remove op_alt_data handling.
2345 (finish_insn_code_data_once): Likewise.
2346 (init_op_alt_data): Delete.
2347 (get_static_insn_data): Initialize operand_alternative to null.
2348 (free_insn_recog_data): Cast operand_alternative before freeing it.
2349 (setup_operand_alternative): Take the operand_alternative as
2350 parameter and assume it isn't already cached in the static
2352 (lra_set_insn_recog_data): Update accordingly.
2354 * ira.c (ira_init): Don't call lra_init.
2355 * target-globals.h (this_target_lra_int): Declare.
2356 (target_globals): Remove lra_int.
2357 (restore_target_globals): Update accordingly.
2358 * target-globals.c: Don't include lra-int.h.
2359 (default_target_globals, save_target_globals): Remove lra_int.
2361 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
2363 * recog.h (operand_alternative): Convert reg_class, reject,
2364 matched and matches into bitfields.
2365 (preprocess_constraints): New overload.
2366 (preprocess_insn_constraints): New function.
2367 (preprocess_constraints): Take the insn as parameter.
2368 (recog_op_alt): Change into a pointer.
2369 (target_recog): Add x_op_alt.
2370 * recog.c (asm_op_alt): New variable.
2371 (recog_op_alt): Change into a pointer.
2372 (preprocess_constraints): New overload, replacing the old function
2373 definition with one that doesn't use global state.
2374 (preprocess_insn_constraints): New function.
2375 (preprocess_constraints): Use them. Take the insn as parameter.
2376 Use asm_op_alt for asms.
2377 (recog_init): Free existing x_op_alt entries.
2378 * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
2380 (make_early_clobber_and_input_conflicts): Likewise.
2381 (process_bb_node_lives): Pass the insn to process_constraints.
2382 * reg-stack.c (check_asm_stack_operands): Likewise.
2383 (subst_asm_stack_regs): Likewise.
2384 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
2385 * regrename.c (build_def_use): Likewise.
2386 * sched-deps.c (sched_analyze_insn): Likewise.
2387 * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
2388 * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
2389 (note_invalid_constants): Likewise.
2390 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
2391 (ix86_legitimate_combined_insn): Make operand_alternative pointer
2394 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
2396 * recog.c (preprocess_constraints): Don't skip disabled alternatives.
2397 * ira-lives.c (check_and_make_def_conflict): Check for disabled
2399 (make_early_clobber_and_input_conflicts): Likewise.
2400 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
2402 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
2404 * recog.h (alternative_class): New function.
2405 (which_op_alt): Return a const recog_op_alt.
2406 * reg-stack.c (check_asm_stack_operands): Update type accordingly.
2407 (subst_asm_stack_regs): Likewise.
2408 * config/arm/arm.c (note_invalid_constants): Likewise.
2409 * regcprop.c (copyprop_hardreg_forward_1): Likewise. Don't modify
2410 the operand_alternative; use alternative class instead.
2411 * sel-sched.c (get_reg_class): Likewise.
2412 * regrename.c (build_def_use): Likewise.
2413 (hide_operands, restore_operands, record_out_operands): Update type
2416 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
2418 * recog.h (recog_op_alt): Convert to a flat array.
2419 (which_op_alt): New function.
2420 * recog.c (recog_op_alt): Convert to a flat array.
2421 (preprocess_constraints): Update accordingly, grouping all
2422 operands of the same alternative together, rather than the
2424 * ira-lives.c (check_and_make_def_conflict): Likewise.
2425 (make_early_clobber_and_input_conflicts): Likewise.
2426 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
2427 * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
2428 (subst_asm_stack_regs): Likewise.
2429 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
2430 * regrename.c (hide_operands, record_out_operands): Likewise.
2431 (build_def_use): Likewise.
2432 * sel-sched.c (get_reg_class): Likewise.
2433 * config/arm/arm.c (note_invalid_constants): Likewise.
2435 2014-06-04 Jason Merrill <jason@redhat.com>
2439 * gimplify.c (gimplify_arg): Non-static.
2440 * gimplify.h: Declare it.
2442 2014-06-04 Richard Biener <rguenther@suse.de>
2444 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
2445 TREE_PUBLIC and DECL_EXTERNAL decls.
2447 2014-06-04 Matthew Fortune <matthew.fortune@imgtec.com>
2449 * regcprop.c (copyprop_hardreg_forward_1): Account for
2450 HARD_REGNO_CALL_PART_CLOBBERED.
2452 2014-06-04 Richard Biener <rguenther@suse.de>
2454 * configure.ac: Check whether the underlying type of int64_t
2455 is long or long long.
2456 * configure: Regenerate.
2457 * config.in: Likewise.
2458 * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
2459 (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
2461 2014-06-04 Richard Biener <rguenther@suse.de>
2463 PR tree-optimization/60098
2464 * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
2466 (dse_optimize_stmt): Simplify, now that we found a kill
2469 2014-06-04 Richard Biener <rguenther@suse.de>
2471 * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
2472 of accesses with non-invariant address.
2474 2014-06-04 Martin Liska <mliska@suse.cz>
2476 * cgraph.h (cgraph_make_wrapper): New function introduced.
2477 * cgraphunit.c (cgraph_make_wrapper): The function implementation.
2478 * ipa-inline.h (inline_analyze_function): The function is global.
2479 * ipa-inline-analysis.c (inline_analyze_function): Likewise.
2481 2014-06-04 Martin Liska <mliska@suse.cz>
2483 * tree.h (private_lookup_attribute_starting): New function.
2484 (lookup_attribute_starting): Likewise.
2485 * tree.c (private_lookup_attribute_starting): Likewise.
2487 2014-06-04 Martin Liska <mliska@suse.cz>
2489 * cgraph.h (expand_thunk): New argument added.
2490 (address_taken_from_non_vtable_p): New global function.
2491 * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
2492 * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
2493 * cgraphunit.c (analyze_function): Likewise.
2494 (assemble_thunks_and_aliases): Argument added to call.
2495 (expand_thunk): New argument forces to produce GIMPLE thunk.
2497 2014-06-04 Martin Liska <mliska@suse.cz>
2499 * coverage.h (coverage_compute_cfg_checksum): Argument added.
2500 * coverage.c (coverage_compute_cfg_checksum): Likewise.
2501 * profile.c (branch_prob): Likewise.
2503 2014-06-04 Martin Jambor <mjambor@suse.cz>
2506 * ipa-pure-const.c (propagate_pure_const): Add unreachable default
2507 handler for switch on an ipa_ref_use enum.
2508 * ipa-reference.c (analyze_function): Likewise.
2510 2014-06-04 Kai Tietz <ktietz@redhat.com>
2512 * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
2513 from old call-instruction.
2515 2014-06-04 Bin Cheng <bin.cheng@arm.com>
2517 * config/aarch64/aarch64.c (aarch64_classify_address)
2518 (aarch64_legitimize_reload_address): Support full addressing modes
2520 * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
2521 (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
2523 2014-06-03 Andrew Pinski <apinski@cavium.com>
2525 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
2528 2014-06-03 Andrew Pinski <apinski@cavium.com>
2530 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
2531 (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
2533 2014-06-03 Kai Tietz <ktietz@redhat.com>
2535 * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
2538 2014-06-03 Dehao Chen <dehao@google.com>
2540 * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
2543 2014-06-03 Marek Polacek <polacek@redhat.com>
2546 * doc/invoke.texi: Document -Wswitch-bool.
2547 * function.c (stack_protect_epilogue): Cast controlling expression of
2549 * gengtype.c (walk_type): Generate switch expression with its
2550 controlling expression cast to int.
2552 2014-06-03 Vishnu K S <Vishnu.k_s@atmel.com>
2554 * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
2556 * config/avr/avr-tables.opt: Regenerate.
2557 * config/avr/t-multilib: Regenerate.
2558 * doc/avr-mmcu.texi: Regenerate.
2560 2014-06-03 Vishnu K S <vishnu.k_s@atmel.com>
2561 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2563 * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
2564 (ata6617c, ata664251): Add new avr35 devices.
2565 (ata6612c): Add new avr4 device.
2566 (ata6613c, ata6614q): Add new avr5 devices.
2567 * config/avr/avr-tables.opt: Regenerate.
2568 * config/avr/t-multilib: Regenerate.
2569 * doc/avr-mmcu.texi: Regenerate.
2571 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
2573 * gcc/config/aarch64/aarch64-builtins.c
2574 (aarch64_types_binop_ssu_qualifiers): New static data.
2575 (TYPES_BINOP_SSU): Define.
2576 * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
2577 urshr_n, ushll_n): Use appropriate unsigned qualifiers.
2578 * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
2579 vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
2580 vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
2581 vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
2582 vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
2583 vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
2584 vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
2585 suffix to builtin function name, remove cast.
2586 (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
2587 vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
2588 vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
2590 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
2592 * gcc/config/aarch64/aarch64-builtins.c
2593 (aarch64_types_binop_uus_qualifiers,
2594 aarch64_types_shift_to_unsigned_qualifiers,
2595 aarch64_types_unsigned_shiftacc_qualifiers): Define.
2596 * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
2597 uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
2598 sqshlu_n, uqshl_n): Update qualifiers.
2599 * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
2600 vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
2601 vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
2602 vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
2603 vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
2604 vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
2605 vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
2606 vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
2607 vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
2608 vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
2609 vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
2610 vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
2611 vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
2612 vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
2613 vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
2614 vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
2615 vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
2616 vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
2617 vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
2618 vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
2619 vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
2620 vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
2621 vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
2622 vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
2623 vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
2624 vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
2625 vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
2627 2014-06-03 Teresa Johnson <tejohnson@google.com>
2629 * tree-sra.c (modify_function): Record caller nodes after rebuild.
2631 2014-06-02 Jason Merrill <jason@redhat.com>
2634 * varpool.c (ctor_for_folding): Handle uninitialized vtables.
2636 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
2638 * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
2641 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
2643 * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
2645 * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
2646 (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
2647 * config/aarch64/iterators.md (REVERSE): New iterator.
2648 (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
2649 (rev_op): New int_attribute.
2650 * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
2651 vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
2652 vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
2653 vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
2654 vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
2655 vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
2656 vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
2657 Replace temporary __asm__ with __builtin_shuffle.
2659 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
2661 * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
2663 * config/mips/mips-tables.opt: Regenerate.
2664 * config/mips/mips.c (mips_compute_frame_info): Changed if statement
2665 to use mips_isa_rev rather than ISA_MIPS32R2.
2666 * config/mips/mips.h (ISA_MIPS32R3): New define.
2667 (ISA_MIPS32R5): New define.
2668 (ISA_MIPS64R3): New define.
2669 (ISA_MIPS64R5): New define.
2670 (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
2671 ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
2672 (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
2674 (MIPS_ISA_SYNCI_SPEC): Likewise.
2675 (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
2676 (LINK_SPEC): Added mips32r3 and mips32r5.
2677 * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
2678 to mips32r2; and mips64r3 and mips64r5 to mips64r2.
2679 * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
2680 * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
2681 * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
2682 * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
2683 * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
2685 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
2687 * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
2689 * config/mips/mips.opt (mxpa): New option.
2690 * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
2693 2014-06-03 Martin Jambor <mjambor@suse.cz>
2696 * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
2699 2014-06-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
2701 PR tree-optimization/61328
2702 * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
2703 initialization from find_bswap_or_nop_1.
2704 (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
2705 in source_expr2 before using the size value the function sets. Also
2706 make use of init_symbolic_number () in both the old place and
2707 find_bswap_or_nop_load () to avoid reading uninitialized memory when
2708 doing recursion in the GIMPLE_BINARY_RHS case.
2710 2014-06-03 Richard Biener <rguenther@suse.de>
2712 PR tree-optimization/61383
2713 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
2716 2014-06-03 Richard Sandiford <rdsandiford@googlemail.com>
2718 * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
2719 (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
2720 (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
2721 (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
2723 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
2724 (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
2725 * system.h: ...here and make it unconditional.
2726 * target.def (conditional_register_usage): Mention
2727 define_register_constraint instead of old-style constraint macros.
2728 * doc/tm.texi.in: Remove documentation for old-style constraint macros.
2729 * doc/tm.texi: Regenerate.
2730 * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
2731 protected by !USE_MD_CONSTRAINTS.
2732 * config/frv/frv.md: Remove quote from old version of documentation.
2733 * config/frv/frv.c (frv_conditional_register_usage): Likewise.
2734 * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
2735 CONST_DOUBLE_OK_FOR_LETTER.
2736 * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
2738 2014-06-02 Andrew Pinski <apinski@cavium.com>
2740 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
2741 /lib/ld-linux32-aarch64.so.1 is used for ILP32.
2742 (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
2743 file whose name depends on -mabi= and -mbig-endian.
2744 * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
2745 Handle LP64 better and handle ilp32 too.
2746 (MULTILIB_OPTIONS): Delete.
2747 (MULTILIB_DIRNAMES): Delete.
2749 2014-06-02 Andrew MacLeod <amacleod@redhat.com>
2751 * expr.h: Remove prototypes of functions defined in builtins.c.
2752 * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
2753 Remove prototypes of functions defined in builtins.c.
2754 * builtins.h: Update prototype list to include all exported functions.
2755 * builtins.c: (default_libc_has_function, gnu_libc_has_function,
2756 no_c99_libc_has_function): Move to targhooks.c
2757 (build_string_literal, build_call_expr_loc_array,
2758 build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
2760 (expand_builtin_object_size, fold_builtin_object_size): Make static.
2761 * targhooks.c (default_libc_has_function, gnu_libc_has_function,
2762 no_c99_libc_has_function): Relocate from builtins.c.
2763 * tree.c: Include builtins.h.
2764 (build_call_expr_loc_array, build_call_expr_loc_vec,
2765 build_call_expr_loc, build_call_expr, build_string_literal): Relocate
2767 * fold-const.h (fold_fma): Move prototype to builtins.h.
2768 * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
2769 * asan.c: Include builtins.h.
2770 * cfgexpand.c: Likewise.
2771 * convert.c: Likewise.
2772 * emit-rtl.c: Likewise.
2773 * except.c: Likewise.
2775 * fold-const.c: Likewise.
2776 * gimple-fold.c: Likewise.
2777 * gimple-ssa-strength-reduction.c: Likewise.
2778 * gimplify.c: Likewise.
2779 * ipa-inline.c: Likewise.
2780 * ipa-prop.c: Likewise.
2781 * lto-streamer-out.c: Likewise.
2783 * tree-inline.c: Likewise.
2784 * tree-object-size.c: Likewise.
2785 * tree-sra.c: Likewise.
2786 * tree-ssa-ccp.c: Likewise.
2787 * tree-ssa-forwprop.c: Likewise.
2788 * tree-ssa-loop-ivcanon.c: Likewise.
2789 * tree-ssa-loop-ivopts.c: Likewise.
2790 * tree-ssa-math-opts.c: Likewise.
2791 * tree-ssa-reassoc.c: Likewise.
2792 * tree-ssa-threadedge.c: Likewise.
2793 * tree-streamer-in.c: Likewise.
2794 * tree-vect-data-refs.c: Likewise.
2795 * tree-vect-patterns.c: Likewise.
2796 * tree-vect-stmts.c: Likewise.
2797 * config/aarch64/aarch64.c: Likewise.
2798 * config/alpha/alpha.c: Likewise.
2799 * config/arc/arc.c: Likewise.
2800 * config/arm/arm.c: Likewise.
2801 * config/avr/avr.c: Likewise.
2802 * config/bfin/bfin.c: Likewise.
2803 * config/c6x/c6x.c: Likewise.
2804 * config/cr16/cr16.c: Likewise.
2805 * config/cris/cris.c: Likewise.
2806 * config/epiphany/epiphany.c: Likewise.
2807 * config/fr30/fr30.c: Likewise.
2808 * config/frv/frv.c: Likewise.
2809 * config/h8300/h8300.c: Likewise.
2810 * config/i386/i386.c: Likewise.
2811 * config/i386/winnt.c: Likewise.
2812 * config/ia64/ia64.c: Likewise.
2813 * config/iq2000/iq2000.c: Likewise.
2814 * config/lm32/lm32.c: Likewise.
2815 * config/m32c/m32c.c: Likewise.
2816 * config/m32r/m32r.c: Likewise.
2817 * config/m68k/m68k.c: Likewise.
2818 * config/mcore/mcore.c: Likewise.
2819 * config/mep/mep.c: Likewise.
2820 * config/microblaze/microblaze.c: Likewise.
2821 * config/mips/mips.c: Likewise.
2822 * config/mmix/mmix.c: Likewise.
2823 * config/mn10300/mn10300.c: Likewise.
2824 * config/moxie/moxie.c: Likewise.
2825 * config/msp430/msp430.c: Likewise.
2826 * config/nds32/nds32.c: Likewise.
2827 * config/pa/pa.c: Likewise.
2828 * config/pdp11/pdp11.c: Likewise.
2829 * config/picochip/picochip.c: Likewise.
2830 * config/rl78/rl78.c: Likewise.
2831 * config/rs6000/rs6000.c: Likewise.
2832 * config/rx/rx.c: Likewise.
2833 * config/s390/s390.c: Likewise.
2834 * config/score/score.c: Likewise.
2835 * config/sh/sh.c: Likewise.
2836 * config/sparc/sparc.c: Likewise.
2837 * config/spu/spu.c: Likewise.
2838 * config/stormy16/stormy16.c: Likewise.
2839 * config/tilegx/tilegx.c: Likewise.
2840 * config/tilepro/tilepro.c: Likewise.
2841 * config/v850/v850.c: Likewise.
2842 * config/vax/vax.c: Likewise.
2843 * config/xtensa/xtensa.c: Likewise.
2845 2014-06-02 Jeff Law <law@redhat.com>
2847 PR rtl-optimization/61094
2848 * ree.c (combine_reaching_defs): Do not reextend an insn if it
2849 was marked as do_no_reextend. If a copy is needed to eliminate
2850 an extension, then mark it as do_not_reextend.
2852 2014-06-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2854 * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
2856 2014-06-02 Richard Henderson <rth@redhat.com>
2859 * config/alpha/alpha.c (print_operand_address): Allow symbolic
2860 addresses inside asms. Use output_operand_lossage instead of
2863 2014-06-02 Uros Bizjak <ubizjak@gmail.com>
2866 * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
2867 GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
2869 2014-06-02 Tom de Vries <tom@codesourcery.com>
2871 * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
2872 case that x has VOIDmode.
2874 2014-06-02 Bernd Schmidt <bernds@codesourcery.com>
2876 * varasm.c (copy_constant): Delete function.
2877 (build_constant_desc): Don't call it.
2879 2014-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2882 * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
2883 * config/arm/arm.md (mov64 splitter): Replace const_double_operand
2884 with immediate_operand.
2886 2014-06-02 Andreas Schwab <schwab@suse.de>
2888 * config/ia64/ia64.c
2889 (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
2890 pending_data_specs first.
2892 2014-06-02 Richard Biener <rguenther@suse.de>
2894 PR tree-optimization/61378
2895 * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
2898 2014-06-01 Uros Bizjak <ubizjak@gmail.com>
2900 * config/i386/constraints.md (Bw): Rename from 'w'.
2901 (Bz): Rename from 'z'.
2902 * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
2904 2014-06-01 Kai Tietz <ktietz@redhat.com>
2907 * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
2908 * config/i386/i386.md (sibcall_insn_operand): Use Bs
2909 instead of m constraint.
2911 2014-05-31 Andreas Schwab <schwab@linux-m68k.org>
2913 * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
2914 a separate alternative where the scratch operand 2 is marked as
2917 2014-05-31 Kugan Vivekanandarajah <kuganv@linaro.org>
2919 * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
2920 (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
2921 (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
2922 and __builtins_arm_get_fpscr.
2923 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
2924 __builtins_arm_get_fpscr.
2925 (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
2926 __builtins_arm_ldfpscr.
2927 (arm_atomic_assign_expand_fenv): New function.
2928 * config/arm/vfp.md (set_fpscr): New pattern.
2929 (get_fpscr) : Likewise.
2930 * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
2932 * doc/extend.texi (AARCH64 Built-in Functions) : Document
2933 __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
2935 2014-05-30 Jakub Jelinek <jakub@redhat.com>
2937 * asan.c (report_error_func): Add SLOW_P argument, use
2938 BUILT_IN_ASAN_*_N if set.
2939 (build_check_stmt): Likewise.
2940 (instrument_derefs): If T has insufficient alignment,
2941 force same handling as for odd sizes.
2943 * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
2944 BUILT_IN_ASAN_REPORT_STORE_N): New.
2945 * asan.c (struct asan_mem_ref): Change access_size type to
2947 (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
2948 update_mem_ref_hash_table): Likewise.
2949 (asan_mem_ref_hasher::hash): Hash in a HWI.
2950 (report_error_func): Change size_in_bytes argument to HWI.
2951 Use *_N builtins if size_in_bytes is larger than 16 or not power of
2953 (build_shadow_mem_access): New function.
2954 (build_check_stmt): Use it. Change size_in_bytes argument to HWI.
2955 Handle size_in_bytes not power of two or larger than 16.
2956 (instrument_derefs): Don't give up if size_in_bytes is not
2957 power of two or is larger than 16.
2959 2014-05-30 Kai Tietz <ktietz@redhat.com>
2962 * config/i386/i386.c (x86_output_mi_thunk): Add memory case
2963 for sibling-tail-calls.
2964 * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
2966 * config/i386/predicates.md (sibcall_memory_operand): New predicate.
2967 (sibcall_insn_operand): Add check for sibcall_memory_operand.
2969 2014-05-30 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2971 * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
2972 * config/avr/avr-tables.opt: Regenerate.
2973 * config/avr/t-multilib: Regenerate.
2974 * doc/avr-mmcu.texi: Regenerate.
2976 2014-05-30 Ian Lance Taylor <iant@google.com>
2978 * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
2981 2014-05-30 Tom de Vries <tom@codesourcery.com>
2983 * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
2986 2014-05-30 Tom de Vries <tom@codesourcery.com>
2988 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
2989 * lra.c (initialize_lra_reg_info_element): Add init of
2990 actual_call_used_reg_set field.
2991 (lra): Call lra_create_live_ranges before lra_inheritance for
2993 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
2995 * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
2996 instead of call_used_reg_set for -fuse-caller-save.
2997 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
2999 2014-05-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3001 * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
3003 * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
3005 2014-05-30 Richard Sandiford <rdsandiford@googlemail.com>
3007 * ira.c (ira_get_dup_out_num): Check for output operands at
3008 the start of the loop. Handle cases where an included alternative
3009 follows an excluded one.
3011 2014-05-29 Mike Stump <mikestump@comcast.net>
3014 * collect2.c (maybe_run_lto_and_relink): Be sure to always run
3015 post ld passes when lto is used.
3017 2014-05-29 Vladimir Makarov <vmakarov@redhat.com>
3019 PR rtl-optimization/61325
3020 * lra-constraints.c (process_address): Rename to process_address_1.
3021 (process_address): New function.
3023 2014-05-29 Alan Lawrence <alan.lawrence@arm.com>
3025 * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
3026 TYPES_BINOPV): New static data.
3027 * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
3029 * config/aarch64/aarch64-simd.md (aarch64_ext,
3030 aarch64_im_lane_boundsi): New patterns.
3031 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
3033 (aarch64_evpc_ext): New function.
3035 * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
3037 * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
3038 vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
3039 vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
3040 vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
3041 vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
3043 2014-05-29 Tom de Vries <tom@codesourcery.com>
3045 * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
3047 2014-05-29 Richard Earnshaw <rearnsha@arm.com>
3048 Richard Sandiford <rdsandiford@googlemail.com>
3050 * arm/iterators.md (shiftable_ops): New code iterator.
3051 (t2_binop0, arith_shift_insn): New code attributes.
3052 * arm/predicates.md (shift_nomul_operator): New predicate.
3053 * arm/arm.md (insn_enabled): Delete.
3054 (enabled): Remove insn_enabled test.
3055 (*arith_shiftsi): Delete. Replace with ...
3056 (*<arith_shift_insn>_multsi): ... new pattern.
3057 (*<arith_shift_insn>_shiftsi): ... new pattern.
3058 * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
3060 2014-05-29 Radovan Obradovic <robradovic@mips.com>
3061 Tom de Vries <tom@codesourcery.com>
3063 * config/mips/mips.h (POST_CALL_TMP_REG): Define.
3064 * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
3066 (mips_split_call): Use POST_CALL_TMP_REG.
3067 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
3069 2014-05-29 Tom de Vries <tom@codesourcery.com>
3071 * final.c (collect_fn_hard_reg_usage): Guard variable declaration
3072 with #ifdef STACK_REGS.
3074 2014-05-28 Jan Hubicka <hubicka@ucw.cz>
3076 * varasm.c (get_variable_section): Walk aliases.
3077 (place_block_symbol): Walk aliases.
3079 2014-05-28 Tom de Vries <tom@codesourcery.com>
3082 2014-05-28 Tom de Vries <tom@codesourcery.com>
3084 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
3085 * lra.c (initialize_lra_reg_info_element): Add init of
3086 actual_call_used_reg_set field.
3087 (lra): Call lra_create_live_ranges before lra_inheritance for
3089 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
3091 * lra-constraints.c (need_for_call_save_p): Use
3092 actual_call_used_reg_set instead of call_used_reg_set for
3094 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
3096 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3098 * doc/md.texi: Document that the % constraint character must
3099 be at the beginning of the string.
3100 * genoutput.c (validate_insn_alternatives): Check that '=',
3101 '+' and '%' only appear at the beginning of a constraint.
3102 * ira.c (commutative_constraint_p): Delete.
3103 (ira_get_dup_out_num): Expect the '%' commutativity marker to be
3104 at the start of the string.
3105 * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
3107 * config/arm/neon.md (bicdi3_neon): Likewise.
3108 * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
3109 (slt_si, sltu_si): Likewise.
3110 * config/vax/vax.md (sbcdi3): Likewise.
3111 * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
3112 * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
3113 (mul64): Move '%' to beginning of constraint.
3114 * config/arm/arm.md (*xordi3_insn): Likewise.
3115 * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
3118 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3120 * doc/md.texi: Document the restrictions on the "enabled" attribute.
3122 2014-05-28 Jason Merrill <jason@redhat.com>
3125 * cgraph.h (symtab_node::get_comdat_group_id): New.
3126 * cgraphunit.c (analyze_functions): Call it.
3127 * symtab.c (dump_symtab_node): Likewise.
3128 * tree.c (decl_comdat_group_id): New.
3129 * tree.h: Declare it.
3130 * lto-streamer-out.c (write_symbol): Use it.
3131 * trans-mem.c (ipa_tm_create_version_alias): Likewise.
3133 2014-05-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3135 PR bootstrap/PR61146
3136 * wide-int.cc: Do not include longlong.h when compiling with clang.
3138 2014-05-28 Richard Biener <rguenther@suse.de>
3140 * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
3141 * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
3142 (vrp_visit_assignment_or_call): Print less vertical space.
3143 (vrp_visit_stmt): Likewise.
3144 (vrp_visit_phi_node): Likewise. For a PHI argument with
3145 VR_VARYING range consider recording it as copy.
3147 2014-05-28 Richard Biener <rguenther@suse.de>
3150 2014-05-28 Richard Biener <rguenther@suse.de>
3152 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
3154 2014-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
3156 * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
3157 sufficiently aligned and an offset is used at the same time.
3158 (expand_expr_real_1): Likewise.
3160 2014-05-28 Richard Biener <rguenther@suse.de>
3163 * fold-const.c (fold_comparison): When folding
3164 X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
3165 the sign of the remaining constant operand stays the same.
3167 2014-05-28 Kaushik Phatak <kaushik.phatak@kpit.com>
3169 * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
3170 __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
3171 (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
3173 (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
3174 * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
3175 (m32bit-doubles) Likewise.
3176 * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
3177 * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
3180 2014-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3182 * configure.ac ($gcc_cv_ld_clearcap): New test.
3183 * configure: Regenerate.
3184 * config.in: Regenerate.
3185 * config/sol2.opt (mclear-hwcap): New option.
3186 * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
3187 * config/sol2-clearcap.map: Moved here from
3188 testsuite/gcc.target/i386/clearcap.map.
3189 * config/sol2-clearcapv2.map: Move here from
3190 gcc.target/i386/clearcapv2.map.
3191 * config/t-sol2 (install): Depend on install-clearcap-map.
3192 (install-clearcap-map): New target.
3193 * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
3196 2014-05-28 Richard Biener <rguenther@suse.de>
3198 * hwint.h (*_HALF_WIDE_INT*): Move to ...
3199 * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
3200 ... here and remove the rest.
3201 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
3203 2014-05-28 Richard Biener <rguenther@suse.de>
3205 PR tree-optimization/61335
3206 * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
3207 new range fails, drop to varying.
3209 2014-05-28 Olivier Hainque <hainque@adacore.com>
3211 * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
3212 (CPP_SPEC): Add entry for -mcpu=8548.
3213 * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
3214 * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
3216 2014-05-28 Tom de Vries <tom@codesourcery.com>
3218 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
3219 * lra.c (initialize_lra_reg_info_element): Add init of
3220 actual_call_used_reg_set field.
3221 (lra): Call lra_create_live_ranges before lra_inheritance for
3223 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
3225 * lra-constraints.c (need_for_call_save_p): Use
3226 actual_call_used_reg_set instead of call_used_reg_set for
3228 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
3230 2014-05-28 Radovan Obradovic <robradovic@mips.com>
3231 Tom de Vries <tom@codesourcery.com>
3233 * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
3235 (@item -fuse-caller-save): New item.
3237 2014-05-28 Radovan Obradovic <robradovic@mips.com>
3238 Tom de Vries <tom@codesourcery.com>
3240 * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
3241 OPT_fuse_caller_save.
3243 2014-05-28 Radovan Obradovic <robradovic@mips.com>
3244 Tom de Vries <tom@codesourcery.com>
3246 * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
3247 * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
3248 get_call_reg_set_usage.
3249 * resource.c (mark_set_resources, mark_target_live_regs): Use
3250 get_call_reg_set_usage.
3251 * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
3253 (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
3254 * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
3255 Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
3256 * ira-build.c (ira_create_allocno): Init
3257 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
3258 (create_cap_allocno, propagate_allocno_info)
3259 (propagate_some_info_from_allocno)
3260 (copy_info_to_removed_store_destinations): Handle
3261 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
3262 * ira-costs.c (ira_tune_allocno_costs): Use
3263 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
3265 2014-05-28 Radovan Obradovic <robradovic@mips.com>
3266 Tom de Vries <tom@codesourcery.com>
3268 * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
3269 and function_used_regs_valid fields.
3270 * final.c: Move include of hard-reg-set.h to before rtl.h to declare
3271 find_all_hard_reg_sets.
3272 (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
3273 (get_call_reg_set_usage): New function.
3274 (rest_of_handle_final): Use collect_fn_hard_reg_usage.
3275 * regs.h (get_call_reg_set_usage): Declare.
3277 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
3280 * config/dbx.h (License): Add Runtime Library Exception.
3281 * config/newlib-stdint.h (License): Same.
3282 * config/rtems.h (License): Same
3283 * config/initfini-array.h (License): Same
3284 * config/v850/v850.h (License): Same.
3285 * config/v850/v850-opts.h (License): Same
3286 * config/v850/rtems.h (License): Same.
3288 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
3291 * doc/extend.texi (Local Labels): Note that label differences are
3292 not supported for AVR.
3294 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3295 Olivier Hainque <hainque@adacore.com>
3297 * rtl.h (set_for_reg_notes): Declare.
3298 * emit-rtl.c (set_for_reg_notes): New function.
3299 (set_unique_reg_note): Use it.
3300 * optabs.c (add_equal_note): Likewise
3302 2014-05-27 Andrew Pinski <apinski@cavium.com>
3304 * config/aarch64/aarch64.md (stack_protect_set_<mode>):
3305 Use <w> for the register in assembly template.
3306 (stack_protect_test): Use the mode of operands[0] for the result.
3307 (stack_protect_test_<mode>): Use <w> for the register
3308 in assembly template.
3310 2014-05-27 DJ Delorie <dj@redhat.com>
3312 * config/rx/rx.c (add_vector_labels): New.
3313 (rx_output_function_prologue): Call it.
3314 (rx_handle_func_attribute): Don't require empty arguments.
3315 (rx_handle_vector_attribute): New.
3316 (rx_attribute_table): Add "vector" attribute.
3317 * doc/extend.texi (interrupt, vector): Document new/changed
3318 RX-specific attributes.
3320 * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
3322 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
3324 * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
3325 predicate to detect a negative quotient.
3327 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
3329 * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
3330 to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
3331 Add X - Y CMP 0 to X CMP Y transformation.
3332 (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
3334 2014-05-27 Segher Boessenkool <segher@kernel.crashing.org>
3336 * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
3339 2014-05-27 Steve Ellcey <sellcey@mips.com>
3341 * config/mips/mips.c: Add include of cgraph.h.
3343 2014-05-27 Richard Biener <rguenther@suse.de>
3345 * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
3347 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
3350 * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
3351 * config/arm/arm-cores.def (License): Same.
3352 * config/arm/arm-opts.h (License): Same.
3353 * config/arm/aout.h (License): Same.
3354 * config/arm/bpabi.h (License): Same.
3355 * config/arm/elf.h (License): Same.
3356 * config/arm/linux-elf.h (License): Same.
3357 * config/arm/linux-gas.h (License): Same.
3358 * config/arm/netbsd-elf.h (License): Same.
3359 * config/arm/uclinux-eabi.h (License): Same.
3360 * config/arm/uclinux-elf.h (License): Same.
3361 * config/arm/vxworks.h (License): Same.
3363 2014-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3365 * config/arm/neon.md (neon_bswap<mode>): New pattern.
3366 * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
3367 (arm_init_neon_builtins): Handle NEON_BSWAP.
3368 Define required type nodes.
3369 (arm_expand_neon_builtin): Handle NEON_BSWAP.
3370 (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
3371 * config/arm/arm_neon_builtins.def (bswap): Define builtins.
3372 * config/arm/iterators.md (VDQHSD): New mode iterator.
3374 2014-05-27 Richard Biener <rguenther@suse.de>
3376 * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
3377 Try using literal operands when comparing value-ranges failed.
3379 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
3381 * ira.c (commutative_operand): Adjust for change to recog_data.
3382 [Missing from previous commit.]
3384 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
3386 * system.h (TEST_BIT): New macro.
3387 * recog.h (alternative_mask): New type.
3388 (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
3389 (recog_data_d): Replace alternative_enabled_p array with
3390 enabled_alternatives.
3391 (target_recog): New structure.
3392 (default_target_recog, this_target_recog): Declare.
3393 (get_enabled_alternatives, recog_init): Likewise.
3394 * recog.c (default_target_recog, this_target_recog): New variables.
3395 (get_enabled_alternatives): New function.
3396 (extract_insn): Use it.
3397 (recog_init): New function.
3398 (preprocess_constraints, constrain_operands): Adjust for change to
3400 * postreload.c (reload_cse_simplify_operands): Likewise.
3401 * reload.c (find_reloads): Likewise.
3402 * ira-costs.c (record_reg_classes): Likewise.
3403 * ira-lives.c (single_reg_class): Likewise. Fix bug in which
3404 all alternatives after a disabled one would be skipped.
3405 (ira_implicitly_set_insn_hard_regs): Likewise.
3406 * ira.c (ira_setup_alts): Adjust for change to recog_data.
3407 * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
3408 with enabled_alternatives.
3409 * lra.c (free_insn_recog_data): Update accordingly.
3410 (lra_update_insn_recog_data): Likewise.
3411 (lra_set_insn_recog_data): Likewise. Use get_enabled_alternatives.
3412 * lra-constraints.c (process_alt_operands): Likewise. Handle
3413 only_alternative as part of the enabled mask.
3414 * target-globals.h (this_target_recog): Declare.
3415 (target_globals): Add a recog field.
3416 (restore_target_globals): Restore this_target_recog.
3417 * target-globals.c: Include recog.h.
3418 (default_target_globals): Initialize recog field.
3419 (save_target_globals): Likewise.
3420 * reginfo.c (reinit_regs): Call recog_init.
3421 * toplev.c (backend_init_target): Likewise.
3423 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
3425 * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
3426 rather than any named insn's code.
3428 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
3431 * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
3432 * config/arm/arm-cores.def (License): Same.
3434 2014-05-26 Jan Hubicka <hubicka@ucw.cz>
3436 * tree.h (decl_comdat_group): Declare.
3437 * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
3438 * tree.c (decl_comdat_group): Here.
3440 2014-05-26 Richard Sandiford <r.sandiford@uk.ibm.com>
3442 PR rtl-optimization/61222
3443 * combine.c (simplify_shift_const_1): When moving a PLUS outside
3444 the shift, truncate the PLUS operand to the result mode.
3446 2014-05-26 Uros Bizjak <ubizjak@gmail.com>
3449 * config/i386/i386.c (ix86_rtx_costs)
3450 <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
3453 2014-05-26 Martin Jambor <mjambor@suse.cz>
3455 * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
3458 2014-05-26 Richard Biener <rguenther@suse.de>
3460 * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
3461 wi::int_traits <long long>, wi::int_traits <unsigned long long>):
3462 Provide specializations.
3463 (wi::int_traits <HOST_WIDE_INT>,
3464 wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
3466 2014-05-26 Alan Modra <amodra@gmail.com>
3469 * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
3470 params and return a bool. Remove dead code. Update comment.
3471 Assert we have a const_int source. Remove bogus code from
3472 32-bit HWI days. Move !TARGET_POWERPC64 handling, and correct
3473 handling of constants > 2G and reg_equal note, from..
3474 (rs6000_emit_set_long_const): ..here. Remove unneeded param and
3475 return value. Update comment. If we can, use a new pseudo
3476 for intermediate calculations.
3477 * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
3479 * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
3480 call to rs6000_emit_set_const in splitter.
3481 (movdi_internal64+2, +3): Likewise.
3483 2014-05-26 Richard Biener <rguenther@suse.de>
3485 * system.h: Define __STDC_FORMAT_MACROS before
3486 including inttypes.h.
3487 * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
3488 HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
3489 HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
3490 HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
3491 HOST_WIDEST_INT_C): Remove.
3492 (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
3493 if C99 inttypes.h is not available.
3494 * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
3495 * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
3496 * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
3497 * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
3498 * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
3499 (struct output_info): Likewise.
3500 (print_statistics): Adjust.
3501 (dump_bitmap_statistics): Likewise.
3502 * bt-load.c (migrate_btr_defs): Print with PRId64.
3503 * cfg.c (dump_edge_info, dump_bb_info): Likewise.
3504 (MAX_SAFE_MULTIPLIER): Adjust.
3505 * cfghooks.c (dump_bb_for_graph): Print with PRId64.
3506 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
3507 dump_cgraph_node): Likewise.
3508 * final.c (dump_basic_block_info): Likewise.
3509 * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
3510 * gcov.c (format_gcov): Likewise.
3511 * ipa-cp.c (good_cloning_opportunity_p): Likewise. Use int64_t
3513 (get_clone_agg_value): Use HOST_WIDE_INT for offset.
3514 * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
3515 (inline_small_functions, dump_overall_stats, dump_inline_stats):
3516 Use PRId64 for dumping.
3517 * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
3518 * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
3519 (add_allocno_hard_regs): Adjust.
3520 * loop-doloop.c (doloop_modify): Print using PRId64.
3521 * loop-iv.c (inverse): Compute in uint64_t.
3522 (determine_max_iter, iv_number_of_iterations): Likewise.
3523 * loop-unroll.c (decide_peel_completely, decide_peel_simple):
3525 * lto-streamer-out.c (write_symbol): Use uint64_t.
3526 * mcf.c (CAP_INFINITY): Use int64_t maximum.
3527 (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
3528 find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
3529 * modulo-sched.c (const_iteration_count): Use int64_t.
3530 (sms_schedule): Dump using PRId64.
3531 * predict.c (dump_prediction): Likewise.
3532 * pretty-print.h (pp_widest_integer): Remove.
3533 * profile.c (get_working_sets, is_edge_inconsistent,
3534 is_inconsistent, read_profile_edge_counts): Dump using PRId64.
3535 * tree-pretty-print.c (pp_double_int): Remove case handling
3536 HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
3537 * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
3539 (pass_optimize_bswap::execute): Remove restriction on hosts.
3540 * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
3541 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
3542 * tree.c (widest_int_cst_value): Remove.
3543 * tree.h (widest_int_cst_value): Likewise.
3544 * value-prof.c (dump_histogram_value): Print using PRId64.
3545 * gengtype.c (main): Also inject int64_t.
3546 * ggc-page.c (struct max_alignment): Use int64_t.
3547 * alloc-pool.c (struct allocation_object_def): Likewise.
3548 * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
3550 * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
3551 * doc/tm.texi: Regenerated.
3552 * gengtype-lex.l (IWORD): Handle [u]int64_t.
3553 * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
3554 * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
3555 mmix_output_register_setting): Use [u]int64_t in prototypes.
3556 * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
3557 mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
3558 mmix_output_octa, mmix_output_shifted_value): Adjust.
3559 (mmix_intval): Adjust. Remove unreachable case.
3560 * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
3562 2014-05-26 Richard Biener <rguenther@suse.de>
3564 * configure.ac: Drop __int64 type check. Insist that we
3565 found uint64_t and int64_t.
3566 * hwint.h (HOST_BITS_PER___INT64): Remove.
3567 (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
3568 (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
3569 (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
3570 (HOST_WIDEST_FAST_INT): Remove __int64 case.
3571 * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
3572 for dst_q_src_df_rms_cdt.
3573 * configure: Regenerate.
3574 * config.in: Likewise.
3576 2014-05-26 Michael Tautschnig <mt@debian.org>
3579 * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
3580 __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
3582 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
3584 PR rtl-optimization/61278
3585 * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
3587 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
3589 PR rtl-optimization/61220
3590 Part of PR rtl-optimization/61225
3591 * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
3592 insn; skip split_edge for a block with only one successor.
3594 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
3596 * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
3599 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
3601 * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
3602 (update_vtable_references): New function.
3603 (function_and_variable_visibility): Rewrite also vtable initializers.
3604 * varpool.c (cgraph_variable_initializer_availability): Remove assert.
3606 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
3608 * ggc.h (ggc_grow): New function.
3609 * ggc-none.c (ggc_grow): New function.
3610 * ggc-page.c (ggc_grow): Likewise.
3612 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
3614 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
3615 address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
3616 comdat_can_be_unshared_p, cgraph_externally_visible_p,
3617 varpool_externally_visible_p, can_replace_by_local_alias,
3618 update_visibility_by_resolution_info, function_and_variable_visibility,
3619 pass_data_ipa_function_and_variable_visibility,
3620 make_pass_ipa_function_and_variable_visibility,
3621 whole_program_function_and_variable_visibility,
3622 pass_data_ipa_whole_program_visibility,
3623 make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
3624 * cgraph.h (cgraph_local_node_p): Declare.
3625 * ipa-visibility.c: New file.
3626 * Makefile.in (OBJS): Add ipa-visiblity.o
3628 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
3630 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
3631 that var decl is available.
3633 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
3635 * tree-core.h (tree_decl_with_vis): Replace comdat_group by
3636 symtab_node pointer.
3637 * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
3638 (find_decls_types_r): Do not walk COMDAT_GROUP.
3639 * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
3640 * varasm.c (make_decl_one_only): Use set_comdat_group;
3641 create node if needed.
3642 * ipa-inline-transform.c (save_inline_function_body): Update
3643 way we decl->symtab mapping.
3644 * symtab.c (symtab_hash, hash_node, eq_node
3645 symtab_insert_node_to_hashtable): Remove.
3646 (symtab_register_node): Update.
3647 (symtab_unregister_node): Update.
3648 (symtab_get_node): Reimplement as inline function.
3649 (symtab_add_to_same_comdat_group): Update.
3650 (symtab_dissolve_same_comdat_group_list): Update.
3651 (dump_symtab_base): Update.
3652 (verify_symtab_base): Update.
3653 (symtab_make_decl_local): Update.
3654 (fixup_same_cpp_alias_visibility): Update.
3655 (symtab_nonoverwritable_alias): Update.
3656 * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
3657 * ipa.c (update_visibility_by_resolution_info): UPdate.
3658 * bb-reorder.c: Include cgraph.h
3659 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
3661 * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
3662 * cgraph.c (cgraph_get_create_node): Update.
3663 * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
3665 (symtab_get_node): Make inline.
3666 (symtab_insert_node_to_hashtable): Remove.
3667 (symtab_can_be_discarded): Update.
3668 (decl_comdat_group): New function.
3669 * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
3671 * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
3673 (read_comdat_group): New function.
3674 (input_node, input_varpool_node): Use it.
3675 * trans-mem.c (ipa_tm_create_version_alias): Update code creating
3677 * mips.c (mips_start_unique_function): Likewise.
3678 (ix86_code_end): Likewise.
3679 (rs6000_code_end): Likweise.
3680 * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
3682 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
3684 * gengtype-state.c (fatal_reading_state): Bring offline.
3685 * optabs.c (widening_optab_handler): Bring offline.
3686 * optabs.h (widening_optab_handler): Likewise.
3687 * final.c (get_attr_length_1): Likewise.
3689 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
3691 * sched-int.h (sd_iterator_cond): Manually tail recurse.
3693 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3695 * config/rs6000/440.md (ppc440-integer): Include shift without dot.
3696 (ppc440-compare): Include shift with dot.
3697 * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
3698 * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
3700 * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
3702 (e6500_sfx2): Include it.
3703 * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
3704 *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
3705 *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
3706 andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
3707 *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
3708 *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
3709 *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
3710 *lshiftrt_internal1le, *lshiftrt_internal1be,
3711 *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
3712 *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
3713 *rotldi3_internal10le, *rotldi3_internal10be,
3714 *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
3715 ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
3716 ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
3717 *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
3718 define_insns): Use type "shift" in the appropriate alternatives.
3720 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3722 * config/rs6000/rs6000.md (type): Add "logical". Delete
3724 (dot): Adjust comment.
3725 (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
3726 *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
3727 *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
3728 anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
3729 *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
3730 *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
3731 *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
3732 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
3734 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
3735 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
3736 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
3737 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
3738 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
3739 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
3740 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
3741 * config/rs6000/8540.md (ppc8540_su): Adjust.
3742 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
3743 cell-cmp-microcoded): Adjust.
3744 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
3745 * config/rs6000/e500mc.md (e500mc_su): Adjust.
3746 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
3747 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
3748 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
3749 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
3750 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
3751 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
3752 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
3754 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
3755 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
3756 Adjust. Adjust comment.
3757 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
3758 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
3760 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3762 * config/rs6000/rs6000.md (type): Add "add".
3763 (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
3764 *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
3765 define_insns): Use it.
3766 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
3768 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
3769 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
3770 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
3771 * config/rs6000/601.md (ppc601-integer): Adjust.
3772 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
3773 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
3774 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
3775 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
3776 * config/rs6000/8540.md (ppc8540_su): Adjust.
3777 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
3778 cell-cmp-microcoded): Adjust.
3779 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
3780 * config/rs6000/e500mc.md (e500mc_su): Adjust.
3781 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
3782 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
3783 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
3784 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
3785 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
3786 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
3787 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
3789 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
3790 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
3791 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
3792 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
3794 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3796 * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
3797 "delayed_compare", "var_delayed_compare".
3798 (var_shift): New attribute.
3799 (cell_micro): Adjust.
3800 (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
3801 *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
3802 rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
3803 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
3804 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
3805 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
3806 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
3807 *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
3808 *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
3809 *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
3810 *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
3811 rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
3812 *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
3813 *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
3814 *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
3815 *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
3816 *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
3817 *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
3818 *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
3819 *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
3820 *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
3821 *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
3822 *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
3823 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
3824 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
3826 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
3827 * config/rs6000/440.md (ppc440-integer): Adjust.
3828 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
3829 * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
3830 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
3831 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
3832 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
3833 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
3834 * config/rs6000/8540.md (ppc8540_su): Adjust.
3835 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
3836 cell-cmp-microcoded): Adjust.
3837 * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
3838 * config/rs6000/e500mc.md (e500mc_su): Adjust.
3839 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
3840 e500mc64_delayed): Adjust.
3841 * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
3842 * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
3843 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
3844 * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
3845 * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
3846 * config/rs6000/power6.md (power6-shift, power6-var-rotate,
3847 power6-delayed-compare, power6-var-delayed-compare): Adjust.
3848 * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
3849 * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
3851 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
3852 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
3854 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3856 * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv". Add "div".
3857 (bits): New mode_attr.
3858 (idiv_ldiv): Delete mode_attr.
3859 (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
3860 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
3861 rs6000_adjust_priority, is_nonpipeline_insn,
3862 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
3864 * config/rs6000/40x.md (ppc403-idiv): Adjust.
3865 * config/rs6000/440.md (ppc440-idiv): Adjust.
3866 * config/rs6000/476.md (ppc476-idiv): Adjust.
3867 * config/rs6000/601.md (ppc601-idiv): Adjust.
3868 * config/rs6000/603.md (ppc603-idiv): Adjust.
3869 * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
3870 ppc620-ldiv): Adjust.
3871 * config/rs6000/7450.md (ppc7450-idiv): Adjust.
3872 * config/rs6000/7xx.md (ppc750-idiv): Adjust.
3873 * config/rs6000/8540.md (ppc8540_divide): Adjust.
3874 * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
3875 * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
3876 * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
3877 * config/rs6000/e500mc.md (e500mc_divide): Adjust.
3878 * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
3879 * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
3880 * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
3881 * config/rs6000/mpc.md (mpccore-idiv): Adjust.
3882 * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
3883 * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
3884 * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
3885 * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
3886 * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
3887 * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
3888 * config/rs6000/titan.md (titan_fxu_div): Adjust.
3890 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3892 * config/rs6000/rs6000.md (type): Delete "insert_word",
3893 "insert_dword". Add "insert".
3894 (size): Update comment.
3895 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
3896 insn_must_be_first_in_group): Adjust.
3897 (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
3898 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
3899 *insvsi_internal6, insvdi_internal): Adjust.
3901 * config/rs6000/40x.md (ppc403-integer): Adjust.
3902 * config/rs6000/440.md (ppc440-integer): Adjust.
3903 * config/rs6000/476.md (ppc476-simple-integer): Adjust.
3904 * config/rs6000/601.md (ppc601-integer): Adjust.
3905 * config/rs6000/603.md (ppc603-integer): Adjust.
3906 * config/rs6000/6xx.md (ppc604-integer): Adjust.
3907 * config/rs6000/7450.md (ppc7450-integer): Adjust.
3908 * config/rs6000/7xx.md (ppc750-integer): Adjust.
3909 * config/rs6000/8540.md (ppc8540_su): Adjust.
3910 * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
3911 * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
3912 * config/rs6000/e500mc.md (e500mc_su): Adjust.
3913 * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
3914 * config/rs6000/e5500.md (e5500_sfx): Adjust.
3915 * config/rs6000/e6500.md (e6500_sfx): Adjust.
3916 * config/rs6000/mpc.md (mpccore-integer): Adjust.
3917 * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
3918 * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
3919 * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
3920 * config/rs6000/power7.md (power7-integer): Adjust.
3921 * config/rs6000/power8.md (power8-1cyc): Adjust.
3922 * config/rs6000/rs64.md (rs64a-integer): Adjust.
3923 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
3925 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3927 * config/rs6000/rs6000.md (type): Add "mul". Delete "imul",
3928 "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
3929 (size): New attribute.
3930 (dot): New attribute.
3931 (cell_micro): Adjust.
3932 (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
3933 umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
3934 *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
3935 umuldi3_highpart): Adjust.
3936 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
3937 rs6000_adjust_priority, is_nonpipeline_insn,
3938 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
3940 * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
3941 ppc405-imul3): Adjust.
3942 * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
3943 * config/rs6000/476.md (ppc476-imul): Adjust.
3944 * config/rs6000/601.md (ppc601-imul): Adjust.
3945 * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
3946 * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
3947 ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
3948 * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
3949 * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
3951 * config/rs6000/8540.md (ppc8540_multiply): Adjust.
3952 * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
3953 * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
3955 * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
3956 * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
3957 * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
3958 * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
3959 * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
3960 * config/rs6000/mpc.md (mpccore-imul): Adjust.
3961 * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
3962 power4-lmul, power4-imul, power4-imul3): Adjust.
3963 * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
3964 power5-lmul, power5-imul, power5-imul3): Adjust.
3965 * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
3966 power6-lmul, power6-imul, power6-imul3): Adjust.
3967 * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
3968 * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
3970 * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
3971 rs64a-lmul): Adjust.
3972 * config/rs6000/titan.md (titan_imul): Adjust.
3974 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3976 * config/rs6000/rs6000.md (type): Add new value "halfmul".
3977 (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
3978 *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
3979 *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
3980 *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
3981 *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
3982 * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
3983 * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
3984 * config/rs6000/476.md (ppc476-imul): Add type halfmul.
3985 * config/rs6000/titan.md: Delete nonsensical comment.
3986 (titan_imul): Add type imul3.
3987 (titan_mulhw): Remove type imul3; add type halfmul.
3989 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
3991 * config/rs6000/rs6000.md (type): Reorder, reformat.
3993 2014-05-23 Martin Jambor <mjambor@suse.cz>
3995 PR tree-optimization/53787
3996 * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
3997 * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
3998 analysis_done, update all uses.
3999 * ipa-prop.c: Include domwalk.h
4000 (param_analysis_info): Removed.
4001 (param_aa_status): New type.
4002 (ipa_bb_info): Likewise.
4003 (func_body_info): Likewise.
4004 (ipa_get_bb_info): New function.
4005 (aa_overwalked): Likewise.
4006 (find_dominating_aa_status): Likewise.
4007 (parm_bb_aa_status_for_bb): Likewise.
4008 (parm_preserved_before_stmt_p): Changed to use new param AA info.
4009 (load_from_unmodified_param): Accept func_body_info as a parameter
4010 instead of parms_ainfo.
4011 (parm_ref_data_preserved_p): Changed to use new param AA info.
4012 (parm_ref_data_pass_through_p): Likewise.
4013 (ipa_load_from_parm_agg_1): Likewise. Update callers.
4014 (compute_complex_assign_jump_func): Changed to use new param AA info.
4015 (compute_complex_ancestor_jump_func): Likewise.
4016 (ipa_compute_jump_functions_for_edge): Likewise.
4017 (ipa_compute_jump_functions): Removed.
4018 (ipa_compute_jump_functions_for_bb): New function.
4019 (ipa_analyze_indirect_call_uses): Likewise, moved variable
4021 (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
4022 and info, moved variable declarations down.
4023 (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
4025 (ipa_analyze_stmt_uses): Likewise.
4026 (ipa_analyze_params_uses): Removed.
4027 (ipa_analyze_params_uses_in_bb): New function.
4028 (ipa_analyze_controlled_uses): Likewise.
4029 (free_ipa_bb_info): Likewise.
4030 (analysis_dom_walker): New class.
4031 (ipa_analyze_node): Handle node-specific forbidden analysis,
4032 initialize and free func_body_info, use dominator walker.
4033 (ipcp_modif_dom_walker): New class.
4034 (ipcp_transform_function): Create and free func_body_info, use
4035 ipcp_modif_dom_walker, moved a lot of functionality there.
4037 2014-05-23 Marek Polacek <polacek@redhat.com>
4038 Jakub Jelinek <jakub@redhat.com>
4040 * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
4041 * gcc.c (sanitize_spec_function): Likewise.
4042 * convert.c (convert_to_integer): Include "ubsan.h". Add
4043 floating-point to integer instrumentation.
4044 * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
4045 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
4046 SANITIZE_NONDEFAULT.
4047 * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
4048 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
4049 BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
4050 * ubsan.c: Include "realmpfr.h" and "dfp.h".
4051 (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
4052 (ubsan_type_descriptor): Set tkind to 0xffff for types other than
4053 float/double/long double.
4054 (ubsan_instrument_float_cast): New function.
4055 * ubsan.h (ubsan_instrument_float_cast): Declare.
4057 2014-05-23 Jiong Wang <jiong.wang@arm.com>
4059 * config/aarch64/predicates.md (aarch64_call_insn_operand): New
4061 * config/aarch64/constraints.md ("Ucs", "Usf"): New constraints.
4062 * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
4063 Adjust for tailcalling through registers.
4064 * config/aarch64/aarch64.h (enum reg_class): New caller save
4066 (REG_CLASS_NAMES): Likewise.
4067 (REG_CLASS_CONTENTS): Likewise.
4068 * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
4069 Allow tailcalling without decls.
4071 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
4073 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
4074 Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
4076 * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
4077 gsi, and variables v_* to v*.
4079 2014-05-23 Eric Botcazou <ebotcazou@adacore.com>
4081 * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
4083 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
4085 * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
4086 * omp-low.c: Update accordingly.
4088 * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
4089 for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
4090 GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
4091 GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
4092 GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
4093 GF_OMP_TARGET_KIND_UPDATE.
4095 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
4096 Explicitly enumerate the expected region types.
4098 2014-05-23 Paul Eggert <eggert@cs.ucla.edu>
4101 * doc/extend.texi (Function Attributes): Fix __attribute__ ((malloc))
4102 documentation; the old documentation didn't clearly state the
4103 constraints on the contents of the pointed-to storage.
4105 2014-05-23 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4107 Fix bootstrap error on ia64
4108 * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
4109 Return default value.
4111 2014-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
4113 PR tree-optimization/54733
4114 * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
4116 (find_bswap_or_nop_load): New.
4117 (find_bswap_1): Renamed to ...
4118 (find_bswap_or_nop_1): This. Also add support for memory source.
4119 (find_bswap): Renamed to ...
4120 (find_bswap_or_nop): This. Also add support for memory source and
4121 detection of bitwise operations equivalent to load in target
4123 (execute_optimize_bswap): Likewise. Also move its leading comment back
4124 in place and split statement transformation into ...
4125 (bswap_replace): This.
4127 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
4129 PR rtl-optimization/61215
4130 * lra-elelimination.c (lra_eliminate_regs_1): Don't use
4131 simplify_gen_subreg until final substitution.
4133 2014-05-23 Alan Modra <amodra@gmail.com>
4136 * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
4137 * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
4138 Use "Y" constraint rather than "m".
4140 2014-05-23 Kugan Vivekanandarajah <kuganv@linaro.org>
4142 * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
4144 * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
4145 New function declaration.
4146 * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
4147 AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
4148 AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
4149 (aarch64_init_builtins) : Initialize builtins
4150 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
4151 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
4152 (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
4153 __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
4154 and __builtins_aarch64_set_fpsr.
4155 (aarch64_atomic_assign_expand_fenv): New function.
4156 * config/aarch64/aarch64.md (set_fpcr): New pattern.
4157 (get_fpcr) : Likewise.
4158 (set_fpsr) : Likewise.
4159 (get_fpsr) : Likewise.
4160 (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
4161 and UNSPECV_SET_FPSR.
4162 * doc/extend.texi (AARCH64 Built-in Functions) : Document
4163 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
4164 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
4166 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
4168 PR rtl-optimization/60969
4169 * ira-costs.c (record_reg_classes): Process NO_REGS for matching
4170 constraints. Set up mem cost for NO_REGS case.
4172 2014-05-22 Thomas Schwinge <thomas@codesourcery.com>
4174 * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
4176 2012-05-22 Bernd Schmidt <bernds@codesourcery.com>
4178 * config/darwin.c: Include "lto-section-names.h".
4179 (LTO_SEGMENT_NAME): Don't define.
4180 * config/i386/winnt.c: Include "lto-section-names.h".
4181 * lto-streamer.c: Include "lto-section-names.h".
4182 * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
4183 * lto-wrapper.c: Include "lto-section-names.h".
4184 (LTO_SECTION_NAME_PREFIX): Don't define.
4185 * lto-section-names.h: New file.
4186 * cgraphunit.c: Include "lto-section-names.h".
4188 2014-05-22 Peter Bergner <bergner@vnet.ibm.com>
4190 * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
4192 2014-05-22 Richard Earnshaw <rearnsha@arm.com>
4195 * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
4197 2014-05-22 Nick Clifton <nickc@redhat.com>
4199 * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
4201 2014-05-22 Eric Botcazou <ebotcazou@adacore.com>
4203 * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
4204 -> (T)A transformation to integer types.
4206 2014-05-22 Teresa Johnson <tejohnson@google.com>
4208 * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
4209 (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
4210 (gcov_rewrite): Use gcov_nonruntime_assert.
4212 (gcov_write_words): Ditto.
4213 (gcov_write_length): Ditto.
4214 (gcov_read_words): Use gcov_nonruntime_assert, and remove
4215 gcc_assert from IN_LIBGCOV code.
4216 (gcov_read_summary): Use gcov_error to flag profile corruption.
4217 (gcov_sync): Use gcov_nonruntime_assert.
4218 (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
4219 (gcov_histo_index): Use gcov_nonruntime_assert.
4220 (static void gcov_histogram_merge): Ditto.
4221 (compute_working_sets): Ditto.
4222 * gcov-io.h (gcov_nonruntime_assert): Define.
4223 (gcov_error): Define for !IN_LIBGCOV
4225 2014-05-22 Richard Biener <rguenther@suse.de>
4227 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
4228 BUILT_IN_REALLOC like BUILT_IN_STRDUP.
4229 (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
4230 and deallocation site.
4231 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
4232 Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
4233 passing through the incoming points-to set.
4234 (handle_lhs_call): Use flags argument instead of recomputing it.
4235 (find_func_aliases_for_call): Call handle_lhs_call with proper
4238 2014-05-22 Jakub Jelinek <jakub@redhat.com>
4240 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
4241 all padding bits in REAL_VALUE_TYPE are cleared.
4243 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4245 Cleanup and improve multipass_dfa_lookahead_guard
4246 * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
4247 (core2i7_first_cycle_multipass_begin,)
4248 (core2i7_first_cycle_multipass_issue,)
4249 (core2i7_first_cycle_multipass_backtrack): Update signature.
4250 * config/ia64/ia64.c
4251 (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
4252 (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
4253 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
4255 (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
4256 ia64_first_cycle_multipass_dfa_lookahead_guard_spec. Update return
4258 * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
4260 * doc/tm.texi: Regenerate.
4262 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
4263 * haifa-sched.c (ready_try): Make signed to allow negative values.
4264 (rebug_ready_list_1): Update.
4265 (choose_ready): Simplify.
4266 (sched_extend_ready_list): Update.
4268 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4270 Remove IA64 speculation tweaking flags
4271 * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
4272 speculation tuning flags.
4273 (msched-prefer-non-data-spec-insns,)
4274 (msched-prefer-non-control-spec-insns): Obsolete options.
4275 * haifa-sched.c (choose_ready): Remove handling of
4276 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
4277 * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
4278 and PREFER_NON_DATA_SPEC.
4279 * sel-sched.c (process_spec_exprs): Remove handling of
4280 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
4282 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4284 Improve scheduling debug output
4285 * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
4286 (advance_one_cycle): Update.
4287 (schedule_insn, queue_to_ready): Add debug printouts.
4288 (debug_ready_list_1): New static function.
4289 (debug_ready_list): Update.
4290 (max_issue): Add debug printouts.
4291 (dump_insn_stream): New static function.
4292 (schedule_block): Use it. Also better indent printouts.
4294 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4296 Fix sched_insn debug counter
4297 * haifa-sched.c (schedule_insn): Update.
4298 (struct haifa_saved_data): Add nonscheduled_insns_begin.
4299 (save_backtrack_point, restore_backtrack_point): Update.
4300 (first_nonscheduled_insn): New static function.
4301 (queue_to_ready, choose_ready): Use it.
4302 (schedule_block): Init nonscheduled_insns_begin.
4303 (sched_emit_insn): Update.
4306 2014-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
4308 * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
4310 (aarch64_secondary_reload) : LikeWise.
4311 (aarch64_class_max_nregs) : Remove CORE_REGS.
4312 * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
4313 (REG_CLASS_NAMES) : Likewise.
4314 (REG_CLASS_CONTENTS) : LikeWise.
4315 (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
4317 2014-05-21 Guozhi Wei <carrot@google.com>
4320 * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
4322 (vqdmulhq_n_s16): Likewise.
4324 2014-05-21 Segher Boessenkool <segher@kernel.crashing.org>
4326 * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
4328 2014-05-21 Marek Polacek <polacek@redhat.com>
4331 * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
4333 2014-05-21 Martin Jambor <mjambor@suse.cz>
4335 * doc/invoke.texi (Optimize Options): Document parameters
4336 ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
4337 ipa-cp-array-index-hint-bonus.
4339 2014-05-21 Mark Wielaard <mjw@redhat.com>
4342 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
4343 version >= 3 or not strict DWARF.
4344 * langhooks.h (struct lang_hooks_for_types): Add
4345 enum_underlying_base_type.
4346 * langhooks.c (lhd_enum_underlying_base_type): New function.
4347 * gcc/langhooks.h (struct lang_hooks_for_types): Add
4348 enum_underlying_base_type.
4349 * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
4350 (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
4351 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
4353 2014-05-21 Richard Biener <rguenther@suse.de>
4355 * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
4357 2014-05-21 John Marino <gnugcc@marino.st>
4359 * config.gcc (*-*-dragonfly*): New target.
4360 * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
4361 * configure: Regenerate.
4362 * config/dragonfly-stdint.h: New.
4363 * config/dragonfly.h: New.
4364 * config/dragonfly.opt: New.
4365 * config/i386/dragonfly.h: New.
4366 * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
4368 2014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
4370 * tree.def (VOID_CST): New.
4371 * tree-core.h (TI_VOID): New.
4372 * tree.h (void_node): New.
4373 * tree.c (tree_node_structure_for_code, tree_code_size)
4374 (iterative_hash_expr): Handle VOID_CST.
4375 (build_common_tree_nodes): Initialize void_node.
4377 2014-05-21 Bernd Schmidt <bernds@codesourcery.com>
4379 * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
4381 (reload, calculate_needs_all_insns, reload_as_needed): Use them.
4383 * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
4386 * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
4387 flag_reorder_blocks_and_partition.
4388 * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
4390 2014-05-21 Oleg Endo <olegendo@gcc.gnu.org>
4393 * config/sh/sh.md (*addc_r_1): Rename to addc_t_r. Remove empty
4395 (*addc_r_t): Add new insn_and_split.
4397 2014-05-21 Jakub Jelinek <jakub@redhat.com>
4400 * omp-low.c (handle_simd_reference): New function.
4401 (lower_rec_input_clauses): Use it. Defer adding reference
4402 initialization even for reduction without placeholder if in simd,
4403 handle it properly later on.
4405 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
4407 PR tree-optimization/60899
4408 * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
4409 assume all static symbols will have definition wile parsing and
4410 check the do have definition later in compilation; check that
4411 variable referring symbol will be output before concluding that
4412 reference is safe; be conservative for referring local statics;
4413 be more precise about when comdat is output in other partition.
4415 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
4418 * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
4420 * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
4421 (ipa_inline): Loop inline_to_all_callers until no more aliases
4424 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
4426 * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
4427 set writeonly flag only for vars actually written to.
4429 2014-05-20 Dehao Chen <dehao@google.com>
4431 * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
4432 and callee count to get clone count.
4433 * tree-inline.c (expand_call_inline): Use callee count instead of bb
4436 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4438 PR rtl-optimization/61243
4439 * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
4441 2014-05-20 Xinliang David Li <davidxl@google.com>
4443 * cgraphunit.c (walk_polymorphic_call_targets): Add
4444 dbgcnt and fopt-info support.
4445 * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
4446 * ipa-devirt.c (ipa_devirt): Ditto.
4447 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
4448 * ipa.c (walk_polymorphic_call_targets): Ditto.
4449 * gimple-fold.c (fold_gimple_assign): Ditto.
4450 (gimple_fold_call): Ditto.
4451 * dbgcnt.def: New counter.
4453 2014-05-20 DJ Delorie <dj@redhat.com>
4455 * config/msp430/msp430.md (split): Don't allow subregs when
4456 splitting SImode adds.
4457 (andneghi): Fix subtraction logic.
4458 * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
4460 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
4462 * tree.h (DECL_ONE_ONLY): Return true only for externally visible
4464 * except.c (switch_to_exception_section, resolve_unique_section,
4465 get_named_text_section, default_function_rodata_section,
4466 align_variable, get_block_for_decl, default_section_type_flags):
4467 Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
4468 * symtab.c (symtab_add_to_same_comdat_group,
4469 symtab_make_decl_local, fixup_same_cpp_alias_visibility,
4470 symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
4472 * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
4473 * bb-reorder.c (pass_partition_blocks::gate): Likewise.
4474 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
4475 (c6x_function_in_section_p): Likewise.
4476 * config/darwin.c (machopic_select_section): Likewise.
4477 * config/arm/arm.c (arm_function_in_section_p): Likewise.
4478 * config/mips/mips.c (mips_function_rodata_section): Likewise.
4479 * config/mep/mep.c (mep_select_section): LIkewise.
4480 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
4482 2014-05-20 Eric Botcazou <ebotcazou@adacore.com>
4484 * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
4485 EH region of calls to pure functions that can throw an exception.
4486 * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
4487 (copy_reference_ops_from_call): Also copy the EH region of the call if
4488 it can throw an exception.
4490 2014-05-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4492 * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
4493 nested VEC_SELECTs that are inverses of each other.
4495 2014-05-20 Richard Biener <rguenther@suse.de>
4497 * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
4498 (extract_and_process_scc_for_name): not here.
4499 (cond_dom_walker::before_dom_children): Only process
4500 stmts that end the BB in interesting ways.
4501 (run_scc_vn): Mark param uses as visited.
4503 2014-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4505 * config/arm/arm.md (arith_shiftsi): Do not predicate for
4508 2014-05-20 Nick Clifton <nickc@redhat.com>
4510 * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
4511 (msp430_gimplify_va_arg_expr): New function.
4512 (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
4514 * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
4515 operand 0 in order to prevent confusion about the number of
4518 2014-05-20 Richard Biener <rguenther@suse.de>
4520 PR tree-optimization/61221
4521 * tree-ssa-pre.c (el_to_update): Remove.
4522 (eliminate_dom_walker::before_dom_children): Handle released
4523 VDEFs by value-numbering them to the associated VUSE. Update
4524 stmt immediately for substituted call address.
4525 (eliminate): Remove delayed stmt updating code.
4526 * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
4527 possibly late re-numbered vuses.
4528 (vn_reference_lookup_2): Adjust.
4529 (vn_reference_lookup_pieces): Likewise.
4530 (vn_reference_lookup): Likewise.
4532 2014-05-20 Richard Biener <rguenther@suse.de>
4534 * config.gcc: Remove need_64bit_hwint.
4535 * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
4536 * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
4538 * config.in: Regenerate.
4539 * configure: Likewise.
4541 2014-05-19 David Wohlferd <dw@LimeGreenSocks.com>
4543 * doc/extend.texi: Create Label Attributes section,
4544 move all label attributes into it and reference it.
4546 2014-05-19 Richard Earnshaw <rearnsha@arm.com>
4548 * arm.c (thumb1_reorg): When scanning backwards skip anything
4549 that's not a proper insn.
4551 2014-05-19 Richard Biener <rguenther@suse.de>
4553 PR tree-optimization/61221
4554 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
4555 Do nothing for unreachable blocks.
4556 * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
4557 Improve unreachability detection.
4559 2014-05-19 Richard Biener <rguenther@suse.de>
4561 PR tree-optimization/61209
4562 * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
4564 2014-05-19 Nick Clifton <nickc@redhat.com>
4566 * except.c (init_eh): Fix computation of builtin setjmp buffer
4567 size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
4569 2014-05-19 Richard Biener <rguenther@suse.de>
4571 PR tree-optimization/61184
4572 * tree-vrp.c (is_negative_overflow_infinity): Use
4573 TREE_OVERFLOW_P and do that check first.
4574 (is_positive_overflow_infinity): Likewise.
4575 (is_overflow_infinity): Likewise.
4576 (vrp_operand_equal_p): Properly treat operands with
4577 differing overflow as not equal.
4579 2014-05-19 Bernd Schmidt <bernds@codesourcery.com>
4581 * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
4582 shift simplification where it was intended.
4584 2014-05-19 Christian Bruel <christian.bruel@st.com>
4587 * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
4589 2014-05-19 Richard Sandiford <r.sandiford@uk.ibm.com>
4592 * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
4595 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
4597 * reg-notes.def (CROSSING_JUMP): Likewise.
4598 * rtl.h (rtx_def): Update comment for jump flag.
4599 (CROSSING_JUMP_P): Define.
4600 * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
4601 of a REG_CROSSING_JUMP note.
4602 * cfghooks.c (tidy_fallthru_edges): Likewise.
4603 * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
4604 * emit-rtl.c (try_split): Likewise.
4605 * haifa-sched.c (sched_create_recovery_edges): Likewise.
4606 * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
4607 * jump.c (redirect_jump_2): Likewise.
4608 * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
4609 (relax_delay_slots): Likewise.
4610 * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
4611 (bbit_di): Likewise.
4612 * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
4613 * config/sh/sh.md (jump_compact): Likewise.
4614 * bb-reorder.c (rotate_loop): Likewise.
4615 (pass_duplicate_computed_gotos::execute): Likewise.
4616 (add_reg_crossing_jump_notes): Rename to...
4617 (update_crossing_jump_flags): ...this.
4618 (pass_partition_blocks::execute): Update accordingly.
4620 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
4622 * tree.h: Remove extraneous template <>.
4624 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
4626 * ipa.c (symtab_remove_unreachable_nodes): Remove
4627 symbol from comdat group if its body was eliminated.
4628 (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
4629 * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
4630 (symtab_unregister_node): ... this one.
4631 (verify_symtab_base): More strict checking of comdats.
4632 * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
4634 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
4636 * tree-pass.h (make_pass_ipa_comdats): New pass.
4637 * timevar.def (TV_IPA_COMDATS): New timevar.
4638 * passes.def (pass_ipa_comdats): Add.
4639 * Makefile.in (OBJS): Add ipa-comdats.o
4640 * ipa-comdats.c: New file.
4642 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
4644 * ipa.c (update_visibility_by_resolution_info): New function.
4645 (function_and_variable_visibility): Use it.
4647 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
4649 * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
4651 (FOR_EACH_DEFINED_SYMBOL): New macro.
4652 (varpool_first_static_initializer, varpool_next_static_initializer,
4653 varpool_first_defined_variable, varpool_next_defined_variable):
4655 (symtab_in_same_comdat_p): Correctly deal with inline functions.
4657 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
4659 * ggc-page.c (ggc_handle_finalizers): Add comment.
4661 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
4663 * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
4664 * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
4665 (ggc_internal_cleared_alloc): Likewise.
4666 * ggc-page.c (finalizer): New class.
4667 (vec_finalizer): Likewise.
4668 (globals::finalizers): New member.
4669 (globals::vec_finalizers): Likewise.
4670 (ggc_internal_alloc): Record the finalizer if any for the block being
4672 (ggc_handle_finalizers): New function.
4673 (ggc_collect): Call ggc_handle_finalizers.
4674 * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
4676 (ggc_internal_cleared_alloc): Likewise.
4677 (finalize): New function.
4678 (need_finalization_p): Likewise.
4679 (ggc_alloc): Install the type's destructor as the finalizer if it
4681 (ggc_cleared_alloc): Likewise.
4682 (ggc_vec_alloc): Likewise.
4683 (ggc_cleared_vec_alloc): Likewise.
4685 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
4687 * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
4689 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
4691 * alias.c (record_alias_subset): Adjust.
4692 * bitmap.c (bitmap_element_allocate): Likewise.
4693 (bitmap_gc_alloc_stat): Likewise.
4694 * cfg.c (init_flow): Likewise.
4695 (alloc_block): Likewise.
4696 (unchecked_make_edge): Likewise.
4697 * cfgloop.c (alloc_loop): Likewise.
4698 (flow_loops_find): Likewise.
4699 (rescan_loop_exit): Likewise.
4700 * cfgrtl.c (init_rtl_bb_info): Likewise.
4701 * cgraph.c (insert_new_cgraph_node_version): Likewise.
4702 (cgraph_allocate_node): Likewise.
4703 (cgraph_create_edge_1): Likewise.
4704 (cgraph_allocate_init_indirect_info): Likewise.
4705 * cgraphclones.c (cgraph_clone_edge): Likewise.
4706 * cgraphunit.c (add_asm_node): Likewise.
4707 (init_lowered_empty_function): Likewise.
4708 * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
4709 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
4710 (alpha_use_linkage): Likewise.
4711 * config/arc/arc.c (arc_init_machine_status): Likewise.
4712 * config/arm/arm.c (arm_init_machine_status): Likewise.
4713 * config/avr/avr.c (avr_init_machine_status): Likewise.
4714 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
4715 * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
4716 * config/cris/cris.c (cris_init_machine_status): Likewise.
4717 * config/darwin.c (machopic_indirection_name): Likewise.
4718 (darwin_build_constant_cfstring): Likewise.
4719 (darwin_enter_string_into_cfstring_table): Likewise.
4720 * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
4721 * config/frv/frv.c (frv_init_machine_status): Likewise.
4722 * config/i386/i386.c (get_dllimport_decl): Likewise.
4723 (ix86_init_machine_status): Likewise.
4724 (assign_386_stack_local): Likewise.
4725 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
4726 (i386_pe_maybe_record_exported_symbol): Likewise.
4727 (i386_pe_record_stub): Likewise.
4728 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
4729 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
4730 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
4731 (m32c_note_pragma_address): Likewise.
4732 * config/mep/mep.c (mep_init_machine_status): Likewise.
4733 (mep_note_pragma_flag): Likewise.
4734 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
4735 (mips16_local_alias): Likewise.
4736 (mips_init_machine_status): Likewise.
4737 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
4738 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
4739 * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
4740 * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
4741 * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
4742 * config/pa/pa.c (pa_init_machine_status): Likewise.
4743 (pa_get_deferred_plabel): Likewise.
4744 * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
4745 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
4746 (rs6000_init_machine_status): Likewise.
4747 (output_toc): Likewise.
4748 * config/s390/s390.c (s390_init_machine_status): Likewise.
4749 * config/score/score.c (score_output_external): Likewise.
4750 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
4751 * config/spu/spu.c (spu_init_machine_status): Likewise.
4752 * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
4753 * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
4754 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
4755 * coverage.c (coverage_end_function): Likewise.
4756 * dbxout.c (dbxout_init): Likewise.
4757 * doc/gty.texi: Don't mention variable_size attribute.
4758 * dwarf2cfi.c (new_cfi): Adjust.
4759 (new_cfi_row): Likewise.
4760 (copy_cfi_row): Likewise.
4761 (create_cie_data): Likewise.
4762 * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
4763 (new_loc_descr): Likewise.
4764 (find_AT_string_in_table): Likewise.
4765 (add_addr_table_entry): Likewise.
4766 (new_die): Likewise.
4767 (add_var_loc_to_decl): Likewise.
4768 (clone_die): Likewise.
4769 (clone_as_declaration): Likewise.
4770 (break_out_comdat_types): Likewise.
4771 (new_loc_list): Likewise.
4772 (add_loc_descr_to_each): Likewise.
4773 (add_location_or_const_value_attribute): Likewise.
4774 (add_linkage_name): Likewise.
4775 (lookup_filename): Likewise.
4776 (dwarf2out_var_location): Likewise.
4777 (new_line_info_table): Likewise.
4778 (dwarf2out_init): Likewise.
4779 (mem_loc_descriptor): Likewise.
4780 (loc_descriptor): Likewise.
4781 (add_const_value_attribute): Likewise.
4782 (tree_add_const_value_attribute): Likewise.
4783 (comp_dir_string): Likewise.
4784 (dwarf2out_vms_debug_main_pointer): Likewise.
4785 (string_cst_pool_decl): Likewise.
4786 * emit-rtl.c (set_mem_attrs): Likewise.
4787 (get_reg_attrs): Likewise.
4788 (start_sequence): Likewise.
4789 (init_emit): Likewise.
4790 (init_emit_regs): Likewise.
4791 * except.c (init_eh_for_function): Likewise.
4792 (gen_eh_region): Likewise.
4793 (gen_eh_region_catch): Likewise.
4794 (gen_eh_landing_pad): Likewise.
4795 (add_call_site): Likewise.
4796 * function.c (add_frame_space): Likewise.
4797 (insert_temp_slot_address): Likewise.
4798 (assign_stack_temp_for_type): Likewise.
4799 (get_hard_reg_initial_val): Likewise.
4800 (allocate_struct_function): Likewise.
4801 (prepare_function_start): Likewise.
4802 (types_used_by_var_decl_insert): Likewise.
4803 * gengtype.c (variable_size_p): Remove function.
4804 (enum alloc_quantity): Remove enum.
4805 (write_typed_alloc_def): Remove function.
4806 (write_typed_struct_alloc_def): Likewise.
4807 (write_typed_typedef_alloc_def): Likewise.
4808 (write_typed_alloc_defns): Likewise.
4810 * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
4811 (ggc_cleared_alloc_ptr_array_two_args): Likewise.
4812 * ggc.h (ggc_alloc): new function.
4813 (ggc_cleared_alloc): Likewise.
4814 (ggc_vec_alloc): Template on type of vector element, and remove
4815 element size argument.
4816 (ggc_cleared_vec_alloc): Likewise.
4817 * gimple.c (gimple_build_omp_for): Adjust.
4818 (gimple_copy): Likewise.
4819 * ipa-cp.c (get_replacement_map): Likewise.
4820 (find_aggregate_values_for_callers_subset): Likewise.
4821 (known_aggs_to_agg_replacement_list): Likewise.
4822 * ipa-devirt.c (get_odr_type): Likewise.
4823 * ipa-prop.c (ipa_node_duplication_hook): Likewise.
4824 (read_agg_replacement_chain): Likewise.
4825 * loop-iv.c (get_simple_loop_desc): Likewise.
4826 * lto-cgraph.c (input_node_opt_summary): Likewise.
4827 * lto-section-in.c (lto_new_in_decl_state): Likewise.
4828 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
4829 (input_eh_region): Likewise.
4830 (input_eh_lp): Likewise.
4831 (input_cfg): Likewise.
4832 * optabs.c (set_optab_libfunc): Likewise.
4833 (init_tree_optimization_optabs): Likewise.
4834 (set_conv_libfunc): Likewise.
4835 * passes.c (do_per_function_toporder): Likewise.
4836 * rtl.h: Don't use variable_size gty attribute.
4837 * sese.c (if_region_set_false_region): Adjust.
4838 * stringpool.c (gt_pch_save_stringpool): Likewise.
4839 * target-globals.c (save_target_globals): Likewise.
4840 * toplev.c (general_init): Likewise.
4841 * trans-mem.c (record_tm_replacement): Likewise.
4842 (split_bb_make_tm_edge): Likewise.
4843 * tree-cfg.c (move_sese_region_to_fn): Likewise.
4844 * tree-data-ref.h (lambda_vector_new): Likewise.
4845 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
4846 * tree-iterator.c (tsi_link_before): Likewise.
4847 (tsi_link_after): Likewise.
4848 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
4849 * tree-ssa-loop-niter.c (record_estimate): Likewise.
4850 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
4851 * tree-ssa-operands.h: Don't use variable_size gty attribute.
4852 * tree-ssa.c (init_tree_ssa): Adjust.
4853 * tree-ssanames.c (set_range_info): Likewise.
4854 (get_ptr_info): Likewise.
4855 (duplicate_ssa_name_ptr_info): Likewise.
4856 (duplicate_ssa_name_range_info): Likewise.
4857 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
4858 (unpack_ts_fixed_cst_value_fields): Likewise.
4859 * tree.c (build_fixed): Likewise.
4860 (build_real): Likewise.
4861 (build_string): Likewise.
4862 (decl_priority_info): Likewise.
4863 (decl_debug_expr_insert): Likewise.
4864 (decl_value_expr_insert): Likewise.
4865 (decl_debug_args_insert): Likewise.
4866 (type_hash_add): Likewise.
4867 (build_omp_clause): Likewise.
4868 * ubsan.c (decl_for_type_insert): Likewise.
4869 * varasm.c (get_unnamed_section): Likewise.
4870 (get_noswitch_section): Likewise.
4871 (get_section): Likewise.
4872 (get_block_for_section): Likewise.
4873 (create_block_symbol): Likewise.
4874 (build_constant_desc): Likewise.
4875 (create_constant_pool): Likewise.
4876 (force_const_mem): Likewise.
4877 (record_tm_clone_pair): Likewise.
4878 * varpool.c (varpool_create_empty_node): Likewise.
4880 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
4882 * dwarf2out.c (tree_add_const_value_attribute): Call
4883 ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
4884 * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
4885 instead of ggc_internal_<x>alloc_stat.
4886 * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
4887 (ggc_realloc): Likewise.
4888 * ggc-none.c (ggc_internal_alloc): Likewise.
4889 (ggc_internal_cleared_alloc): Likewise.
4890 * ggc-page.c: Likewise.
4891 * ggc.h (ggc_internal_alloc_stat): Likewise.
4892 (ggc_internal_alloc): Remove macro.
4893 (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
4894 (ggc_internal_cleared_alloc): Remove macro.
4895 (GGC_RESIZEVEC): Adjust.
4896 (ggc_resizevar): Remove macro.
4897 (ggc_internal_vec_alloc_stat): Drop _stat suffix.
4898 (ggc_internal_cleared_vec_alloc_stat): Likewise.
4899 (ggc_internal_vec_cleared_alloc): Remove macro.
4900 (ggc_alloc_atomic_stat): Drop _stat suffix.
4901 (ggc_alloc_atomic): Remove macro.
4902 (ggc_alloc_cleared_atomic): Remove macro.
4903 (ggc_alloc_string_stat): Drop _stat suffix.
4904 (ggc_alloc_string): Remove macro.
4905 (ggc_alloc_rtx_def_stat): Adjust.
4906 (ggc_alloc_tree_node_stat): Likewise.
4907 (ggc_alloc_cleared_tree_node_stat): Likewise.
4908 (ggc_alloc_cleared_gimple_statement_stat): Likewise.
4909 (ggc_alloc_cleared_simd_clone_stat): Likewise.
4910 * gimple.c (gimple_build_omp_for): Likewise.
4911 (gimple_copy): Likewise.
4912 * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
4913 * toplev.c (realloc_for_line_map): Adjust.
4914 * tree-data-ref.h (lambda_vector_new): Likewise.
4915 * tree-phinodes.c (allocate_phi_node): Likewise.
4916 * tree.c (grow_tree_vec_stat): Likewise.
4917 * vec.h (va_gc::reserve): Adjust.
4919 2014-05-17 Ajit Agarwal <ajitkum@xilinx.com>
4921 * config/microblaze/microblaze.c (break_handler): New Declaration.
4922 (microblaze_break_function_p,microblaze_is_break_handler): New.
4923 (compute_frame_size): Use microblaze_break_function_p.
4924 Add the test of break_handler.
4925 (microblaze_function_prologue) : Add the test of variable
4926 break_handler. Check the fnname by BREAK_HANDLER_NAME.
4927 (microblaze_function_epilogue) : Add the test of break_handler.
4928 (microblaze_globalize_label) : Add the test of break_handler.
4929 Check the name by BREAK_HANDLER_NAME.
4931 * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
4933 * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
4934 microblaze_is_break_handler test.
4935 (call_internal1,call_value_intern): Use microblaze_break_function_p.
4936 Use SYMBOL_REF_DECL.
4938 * config/microblaze/microblaze-protos.h
4939 (microblaze_break_function_p,microblaze_is_break_handler):
4942 * doc/extend.texi (MicroBlaze break_handler Functions): Document
4943 new MicroBlaze break_handler functions.
4945 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
4947 * doc/extend.texi (Size of an asm): Move node text according
4948 to its @menu entry position.
4950 2014-05-17 Marc Glisse <marc.glisse@inria.fr>
4952 PR tree-optimization/61140
4953 PR tree-optimization/61150
4954 PR tree-optimization/61197
4955 * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
4957 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
4959 * doc/invoke.texi (free): Mention Alpha. Also enabled at -Os.
4961 2014-05-17 Richard Sandiford <r.sandiford@uk.ibm.com>
4963 * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
4964 __SIZEOF_INT128__ is defined.
4966 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
4968 * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
4969 (rs6000_delegitimize_address): Use it.
4971 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
4973 * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
4974 inplace argument. Store the new address in the original MEM when true.
4975 * emit-rtl.c (change_address_1): Likewise.
4976 (adjust_address_1, adjust_automodify_address_1, offset_address):
4978 * rtl.h (plus_constant): Add an inplace argument.
4979 * explow.c (plus_constant): Likewise. Try to reuse the original PLUS
4980 when true. Avoid generating (plus X (const_int 0)).
4981 * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
4982 in-place. Pass true to plus_constant.
4983 (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
4985 2014-05-16 Dehao Chen <dehao@google.com>
4987 * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
4989 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
4992 * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
4994 * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
4996 2014-05-16 Dehao Chen <dehao@google.com>
4998 * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
4999 optimize_function_for_size_p.
5000 * regs.h (REG_FREQ_FROM_BB): Likewise.
5002 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
5005 * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
5006 negt_reg_operand cases.
5007 * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
5009 * config/sh/predicates.md (cbranch_treg_value): Simplify.
5011 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
5013 * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
5016 2014-05-16 David Malcolm <dmalcolm@redhat.com>
5019 2014-04-29 David Malcolm <dmalcolm@redhat.com>
5021 * tree-cfg.c (dump_function_to_file): Dump the return type of
5022 functions, in a line to itself before the function body, mimicking
5023 the layout of a C function.
5025 2014-05-16 Dehao Chen <dehao@google.com>
5027 * cfghooks.c (make_forwarder_block): Use direct computation to
5028 get fall-through edge's count and frequency.
5030 2014-05-16 Benno Schulenberg <bensberg@justemail.net>
5032 * config/arc/arc.c (arc_init): Fix typo in error message.
5033 * config/i386/i386.c (ix86_expand_builtin): Likewise.
5034 (split_stack_prologue_scratch_regno): Likewise.
5035 * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
5036 word from error message.
5038 2014-05-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
5040 * ira-costs.c: Fix typo in comment.
5042 2014-05-16 David Wohlferd <dw@LimeGreenSocks.com>
5044 * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
5046 2014-05-16 Jan Hubicka <hubicka@ucw.cz>
5048 * varpool.c (dump_varpool_node): Dump write-only flag.
5049 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
5051 * tree-cfg.c (execute_fixup_cfg): Remove statements setting
5052 write-only variables.
5053 * ipa.c (process_references): New function.
5054 (set_readonly_bit): New function.
5055 (set_writeonly_bit): New function.
5056 (clear_addressable_bit): New function.
5057 (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
5058 fix handling of aliases.
5059 * cgraph.h (struct varpool_node): Add writeonly flag.
5061 2014-05-16 Vladimir Makarov <vmakarov@redhat.com>
5063 PR rtl-optimization/60969
5064 * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
5065 Calculate costs for this case.
5067 2014-05-16 Eric Botcazou <ebotcazou@adacore.com>
5069 * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
5070 <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
5072 2014-05-16 Richard Biener <rguenther@suse.de>
5074 PR tree-optimization/61194
5075 * tree-vect-patterns.c (adjust_bool_pattern): Also handle
5076 bool patterns ending in a COND_EXPR.
5078 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5080 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
5082 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5084 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
5085 where we were unable to cost an RTX.
5087 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5089 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
5092 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5093 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5095 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
5097 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5098 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5100 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
5101 FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
5103 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5104 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5106 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
5109 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5110 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5112 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
5115 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5116 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5118 * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
5119 (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
5121 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5122 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5124 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
5127 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5128 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5130 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
5131 ZERO_EXTEND and SIGN_EXTEND better.
5133 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5134 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5136 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
5139 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5140 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5142 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
5143 costs when costing loads and stores to memory.
5145 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5146 Philip Tomsich <philipp.tomsich@theobroma-systems.com>
5148 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
5151 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5153 * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
5155 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5156 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5158 * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
5160 (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
5162 (aarch64_rtx_mult_cost): New.
5163 (aarch64_rtx_costs): Use it, refactor as appropriate.
5165 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5166 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5168 * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
5169 emit instructions, return number of instructions which would
5171 (aarch64_add_constant): Update call to aarch64_build_constant.
5172 (aarch64_output_mi_thunk): Likewise.
5173 (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
5176 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5178 * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
5179 (TARGET_RTX_COSTS): Call it.
5181 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5183 * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
5184 (cortexa57_vector_cost): Likewise.
5185 (cortexa57_tunings): Use them.
5187 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
5189 * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
5190 (cpu_addrcost_table): Use it.
5191 * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
5192 (aarch64_address_cost): Rewrite using aarch64_classify_address,
5195 2014-05-16 Richard Biener <rguenther@suse.de>
5197 * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
5198 (set_ssa_val_to): Handle unexpected sets to VN_TOP.
5199 (visit_phi): Ignore edges marked as not executable.
5200 (class cond_dom_walker): New.
5201 (cond_dom_walker::before_dom_children): Value-number
5202 control statements and mark successor edges as not
5203 executable if possible.
5204 (run_scc_vn): First walk all control statements in
5205 dominator order, marking edges as not executable.
5206 * tree-inline.c (copy_edges_for_bb): Be not confused
5207 about random edge flags.
5209 2014-05-16 Richard Biener <rguenther@suse.de>
5211 * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
5213 2014-05-15 Peter Bergner <bergner@vnet.ibm.com>
5216 * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
5217 (__TM_simple_begin): Use it.
5218 (__TM_begin): Likewise.
5220 2014-05-15 Martin Jambor <mjambor@suse.cz>
5223 * ipa-prop.c (update_indirect_edges_after_inlining): Check
5224 type_preserved flag when the indirect edge is polymorphic.
5226 2014-05-15 Martin Jambor <mjambor@suse.cz>
5228 PR tree-optimization/61090
5229 * tree-sra.c (sra_modify_expr): Pass the current gsi to
5230 build_ref_for_model.
5232 2014-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5234 * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
5235 enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
5237 2014-05-15 Jakub Jelinek <jakub@redhat.com>
5239 PR tree-optimization/61158
5240 * fold-const.c (fold_binary_loc): If X is zero-extended and
5241 shiftc >= prec, make sure zerobits is all ones instead of
5242 invoking undefined behavior.
5244 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
5246 * regcprop.h: New file.
5247 * regcprop.c (skip_debug_insn_p): New decl.
5248 (replace_oldest_value_reg): Check skip_debug_insn_p.
5249 (copyprop_hardreg_forward_bb_without_debug_insn): New function.
5250 * shrink-wrap.c: Include regcprop.h.
5251 (prepare_shrink_wrap): Call
5252 copyprop_hardreg_forward_bb_without_debug_insn.
5254 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
5256 * shrink-wrap.h: Update comment.
5257 * shrink-wrap.c: Update comment.
5258 (next_block_for_reg): Rename to live_edge_for_reg.
5259 (live_edge_for_reg): Allow live_edge->dest has two predecessors.
5260 (move_insn_for_shrink_wrap): Split live_edge.
5261 (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
5263 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
5265 * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
5267 * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
5268 * config/sparc/sparc.md (fptype_ut699): New attribute.
5269 (in_branch_delay): Return false if -mfix-ut699 is specified and
5270 fptype_ut699 is set to single.
5271 (truncdfsf2): Add fptype_ut699 attribute.
5272 (fix_truncdfsi2): Likewise.
5273 (floatsisf2): Change fptype attribute.
5274 (fix_truncsfsi2): Likewise.
5275 (negtf2_notv9): Delete.
5276 (negtf2_v9): Likewise.
5277 (negtf2_hq): New instruction.
5278 (negtf2): New instruction and splitter.
5279 (negdf2_notv9): Rewrite.
5280 (abstf2_notv9): Delete.
5281 (abstf2_hq_v9): Likewise.
5282 (abstf2_v9): Likewise.
5283 (abstf2_hq): New instruction.
5284 (abstf2): New instruction and splitter.
5285 (absdf2_notv9): Rewrite.
5287 2014-05-14 Cary Coutant <ccoutant@google.com>
5290 * opts.c (common_handle_option): Don't special-case "-g".
5291 (set_debug_level): Default to at least level 2 with "-g".
5293 2014-05-14 DJ Delorie <dj@redhat.com>
5295 * config/msp430/msp430.c (msp430_builtin): Add
5296 MSP430_BUILTIN_DELAY_CYCLES.
5297 (msp430_init_builtins): Register void __delay_cycles(long long).
5298 (msp430_builtin_decl): Add it.
5299 (cg_magic_constant): New.
5300 (msp430_expand_delay_cycles): New.
5301 (msp430_expand_builtin): Call it.
5302 (msp430_print_operand_raw): Change integer printing from "int" to
5304 * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
5305 (delay_cycles_start): New.
5306 (delay_cycles_end): New.
5307 (delay_cycles_32): New.
5308 (delay_cycles_32x): New.
5309 (delay_cycles_16): New.
5310 (delay_cycles_16x): New.
5311 (delay_cycles_2): New.
5312 (delay_cycles_1): New.
5313 * doc/extend.texi: Document __delay_cycles().
5315 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
5317 * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
5318 length attribute computation.
5320 2014-05-14 Richard Sandiford <rdsandiford@googlemail.com>
5323 * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
5325 2014-05-14 Richard Sandiford <r.sandiford@uk.ibm.com>
5328 * config/sparc/sparc.md: Fix types of low and high in DI constant
5329 splitter. Use gen_int_mode in some other splitters.
5331 2014-05-14 Martin Jambor <mjambor@suse.cz>
5334 * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
5336 2014-05-14 James Norris <jnorris@codesourcery.com>
5338 * omp-low.c (expand_parallel_call): Remove shadow variable.
5339 (expand_omp_taskreg): Likewise.
5341 2014-05-14 Ilya Tocar <ilya.tocar@intel.com>
5343 * common/config/i386/i386-common.c
5344 (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
5345 (OPTION_MASK_ISA_XSAVES_SET): Ditto.
5346 (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
5347 (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
5348 (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
5349 (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
5350 (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
5351 * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
5352 xsavecintrin.h, xsavesintrin.h.
5353 (x86_64-*-*): Ditto.
5354 * config/i386/clflushoptintrin.h: New.
5355 * config/i386/xsavecintrin.h: Ditto.
5356 * config/i386/xsavesintrin.h: Ditto.
5357 * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
5358 (bit_XSAVES): Ditto.
5359 (bit_XSAVES): Ditto.
5360 * config/i386/driver-i386.c (host_detect_local_cpu): Handle
5361 -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
5363 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
5364 OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
5365 OPTION_MASK_ISA_XSAVES.
5366 * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
5368 (PTA_CLFLUSHOPT) Define.
5369 (PTA_XSAVEC): Ditto.
5370 (PTA_XSAVES): Ditto.
5371 (ix86_option_override_internal): Handle new options.
5372 (ix86_valid_target_attribute_inner_p): Ditto.
5373 (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
5374 IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
5375 IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
5376 (bdesc_special_args): Add __builtin_ia32_xsaves,
5377 __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
5378 __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
5379 (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
5380 (ix86_expand_builtin): Handle new builtins.
5381 * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
5382 (TARGET_CLFLUSHOPT_P): Ditto.
5383 (TARGET_XSAVEC): Ditto.
5384 (TARGET_XSAVEC_P): Ditto.
5385 (TARGET_XSAVES): Ditto.
5386 (TARGET_XSAVES_P): Ditto.
5387 * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
5388 (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
5389 (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
5391 (ANY_XRSTOR64): Ditto.
5393 (xrstor): Change into <xrstor>.
5394 (xrstor_rex64): Change into <xrstor>_rex64.
5395 (xrstor64): Change into <xrstor>64
5397 * config/i386/i386.opt (mclflushopt): New.
5400 * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
5402 * doc/invoke.texi: Document new options.
5404 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
5406 PR rtl-optimization/60866
5407 * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
5408 Default it to -1. Pass it down to init_simplejump_data.
5409 (init_simplejump_data): New parameter old_seqno. Pass it down
5410 to get_seqno_for_a_jump.
5411 (get_seqno_for_a_jump): New parameter old_seqno. Use it for
5412 initializing new jump seqno as a last resort. Add comment.
5413 (sel_redirect_edge_and_branch): Save old seqno of the conditional
5414 jump and pass it down to sel_init_new_insn.
5415 (sel_redirect_edge_and_branch_force): Likewise.
5417 2014-05-14 Georg-Johann Lay <avr@gjlay.de>
5419 * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
5420 shifted values to avoid build warning.
5422 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
5424 * cfgcleanup.c (try_forward_edges): Use location_t for locations.
5425 * cfgrtl.c (rtl_merge_blocks): Fix comment.
5426 (cfg_layout_merge_blocks): Likewise.
5427 * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
5429 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
5431 PR rtl-optimization/60901
5432 * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
5433 bb predecessor belongs to the same scheduling region. Adjust comment.
5435 2014-05-13 Peter Bergner <bergner@vnet.ibm.com>
5437 * doc/sourcebuild.texi: (dfp_hw): Document.
5438 (p8vector_hw): Likewise.
5439 (powerpc_eabi_ok): Likewise.
5440 (powerpc_elfv2): Likewise.
5441 (powerpc_htm_ok): Likewise.
5442 (ppc_recip_hw): Likewise.
5445 2014-05-13 Cary Coutant <ccoutant@google.com>
5447 * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
5449 2014-05-13 David Malcolm <dmalcolm@redhat.com>
5451 * gengtype-parse.c (require3): Eliminate in favor of...
5453 (require_template_declaration): Update to support optional single *
5456 * gengtype.c (get_ultimate_base_class): Add a non-const overload.
5457 (create_user_defined_type): Handle a single level of explicit
5458 pointerness within template arguments.
5459 (struct write_types_data): Add field "kind".
5460 (filter_type_name): Handle "*" character.
5461 (write_user_func_for_structure_ptr): Require a write_types_data
5462 rather than just a prefix string, so that we can look up the kind
5463 of the wtd and use it as an index into wrote_user_func_for_ptr,
5464 ensuring that such functions are written at most once. Support
5465 subclasses by invoking the marking function of the ultimate base class.
5466 (write_user_func_for_structure_body): Require a write_types_data
5467 rather than just a prefix string, so that we can pass this to
5468 write_user_func_for_structure_ptr.
5469 (write_func_for_structure): Likewise.
5470 (ggc_wtd): Add initializer of new "kind" field.
5471 (pch_wtd): Likewise.
5473 * gengtype.h (enum write_types_kinds): New.
5474 (struct type): Add field wrote_user_func_for_ptr to the "s"
5477 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
5479 * fold-const.c (optimize_bit_field_compare): Use wi:: operations
5480 instead of const_binop.
5481 (fold_binary_loc): Likewise.
5483 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
5485 * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
5486 calculation to match get_ref_base_and_extent.
5488 2014-05-13 Catherine Moore <clm@codesourcery.com>
5489 Sandra Loosemore <sandra@codesourcery.com>
5491 * configure.ac: Fix assembly for explicit JALR relocation check.
5492 * configure: Regenerate.
5494 2014-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5496 * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
5497 (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
5498 Remove associated type declarations and initialisations.
5499 (arm_expand_neon_builtin): Likewise.
5500 (neon_emit_pair_result_insn): Delete.
5501 * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
5502 * config/arm/neon.md (neon_vtrn<mode>): Delete.
5503 (neon_vzip<mode>): Likewise.
5504 (neon_vuzp<mode>): Likewise.
5506 2014-05-13 Richard Biener <rguenther@suse.de>
5509 * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
5510 it needs revisiting whether the call still may be tail-called.
5512 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
5514 * rtl.def (SYMBOL_REF): Remove middle "0" field.
5515 * rtl.h (block_symbol): Reduce number of fields to 2.
5516 (rtx_def): Add u2.symbol_ref_flags.
5517 (SYMBOL_REF_FLAGS): Use it.
5518 (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
5519 (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
5520 * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
5521 Lower index of SYMBOL_REF_DATA.
5522 * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
5523 Print SYMBOL_REF_FLAGS at the same time.
5524 * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
5526 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
5528 * rtl.def (VAR_LOCATION): Remove "i" field.
5529 * rtl.h (rtx_def): Add u2.var_location_status.
5530 (PAT_VAR_LOCATION_STATUS): Use it.
5531 (gen_rtx_VAR_LOCATION): Declare.
5532 * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
5533 * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
5534 * var-tracking.c (emit_note_insn_var_location): Remove casts.
5536 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
5538 * rtl.def (scratch): Fix outdated comment and remove "0" field.
5539 * gengtype.c (adjust_field_rtx_def): Update accordingly.
5541 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
5543 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
5544 (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
5545 * rtl.h (rtx_def): Add insn_uid to u2 field.
5546 (RTX_FLAG_CHECK8): Delete in favor of...
5547 (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
5548 (INSN_DELETED_P): Update accordingly.
5549 (INSN_UID): Use u2.insn_uid.
5550 (INSN_CHAIN_CODE_P): Define.
5551 (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
5552 (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
5553 (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
5554 (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
5555 (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
5556 indices accordingly.
5557 * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
5558 Update indices for insn-chain rtxes.
5559 * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
5560 (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
5561 * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
5562 * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
5563 * combine.c (try_combine): Likewise.
5564 * ira.c (setup_prohibited_mode_move_regs): Likewise.
5566 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
5568 * rtl.def (REG): Remove middle field.
5569 * rtl.h (rtx_def): Add orignal_regno to u2.
5570 (ORIGINAL_REGNO): Use it instead of field 1.
5571 (REG_ATTRS): Lower field index accordingly.
5572 * gengtype.c (adjust_field_rtx_def): Remove handling of
5573 ORIGINAL_REGNO. Move REG_ATTRS index down.
5574 * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
5575 code that prints the REGNO.
5577 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
5579 * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
5582 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
5584 * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
5586 2014-05-13 Bin Cheng <bin.cheng@arm.com>
5588 * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
5589 (alloc_iv): Lower base expressions containing ADDR_EXPR.
5591 2014-05-13 Ian Bolton <ian.bolton@arm.com>
5593 * config/aarch64/aarch64-protos.h
5594 (aarch64_hard_regno_caller_save_mode): New prototype.
5595 * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
5597 * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
5599 2014-05-13 Christian Bruel <christian.bruel@st.com>
5601 * target.def (mode_switching): New hook vector.
5602 (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
5603 (mode_exit, modepriority_to_mode): Likewise.
5604 * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
5605 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
5606 * target.h: Include tm.h and hard-reg-set.h.
5607 * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
5608 (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
5609 * doc/tm.texi Regenerate.
5610 * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
5611 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
5612 * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
5613 (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
5614 * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
5615 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
5616 * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
5617 (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
5618 * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
5619 (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
5620 (ix86_emit_mode_set): Hookify.
5621 * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
5623 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
5624 * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
5625 (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
5626 (epiphany_mode_priority_to_mode): Remove declaration.
5627 * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
5628 (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
5629 (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
5631 (epiphany_mode_priority_to_mode): Change priority type. Hookify.
5632 (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
5633 (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
5635 2014-05-13 Jakub Jelinek <jakub@redhat.com>
5638 * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
5639 is const0_rtx, return immediately. Don't test count == 0 when
5642 2014-05-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>
5644 * Makefile.in: add shrink-wrap.o.
5645 * config/i386/i386.c: include "shrink-wrap.h"
5646 * function.c: Likewise.
5647 (requires_stack_frame_p, next_block_for_reg,
5648 move_insn_for_shrink_wrap, prepare_shrink_wrap,
5649 dup_block_and_redirect): Move to shrink-wrap.c
5650 (thread_prologue_and_epilogue_insns): Extract three code segments
5651 as functions in shrink-wrap.c
5652 * function.h: Move #ifdef HAVE_simple_return ... #endif block to
5654 * shrink-wrap.c: New file.
5655 * shrink-wrap.h: New file.
5657 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
5659 * doc/extend.texi: Reflect current numbers of pragmas. Remove
5660 reference to Solaris.
5662 2014-05-12 Mike Stump <mikestump@comcast.net>
5665 * genattrtab.c (filename): Add.
5666 (convert_set_attr_alternative): Improve error message.
5667 (check_defs): Restore read_md_filename for error messages.
5668 (gen_insn): Save filename.
5670 2014-05-12 Dimitris Papavasiliou <dpapavas@gmail.com>
5672 * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
5673 -fno-local-ivars and -fivar-visibility.
5674 * c-family/c.opt: Make -Wshadow also implicitly enable
5677 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
5679 * doc/tm.texi: Remove reference to deleted macro.
5680 * doc/tm.texi.in: Likewise.
5682 2014-05-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
5685 * config/avr/avr.c (avr_out_store_psi): Use correct constant
5688 2014-05-12 Georg-Johann Lay <avr@gjlay.de>
5691 * config/arm/arm.h (License): Add GCC Runtime Library Exception.
5692 * config/arm/aout.h (License): Same.
5693 * config/arm/bpabi.h (License): Same.
5694 * config/arm/elf.h (License): Same.
5695 * config/arm/linux-elf.h (License): Same.
5696 * config/arm/linux-gas.h (License): Same.
5697 * config/arm/netbsd-elf.h (License): Same.
5698 * config/arm/uclinux-eabi.h (License): Same.
5699 * config/arm/uclinux-elf.h (License): Same.
5700 * config/arm/vxworks.h (License): Same.
5702 2014-05-11 Jakub Jelinek <jakub@redhat.com>
5704 * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
5705 * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
5706 number of operands to 3.
5707 (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
5708 * tree-nested.c (convert_nonlocal_omp_clauses,
5709 convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
5710 * gimplify.c (gimplify_scan_omp_clauses): Handle
5711 OMP_CLAUSE_LINEAR_STMT.
5712 * omp-low.c (lower_rec_input_clauses): Fix typo.
5713 (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
5714 cast between Fortran boolean_type_node and C _Bool if
5717 2014-05-11 Richard Sandiford <rdsandiford@googlemail.com>
5719 PR tree-optimization/61136
5720 * wide-int.h (multiple_of_p): Define a version that doesn't return
5722 * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
5723 integer_zerop/const_binop pair.
5724 (multiple_of_p): Likewise, converting both operands to widest_int
5727 2014-05-09 Teresa Johnson <tejohnson@google.com>
5729 * cgraphunit.c (analyze_functions): Use correct dump file.
5731 2014-05-09 Florian Weimer <fweimer@redhat.com>
5733 * cfgexpand.c (stack_protect_decl_p): New function, extracted from
5735 (stack_protect_return_slot_p): New function.
5736 (expand_used_vars): Call stack_protect_decl_p and
5737 stack_protect_return_slot_p for -fstack-protector-strong.
5739 2014-05-09 David Wohlferd <LimeGreenSocks@yahoo.com>
5740 Andrew Haley <aph@redhat.com>
5741 Richard Sandiford <rdsandiford@googlemail.com>
5743 * doc/extend.texi: Rewrite inline asm page / re-org asm-related
5746 2014-05-09 Kenneth Zadeck <zadeck@naturalbridge.com>
5749 * fold-const.c (fold_binary_loc): Changed width of mask.
5751 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
5753 * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
5754 unsigned int initializers for regno_in, regno_out.
5756 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
5759 * config/avr/avr.md (cc): Add new attribute set_vzn.
5760 (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
5761 Set cc insn attribute to set_vzn instead of set_zn for alternatives
5762 with INC, DEC or NEG.
5763 * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
5764 (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
5765 INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
5767 2014-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5770 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5772 * wide-int.cc (UTItype): Define.
5773 (UDWtype): Define for appropriate W_TYPE_SIZE.
5775 2014-05-09 Richard Biener <rguenther@suse.de>
5777 * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
5778 * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
5779 (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
5780 (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
5781 ssa_propagate): Adjust.
5783 2014-05-08 Jeff Law <law@redhat.com>
5785 PR tree-optimization/61009
5786 * tree-ssa-threadedge.c (thread_through_normal_block): Return a
5787 tri-state rather than a boolean. When a block is too big to
5788 thread through, inform caller via negative return value.
5789 (thread_across_edge): If a block was too big for normal threading,
5790 then it's too big for a joiner too, so remove temporary equivalences
5791 and return immediately.
5793 2014-05-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
5794 Matthias Klose <doko@ubuntu.com>
5797 * optc-gen.awk: Fix option handling for -Wunused-parameter.
5799 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
5802 * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
5804 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
5807 * config/alpha/alpha.c: Include gimple-iterator.h.
5808 (alpha_gimple_fold_builtin): New function. Move
5809 ALPHA_BUILTIN_UMULH folding from ...
5810 (alpha_fold_builtin): ... here.
5811 (TARGET_GIMPLE_FOLD_BUILTIN): New define.
5813 2014-05-08 Wei Mi <wmi@google.com>
5816 * config/i386/i386.c (ix86_compute_frame_layout): Update
5817 preferred_stack_boundary for call, expanded from tls descriptor.
5818 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
5819 to depend on SP register.
5820 (*tls_local_dynamic_base_32_gnu): Ditto.
5821 (*tls_local_dynamic_32_once): Ditto.
5822 (tls_global_dynamic_64_<mode>): Set
5823 ix86_tls_descriptor_calls_expanded_in_cfun.
5824 (tls_local_dynamic_base_64_<mode>): Ditto.
5825 (tls_global_dynamic_32): Set
5826 ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
5827 to depend on SP register.
5828 (tls_local_dynamic_base_32): Ditto.
5830 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5832 * config/arm/arm_neon.h: Update comment.
5833 * config/arm/neon-docgen.ml: Delete.
5834 * config/arm/neon-gen.ml: Delete.
5835 * doc/arm-neon-intrinsics.texi: Update comment.
5837 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5839 * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
5841 (vand, vorr, veor, vorn, vbic): Remove.
5842 * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
5844 (neon_vsub_unspec): Likewise.
5845 (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
5847 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5849 * config/arm/arm_neon.h (vadd_s8): GNU C implementation
5850 (vadd_s16): Likewise.
5851 (vadd_s32): Likewise.
5852 (vadd_f32): Likewise.
5853 (vadd_u8): Likewise.
5854 (vadd_u16): Likewise.
5855 (vadd_u32): Likewise.
5856 (vadd_s64): Likewise.
5857 (vadd_u64): Likewise.
5858 (vaddq_s8): Likewise.
5859 (vaddq_s16): Likewise.
5860 (vaddq_s32): Likewise.
5861 (vaddq_s64): Likewise.
5862 (vaddq_f32): Likewise.
5863 (vaddq_u8): Likewise.
5864 (vaddq_u16): Likewise.
5865 (vaddq_u32): Likewise.
5866 (vaddq_u64): Likewise.
5867 (vmul_s8): Likewise.
5868 (vmul_s16): Likewise.
5869 (vmul_s32): Likewise.
5870 (vmul_f32): Likewise.
5871 (vmul_u8): Likewise.
5872 (vmul_u16): Likewise.
5873 (vmul_u32): Likewise.
5874 (vmul_p8): Likewise.
5875 (vmulq_s8): Likewise.
5876 (vmulq_s16): Likewise.
5877 (vmulq_s32): Likewise.
5878 (vmulq_f32): Likewise.
5879 (vmulq_u8): Likewise.
5880 (vmulq_u16): Likewise.
5881 (vmulq_u32): Likewise.
5882 (vsub_s8): Likewise.
5883 (vsub_s16): Likewise.
5884 (vsub_s32): Likewise.
5885 (vsub_f32): Likewise.
5886 (vsub_u8): Likewise.
5887 (vsub_u16): Likewise.
5888 (vsub_u32): Likewise.
5889 (vsub_s64): Likewise.
5890 (vsub_u64): Likewise.
5891 (vsubq_s8): Likewise.
5892 (vsubq_s16): Likewise.
5893 (vsubq_s32): Likewise.
5894 (vsubq_s64): Likewise.
5895 (vsubq_f32): Likewise.
5896 (vsubq_u8): Likewise.
5897 (vsubq_u16): Likewise.
5898 (vsubq_u32): Likewise.
5899 (vsubq_u64): Likewise.
5900 (vand_s8): Likewise.
5901 (vand_s16): Likewise.
5902 (vand_s32): Likewise.
5903 (vand_u8): Likewise.
5904 (vand_u16): Likewise.
5905 (vand_u32): Likewise.
5906 (vand_s64): Likewise.
5907 (vand_u64): Likewise.
5908 (vandq_s8): Likewise.
5909 (vandq_s16): Likewise.
5910 (vandq_s32): Likewise.
5911 (vandq_s64): Likewise.
5912 (vandq_u8): Likewise.
5913 (vandq_u16): Likewise.
5914 (vandq_u32): Likewise.
5915 (vandq_u64): Likewise.
5916 (vorr_s8): Likewise.
5917 (vorr_s16): Likewise.
5918 (vorr_s32): Likewise.
5919 (vorr_u8): Likewise.
5920 (vorr_u16): Likewise.
5921 (vorr_u32): Likewise.
5922 (vorr_s64): Likewise.
5923 (vorr_u64): Likewise.
5924 (vorrq_s8): Likewise.
5925 (vorrq_s16): Likewise.
5926 (vorrq_s32): Likewise.
5927 (vorrq_s64): Likewise.
5928 (vorrq_u8): Likewise.
5929 (vorrq_u16): Likewise.
5930 (vorrq_u32): Likewise.
5931 (vorrq_u64): Likewise.
5932 (veor_s8): Likewise.
5933 (veor_s16): Likewise.
5934 (veor_s32): Likewise.
5935 (veor_u8): Likewise.
5936 (veor_u16): Likewise.
5937 (veor_u32): Likewise.
5938 (veor_s64): Likewise.
5939 (veor_u64): Likewise.
5940 (veorq_s8): Likewise.
5941 (veorq_s16): Likewise.
5942 (veorq_s32): Likewise.
5943 (veorq_s64): Likewise.
5944 (veorq_u8): Likewise.
5945 (veorq_u16): Likewise.
5946 (veorq_u32): Likewise.
5947 (veorq_u64): Likewise.
5948 (vbic_s8): Likewise.
5949 (vbic_s16): Likewise.
5950 (vbic_s32): Likewise.
5951 (vbic_u8): Likewise.
5952 (vbic_u16): Likewise.
5953 (vbic_u32): Likewise.
5954 (vbic_s64): Likewise.
5955 (vbic_u64): Likewise.
5956 (vbicq_s8): Likewise.
5957 (vbicq_s16): Likewise.
5958 (vbicq_s32): Likewise.
5959 (vbicq_s64): Likewise.
5960 (vbicq_u8): Likewise.
5961 (vbicq_u16): Likewise.
5962 (vbicq_u32): Likewise.
5963 (vbicq_u64): Likewise.
5964 (vorn_s8): Likewise.
5965 (vorn_s16): Likewise.
5966 (vorn_s32): Likewise.
5967 (vorn_u8): Likewise.
5968 (vorn_u16): Likewise.
5969 (vorn_u32): Likewise.
5970 (vorn_s64): Likewise.
5971 (vorn_u64): Likewise.
5972 (vornq_s8): Likewise.
5973 (vornq_s16): Likewise.
5974 (vornq_s32): Likewise.
5975 (vornq_s64): Likewise.
5976 (vornq_u8): Likewise.
5977 (vornq_u16): Likewise.
5978 (vornq_u32): Likewise.
5979 (vornq_u64): Likewise.
5981 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5983 * wide-int.cc (UTItype): Define.
5984 (UDWtype): Define for appropriate W_TYPE_SIZE.
5986 2014-05-08 Marc Glisse <marc.glisse@inria.fr>
5988 PR tree-optimization/59100
5989 * tree-ssa-phiopt.c: Include tree-inline.h.
5990 (neutral_element_p, absorbing_element_p): New functions.
5991 (value_replacement): Handle conditional binary operations with a
5992 neutral or absorbing element.
5994 2014-05-08 Richard Biener <rguenther@suse.de>
5996 * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
5997 folding the expression.
5998 (valueize_expr): Remove.
5999 (visit_reference_op_load): Do not valueize the result of
6001 (simplify_binary_expression): Likewise.
6002 (simplify_unary_expression): Likewise.
6004 2014-05-08 Richard Biener <rguenther@suse.de>
6006 * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
6007 looking at TYPE_ARG_TYPES.
6009 2014-05-08 Richard Biener <rguenther@suse.de>
6011 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
6012 pointer propagation special-case.
6014 2014-05-08 Bin Cheng <bin.cheng@arm.com>
6016 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
6017 core part of address expressions.
6019 2014-05-08 Alan Modra <amodra@gmail.com>
6022 * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
6023 loads and stores when -mno-strict-align at any alignment.
6024 (expand_block_clear): Similarly. Also correct calculation of
6027 2014-05-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
6030 * tree-complex.c (expand_complex_move): Keep line info when expanding
6032 * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
6033 of complex expression. Use new argument to display correct location
6034 for values coming from phi statement.
6035 (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
6036 (warn_uninitialized_phi): Pass location of phi argument to
6038 * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
6039 COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
6041 2014-05-07 Segher Boessenkool <segher@kernel.crashing.org>
6043 * config/rs6000/predicates.md (indexed_address_mem): New.
6044 * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
6045 load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
6046 fpstore_ux, fpstore_u.
6047 (sign_extend, indexed, update): New.
6048 (cell_micro): Adjust.
6049 (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
6050 *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
6051 *movsi_internal1, *movsi_internal1_single, *movhi_internal,
6052 *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
6053 *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
6054 *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
6055 *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
6056 *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
6057 *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
6058 *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
6059 *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
6060 *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
6061 *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
6062 *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
6063 *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
6065 * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
6066 * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
6067 *vsx_extract_<mode>_store): Adjust.
6068 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
6069 is_cracked_insn, insn_must_be_first_in_group,
6070 insn_must_be_last_in_group): Adjust.
6072 * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
6074 * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
6075 ppc440-fpstore): Adjust.
6076 * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
6077 ppc476-fpstore): Adjust.
6078 * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
6079 ppc601-fpstore): Adjust.
6080 * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
6082 * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
6084 * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
6085 ppc7450-fpstore): Adjust.
6086 * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
6087 * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
6088 * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
6090 * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
6091 cell-fpload, cell-fpload-update, cell-store, cell-store-update,
6092 cell-fpstore, cell-fpstore-update): Adjust.
6093 * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
6094 ppce300c3_store, ppce300c3_fpstore): Adjust.
6095 * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
6096 e500mc_fpstore): Adjust.
6097 * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
6098 e500mc64_store, e500mc64_fpstore): Adjust.
6099 * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
6100 e5500_fpstore): Adjust.
6101 * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
6102 e6500_fpstore): Adjust.
6103 * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
6105 * config/rs6000/power4.md (power4-load, power4-load-ext,
6106 power4-load-ext-update, power4-load-ext-update-indexed,
6107 power4-load-update-indexed, power4-load-update, power4-fpload,
6108 power4-fpload-update, power4-store, power4-store-update,
6109 power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
6111 * config/rs6000/power5.md (power5-load, power5-load-ext,
6112 power5-load-ext-update, power5-load-ext-update-indexed,
6113 power5-load-update-indexed, power5-load-update, power5-fpload,
6114 power5-fpload-update, power5-store, power5-store-update,
6115 power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
6117 * config/rs6000/power6.md (power6-load, power6-load-ext,
6118 power6-load-update, power6-load-update-indexed,
6119 power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
6120 power6-fpload-update, power6-store, power6-store-update,
6121 power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
6123 * config/rs6000/power7.md (power7-load, power7-load-ext,
6124 power7-load-update, power7-load-update-indexed,
6125 power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
6126 power7-fpload-update, power7-store, power7-store-update,
6127 power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
6129 * config/rs6000/power8.md (power8-load, power8-load-update,
6130 power8-load-ext, power8-load-ext-update, power8-fpload,
6131 power8-fpload-update, power8-store, power8-store-update-indexed,
6132 power8-fpstore, power8-fpstore-update): Adjust.
6133 * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
6135 * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
6136 titan_lsu_store, titan_lsu_fpstore): Adjust.
6137 * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
6139 2014-05-07 Oleg Endo <olegendo@gcc.gnu.org>
6142 * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
6143 unrolled byte insns. Emit address increments after move insns.
6145 2014-05-07 David Malcolm <dmalcolm@redhat.com>
6147 * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
6148 const_gimple, rather than a gimple.
6149 (gimple_call_builtin_p): Likewise, for the three variants.
6151 * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
6152 (gimple_call_builtin_p): Likewise, for the three variants.
6154 2014-05-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
6156 PR tree-optimization/61095
6157 * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
6159 2014-05-07 Richard Biener <rguenther@suse.de>
6161 PR tree-optimization/61034
6162 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
6163 (maybe_skip_until): Use translate to take into account
6164 lattices when trying to do disambiguations.
6165 (get_continuation_for_phi_1): Likewise.
6166 (get_continuation_for_phi): Adjust for added translate arguments.
6167 (walk_non_aliased_vuses): Likewise.
6168 * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
6169 (walk_non_aliased_vuses): Likewise.
6170 (call_may_clobber_ref_p_1): Declare.
6171 * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
6172 calls. Stop early if we are only supposed to disambiguate.
6173 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
6175 2014-05-07 Joern Rennecke <joern.rennecke@embecosm.com>
6177 * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
6178 Emit an error when the function has arguments.
6180 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
6182 * cfgloop.h (unswitch_loops): Remove.
6183 * doc/passes.texi: Remove references to loop-unswitch.c
6184 * timevar.def (TV_LOOP_UNSWITCH): Remove.
6186 2014-05-07 Evgeny Stupachenko <evstupac@gmail.com>
6188 * tree-vect-data-refs.c (vect_grouped_load_supported): New
6189 check for loads group of length 3.
6190 (vect_permute_load_chain): New permutations for loads group of
6192 * tree-vect-stmts.c (vect_model_load_cost): Change cost
6193 of vec_perm_shuffle for the new permutations.
6195 2014-05-07 Alan Lawrence <alan.lawrence@arm.com>
6197 * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
6198 vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
6199 vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
6200 vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
6201 vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
6202 vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
6203 vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
6204 vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
6206 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
6208 * loop-unswitch.c: Delete.
6210 2014-05-07 Richard Biener <rguenther@suse.de>
6212 * config.gcc: Always set need_64bit_hwint to yes.
6214 2014-05-07 Chung-Ju Wu <jasonwucj@gmail.com>
6216 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
6217 of using optimize_size.
6219 2014-05-06 Mike Stump <mikestump@comcast.net>
6221 * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
6223 2014-05-06 Joseph Myers <joseph@codesourcery.com>
6225 * config/i386/sse.md (*mov<mode>_internal)
6226 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
6227 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
6228 (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
6229 (*<code><mode>3, *andnot<mode>3<mask_name>)
6230 (<mask_codefor><code><mode>3<mask_name>): Only consider
6231 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
6233 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
6236 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
6238 * lra-constraints.c (valid_address_p): Move earlier in file.
6239 Add a constraint argument to the address_info version.
6240 (satisfies_memory_constraint_p): New function.
6241 (satisfies_address_constraint_p): Likewise.
6242 (process_alt_operands, curr_insn_transform): Use them.
6243 (process_address): Pass the constraint to valid_address_p when
6244 checking address operands.
6246 2014-05-06 Richard Sandiford <r.sandiford@uk.ibm.com>
6248 * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
6249 to their respective blocks. Fix inadvertent use of "node".
6251 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
6253 * emit-rtl.c (init_derived_machine_modes): New functionm, split
6255 (init_emit_once): ...here.
6256 * rtl.h (init_derived_machine_modes): Declare.
6257 * toplev.c (do_compile): Call it even if no_backend.
6259 2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
6260 Mike Stump <mikestump@comcast.net>
6261 Richard Sandiford <rdsandiford@googlemail.com>
6262 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6264 * alias.c (ao_ref_from_mem): Use wide-int interfaces.
6265 (rtx_equal_for_memref_p): Update comment.
6266 (adjust_offset_for_component_ref): Use wide-int interfaces.
6267 * builtins.c (get_object_alignment_2): Likewise.
6268 (c_readstr): Likewise.
6269 (target_char_cast): Add comment.
6270 (determine_block_size): Use wide-int interfaces.
6271 (expand_builtin_signbit): Likewise.
6272 (fold_builtin_int_roundingfn): Likewise.
6273 (fold_builtin_bitop): Likewise.
6274 (fold_builtin_bswap): Likewise.
6275 (fold_builtin_logarithm): Use signop.
6276 (fold_builtin_pow): Likewise.
6277 (fold_builtin_memory_op): Use wide-int interfaces.
6278 (fold_builtin_object_size): Likewise.
6279 * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
6280 nb_iterations_estimate.
6281 (record_niter_bound): Use wide-int interfaces.
6282 (get_estimated_loop_iterations_int): Likewise.
6283 (get_estimated_loop_iterations): Likewise.
6284 (get_max_loop_iterations): Likewise.
6285 * cfgloop.h: Include wide-int.h.
6286 (struct nb_iter_bound): Change bound to widest_int.
6287 (struct loop): Change nb_iterations_upper_bound and
6288 nb_iterations_estimate to widest_int.
6289 (record_niter_bound): Switch to use widest_int.
6290 (get_estimated_loop_iterations): Likewise.
6291 (get_max_loop_iterations): Likewise.
6292 (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
6293 update for wide-int.
6294 * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
6295 * combine.c (try_combine): Likewise.
6296 (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
6297 * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
6299 (aarch64_float_const_representable_p): Likewise.
6300 * config/arc/arc.c: Include wide-int.h.
6301 (arc_can_use_doloop_p): Use wide-int interfaces.
6302 * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
6303 (vfp3_const_double_index): Likewise.
6304 * config/avr/avr.c (avr_out_round): Likewise.
6305 (avr_fold_builtin): Likewise.
6306 * config/bfin/bfin.c (bfin_local_alignment): Likewise.
6307 (bfin_can_use_doloop_p): Likewise.
6308 * config/darwin.c (darwin_mergeable_constant_section): Likewise.
6309 (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
6310 * config/i386/i386.c: Include wide-int.h.
6311 (ix86_data_alignment): Use wide-int interfaces.
6312 (ix86_local_alignment): Likewise.
6313 (ix86_emit_swsqrtsf): Update real_from_integer.
6314 * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
6315 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
6316 * config/rs6000/predicates.md (any_operand): Add const_wide_int.
6317 (zero_constant): Likewise.
6318 (input_operand): Likewise.
6319 (splat_input_operand): Likewise.
6320 (non_logical_cint_operand): Change const_double to const_wide_int.
6321 * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
6322 (easy_altivec_constant): Remove comment.
6323 (paired_expand_vector_init): Use CONSTANT_P.
6324 (rs6000_legitimize_address): Handle CONST_WIDE_INT.
6325 (rs6000_emit_move): Update checks.
6326 (rs6000_aggregate_candidate): Use wide-int interfaces.
6327 (rs6000_expand_ternop_builtin): Likewise.
6328 (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
6329 (rs6000_assemble_integer): Likewise.
6330 (rs6000_hash_constant): Likewise.
6331 (output_toc): Likewise.
6332 (rs6000_rtx_costs): Likewise.
6333 (rs6000_emit_swrsqrt); Update call to real_from_integer.
6334 * config/rs6000/rs6000-c.c: Include wide-int.h.
6335 (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
6336 * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
6337 * config/rs6000/rs6000.md: Use const_scalar_int_operand.
6338 Handle CONST_WIDE_INT.
6339 * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
6340 Use tree_fits_uhwi_p.
6341 * config/sparc/sparc.c: Include wide-int.h.
6342 (sparc_fold_builtin): Use wide-int interfaces.
6343 * config/vax/vax.c: Include wide-int.h.
6344 (vax_float_literal): Use real_from_integer.
6345 * coretypes.h (struct hwivec_def): New.
6347 (const_hwivec): New.
6348 * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
6349 (equiv_constant): Handle CONST_WIDE_INT.
6350 * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
6351 (cselib_hash_rtx): Handle CONST_WIDE_INT.
6352 * dbxout.c (stabstr_U): Use wide-int interfaces.
6353 (dbxout_type): Update to use cst_fits_shwi_p.
6354 * defaults.h (LOG2_BITS_PER_UNIT): Define.
6355 (TARGET_SUPPORTS_WIDE_INT): Add default.
6356 * dfp.c: Include wide-int.h.
6357 (decimal_real_to_integer2): Use wide-int interfaces and rename to
6358 decimal_real_to_integer.
6359 * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
6360 decimal_real_to_integer.
6361 * doc/generic.texi (Constant expressions): Update for wide_int.
6362 * doc/rtl.texi (const_double): Likewise.
6363 (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
6364 (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
6365 * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
6366 (REAL_VALUE_FROM_INT): Remove.
6367 (TARGET_SUPPORTS_WIDE_INT): New.
6368 * doc/tm.texi: Regenerate.
6369 * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
6370 * double-int.h: Include wide-int.h.
6371 (struct wi::int_traits): New.
6372 * dwarf2out.c (get_full_len): New.
6373 (dw_val_equal_p): Add case dw_val_class_wide_int.
6374 (size_of_loc_descr): Likewise.
6375 (output_loc_operands): Likewise.
6376 (insert_double): Remove.
6377 (insert_wide_int): New.
6379 (print_die): Add case dw_val_class_wide_int.
6380 (attr_checksum): Likewise.
6381 (attr_checksum_ordered): Likewise.
6382 (same_dw_val_p): Likewise.
6383 (size_of_die): Likewise.
6384 (value_format): Likewise.
6385 (output_die): Likewise.
6386 (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
6388 (clz_loc_descriptor): Use wide-int interfaces.
6389 (mem_loc_descriptor): Likewise. Handle CONST_WIDE_INT.
6390 (loc_descriptor): Use wide-int interfaces. Handle CONST_WIDE_INT.
6391 (round_up_to_align): Use wide-int interfaces.
6392 (field_byte_offset): Likewise.
6393 (insert_double): Rename to insert_wide_int. Use wide-int interfaces.
6394 (add_const_value_attribute): Handle CONST_WIDE_INT. Update
6395 CONST_DOUBLE handling. Use wide-int interfaces.
6396 (add_bound_info): Use tree_fits_uhwi_p. Use wide-int interfaces.
6397 (gen_enumeration_type_die): Use add_AT_wide.
6398 (hash_loc_operands): Add case dw_val_class_wide_int.
6399 (compare_loc_operands): Likewise.
6400 * dwarf2out.h: Include wide-int.h.
6401 (wide_int_ptr): New.
6402 (enum dw_val_class): Add dw_val_class_wide_int.
6403 (struct dw_val_struct): Add val_wide.
6404 * emit-rtl.c (const_wide_int_htab): New.
6405 (const_wide_int_htab_hash): New.
6406 (const_wide_int_htab_eq): New.
6407 (lookup_const_wide_int): New.
6408 (const_double_htab_hash): Use wide-int interfaces.
6409 (const_double_htab_eq): Likewise.
6410 (rtx_to_double_int): Conditionally compile for wide-int.
6411 (immed_double_int_const): Rename to immed_wide_int_const and
6412 update for wide-int.
6413 (immed_double_const): Conditionally compile for wide-int.
6414 (init_emit_once): Use wide-int interfaces.
6415 * explow.c (plus_constant): Likewise.
6416 * expmed.c (mask_rtx): Move further up file. Use wide-int interfaces.
6417 (lshift_value): Use wide-int interfaces.
6418 (expand_mult): Likewise.
6419 (choose_multiplier): Likewise.
6420 (expand_smod_pow2): Likewise.
6421 (make_tree): Likewise.
6422 * expr.c (convert_modes): Consolidate handling of constants.
6423 Use wide-int interfaces.
6424 (emit_group_load_1): Add note.
6425 (store_expr): Update comment.
6426 (get_inner_reference): Use wide-int interfaces.
6427 (expand_constructor): Update comment.
6428 (expand_expr_real_2): Use wide-int interfaces.
6429 (expand_expr_real_1): Likewise.
6430 (reduce_to_bit_field_precision): Likewise.
6431 (const_vector_from_tree): Likewise.
6432 * final.c: Include wide-int-print.h.
6433 (output_addr_const): Handle CONST_WIDE_INT. Use CONST_DOUBLE_AS_INT_P.
6434 * fixed-value.c: Include wide-int.h.
6435 (fixed_from_string): Use wide-int interfaces.
6436 (fixed_to_decimal): Likewise.
6437 (fixed_convert_from_real): Likewise.
6438 (real_convert_from_fixed): Likewise.
6439 * fold-const.h (mem_ref_offset): Return an offset_int.
6440 (div_if_zero_remainder): Remove code parameter.
6441 * fold-const.c (div_if_zero_remainder): Remove code parameter.
6442 Use wide-int interfaces.
6443 (may_negate_without_overflow_p): Use wide-int interfaces.
6444 (negate_expr_p): Likewise.
6445 (fold_negate_expr): Likewise.
6446 (int_const_binop_1): Likewise.
6447 (const_binop): Likewise.
6448 (fold_convert_const_int_from_int): Likewise.
6449 (fold_convert_const_int_from_real): Likewise.
6450 (fold_convert_const_int_from_fixed): Likewise.
6451 (fold_convert_const_fixed_from_int): Likewise.
6452 (all_ones_mask_p): Take an unsigned size. Use wide-int interfaces.
6453 (sign_bit_p): Use wide-int interfaces.
6454 (make_range_step): Likewise.
6455 (build_range_check): Likewise. Pass an integer of the correct type
6456 instead of using integer_one_node.
6457 (range_predecessor): Pass an integer of the correct type instead
6458 of using integer_one_node.
6459 (range_successor): Likewise.
6460 (merge_ranges): Likewise.
6461 (unextend): Use wide-int interfaces.
6462 (extract_muldiv_1): Likewise.
6463 (fold_div_compare): Likewise.
6464 (fold_single_bit_test): Likewise.
6465 (fold_sign_changed_comparison): Likewise.
6466 (try_move_mult_to_index): Update calls to div_if_zero_remainder.
6467 (fold_plusminus_mult_expr): Use wide-int interfaces.
6468 (native_encode_int): Likewise.
6469 (native_interpret_int): Likewise.
6470 (fold_unary_loc): Likewise.
6471 (pointer_may_wrap_p): Likewise.
6472 (size_low_cst): Likewise.
6473 (mask_with_tz): Likewise.
6474 (fold_binary_loc): Likewise.
6475 (fold_ternary_loc): Likewise.
6476 (multiple_of_p): Likewise.
6477 (tree_call_nonnegative_warnv_p): Update calls to
6478 tree_int_cst_min_precision and real_from_integer.
6479 (fold_negate_const): Use wide-int interfaces.
6480 (fold_abs_const): Likewise.
6481 (fold_relational_const): Use tree_int_cst_lt.
6482 (round_up_loc): Use wide-int interfaces.
6483 * genemit.c (gen_exp): Add CONST_WIDE_INT case.
6484 * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
6485 * gengtype.c: Remove include of double-int.h.
6486 (do_typedef): Use wide-int interfaces.
6487 (open_base_files): Add wide-int.h.
6488 (main): Add offset_int and widest_int typedefs.
6489 * gengtype-lex.l: Handle "^".
6490 (CXX_KEYWORD): Add "static".
6491 * gengtype-parse.c (require3): New.
6492 (require_template_declaration): Handle constant template arguments
6493 and nested templates.
6494 * gengtype-state.c: Don't include "double-int.h".
6495 * genpreds.c (write_one_predicate_function): Update comment.
6496 (write_tm_constrs_h): Add check for hval and lval use in
6498 * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
6499 (add_to_sequence): Likewise.
6500 * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
6501 and const_double_operand.
6502 * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
6504 * gimple-fold.c (get_base_constructor): Likewise.
6505 (fold_array_ctor_reference): Likewise.
6506 (fold_nonarray_ctor_reference): Likewise.
6507 (fold_const_aggregate_ref_1): Likewise.
6508 (gimple_val_nonnegative_real_p): Likewise.
6509 (gimple_fold_indirect_ref): Likewise.
6510 * gimple-pretty-print.c (dump_ssaname_info): Likewise.
6511 * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
6512 (struct slsr_cand_d): Change index to be widest_int.
6513 (struct incr_info_d): Change incr to be widest_int.
6514 (alloc_cand_and_find_basis): Use wide-int interfaces.
6515 (slsr_process_phi): Likewise.
6516 (backtrace_base_for_ref): Likewise. Return a widest_int.
6517 (restructure_reference): Take a widest_int instead of a double_int.
6518 (slsr_process_ref): Use wide-int interfaces.
6519 (create_mul_ssa_cand): Likewise.
6520 (create_mul_imm_cand): Likewise.
6521 (create_add_ssa_cand): Likewise.
6522 (create_add_imm_cand): Take a widest_int instead of a double_int.
6523 (slsr_process_add): Use wide-int interfaces.
6524 (slsr_process_cast): Likewise.
6525 (slsr_process_copy): Likewise.
6526 (dump_candidate): Likewise.
6527 (dump_incr_vec): Likewise.
6528 (replace_ref): Likewise.
6529 (cand_increment): Likewise. Return a widest_int.
6530 (cand_abs_increment): Likewise.
6531 (replace_mult_candidate): Take a widest_int instead of a double_int.
6532 (replace_unconditional_candidate): Use wide-int interfaces.
6533 (incr_vec_index): Take a widest_int instead of a double_int.
6534 (create_add_on_incoming_edge): Likewise.
6535 (create_phi_basis): Use wide-int interfaces.
6536 (replace_conditional_candidate): Likewise.
6537 (record_increment): Take a widest_int instead of a double_int.
6538 (record_phi_increments): Use wide-int interfaces.
6539 (phi_incr_cost): Take a widest_int instead of a double_int.
6540 (lowest_cost_path): Likewise.
6541 (total_savings): Likewise.
6542 (analyze_increments): Use wide-int interfaces.
6543 (ncd_with_phi): Take a widest_int instead of a double_int.
6544 (ncd_of_cand_and_phis): Likewise.
6545 (nearest_common_dominator_for_cands): Likewise.
6546 (insert_initializers): Use wide-int interfaces.
6547 (all_phi_incrs_profitable): Likewise.
6548 (replace_one_candidate): Likewise.
6549 (replace_profitable_candidates): Likewise.
6550 * godump.c: Include wide-int-print.h.
6551 (go_output_typedef): Use wide-int interfaces.
6552 * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
6553 * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
6554 (build_loop_iteration_domains): Likewise.
6555 * hooks.h: Include wide-int.h rather than double-int.h.
6556 (hook_bool_dint_dint_uint_bool_true): Delete.
6557 (hook_bool_wint_wint_uint_bool_true): Declare.
6558 * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
6559 (hook_bool_wint_wint_uint_bool_true): New.
6560 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
6562 (ubsan_expand_si_overflow_mul_check): Likewise.
6563 * ipa-devirt.c (get_polymorphic_call_info): Likewise.
6564 * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
6565 (get_ancestor_addr_info): Likewise.
6566 (ipa_modify_call_arguments): Likewise.
6567 * loop-doloop.c (doloop_modify): Likewise.
6568 (doloop_optimize): Likewise.
6569 * loop-iv.c (iv_number_of_iterations): Likewise.
6570 * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
6571 (unroll_loop_constant_iterations): Likewise.
6572 (decide_unroll_runtime_iterations): Likewise.
6573 (unroll_loop_runtime_iterations): Likewise.
6574 (decide_peel_simple): Likewise.
6575 (decide_unroll_stupid): Likewise.
6576 * lto-streamer-in.c (streamer_read_wi): Add.
6577 (input_cfg): Use wide-int interfaces.
6578 (lto_input_tree_1): Likewise.
6579 * lto-streamer-out.c (streamer_write_wi): Add.
6580 (hash_tree): Use wide-int interfaces.
6581 (output_cfg): Likewise.
6582 * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
6583 (GTFILES): Add wide-int.h and signop.h.
6584 (TAGS): Look for .cc files too.
6585 * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
6586 * optabs.c (expand_subword_shift): Likewise.
6587 (expand_doubleword_shift): Likewise.
6588 (expand_absneg_bit): Likewise.
6589 (expand_copysign_absneg): Likewise.
6590 (expand_copysign_bit): Likewise.
6591 * postreload.c (reload_cse_simplify_set): Likewise.
6592 * predict.c (predict_iv_comparison): Likewise.
6593 * pretty-print.h: Include wide-int-print.h.
6595 * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
6596 * print-tree.c: Include wide-int-print.h.
6597 (print_node_brief): Use wide-int interfaces.
6598 (print_node): Likewise.
6599 * read-rtl.c (validate_const_wide_int): New.
6600 (read_rtx_code): Add CONST_WIDE_INT case.
6601 * real.c: Include wide-int.h.
6602 (real_to_integer2): Delete.
6603 (real_to_integer): New function, returning a wide_int.
6604 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
6605 (ten_to_ptwo): Update call to real_from_integer.
6606 (real_digit): Likewise.
6607 * real.h: Include signop.h, wide-int.h and insn-modes.h.
6608 (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
6609 (REAL_VALUE_TO_INT): Delete.
6610 (real_to_integer): Declare a wide-int form.
6611 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
6612 * recog.c (const_int_operand): Improve comment.
6613 (const_scalar_int_operand): New.
6614 (const_double_operand): Add a separate definition for CONST_WIDE_INT.
6615 * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
6616 (split_double): Likewise.
6617 * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
6618 (rtx_size): Likewise.
6619 (rtx_alloc_stat_v): New.
6620 (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
6621 (cwi_output_hex): New.
6622 (iterative_hash_rtx): Handle CONST_WIDE_INT.
6623 (cwi_check_failed_bounds): New.
6624 * rtl.def (CONST_WIDE_INT): New.
6625 * rtl.h: Include <utility> and wide-int.h.
6626 (struct hwivec_def): New.
6627 (CWI_GET_NUM_ELEM): New.
6628 (CWI_PUT_NUM_ELEM): New.
6629 (struct rtx_def): Add num_elem and hwiv.
6630 (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
6631 (CASE_CONST_UNIQUE): Likewise.
6632 (CASE_CONST_ANY): Likewise.
6633 (CONST_SCALAR_INT_P): Likewise.
6634 (CONST_WIDE_INT_P): New.
6636 (HWIVEC_CHECK): New.
6637 (cwi_check_failed_bounds): New.
6639 (HWIVEC_CHECK): New.
6640 (CONST_WIDE_INT_VEC) New.
6641 (CONST_WIDE_INT_NUNITS) New.
6642 (CONST_WIDE_INT_ELT) New.
6643 (rtx_mode_t): New type.
6644 (wi::int_traits <rtx_mode_t>): New.
6646 (wi::min_value): New.
6647 (wi::max_value): New.
6649 (const_wide_int_alloc): New.
6650 (immed_wide_int_const): New.
6651 * sched-vis.c (print_value): Handle CONST_WIDE_INT.
6652 * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
6653 * signop.h: New file.
6654 * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
6655 (simplify_const_unary_operation): Use wide-int interfaces.
6656 (simplify_binary_operation_1): Likewise.
6657 (simplify_const_binary_operation): Likewise.
6658 (simplify_const_relational_operation): Likewise.
6659 (simplify_immed_subreg): Likewise.
6660 * stmt.c (expand_case): Likewise.
6661 * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
6662 signop rather than a bool.
6663 * stor-layout.c (layout_type): Use wide-int interfaces.
6664 (initialize_sizetypes): Update calls to
6665 set_min_and_max_values_for_integral_type.
6666 (set_min_and_max_values_for_integral_type): Take a signop rather
6667 than a bool. Use wide-int interfaces.
6668 (fixup_signed_type): Update accordingly. Remove
6669 HOST_BITS_PER_DOUBLE_INT limit.
6670 (fixup_unsigned_type): Likewise.
6671 * system.h (STATIC_CONSTANT_P): New.
6672 (STATIC_ASSERT): New.
6673 * target.def (can_use_doloop_p): Take widest_ints rather than
6675 * target.h: Include wide-int.h rather than double-int.h.
6676 * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
6678 * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
6679 rather than INT_CST_LT_UNSIGNED.
6680 (can_use_doloop_if_innermost): Take widest_ints rather than
6682 * tree-affine.c: Include wide-int-print.h.
6683 (double_int_ext_for_comb): Delete.
6684 (wide_int_ext_for_comb): New.
6685 (aff_combination_zero): Use wide-int interfaces.
6686 (aff_combination_const): Take a widest_int instead of a double_int.
6687 (aff_combination_elt): Use wide-int interfaces.
6688 (aff_combination_scale): Take a widest_int instead of a double_int.
6689 (aff_combination_add_elt): Likewise.
6690 (aff_combination_add_cst): Likewise.
6691 (aff_combination_add): Use wide-int interfaces.
6692 (aff_combination_convert): Likewise.
6693 (tree_to_aff_combination): Likewise.
6694 (add_elt_to_tree): Take a widest_int instead of a double_int.
6695 (aff_combination_to_tree): Use wide-int interfaces.
6696 (aff_combination_remove_elt): Likewise.
6697 (aff_combination_add_product): Take a widest_int instead of
6699 (aff_combination_mult): Use wide-int interfaces.
6700 (aff_combination_expand): Likewise.
6701 (double_int_constant_multiple_p): Delete.
6702 (wide_int_constant_multiple_p): New.
6703 (aff_combination_constant_multiple_p): Take a widest_int pointer
6704 instead of a double_int pointer.
6705 (print_aff): Use wide-int interfaces.
6706 (get_inner_reference_aff): Take a widest_int pointer
6707 instead of a double_int pointer.
6708 (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
6709 * tree-affine.h: Include wide-int.h.
6710 (struct aff_comb_elt): Change type of coef to widest_int.
6711 (struct affine_tree_combination): Change type of offset to widest_int.
6712 (double_int_ext_for_comb): Delete.
6713 (wide_int_ext_for_comb): New.
6714 (aff_combination_const): Use widest_int instead of double_int.
6715 (aff_combination_scale): Likewise.
6716 (aff_combination_add_elt): Likewise.
6717 (aff_combination_constant_multiple_p): Likewise.
6718 (get_inner_reference_aff): Likewise.
6719 (aff_comb_cannot_overlap_p): Likewise.
6720 (aff_combination_zero_p): Use wide-int interfaces.
6721 * tree.c: Include tree.h.
6722 (init_ttree): Use make_int_cst.
6723 (tree_code_size): Removed code for INTEGER_CST case.
6724 (tree_size): Add INTEGER_CST case.
6725 (make_node_stat): Update comment.
6726 (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
6727 (build_int_cst_type): Use wide-int interfaces.
6728 (double_int_to_tree): Likewise.
6729 (double_int_fits_to_tree_p): Delete.
6730 (force_fit_type_double): Delete.
6731 (force_fit_type): New.
6732 (int_cst_hash_hash): Use wide-int interfaces.
6733 (int_cst_hash_eq): Likewise.
6734 (build_int_cst_wide): Delete.
6735 (wide_int_to_tree): New.
6736 (cache_integer_cst): Use wide-int interfaces.
6737 (build_low_bits_mask): Likewise.
6738 (cst_and_fits_in_hwi): Likewise.
6739 (real_value_from_int_cst): Likewise.
6740 (make_int_cst_stat): New.
6741 (integer_zerop): Use wide_int interfaces.
6742 (integer_onep): Likewise.
6743 (integer_all_onesp): Likewise.
6744 (integer_pow2p): Likewise.
6745 (integer_nonzerop): Likewise.
6746 (tree_log2): Likewise.
6747 (tree_floor_log2): Likewise.
6748 (tree_ctz): Likewise.
6749 (int_size_in_bytes): Likewise.
6750 (mem_ref_offset): Return an offset_int rather than a double_int.
6751 (build_type_attribute_qual_variant): Use wide_int interfaces.
6752 (type_hash_eq): Likewise
6753 (tree_int_cst_equal): Likewise.
6754 (tree_int_cst_lt): Delete.
6755 (tree_int_cst_compare): Likewise.
6756 (tree_fits_shwi_p): Use wide_int interfaces.
6757 (tree_fits_uhwi_p): Likewise.
6758 (tree_int_cst_sign_bit): Likewise.
6759 (tree_int_cst_sgn): Likewise.
6760 (tree_int_cst_min_precision): Take a signop rather than a bool.
6761 (simple_cst_equal): Use wide_int interfaces.
6762 (compare_tree_int): Likewise.
6763 (iterative_hash_expr): Likewise.
6764 (int_fits_type_p): Likewise. Use tree_int_cst_lt rather than
6766 (get_type_static_bounds): Use wide_int interfaces.
6767 (tree_int_cst_elt_check_failed): New.
6768 (build_common_tree_nodes): Reordered to set prec before filling in
6770 (int_cst_value): Check cst_and_fits_in_hwi.
6771 (widest_int_cst_value): Use wide_int interfaces.
6772 (upper_bound_in_type): Likewise.
6773 (lower_bound_in_type): Likewise.
6774 (num_ending_zeros): Likewise.
6775 (drop_tree_overflow): Likewise.
6776 * tree-call-cdce.c (check_pow): Update call to real_from_integer.
6777 (gen_conditions_for_pow_cst_base): Likewise.
6778 * tree-cfg.c: Include wide-int.h and wide-int-print.h.
6779 (group_case_labels_stmt): Use wide-int interfaces.
6780 (verify_gimple_assign_binary): Likewise.
6781 (print_loop): Likewise.
6782 * tree-chrec.c (tree_fold_binomial): Likewise.
6783 * tree-core.h (struct tree_base): Add int_length.
6784 (struct tree_int_cst): Change rep of value.
6785 * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
6786 (dr_may_alias_p): Likewise.
6787 (max_stmt_executions_tree): Likewise.
6788 * tree.def (INTEGER_CST): Update comment.
6789 * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
6790 * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
6791 * tree-dump.c: Include wide-int.h and wide-int-print.h.
6792 (dequeue_and_dump): Use wide-int interfaces.
6793 * tree.h: Include wide-int.h.
6794 (NULL_TREE): Moved to earlier loc in file.
6795 (TREE_INT_CST_ELT_CHECK): New.
6796 (tree_int_cst_elt_check_failed): New.
6798 (TREE_INT_CST): Delete.
6799 (TREE_INT_CST_LOW): Use wide-int interfaces.
6800 (TREE_INT_CST_HIGH): Delete.
6801 (TREE_INT_CST_NUNITS): New.
6802 (TREE_INT_CST_EXT_NUNITS): Likewise.
6803 (TREE_INT_CST_OFFSET_NUNITS): Likewise.
6804 (TREE_INT_CST_ELT): Likewise.
6805 (INT_CST_LT): Delete.
6806 (tree_int_cst_elt_check): New (two forms).
6807 (type_code_size): Update comment.
6808 (make_int_cst_stat, make_int_cst): New.
6809 (tree_to_double_int): Delete.
6810 (double_int_fits_to_tree_p): Delete.
6811 (force_fit_type_double): Delete.
6812 (build_int_cstu): Replace with out-of-line function.
6813 (build_int_cst_wide): Delete.
6814 (tree_int_cst_lt): Define inline.
6815 (tree_int_cst_le): New.
6816 (tree_int_cst_compare): Define inline.
6817 (tree_int_cst_min_precision): Take a signop rather than a bool.
6818 (wi::int_traits <const_tree>): New.
6819 (wi::int_traits <tree>): New.
6820 (wi::extended_tree): New.
6821 (wi::int_traits <wi::extended_tree>): New.
6822 (wi::to_widest): New.
6823 (wi::to_offset): New.
6824 (wi::fits_to_tree_p): New.
6825 (wi::min_value): New.
6826 (wi::max_value): New.
6827 * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
6828 (copy_tree_body_r): Likewise.
6829 * tree-object-size.c (compute_object_offset): Likewise.
6830 (addr_object_size): Likewise.
6831 * tree-predcom.c: Include wide-int-print.h.
6832 (struct dref_d): Change type of offset to widest_int.
6833 (dump_dref): Call wide-int printer.
6834 (aff_combination_dr_offset): Use wide-int interfaces.
6835 (determine_offset): Take a widest_int pointer rather than a
6837 (split_data_refs_to_components): Use wide-int interfaces.
6838 (suitable_component_p): Likewise.
6839 (order_drefs): Likewise.
6840 (add_ref_to_chain): Likewise.
6841 (valid_initializer_p): Likewise.
6842 (determine_roots_comp): Likewise.
6843 * tree-pretty-print.c: Include wide-int-print.h.
6844 (dump_generic_node): Use wide-int interfaces.
6845 * tree-sra.c (sra_ipa_modify_expr): Likewise.
6846 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
6847 (move_fixed_address_to_symbol): Likewise.
6848 (move_hint_to_base): Likewise.
6849 (move_pointer_to_base): Likewise.
6850 (move_variant_to_index): Likewise.
6851 (most_expensive_mult_to_index): Likewise.
6852 (addr_to_parts): Likewise.
6853 (copy_ref_info): Likewise.
6854 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
6855 (indirect_refs_may_alias_p): Likewise.
6856 (stmt_kills_ref_p_1): Likewise.
6857 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
6858 * tree-ssa-ccp.c: Update comment at top of file. Include
6860 (struct prop_value_d): Change type of mask to widest_int.
6861 (extend_mask): New function.
6862 (dump_lattice_value): Use wide-int interfaces.
6863 (get_default_value): Likewise.
6864 (set_constant_value): Likewise.
6865 (set_value_varying): Likewise.
6866 (valid_lattice_transition): Likewise.
6867 (set_lattice_value): Likewise.
6868 (value_to_double_int): Delete.
6869 (value_to_wide_int): New.
6870 (get_value_from_alignment): Use wide-int interfaces.
6871 (get_value_for_expr): Likewise.
6872 (do_dbg_cnt): Likewise.
6873 (ccp_finalize): Likewise.
6874 (ccp_lattice_meet): Likewise.
6875 (bit_value_unop_1): Use widest_ints rather than double_ints.
6876 (bit_value_binop_1): Likewise.
6877 (bit_value_unop): Use wide-int interfaces.
6878 (bit_value_binop): Likewise.
6879 (bit_value_assume_aligned): Likewise.
6880 (evaluate_stmt): Likewise.
6881 (ccp_fold_stmt): Likewise.
6882 (visit_cond_stmt): Likewise.
6883 (ccp_visit_stmt): Likewise.
6884 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
6885 (constant_pointer_difference): Likewise.
6886 (associate_pointerplus): Likewise.
6887 (combine_conversions): Likewise.
6888 * tree-ssa-loop.h: Include wide-int.h.
6889 (struct tree_niter_desc): Change type of max to widest_int.
6890 * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
6891 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
6892 (remove_redundant_iv_tests): Likewise.
6893 (canonicalize_loop_induction_variables): Likewise.
6894 * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
6895 (constant_multiple_of): Take a widest_int pointer instead of
6896 a double_int pointer.
6897 (get_computation_aff): Use wide-int interfaces.
6898 (ptr_difference_cost): Likewise.
6899 (difference_cost): Likewise.
6900 (get_loop_invariant_expr_id): Likewise.
6901 (get_computation_cost_at): Likewise.
6902 (iv_elimination_compare_lt): Likewise.
6903 (may_eliminate_iv): Likewise.
6904 * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
6905 instead of double_int.
6906 (max_loop_iterations): Likewise.
6907 (max_stmt_executions): Likewise.
6908 (estimated_stmt_executions): Likewise.
6909 * tree-ssa-loop-niter.c: Include wide-int-print.h.
6910 (split_to_var_and_offset): Use wide-int interfaces.
6911 (determine_value_range): Likewise.
6912 (bound_difference_of_offsetted_base): Likewise.
6913 (bounds_add): Take a widest_int instead of a double_int.
6914 (number_of_iterations_ne_max): Use wide-int interfaces.
6915 (number_of_iterations_ne): Likewise.
6916 (number_of_iterations_lt_to_ne): Likewise.
6917 (assert_loop_rolls_lt): Likewise.
6918 (number_of_iterations_lt): Likewise.
6919 (number_of_iterations_le): Likewise.
6920 (number_of_iterations_cond): Likewise.
6921 (number_of_iterations_exit): Likewise.
6922 (finite_loop_p): Likewise.
6923 (derive_constant_upper_bound_assign): Likewise.
6924 (derive_constant_upper_bound): Return a widest_int.
6925 (derive_constant_upper_bound_ops): Likewise.
6926 (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
6927 (record_estimate): Take a widest_int rather than a double_int.
6928 (record_nonwrapping_iv): Use wide-int interfaces.
6929 (double_int_cmp): Delete.
6930 (wide_int_cmp): New.
6931 (bound_index): Take a widest_int rather than a double_int.
6932 (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
6933 (maybe_lower_iteration_bound): Likewise.
6934 (estimate_numbers_of_iterations_loop): Likewise.
6935 (estimated_loop_iterations): Take a widest_int pointer than than
6936 a double_int pointer.
6937 (estimated_loop_iterations_int): Use wide-int interfaces.
6938 (max_loop_iterations): Take a widest_int pointer than than
6939 a double_int pointer.
6940 (max_loop_iterations_int): Use wide-int interfaces.
6941 (max_stmt_executions): Take a widest_int pointer than than
6942 a double_int pointer.
6943 (estimated_stmt_executions): Likewise.
6944 (n_of_executions_at_most): Use wide-int interfaces.
6945 (scev_probably_wraps_p): Likewise.
6946 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
6948 * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
6950 * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
6951 double_ints. Adjust for trailing_wide_ints <3> representation.
6952 (set_nonzero_bits): Likewise.
6953 (get_range_info): Return wide_ints rather than double_ints.
6954 Adjust for trailing_wide_ints <3> representation.
6955 (get_nonzero_bits): Likewise.
6956 (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
6958 * tree-ssanames.h (struct range_info_def): Replace min, max and
6959 nonzero_bits with a trailing_wide_ints <3>.
6960 (set_range_info): Use wide_int_refs rather than double_ints.
6961 (set_nonzero_bits): Likewise.
6962 (get_range_info): Return wide_ints rather than double_ints.
6963 (get_nonzero_bits): Likewise.
6964 * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
6965 * tree-ssa-pre.c (phi_translate_1): Likewise.
6966 * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
6967 (acceptable_pow_call): Likewise.
6968 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
6970 (vn_reference_fold_indirect): Likewise.
6971 (vn_reference_maybe_forwprop_address): Likewise.
6972 (valueize_refs_1): Likewise.
6973 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
6974 * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
6975 tree_int_cst_lt and tree_int_cst_le.
6976 * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
6978 (streamer_alloc_tree): Likewise.
6979 * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
6980 (streamer_write_tree_header): Likewise.
6981 (streamer_write_integer_cst): Likewise.
6982 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
6983 (build_constructors): Likewise.
6984 (array_value_type): Likewise.
6985 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
6986 (vect_check_gather): Likewise.
6987 * tree-vect-generic.c (build_replicated_const): Likewise.
6988 (expand_vector_divmod): Likewise.
6989 * tree-vect-loop.c (vect_transform_loop): Likewise.
6990 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
6991 (vect_do_peeling_for_alignment): Likewise.
6992 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
6993 * tree-vrp.c: Include wide-int.h.
6994 (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
6995 (extract_range_from_assert): Use wide-int interfaces.
6996 (vrp_int_const_binop): Likewise.
6997 (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
6998 double_int pointers.
6999 (ranges_from_anti_range): Use wide-int interfaces.
7000 (quad_int_cmp): Delete.
7001 (quad_int_pair_sort): Likewise.
7002 (extract_range_from_binary_expr_1): Use wide-int interfaces.
7003 (extract_range_from_unary_expr_1): Likewise.
7004 (adjust_range_with_scev): Likewise.
7005 (masked_increment): Take and return wide_ints rather than double_ints.
7006 (register_edge_assert_for_2): Use wide-int interfaces.
7007 (check_array_ref): Likewise.
7008 (search_for_addr_array): Likewise.
7009 (maybe_set_nonzero_bits): Likewise.
7010 (union_ranges): Pass an integer of the correct type instead of
7011 using integer_one_node.
7012 (intersect_ranges): Likewise.
7013 (simplify_truth_ops_using_ranges): Likewise.
7014 (simplify_bit_ops_using_ranges): Use wide-int interfaces.
7015 (range_fits_type_p): Likewise.
7016 (simplify_cond_using_ranges): Likewise. Take a signop rather than
7018 (simplify_conversion_using_ranges): Use wide-int interfaces.
7019 (simplify_float_conversion_using_ranges): Likewise.
7020 (vrp_finalize): Likewise.
7021 * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
7022 (gimple_stringops_transform): Likewise.
7023 * varasm.c (decode_addr_const): Likewise.
7024 (const_hash_1): Likewise.
7025 (const_rtx_hash_1): Likewise
7026 (output_constant): Likewise.
7027 (array_size_for_constructor): Likewise.
7028 (output_constructor_regular_field): Likewise.
7029 (output_constructor_bitfield): Likewise.
7030 * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
7031 * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
7033 * gencheck.c: Define BITS_PER_UNIT.
7036 * wide-int-print.cc: New.
7037 * wide-int-print.h: New.
7039 2014-05-06 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7041 * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
7043 2014-05-06 Richard Biener <rguenther@suse.de>
7045 * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
7046 TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
7047 (TODO_verify_all): Adjust.
7048 * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
7049 TODO_verify_stmts and TODO_verify_rtl_sharing.
7050 * bb-reorder.c: Likewise.
7051 * cfgexpand.c: Likewise.
7052 * cprop.c: Likewise.
7054 * function.c: Likewise.
7055 * fwprop.c: Likewise.
7057 * gimple-ssa-isolate-paths.c: Likewise.
7058 * gimple-ssa-strength-reduction.c: Likewise.
7059 * ipa-split.c: Likewise.
7060 * loop-init.c: Likewise.
7061 * loop-unroll.c: Likewise.
7062 * lower-subreg.c: Likewise.
7063 * modulo-sched.c: Likewise.
7064 * postreload-gcse.c: Likewise.
7065 * predict.c: Likewise.
7066 * recog.c: Likewise.
7067 * sched-rgn.c: Likewise.
7068 * store-motion.c: Likewise.
7069 * tracer.c: Likewise.
7070 * trans-mem.c: Likewise.
7071 * tree-call-cdce.c: Likewise.
7072 * tree-cfg.c: Likewise.
7073 * tree-cfgcleanup.c: Likewise.
7074 * tree-complex.c: Likewise.
7075 * tree-eh.c: Likewise.
7076 * tree-emutls.c: Likewise.
7077 * tree-if-conv.c: Likewise.
7078 * tree-into-ssa.c: Likewise.
7079 * tree-loop-distribution.c: Likewise.
7080 * tree-object-size.c: Likewise.
7081 * tree-parloops.c: Likewise.
7082 * tree-pass.h: Likewise.
7083 * tree-sra.c: Likewise.
7084 * tree-ssa-ccp.c: Likewise.
7085 * tree-ssa-copy.c: Likewise.
7086 * tree-ssa-copyrename.c: Likewise.
7087 * tree-ssa-dce.c: Likewise.
7088 * tree-ssa-dom.c: Likewise.
7089 * tree-ssa-dse.c: Likewise.
7090 * tree-ssa-forwprop.c: Likewise.
7091 * tree-ssa-ifcombine.c: Likewise.
7092 * tree-ssa-loop-ch.c: Likewise.
7093 * tree-ssa-loop-ivcanon.c: Likewise.
7094 * tree-ssa-loop.c: Likewise.
7095 * tree-ssa-math-opts.c: Likewise.
7096 * tree-ssa-phiopt.c: Likewise.
7097 * tree-ssa-phiprop.c: Likewise.
7098 * tree-ssa-pre.c: Likewise.
7099 * tree-ssa-reassoc.c: Likewise.
7100 * tree-ssa-sink.c: Likewise.
7101 * tree-ssa-strlen.c: Likewise.
7102 * tree-ssa-tail-merge.c: Likewise.
7103 * tree-ssa-uncprop.c: Likewise.
7104 * tree-switch-conversion.c: Likewise.
7105 * tree-tailcall.c: Likewise.
7106 * tree-vect-generic.c: Likewise.
7107 * tree-vectorizer.c: Likewise.
7108 * tree-vrp.c: Likewise.
7110 * var-tracking.c: Likewise.
7111 * bt-load.c: Likewise.
7112 * cfgcleanup.c: Likewise.
7113 * combine-stack-adj.c: Likewise.
7114 * combine.c: Likewise.
7115 * compare-elim.c: Likewise.
7116 * config/epiphany/resolve-sw-modes.c: Likewise.
7117 * config/i386/i386.c: Likewise.
7118 * config/mips/mips.c: Likewise.
7119 * config/s390/s390.c: Likewise.
7120 * config/sh/sh_treg_combine.cc: Likewise.
7121 * config/sparc/sparc.c: Likewise.
7124 * final.c: Likewise.
7125 * ifcvt.c: Likewise.
7126 * mode-switching.c: Likewise.
7127 * passes.c: Likewise.
7128 * postreload.c: Likewise.
7130 * reg-stack.c: Likewise.
7131 * regcprop.c: Likewise.
7132 * regrename.c: Likewise.
7135 2014-05-06 Richard Biener <rguenther@suse.de>
7138 * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
7139 * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
7141 2014-05-05 Jan Hubicka <hubicka@ucw.cz>
7144 * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
7146 2014-05-05 Radovan Obradovic <robradovic@mips.com>
7147 Tom de Vries <tom@codesourcery.com>
7149 * target.def (call_fusage_contains_non_callee_clobbers): New
7151 * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
7153 (@node Miscellaneous Register Hooks): New node.
7154 (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
7155 * doc/tm.texi: Regenerate.
7157 2014-05-05 Marek Polacek <polacek@redhat.com>
7160 * opts.c (common_handle_option): Call error_at instead of warning_at.
7162 2014-05-05 Richard Biener <rguenther@suse.de>
7164 * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
7165 from last_verified if update_ssa ran. Move TODO_verify_rtl_sharing
7166 under the TODO_verify_il umbrella.
7168 2014-05-05 Richard Biener <rguenther@suse.de>
7170 * passes.c (execute_function_todo): Move TODO_verify_flow under
7171 the TODO_verify_ul umbrella.
7173 2014-05-05 Richard Biener <rguenther@suse.de>
7176 * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
7177 X & CST away from a CST that is the mask of a mode.
7179 2014-05-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7181 * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
7182 int argument to enum machine_mode.
7183 (picochip_class_max_nregs): Ditto.
7184 * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
7185 (picochip_class_max_nregs): Ditto.
7187 2014-05-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7189 * target.def: Add new target hook.
7190 * doc/tm.texi: Regenerate.
7191 * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
7192 * targhooks.c (default_keep_leaf_when_profiled): New function.
7194 * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
7195 (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
7197 2014-05-05 Bin Cheng <bin.cheng@arm.com>
7199 PR tree-optimization/60363
7200 * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
7201 (copy_phi_args): New parameters. Call get_value_locus_in_path.
7202 (update_destination_phis): New parameter.
7203 (create_edge_and_update_destination_phis): Ditto.
7204 (ssa_fix_duplicate_block_edges): Pass new arguments.
7205 (thread_single_edge): Ditto.
7207 2014-05-04 Peter Bergner <bergner@vnet.ibm.com>
7209 * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
7210 (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
7211 (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
7212 * config/rs6000/rs6000-builtin.def (BU_MISC_1):
7213 Use RS6000_BTM_HARD_FLOAT.
7214 (BU_MISC_2): Likewise.
7215 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
7216 RS6000_BTM_HARD_FLOAT.
7217 (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
7219 (rs6000_invalid_builtin): Add hard floating builtin support.
7220 (rs6000_expand_builtin): Relax the gcc_assert to allow the new
7221 hard float builtins.
7222 (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
7224 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
7226 * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
7227 Add missing function* argument.
7229 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
7231 * lra-constraints.c (valid_address_p): Move earlier in file.
7232 Add a constraint argument to the address_info version.
7233 (satisfies_memory_constraint_p): New function.
7234 (satisfies_address_constraint_p): Likewise.
7235 (process_alt_operands, curr_insn_transform): Use them.
7236 (process_address): Pass the constraint to valid_address_p when
7237 checking address operands.
7239 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
7241 * config/mips/mips.c (mips_isa_rev): New variable.
7242 (mips_set_architecture): Set it.
7243 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
7245 (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
7246 (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
7247 (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
7248 (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
7249 (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
7250 conditions in terms of mips_isa_rev.
7251 (mips_isa_rev): Declare.
7253 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
7255 * config/sh/sh-mem.cc: Use tabs instead of spaces.
7256 (prob_unlikely, prob_likely): Make variables const.
7258 2014-05-03 Denis Chertykov <chertykov@gmail.com>
7260 * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
7262 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
7264 * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
7266 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
7268 * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
7269 (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
7270 * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
7272 (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
7273 sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
7275 Replace usage of ROUND_REG with sh_round_reg.
7276 Use CEIL instead of ROUND_ADVANCE.
7278 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
7281 * config/sh/sh.c: Include stdlib headers before everything else.
7283 2014-05-02 Jakub Jelinek <jakub@redhat.com>
7285 * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
7286 GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
7287 (gimplify_adjust_omp_clauses): Simd region is never
7288 directly nested in combined parallel. Instead, for linear
7289 with copyin/copyout, if in combined for simd loop, make decl
7290 firstprivate/lastprivate on OMP_FOR.
7291 * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
7292 expand_omp_for_static_chunk): When setting endvar, also set
7293 fd->loop.v to the same value.
7295 2014-05-02 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
7297 * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
7299 2014-05-02 Alan Lawrence <alan.lawrence@arm.com>
7301 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
7304 2014-05-02 Marek Polacek <polacek@redhat.com>
7306 * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
7308 2014-05-02 Kito Cheng <kito@0xlab.org>
7310 * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
7311 to a C expression marco.
7312 * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
7313 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
7314 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
7315 * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
7316 HONOR_REG_ALLOC_ORDER.
7317 * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
7319 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7321 * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
7323 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7325 * config/arc/arc.c (arc_select_cc_mode): Fix typo.
7327 2014-05-01 Yuri Rumyantsev <ysrumyan@gmail.com>
7329 * tree-if-conv.c (is_cond_scalar_reduction): New function.
7330 (convert_scalar_cond_reduction): Likewise.
7331 (predicate_scalar_phi): Add recognition and transformation
7332 of simple conditioanl reduction to be vectorizable.
7334 2014-05-01 Marek Polacek <polacek@redhat.com>
7337 * doc/invoke.texi: Document -Wdiscarded-qualifiers.
7339 2014-04-30 Alan Lawrence <alan.lawrence@arm.com>
7341 * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
7342 vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
7343 vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
7344 vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
7345 vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
7346 vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
7347 vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
7348 vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
7350 2014-04-30 Joern Rennecke <joern.rennecke@embecosm.com>
7352 * config/arc/arc.opt (mlra): Move comment above option name
7353 to avoid mis-parsing as language options.
7355 2014-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7357 * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
7358 * config/sol2.h: ... here.
7359 * config/sol2-10.h: Remove.
7361 * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
7362 (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
7363 (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
7364 (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
7365 (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
7366 * config/sol2.h: ... here.
7367 (SECTION_NAME_FORMAT): Don't redefine.
7368 (STARTFILE_ARCH32_SPEC): Rename to ...
7369 (STARTFILE_ARCH_SPEC): ... this.
7370 (ASM_OUTPUT_ALIGNED_COMMON): Move ...
7371 * config/sparc/sol2.h: ... here.
7372 (SECTION_NAME_FORMAT): Don't undef.
7373 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
7374 (SUBTARGET_EXTRA_SPECS): Remove.
7375 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
7377 * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
7378 (MD_STARTFILE_PREFIX): Remove.
7379 (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
7380 (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
7381 (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
7382 (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
7383 (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
7384 (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
7385 * config/i386/sol2.h: ... here.
7386 (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
7387 * config/i386/sol2-bi.h: Remove.
7388 * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
7389 (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
7391 * config/i386/t-sol2-64: Rename to ...
7392 * config/i386/t-sol2: ... this.
7393 * config/sparc/t-sol2-64: Rename to ...
7394 * config/sparc/t-sol2: ... this.
7396 * config.gcc (*-*-solaris2*): Split sol2_tm_file into
7397 sol2_tm_file_head, sol2_tm_file_tail.
7398 Include ${cpu_type}/sol2.h before sol2.h.
7400 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
7401 i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
7402 Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
7403 Reflect i386/t-sol2-64 renaming.
7404 (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
7405 Reflect sparc/t-sol2-64 renaming.
7407 2014-04-30 Richard Biener <rguenther@suse.de>
7409 * passes.c (execute_function_todo): Move TODO_verify_stmts
7410 and TODO_verify_ssa under the TODO_verify_il umbrella.
7411 * tree-ssa.h (verify_ssa): Adjust prototype.
7412 * tree-ssa.c (verify_ssa): Add parameter to tell whether
7413 we should verify SSA operands.
7414 * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
7415 * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
7416 whether we should verify whether not throwing stmts have EH info.
7417 * graphite-scop-detection.c (create_sese_edges): Adjust.
7418 * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
7419 * tree-eh.c (lower_try_finally_switch): Do not add the
7420 default case label twice.
7422 2014-04-30 Marek Polacek <polacek@redhat.com>
7424 * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
7425 * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
7426 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
7427 * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
7429 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
7431 * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
7432 vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
7433 vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
7434 vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
7435 vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
7436 vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
7437 vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
7438 vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
7440 2014-04-29 David Malcolm <dmalcolm@redhat.com>
7442 * tree-cfg.c (dump_function_to_file): Dump the return type of
7443 functions, in a line to itself before the function body, mimicking
7444 the layout of a C function.
7446 2014-04-29 Jakub Jelinek <jakub@redhat.com>
7448 PR tree-optimization/60971
7449 * tree-tailcall.c (process_assignment): Reject conversions which
7452 2014-04-29 James Greenhalgh <james.greenhalgh@arm.com>
7454 * calls.c (initialize_argument_information): Always treat
7455 PUSH_ARGS_REVERSED as 1, simplify code accordingly.
7456 (expand_call): Likewise.
7457 (emit_library_call_calue_1): Likewise.
7458 * expr.c (PUSH_ARGS_REVERSED): Do not define.
7459 (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
7462 2014-04-29 Nick Clifton <nickc@redhat.com>
7464 * config/msp430/msp430.md (umulsidi): Fix typo.
7465 (mulhisi3): Enable even inside interrupt handlers.
7466 * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
7467 bigger return address pushed in large mode.
7469 2014-04-29 Nick Clifton <nickc@redhat.com>
7471 * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
7472 (arc_init_reg_tables): Use a machine_mode enum to iterate over
7474 * config/m32r/m32r.c (init_reg_tables): Likewise.
7475 * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
7476 enum to hold the modes.
7478 2014-04-29 Richard Biener <rguenther@suse.de>
7480 * dominance.c (free_dominance_info): Add overload with
7482 (dom_info_state): Likewise.
7483 (dom_info_available_p): Likewise.
7484 * basic-block.h (free_dominance_info, dom_info_state,
7485 dom_info_available_p): Declare overloads.
7486 * passes.c (execute_function_todo): Verify that verifiers
7487 don't change dominator info state. Drop dominator info
7488 for IPA pass invocations.
7489 * cgraph.c (release_function_body): Restore asserts that
7490 dominator information is released.
7492 2014-04-29 Patrick Palka <patrick@parcs.ath.cx>
7494 * doc/invoke.texi: Fix typo.
7495 * tree-vrp.c: Fix typos.
7496 * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
7498 2014-04-29 Zhenqiang Chen <zhenqiang.chen@linaro.org>
7500 * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
7502 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
7504 * config/aarch64/aarch64-builtins.c
7505 (aarch64_types_storestruct_lane_qualifiers): New.
7506 (TYPES_STORESTRUCT_LANE): Likewise.
7507 * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
7508 (st3_lane): Likewise.
7509 (st4_lane): Likewise.
7510 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
7511 (vec_store_lanesci_lane<mode>): Likewise.
7512 (vec_store_lanesxi_lane<mode>): Likewise.
7513 (aarch64_st2_lane<VQ:mode>): Likewise.
7514 (aarch64_st3_lane<VQ:mode>): Likewise.
7515 (aarch64_st4_lane<VQ:mode>): Likewise.
7516 * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
7517 * config/aarch64/arm_neon.h
7518 (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
7519 use new macro arguments.
7520 (__ST3_LANE_FUNC): Likewise.
7521 (__ST4_LANE_FUNC): Likewise.
7522 * config/aarch64/iterators.md (V_TWO_ELEM): New.
7523 (V_THREE_ELEM): Likewise.
7524 (V_FOUR_ELEM): Likewise.
7526 2014-04-28 David Malcolm <dmalcolm@redhat.com>
7528 * doc/gimple.texi: Replace the description of the now-defunct
7529 union gimple_statement_d with a diagram showing the
7530 gimple_statement_base class hierarchy and its relationships to
7531 the GSS_ and GIMPLE_ enums.
7533 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
7535 * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
7536 * config/aarch64/aarch64.c
7537 (aarch64_cannot_change_mode_class): Weaken conditions.
7538 (aarch64_modes_tieable_p): New.
7539 * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
7541 2014-04-28 Pat Haugen <pthaugen@us.ibm.com>
7543 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
7544 (loadsync_<mode>): Change mode.
7545 (load_quadpti, store_quadpti): New.
7546 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
7547 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
7549 2014-04-28 Martin Jambor <mjambor@suse.cz>
7551 * tree-sra.c (sra_modify_expr): Generate new memory accesses with
7552 same alias type as the original statement.
7553 (subreplacement_assignment_data): New type.
7554 (handle_unscalarized_data_in_subtree): New type of parameter,
7555 generate new memory accesses with same alias type as the original
7557 (load_assign_lhs_subreplacements): Likewise.
7558 (sra_modify_constructor_assign): Generate new memory accesses with
7559 same alias type as the original statement.
7561 2014-04-28 Richard Biener <rguenther@suse.de>
7563 * tree-pass.h (TODO_verify_il): Define.
7564 (TODO_verify_all): Complete properly.
7565 * passes.c (execute_function_todo): Move existing loop-closed
7566 SSA verification under TODO_verify_il.
7567 (execute_one_pass): Trigger TODO_verify_il at todo-after time.
7568 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
7569 Fix tree sharing issue.
7571 2014-04-28 Richard Biener <rguenther@suse.de>
7574 * builtins.def (DEF_C11_BUILTIN): Add.
7575 (BUILT_IN_ALIGNED_ALLOC): Likewise.
7576 * coretypes.h (enum function_class): Add function_c11_misc.
7577 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
7578 BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
7579 (call_may_clobber_ref_p_1): Likewise.
7580 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
7581 (mark_all_reaching_defs_necessary_1): Likewise.
7582 (propagate_necessity): Likewise.
7583 (eliminate_unnecessary_stmts): Likewise.
7584 * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
7586 2014-04-28 Richard Biener <rguenther@suse.de>
7588 * tree-vrp.c (vrp_var_may_overflow): Remove.
7589 (vrp_visit_phi_node): Rather than bumping to +-INF possibly
7590 with overflow immediately bump to one before that value and
7591 let iteration figure out overflow status.
7593 2014-04-28 Richard Biener <rguenther@suse.de>
7595 * configure.ac: Do valgrind header checks unconditionally.
7596 Add --enable-valgrind-annotations.
7597 * system.h: Guard valgrind header inclusion with
7598 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
7599 * alloc-pool.c (pool_alloc, pool_free): Use
7600 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
7601 to guard possibly dead code.
7602 * config.in: Regenerated.
7603 * configure: Likewise.
7605 2014-04-28 Jeff Law <law@redhat.com>
7607 PR tree-optimization/60902
7608 * tree-ssa-threadedge.c
7609 (record_temporary_equivalences_from_stmts_at_dest): Only iterate
7610 over real defs when invalidating outputs from statements that do not
7611 produce useful outputs for threading.
7613 2014-04-28 Richard Biener <rguenther@suse.de>
7615 PR tree-optimization/60979
7616 * graphite-scop-detection.c (scopdet_basic_block_info): Reject
7617 SCOPs that end in a block with a successor with abnormal
7620 2014-04-28 Richard Biener <rguenther@suse.de>
7622 * tree-pass.h (execute_pass_list): Adjust prototype.
7623 * passes.c (pass_manager::execute_early_local_passes): Adjust.
7624 (do_per_function): Change callback signature, push all actual
7625 work to the callbals.
7626 (do_per_function_toporder): Likewise.
7627 (execute_function_dump): Adjust.
7628 (execute_function_todo): Likewise.
7629 (clear_last_verified): Likewise.
7630 (verify_curr_properties): Likewise.
7631 (update_properties_after_pass): Likewise.
7632 (execute_pass_list_1): Split out from ...
7633 (execute_pass_list): ... here. Adjust.
7634 (execute_ipa_pass_list): Likewise.
7635 * cgraphunit.c (cgraph_add_new_function): Adjust.
7636 (analyze_function): Likewise.
7637 (expand_function): Likewise.
7638 * cgraph.c (release_function_body): Free dominance info
7639 here instead of asserting it was magically freed elsewhere.
7641 2014-04-28 Eric Botcazou <ebotcazou@adacore.com>
7643 * configure.ac: Tweak GAS check for LEON instructions on SPARC.
7644 * configure: Regenerate.
7645 * config/sparc/sparc.opt (muser-mode): New option.
7646 * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
7648 (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
7649 * doc/invoke.texi (SPARC options): Document -muser-mode.
7651 2014-04-27 Richard Sandiford <rdsandiford@googlemail.com>
7653 * cselib.c (find_slot_memmode): Delete.
7654 (cselib_hasher): Change compare_type to a struct.
7655 (cselib_hasher::equal): Update accordingly. Don't expect wrapped
7657 (preserve_constants_and_equivs): Adjust for new compare_type.
7658 (cselib_find_slot): Likewise. Take the mode of the rtx as argument.
7659 (wrap_constant): Delete.
7660 (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
7662 2014-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
7664 * doc/install.texi (Building with profile feedback): Remove
7667 2014-04-26 Tom de Vries <tom@codesourcery.com>
7669 * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
7672 2014-04-25 Cary Coutant <ccoutant@google.com>
7675 * dwarf2out.c (should_move_die_to_comdat): A type definition
7676 can contain a subprogram definition, but don't move it to a
7678 (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
7679 (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
7681 (clone_tree_hash): Rename to...
7682 (clone_tree_partial): ...this; change callers. Copy
7683 DW_TAG_subprogram DIEs as declarations.
7684 (copy_decls_walk): Don't copy children of a declaration into a
7687 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
7690 * config/i386/i386.md (*movsf_internal): Set MODE to SI for
7693 2014-04-25 Jiong Wang <jiong.wang@arm.com>
7695 * config/arm/predicates.md (call_insn_operand): Add long_call check.
7696 * config/arm/arm.md (sibcall, sibcall_value): Force the address to
7698 * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
7701 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7703 * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
7705 2014-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7707 PR tree-optimization/60930
7708 * gimple-ssa-strength-reduction.c (create_mul_imm_cand): Reject
7709 creating a multiply candidate by folding two constant
7710 multiplicands when the result overflows.
7712 2014-04-25 Jakub Jelinek <jakub@redhat.com>
7714 PR tree-optimization/60960
7715 * tree-vect-generic.c (expand_vector_operation): Only call
7716 expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
7718 2014-04-25 Tom de Vries <tom@codesourcery.com>
7720 * expr.c (clobber_reg_mode): New function.
7721 * expr.h (clobber_reg): New function.
7723 2014-04-25 Tom de Vries <tom@codesourcery.com>
7725 * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
7728 2014-04-25 Radovan Obradovic <robradovic@mips.com>
7729 Tom de Vries <tom@codesourcery.com>
7731 * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
7733 * rtl.h (find_all_hard_reg_sets): Add bool parameter.
7734 * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
7735 new argument to find_all_hard_reg_sets call.
7737 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7739 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
7740 Use HOST_WIDE_INT_C for mask literal.
7741 (aarch_rev16_shleft_mask_imm_p): Likewise.
7743 2014-04-25 Eric Botcazou <ebotcazou@adacore.com>
7746 * config/sparc/sparc.md (ashlsi3_extend): Delete.
7748 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
7750 PR preprocessor/56540
7751 * config/i386/i386-c.c (ix86_target_macros): Define
7752 __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
7754 2014-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7756 * configure.ac (tga_func): Remove.
7757 (LIB_TLS_SPEC): Remove.
7758 * configure: Regenerate.
7759 * config.in: Regenerate.
7760 * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
7762 2014-04-25 Richard Biener <rguenther@suse.de>
7765 * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
7766 call stmt use/clobber sets during stmt walk instead of
7767 walking the possibly incomplete set of caller edges.
7769 2014-04-25 Richard Biener <rguenther@suse.de>
7772 * passes.c (apply_ipa_transforms): Inline into only caller ...
7773 (execute_one_pass): ... here. Properly bring in function
7774 bodies for nodes we want to apply IPA transforms to.
7776 2014-04-24 Cong Hou <congh@google.com>
7778 PR tree-optimization/60896
7779 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
7780 all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
7781 (vect_mark_pattern_stmts): Set the def type of all statements in
7782 PATTERN_DEF_SEQ as vect_internal_def.
7784 2014-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
7786 * doc/extend.texi (PowerPC Built-in Functions): Document new
7787 powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
7788 (PowerPC AltiVec/VSX Built-in Functions): Likewise.
7790 * config/rs6000/predicates.md (const_0_to_3_operand): New
7791 predicate to match 0..3 integer constants.
7793 * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
7794 to support adding miscellaneous builtin functions.
7795 (BU_DFP_MISC_2): Likewise.
7796 (BU_P7_MISC_1): Likewise.
7797 (BU_P7_MISC_2): Likewise.
7798 (BU_P8V_MISC_3): Likewise.
7799 (BU_MISC_1): Likewise.
7800 (BU_MISC_2): Likewise.
7801 (DIVWE): Add extended divide builtin functions.
7804 (DIVWEUO): Likewise.
7808 (DIVDEUO): Likewise.
7809 (DXEX): Add decimal floating-point builtin functions.
7812 (DDEDPDQ): Likewise.
7814 (DENBCDQ): Likewise.
7821 (CDTBCD): Add new BCD builtin functions.
7825 (BCDADD_LT): Likewise.
7826 (BCDADD_EQ): Likewise.
7827 (BCDADD_GT): Likewise.
7828 (BCDADD_OV): Likewise.
7830 (BCDSUB_LT): Likewise.
7831 (BCDSUB_EQ): Likewise.
7832 (BCDSUB_GT): Likewise.
7833 (BCDSUB_OV): Likewise.
7834 (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
7835 (UNPACK_TD): Likewise.
7836 (PACK_TF): Likewise.
7837 (UNPACK_TF): Likewise.
7838 (UNPACK_TF_0): Likewise.
7839 (UNPACK_TF_1): Likewise.
7840 (PACK_V1TI): Likewise.
7841 (UNPACK_V1TI): Likewise.
7843 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
7844 support for decimal floating point builtin functions.
7845 (rs6000_expand_ternop_builtin): Add checks for the new builtin
7846 functions that take constant arguments.
7847 (rs6000_invalid_builtin): Add decimal floating point builtin support.
7848 (rs6000_init_builtins): Setup long double, _Decimal64, and
7849 _Decimal128 types for new builtin functions.
7850 (builtin_function_type): Set the unsigned flags appropriately for
7851 the new builtin functions.
7852 (rs6000_opt_masks): Add support for decimal floating point builtin
7855 * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
7856 floating point builtin functions.
7857 (RS6000_BTM_COMMON): Likewise.
7858 (RS6000_BTI_long_double): Likewise.
7859 (RS6000_BTI_dfloat64): Likewise.
7860 (RS6000_BTI_dfloat128): Likewise.
7861 (long_double_type_internal_node): Likewise.
7862 (dfloat64_type_internal_node): Likewise.
7863 (dfloat128_type_internal_node): Likewise.
7865 * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
7866 2.07 bcd arithmetic instructions.
7867 (UNSPEC_BCDSUB): Likewise.
7868 (UNSPEC_BCD_OVERFLOW): Likewise.
7869 (UNSPEC_BCD_ADD_SUB): Likewise.
7870 (bcd_add_sub): Likewise.
7871 (BCD_TEST): Likewise.
7872 (bcd<bcd_add_sub>): Likewise.
7873 (bcd<bcd_add_sub>_test): Likewise.
7874 (bcd<bcd_add_sub>_test2): Likewise.
7875 (bcd<bcd_add_sub>_<code>): Likewise.
7876 (peephole2 for combined bcd ops): Likewise.
7878 * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
7879 decimal floating point builtin functions.
7880 (UNSPEC_DENBCD): Likewise.
7881 (UNSPEC_DXEX): Likewise.
7882 (UNSPEC_DIEX): Likewise.
7883 (UNSPEC_DSCLI): Likewise.
7884 (UNSPEC_DSCRI): Likewise.
7885 (D64_D128): Likewise.
7886 (dfp_suffix): Likewise.
7887 (dfp_ddedpd_<mode>): Likewise.
7888 (dfp_denbcd_<mode>): Likewise.
7889 (dfp_dxex_<mode>): Likewise.
7890 (dfp_diex_<mode>): Likewise.
7891 (dfp_dscli_<mode>): Likewise.
7892 (dfp_dscri_<mode>): Likewise.
7894 * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
7896 (UNSPEC_CDTBCD): Likewise.
7897 (UNSPEC_CBCDTD): Likewise.
7898 (UNSPEC_DIVE): Add support for new extended divide builtin functions.
7899 (UNSPEC_DIVEO): Likewise.
7900 (UNSPEC_DIVEU): Likewise.
7901 (UNSPEC_DIVEUO): Likewise.
7902 (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
7903 pack/unpack 128-bit types.
7904 (UNSPEC_PACK_128BIT): Likewise.
7905 (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
7906 (udiv<mode>3): Use idiv_ldiv mode attribute.
7907 (div<mode>3): Likewise.
7908 (addg6s): Add new BCD builtin functions.
7911 (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
7912 (div_extend): Likewise.
7913 (div<div_extend>_<mode>"): Likewise.
7914 (FP128_64): Add support for new builtin functions to pack/unpack
7916 (unpack<mode>): Likewise.
7917 (unpacktf_0): Likewise.
7918 (unpacktf_1): Likewise.
7919 (unpack<mode>_dm): Likewise.
7920 (unpack<mode>_nodm): Likewise.
7921 (pack<mode>): Likewise.
7922 (unpackv1ti): Likewise.
7923 (packv1ti): Likewise.
7925 2014-04-24 Vishnu K S <Vishnu.k_s@atmel.com>
7927 * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
7930 2014-04-24 Jakub Jelinek <jakub@redhat.com>
7932 * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
7933 * gimplify.c (omp_is_private): Change last argument's type to int.
7934 Only diagnose lastprivate if the simd argument is 1, only diagnose
7935 linear if the simd argument is 2.
7936 (gimplify_omp_for): Adjust omp_is_private callers. When adding
7937 lastprivate or private, add the clause to OMP_FOR_CLAUSES. Pass
7938 GOVD_EXPLICIT to omp_add_variable. For simd with collapse == 1
7939 create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
7940 If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
7941 increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
7942 * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
7943 OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
7944 * tree-nested.c (convert_nonlocal_omp_clauses,
7945 convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
7947 2014-04-24 Segher Boessenkool <segher@kernel.crashing.org>
7950 * config/m68k/m68k.md (extendplussidi): Don't allow memory for
7953 2014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
7955 * flag-types.h (enum ivar_visibility): Add.
7957 2014-04-24 Trevor Saunders <tsaunders@mozilla.com>
7959 * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
7960 function * argument.
7962 2014-04-24 Alan Lawrence <alan.lawrence@arm.com>
7964 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
7966 2014-04-24 Radovan Obradovic <robradovic@mips.com>
7967 Tom de Vries <tom@codesourcery.com>
7969 * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
7970 * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
7972 * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
7973 * emit-rtl.c (try_split): Same.
7975 2014-04-24 Radovan Obradovic <robradovic@mips.com>
7976 Tom de Vries <tom@codesourcery.com>
7978 * common.opt (fuse-caller-save): New option.
7980 2014-04-24 Tejas Belagod <tejas.belagod@arm.com>
7982 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
7983 elements for big-endian.
7985 2014-04-24 Richard Biener <rguenther@suse.de>
7987 * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
7988 during TER and instead use the sepops interface for expanding
7989 non-GIMPLE_SINGLE_RHS.
7991 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7993 * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
7994 if not HAVE_AS_IX86_DIFF_SECT_DELTA.
7996 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7998 * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
7999 assembler 64-bit option.
8000 * configure: Regenerate.
8002 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8004 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
8005 TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
8006 (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
8007 (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
8008 (TARGET_CRYPTO): Take TARGET_SIMD into account.
8010 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8012 * config/aarch64/aarch64-builtins.c
8013 (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
8014 BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
8015 * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
8016 * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
8018 * config/aarch64/iterator.md (VDQHSD): New mode iterator.
8019 (Vrevsuff): New mode attribute.
8021 2014-04-24 Terry Guo <terry.guo@arm.com>
8023 * config/arm/arm.h (machine_function): Define variable
8024 after_arm_reorg here.
8025 * config/arm/arm.c (after_arm_reorg): Remove the definition.
8026 (arm_split_constant): Update the way to access variable
8029 (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
8031 2014-04-23 Tom de Vries <tom@codesourcery.com>
8033 * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
8035 2014-04-23 David Malcolm <dmalcolm@redhat.com>
8037 * is-a.h: Update comments to reflect the following changes to the
8038 "pointerness" of the API, making the template parameter match the
8039 return type, allowing use of is-a.h with typedefs of pointers.
8040 (is_a_helper::cast): Return a T rather then a pointer to a T, so
8041 that the return type matches the parameter to the is_a_helper.
8043 (dyn_cast): Likewise.
8045 * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
8046 pointer from the is-a.h API.
8048 * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
8049 (is_a_helper <cgraph_node *>::test): ...this, matching change to
8051 (is_a_helper <varpool_node>::test): Likewise, convert to...
8052 (is_a_helper <varpool_node *>::test): ...this.
8054 (varpool_first_variable): Update for removal of implicit pointer
8055 from the is-a.h API.
8056 (varpool_next_variable): Likewise.
8057 (varpool_first_static_initializer): Likewise.
8058 (varpool_next_static_initializer): Likewise.
8059 (varpool_first_defined_variable): Likewise.
8060 (varpool_next_defined_variable): Likewise.
8061 (cgraph_first_defined_function): Likewise.
8062 (cgraph_next_defined_function): Likewise.
8063 (cgraph_first_function): Likewise.
8064 (cgraph_next_function): Likewise.
8065 (cgraph_first_function_with_gimple_body): Likewise.
8066 (cgraph_next_function_with_gimple_body): Likewise.
8067 (cgraph_alias_target): Likewise.
8068 (varpool_alias_target): Likewise.
8069 (cgraph_function_or_thunk_node): Likewise.
8070 (varpool_variable_node): Likewise.
8071 (symtab_real_symbol_p): Likewise.
8072 * cgraphunit.c (referred_to_p): Likewise.
8073 (analyze_functions): Likewise.
8074 (handle_alias_pairs): Likewise.
8075 * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
8076 * gimple-ssa.h (gimple_vuse_op): Likewise.
8077 (gimple_vdef_op): Likewise.
8078 * gimple-streamer-in.c (input_gimple_stmt): Likewise.
8079 * gimple.c (gimple_build_asm_1): Likewise.
8080 (gimple_build_try): Likewise.
8081 (gimple_build_resx): Likewise.
8082 (gimple_build_eh_dispatch): Likewise.
8083 (gimple_build_omp_for): Likewise.
8084 (gimple_omp_for_set_clauses): Likewise.
8086 * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
8087 (is_a_helper <gimple_statement_asm *>::test): ...this.
8088 (is_a_helper <gimple_statement_bind>::test): Convert to...
8089 (is_a_helper <gimple_statement_bind *>::test): ...this.
8090 (is_a_helper <gimple_statement_call>::test): Convert to...
8091 (is_a_helper <gimple_statement_call *>::test): ...this.
8092 (is_a_helper <gimple_statement_catch>::test): Convert to...
8093 (is_a_helper <gimple_statement_catch *>::test): ...this.
8094 (is_a_helper <gimple_statement_resx>::test): Convert to...
8095 (is_a_helper <gimple_statement_resx *>::test): ...this.
8096 (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
8097 (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
8098 (is_a_helper <gimple_statement_eh_else>::test): Convert to...
8099 (is_a_helper <gimple_statement_eh_else *>::test): ...this.
8100 (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
8101 (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
8102 (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
8103 (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
8104 (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
8105 (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
8106 (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
8107 (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
8108 (is_a_helper <gimple_statement_omp_return>::test): Convert to...
8109 (is_a_helper <gimple_statement_omp_return *>::test): ...this.
8110 (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
8111 (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
8112 (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
8113 (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
8114 (is_a_helper <gimple_statement_omp_for>::test): Convert to...
8115 (is_a_helper <gimple_statement_omp_for *>::test): ...this.
8116 (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
8117 (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
8118 (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
8119 (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
8120 (is_a_helper <gimple_statement_omp_target>::test): Convert to...
8121 (is_a_helper <gimple_statement_omp_target *>::test): ...this.
8122 (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
8123 (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
8124 (is_a_helper <gimple_statement_omp_single>::test): Convert to...
8125 (is_a_helper <gimple_statement_omp_single *>::test): ...this.
8126 (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
8127 (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
8128 (is_a_helper <gimple_statement_omp_task>::test): Convert to...
8129 (is_a_helper <gimple_statement_omp_task *>::test): ...this.
8130 (is_a_helper <gimple_statement_phi>::test): Convert to...
8131 (is_a_helper <gimple_statement_phi *>::test): ...this.
8132 (is_a_helper <gimple_statement_transaction>::test): Convert to...
8133 (is_a_helper <gimple_statement_transaction *>::test): ...this.
8134 (is_a_helper <gimple_statement_try>::test): Convert to...
8135 (is_a_helper <gimple_statement_try *>::test): ...this.
8136 (is_a_helper <gimple_statement_wce>::test): Convert to...
8137 (is_a_helper <gimple_statement_wce *>::test): ...this.
8138 (is_a_helper <const gimple_statement_asm>::test): Convert to...
8139 (is_a_helper <const gimple_statement_asm *>::test): ...this.
8140 (is_a_helper <const gimple_statement_bind>::test): Convert to...
8141 (is_a_helper <const gimple_statement_bind *>::test): ...this.
8142 (is_a_helper <const gimple_statement_call>::test): Convert to...
8143 (is_a_helper <const gimple_statement_call *>::test): ...this.
8144 (is_a_helper <const gimple_statement_catch>::test): Convert to...
8145 (is_a_helper <const gimple_statement_catch *>::test): ...this.
8146 (is_a_helper <const gimple_statement_resx>::test): Convert to...
8147 (is_a_helper <const gimple_statement_resx *>::test): ...this.
8148 (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
8149 (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
8150 (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
8151 (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
8152 (is_a_helper <const gimple_statement_omp_atomic_load>::test):
8154 (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
8156 (is_a_helper <const gimple_statement_omp_atomic_store>::test):
8158 (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
8160 (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
8161 (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
8162 (is_a_helper <const gimple_statement_omp_continue>::test): Convert
8164 (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
8165 (is_a_helper <const gimple_statement_omp_critical>::test): Convert
8167 (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
8168 (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
8169 (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
8170 (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
8171 (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
8172 (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
8174 (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
8175 (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
8176 (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
8177 (is_a_helper <const gimple_statement_omp_sections>::test): Convert
8179 (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
8180 (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
8181 (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
8182 (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
8183 (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
8184 (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
8185 (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
8186 (is_a_helper <const gimple_statement_phi>::test): Convert to...
8187 (is_a_helper <const gimple_statement_phi *>::test): ...this.
8188 (is_a_helper <const gimple_statement_transaction>::test): Convert to...
8189 (is_a_helper <const gimple_statement_transaction *>::test): ...this.
8190 (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
8191 (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
8192 (is_a_helper <gimple_statement_with_ops>::test): Convert to...
8193 (is_a_helper <gimple_statement_with_ops *>::test): ...this.
8194 (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
8196 (is_a_helper <const gimple_statement_with_memory_ops *>::test):
8198 (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
8199 (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
8201 (gimple_use_ops): Update for removal of implicit pointer from the
8203 (gimple_set_use_ops): Likewise.
8204 (gimple_vuse): Likewise.
8205 (gimple_vdef): Likewise.
8206 (gimple_vuse_ptr): Likewise.
8207 (gimple_vdef_ptr): Likewise.
8208 (gimple_set_vuse): Likewise.
8209 (gimple_set_vdef): Likewise.
8210 (gimple_omp_return_set_lhs): Likewise.
8211 (gimple_omp_return_lhs): Likewise.
8212 (gimple_omp_return_lhs_ptr): Likewise.
8213 (gimple_call_fntype): Likewise.
8214 (gimple_call_set_fntype): Likewise.
8215 (gimple_call_set_internal_fn): Likewise.
8216 (gimple_call_use_set): Likewise.
8217 (gimple_call_clobber_set): Likewise.
8218 (gimple_bind_vars): Likewise.
8219 (gimple_bind_set_vars): Likewise.
8220 (gimple_bind_body_ptr): Likewise.
8221 (gimple_bind_set_body): Likewise.
8222 (gimple_bind_add_stmt): Likewise.
8223 (gimple_bind_block): Likewise.
8224 (gimple_bind_set_block): Likewise.
8225 (gimple_asm_ninputs): Likewise.
8226 (gimple_asm_noutputs): Likewise.
8227 (gimple_asm_nclobbers): Likewise.
8228 (gimple_asm_nlabels): Likewise.
8229 (gimple_asm_input_op): Likewise.
8230 (gimple_asm_input_op_ptr): Likewise.
8231 (gimple_asm_output_op): Likewise.
8232 (gimple_asm_output_op_ptr): Likewise.
8233 (gimple_asm_set_output_op): Likewise.
8234 (gimple_asm_clobber_op): Likewise.
8235 (gimple_asm_set_clobber_op): Likewise.
8236 (gimple_asm_label_op): Likewise.
8237 (gimple_asm_set_label_op): Likewise.
8238 (gimple_asm_string): Likewise.
8239 (gimple_catch_types): Likewise.
8240 (gimple_catch_types_ptr): Likewise.
8241 (gimple_catch_handler_ptr): Likewise.
8242 (gimple_catch_set_types): Likewise.
8243 (gimple_catch_set_handler): Likewise.
8244 (gimple_eh_filter_types): Likewise.
8245 (gimple_eh_filter_types_ptr): Likewise.
8246 (gimple_eh_filter_failure_ptr): Likewise.
8247 (gimple_eh_filter_set_types): Likewise.
8248 (gimple_eh_filter_set_failure): Likewise.
8249 (gimple_eh_must_not_throw_fndecl): Likewise.
8250 (gimple_eh_must_not_throw_set_fndecl): Likewise.
8251 (gimple_eh_else_n_body_ptr): Likewise.
8252 (gimple_eh_else_e_body_ptr): Likewise.
8253 (gimple_eh_else_set_n_body): Likewise.
8254 (gimple_eh_else_set_e_body): Likewise.
8255 (gimple_try_eval_ptr): Likewise.
8256 (gimple_try_cleanup_ptr): Likewise.
8257 (gimple_try_set_eval): Likewise.
8258 (gimple_try_set_cleanup): Likewise.
8259 (gimple_wce_cleanup_ptr): Likewise.
8260 (gimple_wce_set_cleanup): Likewise.
8261 (gimple_phi_capacity): Likewise.
8262 (gimple_phi_num_args): Likewise.
8263 (gimple_phi_result): Likewise.
8264 (gimple_phi_result_ptr): Likewise.
8265 (gimple_phi_set_result): Likewise.
8266 (gimple_phi_arg): Likewise.
8267 (gimple_phi_set_arg): Likewise.
8268 (gimple_resx_region): Likewise.
8269 (gimple_resx_set_region): Likewise.
8270 (gimple_eh_dispatch_region): Likewise.
8271 (gimple_eh_dispatch_set_region): Likewise.
8272 (gimple_omp_critical_name): Likewise.
8273 (gimple_omp_critical_name_ptr): Likewise.
8274 (gimple_omp_critical_set_name): Likewise.
8275 (gimple_omp_for_clauses): Likewise.
8276 (gimple_omp_for_clauses_ptr): Likewise.
8277 (gimple_omp_for_set_clauses): Likewise.
8278 (gimple_omp_for_collapse): Likewise.
8279 (gimple_omp_for_index): Likewise.
8280 (gimple_omp_for_index_ptr): Likewise.
8281 (gimple_omp_for_set_index): Likewise.
8282 (gimple_omp_for_initial): Likewise.
8283 (gimple_omp_for_initial_ptr): Likewise.
8284 (gimple_omp_for_set_initial): Likewise.
8285 (gimple_omp_for_final): Likewise.
8286 (gimple_omp_for_final_ptr): Likewise.
8287 (gimple_omp_for_set_final): Likewise.
8288 (gimple_omp_for_incr): Likewise.
8289 (gimple_omp_for_incr_ptr): Likewise.
8290 (gimple_omp_for_set_incr): Likewise.
8291 (gimple_omp_for_pre_body_ptr): Likewise.
8292 (gimple_omp_for_set_pre_body): Likewise.
8293 (gimple_omp_parallel_clauses): Likewise.
8294 (gimple_omp_parallel_clauses_ptr): Likewise.
8295 (gimple_omp_parallel_set_clauses): Likewise.
8296 (gimple_omp_parallel_child_fn): Likewise.
8297 (gimple_omp_parallel_child_fn_ptr): Likewise.
8298 (gimple_omp_parallel_set_child_fn): Likewise.
8299 (gimple_omp_parallel_data_arg): Likewise.
8300 (gimple_omp_parallel_data_arg_ptr): Likewise.
8301 (gimple_omp_parallel_set_data_arg): Likewise.
8302 (gimple_omp_task_clauses): Likewise.
8303 (gimple_omp_task_clauses_ptr): Likewise.
8304 (gimple_omp_task_set_clauses): Likewise.
8305 (gimple_omp_task_child_fn): Likewise.
8306 (gimple_omp_task_child_fn_ptr): Likewise.
8307 (gimple_omp_task_set_child_fn): Likewise.
8308 (gimple_omp_task_data_arg): Likewise.
8309 (gimple_omp_task_data_arg_ptr): Likewise.
8310 (gimple_omp_task_set_data_arg): Likewise.
8311 (gimple_omp_taskreg_clauses): Likewise.
8312 (gimple_omp_taskreg_clauses_ptr): Likewise.
8313 (gimple_omp_taskreg_set_clauses): Likewise.
8314 (gimple_omp_taskreg_child_fn): Likewise.
8315 (gimple_omp_taskreg_child_fn_ptr): Likewise.
8316 (gimple_omp_taskreg_set_child_fn): Likewise.
8317 (gimple_omp_taskreg_data_arg): Likewise.
8318 (gimple_omp_taskreg_data_arg_ptr): Likewise.
8319 (gimple_omp_taskreg_set_data_arg): Likewise.
8320 (gimple_omp_task_copy_fn): Likewise.
8321 (gimple_omp_task_copy_fn_ptr): Likewise.
8322 (gimple_omp_task_set_copy_fn): Likewise.
8323 (gimple_omp_task_arg_size): Likewise.
8324 (gimple_omp_task_arg_size_ptr): Likewise.
8325 (gimple_omp_task_set_arg_size): Likewise.
8326 (gimple_omp_task_arg_align): Likewise.
8327 (gimple_omp_task_arg_align_ptr): Likewise.
8328 (gimple_omp_task_set_arg_align): Likewise.
8329 (gimple_omp_single_clauses): Likewise.
8330 (gimple_omp_single_clauses_ptr): Likewise.
8331 (gimple_omp_single_set_clauses): Likewise.
8332 (gimple_omp_target_clauses): Likewise.
8333 (gimple_omp_target_clauses_ptr): Likewise.
8334 (gimple_omp_target_set_clauses): Likewise.
8335 (gimple_omp_target_child_fn): Likewise.
8336 (gimple_omp_target_child_fn_ptr): Likewise.
8337 (gimple_omp_target_set_child_fn): Likewise.
8338 (gimple_omp_target_data_arg): Likewise.
8339 (gimple_omp_target_data_arg_ptr): Likewise.
8340 (gimple_omp_target_set_data_arg): Likewise.
8341 (gimple_omp_teams_clauses): Likewise.
8342 (gimple_omp_teams_clauses_ptr): Likewise.
8343 (gimple_omp_teams_set_clauses): Likewise.
8344 (gimple_omp_sections_clauses): Likewise.
8345 (gimple_omp_sections_clauses_ptr): Likewise.
8346 (gimple_omp_sections_set_clauses): Likewise.
8347 (gimple_omp_sections_control): Likewise.
8348 (gimple_omp_sections_control_ptr): Likewise.
8349 (gimple_omp_sections_set_control): Likewise.
8350 (gimple_omp_for_set_cond): Likewise.
8351 (gimple_omp_for_cond): Likewise.
8352 (gimple_omp_atomic_store_set_val): Likewise.
8353 (gimple_omp_atomic_store_val): Likewise.
8354 (gimple_omp_atomic_store_val_ptr): Likewise.
8355 (gimple_omp_atomic_load_set_lhs): Likewise.
8356 (gimple_omp_atomic_load_lhs): Likewise.
8357 (gimple_omp_atomic_load_lhs_ptr): Likewise.
8358 (gimple_omp_atomic_load_set_rhs): Likewise.
8359 (gimple_omp_atomic_load_rhs): Likewise.
8360 (gimple_omp_atomic_load_rhs_ptr): Likewise.
8361 (gimple_omp_continue_control_def): Likewise.
8362 (gimple_omp_continue_control_def_ptr): Likewise.
8363 (gimple_omp_continue_set_control_def): Likewise.
8364 (gimple_omp_continue_control_use): Likewise.
8365 (gimple_omp_continue_control_use_ptr): Likewise.
8366 (gimple_omp_continue_set_control_use): Likewise.
8367 (gimple_transaction_body_ptr): Likewise.
8368 (gimple_transaction_label): Likewise.
8369 (gimple_transaction_label_ptr): Likewise.
8370 (gimple_transaction_set_body): Likewise.
8371 (gimple_transaction_set_label): Likewise.
8373 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
8374 * ipa-inline-analysis.c (inline_write_summary): Likewise.
8375 * ipa-ref.c (ipa_record_reference): Likewise.
8376 * ipa-reference.c (analyze_function): Likewise.
8377 (ipa_reference_write_optimization_summary): Likewise.
8378 * ipa.c (symtab_remove_unreachable_nodes): Likewise.
8379 (address_taken_from_non_vtable_p): Likewise.
8380 (comdat_can_be_unshared_p_1): Likewise.
8381 * lto-cgraph.c (lto_output_ref): Likewise.
8382 (add_references): Likewise.
8383 (compute_ltrans_boundary): Likewise.
8384 (output_symtab): Likewise.
8385 (input_ref): Likewise.
8386 (input_cgraph_1): Likewise.
8387 (output_cgraph_opt_summary): Likewise.
8388 * lto-streamer-out.c (lto_output): Likewise.
8389 (output_symbol_p): Likewise.
8390 * lto-streamer.h (lsei_next_function_in_partition): Likewise.
8391 (lsei_start_function_in_partition): Likewise.
8392 (lsei_next_variable_in_partition): Likewise.
8393 (lsei_start_variable_in_partition): Likewise.
8394 * symtab.c (insert_to_assembler_name_hash): Likewise.
8395 (unlink_from_assembler_name_hash): Likewise.
8396 (symtab_unregister_node): Likewise.
8397 (symtab_remove_node): Likewise.
8398 (dump_symtab_node): Likewise.
8399 (verify_symtab_base): Likewise.
8400 (verify_symtab_node): Likewise.
8401 (symtab_make_decl_local): Likewise.
8402 (symtab_alias_ultimate_target): Likewise.
8403 (symtab_resolve_alias): Likewise.
8404 (symtab_get_symbol_partitioning_class): Likewise.
8405 * tree-phinodes.c (allocate_phi_node): Likewise.
8406 (reserve_phi_args_for_new_edge): Likewise.
8407 (remove_phi_args): Likewise.
8408 * varpool.c (varpool_node_for_asm): Likewise.
8409 (varpool_remove_unreferenced_decls): Likewise.
8411 2014-04-23 Jeff Law <law@redhat.com>
8413 PR tree-optimization/60902
8414 * tree-ssa-threadedge.c
8415 (record_temporary_equivalences_from_stmts_at_dest): Make sure to
8416 invalidate outputs from statements that do not produce useful
8417 outputs for threading.
8419 2014-04-23 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
8421 * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
8422 (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
8423 machine descriptions for Stack Smashing Protector.
8425 2014-04-23 Richard Earnshaw <rearnsha@arm.com>
8427 * aarch64.md (<optab>_rol<mode>3): New pattern.
8428 (<optab>_rolsi3_uxtw): Likewise.
8429 * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
8431 2014-04-23 James Greenhalgh <james.greenhalgh@arm.com>
8433 * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
8434 (arm_cortex_a12_tune): Likewise.
8436 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8438 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
8440 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8442 * config/arm/arm.md (arm_rev16si2): New pattern.
8443 (arm_rev16si2_alt): Likewise.
8444 * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
8446 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8448 * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
8449 (rev16<mode>2_alt): Likewise.
8450 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
8451 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
8452 (aarch_rev16_shleft_mask_imm_p): Likewise.
8453 (aarch_rev16_p_1): Likewise.
8454 (aarch_rev16_p): Likewise.
8455 * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
8456 (aarch_rev16_shright_mask_imm_p): Likewise.
8457 (aarch_rev16_shleft_mask_imm_p): Likewise.
8459 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8461 * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
8462 * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
8464 (cortex_a53_extra_costs): Likewise.
8465 (cortex_a57_extra_costs): Likewise.
8466 * config/arm/arm.c (cortexa9_extra_costs): Likewise.
8467 (cortexa7_extra_costs): Likewise.
8468 (cortexa8_extra_costs): Likewise.
8469 (cortexa12_extra_costs): Likewise.
8470 (cortexa15_extra_costs): Likewise.
8471 (v7m_extra_costs): Likewise.
8472 (arm_new_rtx_costs): Handle BSWAP.
8474 2013-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8476 * config/arm/arm.c (cortexa8_extra_costs): New table.
8477 (arm_cortex_a8_tune): New tuning struct.
8478 * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
8480 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8482 * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
8484 2014-04-23 Richard Biener <rguenther@suse.de>
8486 * Makefile.in (OBJS): Remove loop-unswitch.o.
8487 * tree-pass.h (make_pass_rtl_unswitch): Remove.
8488 * passes.def (pass_rtl_unswitch): Likewise.
8489 * loop-init.c (gate_rtl_unswitch): Likewise.
8490 (rtl_unswitch): Likewise.
8491 (pass_data_rtl_unswitch): Likewise.
8492 (pass_rtl_unswitch): Likewise.
8493 (make_pass_rtl_unswitch): Likewise.
8494 * rtl.h (reversed_condition): Likewise.
8495 (compare_and_jump_seq): Likewise.
8496 * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
8498 * loop-unroll.c (compare_and_jump_seq): Likewise.
8500 2014-04-23 Richard Biener <rguenther@suse.de>
8502 PR tree-optimization/60903
8503 * tree-ssa-loop-im.c (analyze_memory_references): Remove
8504 commented code block.
8505 (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
8506 loop flags to newly created BBs and edges.
8508 2014-04-23 Nick Clifton <nickc@redhat.com>
8510 * config/msp430/msp430.c (msp430_handle_option): Move function
8512 (msp430_option_override): Simplify mcu and mcpu option handling.
8513 (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult. Add
8514 support for -mhwmult command line option.
8515 (has_32bit_hwmult): Rename to use_32bit_hwmult. Add support for
8516 -mhwmult command line option.
8517 (msp430_hwmult_enabled): Delete.
8518 (msp43o_output_labelref): Add support for -mhwmult command line option.
8519 * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
8520 (umulsidi3): Likewise.
8521 * config/msp430/msp430.opt (mmcu): Add Report attribute.
8522 (mcpu, mlarge, msmall): Likewise.
8523 (mhwmult): New option.
8524 * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
8526 (msp430_is_f5_mcu): Remove prototype.
8527 (msp430_use_f5_series_hwmult): Add prototype.
8528 * config/msp430/msp430-opts.h: New file.
8529 * common/config/msp430: New directory.
8530 * common/config/msp430/msp430-common.c: New file.
8531 * config.gcc (msp430): Remove target_has_targetm_common.
8532 * doc/invoke.texi: Document -mhwmult command line option.
8534 2014-04-23 Nick Clifton <nickc@redhat.com>
8536 * config/i386/cygwin.h (ENDFILE_SPEC): Include
8537 default-manifest.o if it can be found in the search path.
8538 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
8540 2014-04-23 Terry Guo <terry.guo@arm.com>
8542 * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
8544 2014-04-23 Richard Biener <rguenther@suse.de>
8547 * tree-inline.c (declare_return_variable): Use mark_addressable.
8549 2014-04-23 Richard Biener <rguenther@suse.de>
8552 * loop-init.c (loop_optimizer_init): Make sure to apply
8553 LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
8555 2014-04-22 Jakub Jelinek <jakub@redhat.com>
8558 * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
8560 * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
8561 if flag_sanitize_undefined_trap_on_error.
8562 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
8563 BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
8564 BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
8565 BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
8566 BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
8567 BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
8568 BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
8569 BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
8570 BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
8571 * ubsan.c (ubsan_instrument_unreachable): Return
8572 __builtin_trap () if flag_sanitize_undefined_trap_on_error.
8573 (ubsan_expand_null_ifn): Emit __builtin_trap ()
8574 if flag_sanitize_undefined_trap_on_error and
8575 __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
8576 (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
8577 instrument_bool_enum_load): Emit __builtin_trap () if
8578 flag_sanitize_undefined_trap_on_error and
8579 __builtin_handle_*_abort () if !flag_sanitize_recover.
8580 * doc/invoke.texi (-fsanitize-recover,
8581 -fsanitize-undefined-trap-on-error): Document.
8583 2014-04-22 Christian Bruel <christian.bruel@st.com>
8585 * config/sh/sh.md (mov<mode>): Replace movQIHI.
8586 Force immediates to SImode.
8588 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
8590 * config/nios2/nios2.md (UNSPEC_ROUND): New.
8592 * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
8593 * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
8594 * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
8595 (nios2_fpu_insn): Add entry for round.
8596 (N2FPU_NO_ERRNO_P): Define.
8597 (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
8599 * doc/invoke.texi (Nios II Options): Document -mcustom-round.
8601 2014-04-22 Richard Henderson <rth@redhat.com>
8603 * config/aarch64/aarch64 (addti3, subti3): New expanders.
8604 (add<GPI>3_compare0): Remove leading * from name.
8605 (add<GPI>3_carryin): Likewise.
8606 (sub<GPI>3_compare0): Likewise.
8607 (sub<GPI>3_carryin): Likewise.
8608 (<su_optab>mulditi3): New expander.
8609 (multi3): New expander.
8610 (madd<GPI>): Remove leading * from name.
8612 2014-04-22 Martin Jambor <mjambor@suse.cz>
8614 * cgraphclones.c (cgraph_function_versioning): Copy
8615 ipa_transforms_to_apply instead of asserting it is empty.
8617 2014-04-22 H.J. Lu <hongjiu.lu@intel.com>
8620 * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
8621 on count_exp to get mode.
8623 2014-04-22 Andrew Pinski <apinski@cavium.com>
8625 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
8626 Handle TLS for ILP32.
8627 * config/aarch64/aarch64.md (tlsie_small): Rename to ...
8628 (tlsie_small_<mode>): this and handle PTR.
8629 (tlsie_small_sidi): New pattern.
8630 (tlsle_small): Change to an expand to handle ILP32.
8631 (tlsle_small_<mode>): New pattern.
8632 (tlsdesc_small): Rename to ...
8633 (tlsdesc_small_<mode>): this and handle PTR.
8635 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8637 * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
8639 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
8641 * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
8642 (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
8643 (aarch64_types_signed_poly_qualifiers): Likewise.
8644 (aarch64_types_unsigned_signed_qualifiers): Likewise.
8645 (aarch64_types_poly_signed_qualifiers): Likewise.
8646 (TYPES_REINTERP_SS): Type macro added.
8647 (TYPES_REINTERP_SU): Likewise.
8648 (TYPES_REINTERP_SP): Likewise.
8649 (TYPES_REINTERP_US): Likewise.
8650 (TYPES_REINTERP_PS): Likewise.
8651 (aarch64_fold_builtin): New expression folding added.
8652 * config/aarch64/aarch64-simd-builtins.def (REINTERP):
8653 Declarations removed.
8654 (REINTERP_SS): Declarations added.
8655 (REINTERP_US): Likewise.
8656 (REINTERP_PS): Likewise.
8657 (REINTERP_SU): Likewise.
8658 (REINTERP_SP): Likewise.
8659 * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
8660 (vreinterpretq_p8_f64): Likewise.
8661 (vreinterpret_p16_f64): Likewise.
8662 (vreinterpretq_p16_f64): Likewise.
8663 (vreinterpret_f32_f64): Likewise.
8664 (vreinterpretq_f32_f64): Likewise.
8665 (vreinterpret_f64_f32): Likewise.
8666 (vreinterpret_f64_p8): Likewise.
8667 (vreinterpret_f64_p16): Likewise.
8668 (vreinterpret_f64_s8): Likewise.
8669 (vreinterpret_f64_s16): Likewise.
8670 (vreinterpret_f64_s32): Likewise.
8671 (vreinterpret_f64_s64): Likewise.
8672 (vreinterpret_f64_u8): Likewise.
8673 (vreinterpret_f64_u16): Likewise.
8674 (vreinterpret_f64_u32): Likewise.
8675 (vreinterpret_f64_u64): Likewise.
8676 (vreinterpretq_f64_f32): Likewise.
8677 (vreinterpretq_f64_p8): Likewise.
8678 (vreinterpretq_f64_p16): Likewise.
8679 (vreinterpretq_f64_s8): Likewise.
8680 (vreinterpretq_f64_s16): Likewise.
8681 (vreinterpretq_f64_s32): Likewise.
8682 (vreinterpretq_f64_s64): Likewise.
8683 (vreinterpretq_f64_u8): Likewise.
8684 (vreinterpretq_f64_u16): Likewise.
8685 (vreinterpretq_f64_u32): Likewise.
8686 (vreinterpretq_f64_u64): Likewise.
8687 (vreinterpret_s64_f64): Likewise.
8688 (vreinterpretq_s64_f64): Likewise.
8689 (vreinterpret_u64_f64): Likewise.
8690 (vreinterpretq_u64_f64): Likewise.
8691 (vreinterpret_s8_f64): Likewise.
8692 (vreinterpretq_s8_f64): Likewise.
8693 (vreinterpret_s16_f64): Likewise.
8694 (vreinterpretq_s16_f64): Likewise.
8695 (vreinterpret_s32_f64): Likewise.
8696 (vreinterpretq_s32_f64): Likewise.
8697 (vreinterpret_u8_f64): Likewise.
8698 (vreinterpretq_u8_f64): Likewise.
8699 (vreinterpret_u16_f64): Likewise.
8700 (vreinterpretq_u16_f64): Likewise.
8701 (vreinterpret_u32_f64): Likewise.
8702 (vreinterpretq_u32_f64): Likewise.
8704 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
8706 * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
8707 * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
8708 (vreinterpret_p8_s8): Likewise.
8709 * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
8710 (vreinterpret_p8_s16): Likewise.
8711 (vreinterpret_p8_s32): Likewise.
8712 (vreinterpret_p8_s64): Likewise.
8713 (vreinterpret_p8_f32): Likewise.
8714 (vreinterpret_p8_u8): Likewise.
8715 (vreinterpret_p8_u16): Likewise.
8716 (vreinterpret_p8_u32): Likewise.
8717 (vreinterpret_p8_u64): Likewise.
8718 (vreinterpret_p8_p16): Likewise.
8719 (vreinterpretq_p8_s8): Likewise.
8720 (vreinterpretq_p8_s16): Likewise.
8721 (vreinterpretq_p8_s32): Likewise.
8722 (vreinterpretq_p8_s64): Likewise.
8723 (vreinterpretq_p8_f32): Likewise.
8724 (vreinterpretq_p8_u8): Likewise.
8725 (vreinterpretq_p8_u16): Likewise.
8726 (vreinterpretq_p8_u32): Likewise.
8727 (vreinterpretq_p8_u64): Likewise.
8728 (vreinterpretq_p8_p16): Likewise.
8729 (vreinterpret_p16_s8): Likewise.
8730 (vreinterpret_p16_s16): Likewise.
8731 (vreinterpret_p16_s32): Likewise.
8732 (vreinterpret_p16_s64): Likewise.
8733 (vreinterpret_p16_f32): Likewise.
8734 (vreinterpret_p16_u8): Likewise.
8735 (vreinterpret_p16_u16): Likewise.
8736 (vreinterpret_p16_u32): Likewise.
8737 (vreinterpret_p16_u64): Likewise.
8738 (vreinterpret_p16_p8): Likewise.
8739 (vreinterpretq_p16_s8): Likewise.
8740 (vreinterpretq_p16_s16): Likewise.
8741 (vreinterpretq_p16_s32): Likewise.
8742 (vreinterpretq_p16_s64): Likewise.
8743 (vreinterpretq_p16_f32): Likewise.
8744 (vreinterpretq_p16_u8): Likewise.
8745 (vreinterpretq_p16_u16): Likewise.
8746 (vreinterpretq_p16_u32): Likewise.
8747 (vreinterpretq_p16_u64): Likewise.
8748 (vreinterpretq_p16_p8): Likewise.
8749 (vreinterpret_f32_s8): Likewise.
8750 (vreinterpret_f32_s16): Likewise.
8751 (vreinterpret_f32_s32): Likewise.
8752 (vreinterpret_f32_s64): Likewise.
8753 (vreinterpret_f32_u8): Likewise.
8754 (vreinterpret_f32_u16): Likewise.
8755 (vreinterpret_f32_u32): Likewise.
8756 (vreinterpret_f32_u64): Likewise.
8757 (vreinterpret_f32_p8): Likewise.
8758 (vreinterpret_f32_p16): Likewise.
8759 (vreinterpretq_f32_s8): Likewise.
8760 (vreinterpretq_f32_s16): Likewise.
8761 (vreinterpretq_f32_s32): Likewise.
8762 (vreinterpretq_f32_s64): Likewise.
8763 (vreinterpretq_f32_u8): Likewise.
8764 (vreinterpretq_f32_u16): Likewise.
8765 (vreinterpretq_f32_u32): Likewise.
8766 (vreinterpretq_f32_u64): Likewise.
8767 (vreinterpretq_f32_p8): Likewise.
8768 (vreinterpretq_f32_p16): Likewise.
8769 (vreinterpret_s64_s8): Likewise.
8770 (vreinterpret_s64_s16): Likewise.
8771 (vreinterpret_s64_s32): Likewise.
8772 (vreinterpret_s64_f32): Likewise.
8773 (vreinterpret_s64_u8): Likewise.
8774 (vreinterpret_s64_u16): Likewise.
8775 (vreinterpret_s64_u32): Likewise.
8776 (vreinterpret_s64_u64): Likewise.
8777 (vreinterpret_s64_p8): Likewise.
8778 (vreinterpret_s64_p16): Likewise.
8779 (vreinterpretq_s64_s8): Likewise.
8780 (vreinterpretq_s64_s16): Likewise.
8781 (vreinterpretq_s64_s32): Likewise.
8782 (vreinterpretq_s64_f32): Likewise.
8783 (vreinterpretq_s64_u8): Likewise.
8784 (vreinterpretq_s64_u16): Likewise.
8785 (vreinterpretq_s64_u32): Likewise.
8786 (vreinterpretq_s64_u64): Likewise.
8787 (vreinterpretq_s64_p8): Likewise.
8788 (vreinterpretq_s64_p16): Likewise.
8789 (vreinterpret_u64_s8): Likewise.
8790 (vreinterpret_u64_s16): Likewise.
8791 (vreinterpret_u64_s32): Likewise.
8792 (vreinterpret_u64_s64): Likewise.
8793 (vreinterpret_u64_f32): Likewise.
8794 (vreinterpret_u64_u8): Likewise.
8795 (vreinterpret_u64_u16): Likewise.
8796 (vreinterpret_u64_u32): Likewise.
8797 (vreinterpret_u64_p8): Likewise.
8798 (vreinterpret_u64_p16): Likewise.
8799 (vreinterpretq_u64_s8): Likewise.
8800 (vreinterpretq_u64_s16): Likewise.
8801 (vreinterpretq_u64_s32): Likewise.
8802 (vreinterpretq_u64_s64): Likewise.
8803 (vreinterpretq_u64_f32): Likewise.
8804 (vreinterpretq_u64_u8): Likewise.
8805 (vreinterpretq_u64_u16): Likewise.
8806 (vreinterpretq_u64_u32): Likewise.
8807 (vreinterpretq_u64_p8): Likewise.
8808 (vreinterpretq_u64_p16): Likewise.
8809 (vreinterpret_s8_s16): Likewise.
8810 (vreinterpret_s8_s32): Likewise.
8811 (vreinterpret_s8_s64): Likewise.
8812 (vreinterpret_s8_f32): Likewise.
8813 (vreinterpret_s8_u8): Likewise.
8814 (vreinterpret_s8_u16): Likewise.
8815 (vreinterpret_s8_u32): Likewise.
8816 (vreinterpret_s8_u64): Likewise.
8817 (vreinterpret_s8_p8): Likewise.
8818 (vreinterpret_s8_p16): Likewise.
8819 (vreinterpretq_s8_s16): Likewise.
8820 (vreinterpretq_s8_s32): Likewise.
8821 (vreinterpretq_s8_s64): Likewise.
8822 (vreinterpretq_s8_f32): Likewise.
8823 (vreinterpretq_s8_u8): Likewise.
8824 (vreinterpretq_s8_u16): Likewise.
8825 (vreinterpretq_s8_u32): Likewise.
8826 (vreinterpretq_s8_u64): Likewise.
8827 (vreinterpretq_s8_p8): Likewise.
8828 (vreinterpretq_s8_p16): Likewise.
8829 (vreinterpret_s16_s8): Likewise.
8830 (vreinterpret_s16_s32): Likewise.
8831 (vreinterpret_s16_s64): Likewise.
8832 (vreinterpret_s16_f32): Likewise.
8833 (vreinterpret_s16_u8): Likewise.
8834 (vreinterpret_s16_u16): Likewise.
8835 (vreinterpret_s16_u32): Likewise.
8836 (vreinterpret_s16_u64): Likewise.
8837 (vreinterpret_s16_p8): Likewise.
8838 (vreinterpret_s16_p16): Likewise.
8839 (vreinterpretq_s16_s8): Likewise.
8840 (vreinterpretq_s16_s32): Likewise.
8841 (vreinterpretq_s16_s64): Likewise.
8842 (vreinterpretq_s16_f32): Likewise.
8843 (vreinterpretq_s16_u8): Likewise.
8844 (vreinterpretq_s16_u16): Likewise.
8845 (vreinterpretq_s16_u32): Likewise.
8846 (vreinterpretq_s16_u64): Likewise.
8847 (vreinterpretq_s16_p8): Likewise.
8848 (vreinterpretq_s16_p16): Likewise.
8849 (vreinterpret_s32_s8): Likewise.
8850 (vreinterpret_s32_s16): Likewise.
8851 (vreinterpret_s32_s64): Likewise.
8852 (vreinterpret_s32_f32): Likewise.
8853 (vreinterpret_s32_u8): Likewise.
8854 (vreinterpret_s32_u16): Likewise.
8855 (vreinterpret_s32_u32): Likewise.
8856 (vreinterpret_s32_u64): Likewise.
8857 (vreinterpret_s32_p8): Likewise.
8858 (vreinterpret_s32_p16): Likewise.
8859 (vreinterpretq_s32_s8): Likewise.
8860 (vreinterpretq_s32_s16): Likewise.
8861 (vreinterpretq_s32_s64): Likewise.
8862 (vreinterpretq_s32_f32): Likewise.
8863 (vreinterpretq_s32_u8): Likewise.
8864 (vreinterpretq_s32_u16): Likewise.
8865 (vreinterpretq_s32_u32): Likewise.
8866 (vreinterpretq_s32_u64): Likewise.
8867 (vreinterpretq_s32_p8): Likewise.
8868 (vreinterpretq_s32_p16): Likewise.
8869 (vreinterpret_u8_s8): Likewise.
8870 (vreinterpret_u8_s16): Likewise.
8871 (vreinterpret_u8_s32): Likewise.
8872 (vreinterpret_u8_s64): Likewise.
8873 (vreinterpret_u8_f32): Likewise.
8874 (vreinterpret_u8_u16): Likewise.
8875 (vreinterpret_u8_u32): Likewise.
8876 (vreinterpret_u8_u64): Likewise.
8877 (vreinterpret_u8_p8): Likewise.
8878 (vreinterpret_u8_p16): Likewise.
8879 (vreinterpretq_u8_s8): Likewise.
8880 (vreinterpretq_u8_s16): Likewise.
8881 (vreinterpretq_u8_s32): Likewise.
8882 (vreinterpretq_u8_s64): Likewise.
8883 (vreinterpretq_u8_f32): Likewise.
8884 (vreinterpretq_u8_u16): Likewise.
8885 (vreinterpretq_u8_u32): Likewise.
8886 (vreinterpretq_u8_u64): Likewise.
8887 (vreinterpretq_u8_p8): Likewise.
8888 (vreinterpretq_u8_p16): Likewise.
8889 (vreinterpret_u16_s8): Likewise.
8890 (vreinterpret_u16_s16): Likewise.
8891 (vreinterpret_u16_s32): Likewise.
8892 (vreinterpret_u16_s64): Likewise.
8893 (vreinterpret_u16_f32): Likewise.
8894 (vreinterpret_u16_u8): Likewise.
8895 (vreinterpret_u16_u32): Likewise.
8896 (vreinterpret_u16_u64): Likewise.
8897 (vreinterpret_u16_p8): Likewise.
8898 (vreinterpret_u16_p16): Likewise.
8899 (vreinterpretq_u16_s8): Likewise.
8900 (vreinterpretq_u16_s16): Likewise.
8901 (vreinterpretq_u16_s32): Likewise.
8902 (vreinterpretq_u16_s64): Likewise.
8903 (vreinterpretq_u16_f32): Likewise.
8904 (vreinterpretq_u16_u8): Likewise.
8905 (vreinterpretq_u16_u32): Likewise.
8906 (vreinterpretq_u16_u64): Likewise.
8907 (vreinterpretq_u16_p8): Likewise.
8908 (vreinterpretq_u16_p16): Likewise.
8909 (vreinterpret_u32_s8): Likewise.
8910 (vreinterpret_u32_s16): Likewise.
8911 (vreinterpret_u32_s32): Likewise.
8912 (vreinterpret_u32_s64): Likewise.
8913 (vreinterpret_u32_f32): Likewise.
8914 (vreinterpret_u32_u8): Likewise.
8915 (vreinterpret_u32_u16): Likewise.
8916 (vreinterpret_u32_u64): Likewise.
8917 (vreinterpret_u32_p8): Likewise.
8918 (vreinterpret_u32_p16): Likewise.
8919 (vreinterpretq_u32_s8): Likewise.
8920 (vreinterpretq_u32_s16): Likewise.
8921 (vreinterpretq_u32_s32): Likewise.
8922 (vreinterpretq_u32_s64): Likewise.
8923 (vreinterpretq_u32_f32): Likewise.
8924 (vreinterpretq_u32_u8): Likewise.
8925 (vreinterpretq_u32_u16): Likewise.
8926 (vreinterpretq_u32_u64): Likewise.
8927 (vreinterpretq_u32_p8): Likewise.
8928 (vreinterpretq_u32_p16): Likewise.
8930 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
8932 * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
8934 * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
8936 * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
8937 (vqnegd_s64): Likewise.
8938 (vqabs_s64): Likewise.
8939 (vqabsd_s64): Likewise.
8941 2014-04-22 Richard Henderson <rth@redhat.com>
8943 * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
8944 computation to the top of the loop.
8946 2014-04-22 Renlin <renlin.li@arm.com>
8947 Jiong Wang <jiong.wang@arm.com>
8949 * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
8950 * config/aarch64/aarch64.c (aarch64_layout_frame)
8951 (aarch64_initial_elimination_offset): Likewise.
8953 2014-04-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
8955 * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
8958 2014-04-22 Richard Sandiford <rdsandiford@googlemail.com>
8960 * machmode.h (bitwise_mode_for_mode): Declare.
8961 * stor-layout.h (bitwise_type_for_mode): Likewise.
8962 * stor-layout.c (bitwise_mode_for_mode): New function.
8963 (bitwise_type_for_mode): Likewise.
8964 * builtins.c (fold_builtin_memory_op): Use it instead of
8965 int_mode_for_mode and build_nonstandard_integer_type.
8967 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8969 * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
8970 (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
8971 (*-*-solaris2*): Simplify.
8972 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
8973 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
8974 *-*-solaris2.9* handling.
8976 * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
8978 (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
8979 (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
8981 (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
8982 * configure: Regenerate.
8984 * config/i386/sol2-9.h: Remove.
8986 * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
8987 (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
8988 Remove Solaris 9 references.
8990 2014-04-22 Vidya Praveen <vidyapraveen@arm.com>
8992 * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
8993 (floatuns<GPI:mode><GPF:mode>2): Remove.
8994 (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
8995 and floatuns conversions.
8996 (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
8997 and floatuns conversions.
8998 * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
8999 (w1,w2): New mode attributes for inequal width conversions.
9001 2014-04-22 Renlin Li <Renlin.Li@arm.com>
9003 * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
9004 the output asm format.
9006 2014-04-22 James Greenhalgh <james.greenhalgh@arm.com>
9008 * config/aarch64/aarch64-simd.md
9009 (aarch64_cm<optab>di): Always split.
9010 (*aarch64_cm<optab>di): New.
9011 (aarch64_cmtstdi): Always split.
9012 (*aarch64_cmtstdi): New.
9014 2014-04-22 Jakub Jelinek <jakub@redhat.com>
9016 PR tree-optimization/60823
9017 * omp-low.c (ipa_simd_modify_function_body): Go through
9018 all SSA_NAMEs and for those refering to vector arguments
9019 which are going to be replaced adjust SSA_NAME_VAR and,
9020 if it is a default definition, change it into a non-default
9021 definition assigned at the beginning of function from new_decl.
9022 (ipa_simd_modify_stmt_ops): Rewritten.
9023 * tree-dfa.c (set_ssa_default_def): When removing default def,
9024 check for NULL loc instead of NULL *loc.
9026 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9028 * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
9029 restrictions on core registers for DImode values in Thumb2.
9031 2014-04-22 Ian Bolton <ian.bolton@arm.com>
9033 * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
9034 * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
9036 2014-04-22 Ian Bolton <ian.bolton@arm.com>
9038 * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
9039 (*iordi_notzesidi_di): Likewise.
9040 (*iordi_notsesidi_di): Likewise.
9042 2014-04-22 Ian Bolton <ian.bolton@arm.com>
9044 * config/arm/arm-protos.h (tune_params): New struct members.
9045 * config/arm/arm.c: Initialise tune_params per processor.
9046 (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
9047 for speed, based on new tune_params.
9049 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
9051 * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
9052 * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
9053 * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
9054 * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
9055 * config/aarch64/arm_neon.h (vrnd_f64): Added.
9056 (vrnda_f64): Likewise.
9057 (vrndi_f64): Likewise.
9058 (vrndm_f64): Likewise.
9059 (vrndn_f64): Likewise.
9060 (vrndp_f64): Likewise.
9061 (vrndx_f64): Likewise.
9063 2014-04-22 Zhenqiang Chen <zhenqiang.chen@linaro.org>
9065 * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
9066 GET_MODE_SIZE argument is enum machine_mode.
9068 2014-04-22 Jakub Jelinek <jakub@redhat.com>
9071 * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
9072 value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
9074 2014-04-22 Lin Zuojian <manjian2006@gmail.com>
9077 * asan.c (asan_emit_stack_protection): Force the base to align to
9078 appropriate bits if STRICT_ALIGNMENT. Set shadow_mem align to
9079 appropriate bits if STRICT_ALIGNMENT.
9080 * cfgexpand.c (expand_stack_vars): Set base_align appropriately
9082 (expand_used_vars): Leave a space in the stack frame for alignment
9083 if STRICT_ALIGNMENT.
9085 2014-04-21 David Malcolm <dmalcolm@redhat.com>
9087 * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
9089 (gimple_store_p): Likewise.
9090 (gimple_assign_load_p): Likewise.
9091 (gimple_assign_cast_p): Likewise.
9092 (gimple_clobber_p): Likewise.
9094 * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
9095 rather than a gimple.
9096 (gimple_assign_cast_p): Likewise.
9098 2014-04-21 Michael Meissner <meissner@linux.vnet.ibm.com>
9101 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
9102 If mode is DDmode and TARGET_E500_DOUBLE allow move.
9104 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
9105 more debug information for E500 if -mdebug=reg.
9107 2014-04-21 Uros Bizjak <ubizjak@gmail.com>
9110 * config/i386/i386.c (ix86_expand_builtin)
9111 <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
9112 register for target RTX.
9113 <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
9115 2014-04-18 Cong Hou <congh@google.com>
9117 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
9118 the widen-mult pattern by handling two operands with different sizes,
9119 and operands whose size is smaller than half of the result type.
9121 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
9123 * ipa-inline.h (INLINE_HINT_known_hot): New hint.
9124 * ipa-inline-analysis.c (dump_inline_hints): Dump it.
9125 (do_estimate_edge_time): Compute it.
9126 * ipa-inline.c (want_inline_small_function_p): Bypass
9127 INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
9129 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
9131 * ipa-inline.c (spec_rem): New static variable.
9132 (dump_overall_stats): New function.
9133 (dump_inline_stats): New function.
9135 2014-04-18 Richard Henderson <rth@redhat.com>
9137 * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
9138 to GET_MODE_SIZE, not a reg_class_t.
9140 2014-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9142 * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
9143 (vsx_xxmrglw_<mode>): Likewise.
9145 2014-04-17 Michael Meissner <meissner@linux.vnet.ibm.com>
9148 * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
9149 GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
9150 (rs6000_init_hard_regno_mode_ok): Likewise.
9152 2014-04-17 Jan Hubicka <hubicka@ucw.cz>
9154 * ipa-inline.c (inline_small_functions): Account only non-cold
9156 * doc/invoke.texi (inline-unit-growth): Update documentation.
9158 2014-04-17 Pat Haugen <pthaugen@us.ibm.com>
9160 * config/rs6000/rs6000.md (addti3, subti3): New.
9162 2014-04-17 H.J. Lu <hongjiu.lu@intel.com>
9165 * config/i386/i386.c (ix86_expand_clear): Remove outdated
9166 comment. Check optimize_insn_for_size_p instead of
9167 optimize_insn_for_speed_p.
9169 2014-04-17 Martin Jambor <mjambor@suse.cz>
9171 * gimple-iterator.c (gsi_start_edge): New function.
9172 * gimple-iterator.h (gsi_start_edge): Declare.
9173 * tree-sra.c (single_non_eh_succ): New function.
9174 (disqualify_ops_if_throwing_stmt): Renamed to
9175 disqualify_if_bad_bb_terminating_stmt. Allow throwing statements
9176 having one non-EH successor BB.
9177 (sra_modify_expr): If stmt ends bb, use single non-EH successor to
9178 generate loads into replacements.
9179 (sra_modify_assign): Likewise and and also use the simple path for
9181 (sra_modify_function_body): Commit statements on edges.
9183 2014-04-17 Richard Biener <rguenther@suse.de>
9186 * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
9187 comparison results and add clarifying comment.
9189 2014-04-17 Jakub Jelinek <jakub@redhat.com>
9191 * genmodes.c (struct mode_data): Add need_bytesize_adj field.
9192 (blank_mode): Initialize it.
9193 (emit_mode_size_inline, emit_mode_nunits_inline,
9194 emit_mode_inner_inline): New functions.
9195 (emit_insn_modes_h): Call them and surround their output with
9196 #if GCC_VERSION >= 4001 ... #endif.
9197 * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
9198 For GCC_VERSION >= 4001 use mode_*_inline routines instead of
9199 mode_* arrays if the argument is __builtin_constant_p.
9200 * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
9201 is enum machine_mode.
9203 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
9205 * passes.c (opt_pass::execute): Adjust.
9206 (pass_manager::execute_pass_mode_switching): Likewise.
9207 (early_local_passes::execute): Likewise.
9208 (execute_one_pass): Pass cfun to the pass's execute method.
9209 * tree-pass.h (opt_pass::execute): Add function * argument.
9210 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
9211 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
9212 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
9213 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
9214 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
9215 config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
9216 except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
9217 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
9218 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
9219 ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
9220 ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
9221 lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
9222 postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
9223 reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
9224 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
9225 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
9226 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
9227 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
9228 tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
9229 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
9230 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
9231 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
9232 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
9233 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
9234 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
9235 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
9236 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
9237 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
9238 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
9241 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
9243 * passes.c (opt_pass::gate): Take function * argument.
9244 (gate_all_early_local_passes): Merge into
9245 (early_local_passes::gate): this.
9246 (gate_all_early_optimizations): Merge into
9247 (all_early_optimizations::gate): this.
9248 (gate_all_optimizations): Mege into
9249 (all_optimizations::gate): this.
9250 (gate_all_optimizations_g): Merge into
9251 (all_optimizations_g::gate): this.
9252 (gate_rest_of_compilation): Mege into
9253 (rest_of_compilation::gate): this.
9254 (gate_postreload): Merge into
9255 (postreload::gate): this.
9256 (dump_one_pass): Pass cfun to the pass's gate method.
9257 (execute_ipa_summary_passes): Likewise.
9258 (execute_one_pass): Likewise.
9259 (ipa_write_summaries_2): Likewise.
9260 (ipa_write_optimization_summaries_1): Likewise.
9261 (ipa_read_summaries_1): Likewise.
9262 (ipa_read_optimization_summaries_1): Likewise.
9263 (execute_ipa_stmt_fixups): Likewise.
9264 * tree-pass.h (opt_pass::gate): Add function * argument.
9265 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
9266 combine-stack-adj.c, combine.c, compare-elim.c,
9267 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
9268 config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
9269 config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
9270 dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c, fwprop.c, gcse.c,
9271 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
9272 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
9273 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
9274 loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
9275 omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
9276 reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
9277 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
9278 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
9279 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
9280 tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
9281 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
9282 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
9283 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
9284 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
9285 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
9286 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
9287 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
9288 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
9289 tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
9290 tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
9291 var-tracking.c, vtable-verify.c, web.c: Adjust.
9293 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
9295 * configure.ac: Check for -Woverloaded-virtual and enable it if found.
9296 * configure: Regenerate.
9298 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
9300 * passes.c (dump_one_pass): don't check pass->has_gate.
9301 (execute_ipa_summary_passes): Likewise.
9302 (execute_one_pass): Likewise.
9303 (ipa_write_summaries_2): Likewise.
9304 (ipa_write_optimization_summaries_1): Likewise.
9305 (ipa_read_optimization_summaries_1): Likewise.
9306 (execute_ipa_stmt_fixups): Likewise.
9307 * tree-pass.h (pass_data::has_gate): Remove.
9308 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
9309 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
9310 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
9311 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
9312 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
9313 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
9314 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
9315 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
9316 gimple-low.c, gimple-ssa-isolate-paths.c,
9317 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
9318 ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
9319 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
9320 ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
9321 modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
9322 recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
9323 reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
9324 trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
9325 tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
9326 tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
9327 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
9328 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
9329 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
9330 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
9331 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
9332 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
9333 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
9334 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
9335 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
9336 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
9337 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
9338 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
9341 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
9343 * pass_manager.h (pass_manager::register_dump_files_1): Remove
9345 * passes.c (pass_manager::register_dump_files_1): Merge into
9346 (pass_manager::register_dump_files): this, and remove its handling of
9347 properties since the pass always has the properties anyway.
9348 (pass_manager::pass_manager): Adjust.
9350 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
9352 * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
9353 * passes.c (pass_manager::register_dump_files_1): Remove dead code
9354 dealing with properties.
9355 (pass_manager::register_dump_files): Adjust.
9357 2014-03-20 Mark Wielaard <mjw@redhat.com>
9359 * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
9360 then represent the bound as normal constant value.
9362 2014-04-17 Jakub Jelinek <jakub@redhat.com>
9365 Forward port from 4.8 branch
9366 2013-07-19 Kirill Yukhin <kirill.yukhin@intel.com>
9368 * config/i386/bmiintrin.h (_blsi_u32): New.
9372 (_blsmsk_u32): Ditto.
9373 (_blsmsk_u64): Ditto.
9374 (_tzcnt_u32): Ditto.
9375 (_tzcnt_u64): Ditto.
9377 2014-04-17 Kito Cheng <kito@0xlab.org>
9379 * gcc.c (used_arg): Prevent out of bound access for multilib_options.
9381 2014-04-17 Richard Biener <rguenther@suse.de>
9384 * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
9385 boolean results for comparisons.
9387 2014-04-17 Richard Biener <rguenther@suse.de>
9389 PR tree-optimization/60836
9390 * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
9391 initial PHI args to be gimple values.
9393 2014-04-17 Richard Biener <rguenther@suse.de>
9395 PR tree-optimization/60841
9396 * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
9397 * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
9398 of stmts to SLP build.
9399 * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
9400 (vect_analyze_slp): Likewise.
9401 (vect_analyze_slp_instance): Likewise.
9402 (vect_build_slp_tree): Limit overall SLP tree growth.
9403 * tree-vectorizer.h (vect_analyze_data_refs,
9404 vect_analyze_slp): Adjust prototypes.
9406 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
9408 * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
9411 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
9413 * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
9414 * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
9415 * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
9416 for TARGET_SLOW_PSHUFB
9418 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
9420 * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
9421 * config/i386/i386.c (intel_cost): Ditto.
9423 2014-04-17 Joey Ye <joey.ye@arm.com>
9425 * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
9427 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
9429 * opts.c (common_handle_option): Disable -fipa-reference coorectly
9432 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
9434 * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
9435 (type_all_derivations_known_p): New predicate.
9436 (type_all_ctors_visible_p): New predicate.
9437 (type_possibly_instantiated_p): New predicate.
9438 (get_odr_type): Compute all_derivations_known.
9439 (dump_odr_type): Dump the flag.
9440 (maybe_record_type): Cleanup.
9441 (record_target_from_binfo): Add bases_to_consider array;
9442 record bases for types w/o instances and skip CXX destructor.
9443 (possible_polymorphic_call_targets_1): Add bases_to_consider
9444 and consider_construction parameters; check if type may have instance.
9445 (get_polymorphic_call_info): Set maybe_in_construction to true
9446 when we know nothing.
9447 (record_targets_from_bases): Skip CXX destructors; they are
9448 never called for types in construction.
9449 (possible_polymorphic_call_targets): Do not record target when
9450 type may not have instance.
9452 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
9455 * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
9456 external aliases alive, too.
9458 2014-04-16 Andrew Pinski <apinski@cavium.com>
9460 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
9463 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
9465 * final.c (compute_alignments): Do not apply loop alignment to a block
9466 falling through to the exit.
9468 2014-04-16 Catherine Moore <clm@codesourcery.com>
9470 * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
9471 Adjust constraints for microMIPS store patterns.
9473 2014-04-16 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
9475 * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
9477 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
9479 * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
9480 (append_use): Run at -O0.
9481 (append_vdef): Likewise.
9482 * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
9483 * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
9485 2014-04-16 Jakub Jelinek <jakub@redhat.com>
9487 PR tree-optimization/60844
9488 * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
9489 (propagate_op_to_single_use, remove_visited_stmt_chain,
9490 linearize_expr, repropagate_negates, reassociate_bb): Use it
9491 instead of gsi_remove.
9493 2014-04-16 Martin Jambor <mjambor@suse.cz>
9495 * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
9496 ipa_transforms_to_apply.
9497 (cgraph_function_versioning): Assert that old_node has empty
9498 ipa_transforms_to_apply.
9499 * trans-mem.c (ipa_tm_create_version): Likewise.
9500 * tree-inline.c (tree_function_versioning): Do not duplicate
9501 ipa_transforms_to_apply.
9503 2014-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9506 * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
9508 Pass necessary as flags on 64-bit Solaris/x86.
9509 Use lowercase relocs for x86_64-*-*.
9510 * configure: Regenerate.
9512 2014-04-15 Jan Hubicka <jh@suse.cz>
9514 * ipa-devirt.c (referenced_from_vtable_p): New predicate.
9515 (maybe_record_node, likely_target_p): Use it.
9517 2014-04-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9520 Revert following patch
9522 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
9525 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
9526 software floating point or no floating point registers, do not
9527 allow any type in the FPRs. Eliminate a test for SPE SIMD types
9528 in GPRs that occurs after we tested for GPRs that would never be
9531 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
9532 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
9533 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
9534 specifically allow DDmode, since that does not use the SPE SIMD
9537 2014-03-21 Mark Wielaard <mjw@redhat.com>
9539 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
9540 as unsigned or int depending on type and value used.
9542 2014-04-15 Richard Biener <rguenther@suse.de>
9544 PR rtl-optimization/56965
9545 * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
9546 * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
9548 * alias.c (true_dependence_1): Do not call
9549 nonoverlapping_component_refs_p.
9550 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
9551 nonoverlapping_component_refs_p.
9552 (indirect_refs_may_alias_p): Likewise.
9554 2014-04-15 Teresa Johnson <tejohnson@google.com>
9556 * cfg.c (dump_bb_info): Fix flags check.
9557 * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
9559 2014-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9561 PR rtl-optimization/60663
9562 * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
9565 2014-04-15 Richard Biener <rguenther@suse.de>
9567 * lto-streamer.h (LTO_major_version): Bump to 4.
9569 2014-04-15 Richard Biener <rguenther@suse.de>
9571 * common.opt (lto_partition_model): New enum.
9572 (flto-partition=): Merge separate options with a single with argument,
9573 add -flto-partition=one support.
9574 * flag-types.h (enum lto_partition_model): Declare.
9575 * opts.c (finish_options): Remove duplicate -flto-partition=
9577 * lto-wrapper.c (run_gcc): Adjust.
9579 2014-04-15 Richard Biener <rguenther@suse.de>
9581 * alias.c (ncr_compar): New function.
9582 (nonoverlapping_component_refs_p): Re-implement in O (n log n).
9584 2014-04-15 Richard Biener <rguenther@suse.de>
9586 * alias.c (record_component_aliases): Do not walk BINFOs.
9588 2014-04-15 Richard Biener <rguenther@suse.de>
9590 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
9591 Add struct function argument and adjust.
9592 (find_func_aliases_for_call): Likewise.
9593 (find_func_aliases): Likewise.
9594 (find_func_clobbers): Likewise.
9595 (intra_create_variable_infos): Likewise.
9596 (compute_points_to_sets): Likewise.
9597 (ipa_pta_execute): Adjust. Do not push/pop cfun.
9599 2014-04-15 Richard Biener <rguenther@suse.de>
9601 * tree.c (iterative_hash_expr): Use enum tree_code_class
9602 to store TREE_CODE_CLASS.
9603 (tree_block): Likewise.
9604 (tree_set_block): Likewise.
9605 * tree.h (fold_build_pointer_plus_loc): Use
9606 convert_to_ptrofftype_loc.
9608 2014-04-15 Jakub Jelinek <jakub@redhat.com>
9611 * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
9614 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
9616 * cfgloop.h (struct loop): Move force_vectorize down.
9617 * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
9618 (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
9619 * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
9620 * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
9621 * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
9622 * tree-core.h (enum annot_expr_kind): Add new kind values.
9623 * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
9624 * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
9626 * tree.def (ANNOTATE_EXPR): Tweak comment.
9628 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
9630 * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
9633 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
9635 * tree.h (TYPE_IDENTIFIER): Declare.
9636 * tree.c (subrange_type_for_debug_p): Use it.
9637 * godump.c (go_format_type): Likewise.
9638 * dwarf2out.c (is_cxx_auto, modified_type_die,
9639 gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
9640 * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
9642 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
9645 * varpool.c (varpool_remove_node): Do not alter decls when streaming.
9647 2014-04-14 Uros Bizjak <ubizjak@gmail.com>
9649 * config/i386/i386.c (examine_argument): Return bool. Return true if
9650 parameter should be passed in memory.
9651 <case X86_64_COMPLEX_X87_CLASS>: Adjust.
9652 (construct_container): Update calls to examine_argument.
9653 (function_arg_advance_64): Ditto.
9654 (return_in_memory_32): Merge with ix86_return_in_memory.
9655 (return_in_memory_64): Ditto.
9656 (return_in_memory_ms_64): Ditto.
9658 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
9660 * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
9661 * coverage.c (coverage_compute_profile_id): Handle externally visible
9664 2014-04-14 Martin Jambor <mjambor@suse.cz>
9666 * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
9667 DECL_DISREGARD_INLINE_LIMITS functions.
9669 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
9672 * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
9674 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
9677 * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
9678 optimize_insn_for_speed_p instead of
9679 optimize_function_for_speed_p.
9681 2014-04-14 Yufeng Zhang <yufeng.zhang@arm.com>
9683 * doc/invoke.texi (free): Document AArch64.
9685 2014-04-14 Richard Biener <rguenther@suse.de>
9687 PR tree-optimization/60042
9688 * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
9689 (insert_into_preds_of_block): Do not prevent PHI insertion
9690 for REFERENCE exprs here ...
9691 (eliminate_dom_walker::before_dom_children): ... but prevent
9692 their use here under similar conditions when applied to the
9693 IL after PRE optimizations.
9695 2014-04-14 Richard Biener <rguenther@suse.de>
9697 * passes.def: Move early points-to after early SRA.
9699 2014-04-14 Richard Biener <rguenther@suse.de>
9701 * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
9702 check for which sign-changes we allow when forwarding
9703 a converted value into a switch.
9705 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
9707 * stor-layout.c (place_field): Finalize non-constant offset for the
9710 2014-04-14 Richard Biener <rguenther@suse.de>
9712 * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
9714 (expand_switch_using_bit_tests_p): Likewise.
9715 (process_switch): Compute and pass on speed_p based on the
9717 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
9718 optimize_bb_for_speed_p.
9720 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
9722 * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
9723 * function.h (struct function): Rename has_force_vect_loops into
9724 has_force_vectorize_loops.
9725 * lto-streamer-in.c (input_cfg): Adjust for renaming.
9726 (input_struct_function_base): Likewise.
9727 * lto-streamer-out.c (output_cfg): Likewise.
9728 (output_struct_function_base): Likewise.
9729 * omp-low.c (expand_omp_simd): Likewise.
9730 * tree-cfg.c (move_sese_region_to_fn): Likewise.
9731 * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
9732 (version_loop_for_if_conversion): Likewise.
9733 (tree_if_conversion): Likewise.
9734 (main_tree_if_conversion): Likewise.
9735 (gate_tree_if_conversion): Likewise.
9736 * tree-inline.c (copy_loops): Likewise.
9737 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
9738 * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
9739 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
9740 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
9741 * tree-vectorizer.c (vectorize_loops): Likewise.
9742 * tree-vectorizer.h (unlimited_cost_model): Likewise.
9744 2014-04-14 Richard Biener <rguenther@suse.de>
9747 * lto-streamer-out.c (wrap_refs): New function.
9748 (lto_output): Wrap symbol references in global initializes in
9749 type-preserving MEM_REFs.
9751 2014-04-14 Christian Bruel <christian.bruel@st.com>
9753 * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
9755 2014-04-14 Christian Bruel <christian.bruel@st.com>
9757 * config/sh/sh.md (setmemqi): New expand pattern.
9758 * config/sh/sh.h (CLEAR_RATIO): Define.
9759 * config/sh/sh-mem.cc (sh_expand_setmem): Define.
9760 * config/sh/sh-protos.h (sh_expand_setmem): Declare.
9762 2014-04-14 Richard Biener <rguenther@suse.de>
9765 * fold-const.c (negate_expr_p): Don't negate directional rounding
9767 (fold_negate_expr): Likewise.
9769 2014-04-14 Richard Biener <rguenther@suse.de>
9771 PR tree-optimization/59817
9772 PR tree-optimization/60453
9773 * graphite-scop-detection.c (graphite_can_represent_scev): Complete
9774 recursion to catch all CHRECs in the scalar evolution and restrict
9775 the predicate for the remains appropriately.
9777 2014-04-12 Catherine Moore <clm@codesourcery.com>
9779 * config/mips/constraints.md: Add new register constraint "kb".
9780 * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
9781 (*movhi_internal): Likewise.
9782 (*movqi_internal): Likewise.
9783 * config/mips/mips.h (M16_STORE_REGS): New register class.
9784 (REG_CLASS_NAMES): Add M16_STORE_REGS.
9785 (REG_CLASS_CONTENTS): Likewise.
9786 * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
9788 2014-04-11 Tobias Burnus <burnus@net-b.de>
9791 * doc/invoke.texi (-Wformat-signedness): Document it.
9792 (Wformat=2): Mention that this enables -Wformat-signedness.
9794 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
9796 * common/config/epiphany/epiphany-common.c
9797 (epiphany_option_optimization_table): Enable section anchors by
9798 default at -O1 or higher.
9799 * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
9800 (TARGET_MIN_ANCHOR_OFFSET): Likewise.
9801 (epiphany_rtx_costs) <SET>: For binary operators, the set as such
9802 carries no extra cost.
9803 (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
9804 * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
9805 * config/epiphany/predicates.md (memclob_operand): New predicate.
9806 * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
9807 Use memclob_operand predicate and X constraint for operand 3.
9809 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
9811 * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
9812 with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
9815 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
9817 PR rtl-optimization/60651
9818 * mode-switching.c (optimize_mode_switching): Make sure to emit
9819 sets of a lower numbered entity before sets of a higher numbered
9820 entity to a mode of the same or lower priority.
9821 When creating a seginfo for a basic block that starts with a code
9822 label, move the insertion point past the code label.
9823 (new_seginfo): Document and enforce requirement that
9824 NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
9825 * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
9826 * doc/tm.texi: Regenerate.
9828 2014-01-11 Joern Rennecke <joern.rennecke@embecosm.com>
9831 * config/arc/arc.c (arc_save_restore): Fix assert typo.
9833 2013-04-11 Jakub Jelinek <jakub@redhat.com>
9835 * BASE-VER: Set to 4.10.0.
9837 2014-04-11 Tobias Burnus <burnus@net-b.de>
9840 * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
9841 * doc/gcc.texi (Service): Update description in the @menu
9842 * doc/invoke.texi (Option Summary): Remove misplaced and
9845 2014-04-11 Steve Ellcey <sellcey@mips.com>
9846 Jakub Jelinek <jakub@redhat.com>
9849 * expr.c (convert_move): Use emit_store_flag_force instead of
9850 emit_store_flag. Pass lowpart_mode instead of VOIDmode as 5th
9853 2014-04-11 Richard Biener <rguenther@suse.de>
9856 * varasm.c (assemble_alias): Avoid endless error reporting
9857 recursion by setting TREE_ASM_WRITTEN.
9859 2014-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9861 * config/s390/s390.md: Add a splitter for NOT rtx.
9863 2014-04-11 Jakub Jelinek <jakub@redhat.com>
9865 PR rtl-optimization/60663
9866 * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
9868 2014-04-10 Jan Hubicka <hubicka@ucw.cz>
9869 Jakub Jelinek <jakub@redhat.com>
9872 * ipa.c (function_and_variable_visibility): Copy forced_by_abi
9873 flag from decl_node to node.
9875 2014-04-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9878 * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
9879 (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
9880 ameliorating the cases where it can be.
9882 2014-04-09 David Edelsohn <dje.gcc@gmail.com>
9885 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
9887 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
9888 (loadsync_<mode>): Change mode.
9889 (load_quadpti, store_quadpti): New.
9890 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
9891 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
9892 * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
9894 2014-04-09 Cong Hou <congh@google.com>
9897 * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
9900 2014-04-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9902 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
9903 instead of vnor to exploit possible fusion opportunity in the
9905 (altivec_expand_vec_perm_const_le): Likewise.
9907 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
9909 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
9910 (loadsync_<mode>): Change mode.
9911 (load_quadpti, store_quadpti): New.
9912 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
9913 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
9915 2014-04-08 Richard Sandiford <rdsandiford@googlemail.com>
9918 * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
9919 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
9920 Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
9922 2014-04-08 Richard Biener <rguenther@suse.de>
9925 * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
9926 a 64bit widest int print double-int similar to on HWI64 hosts.
9928 2014-04-08 Richard Biener <rguenther@suse.de>
9930 PR tree-optimization/60785
9931 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
9932 default defs properly.
9934 2014-04-08 Nathan Sidwell <nathan@codesourcery.com>
9936 * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
9937 (Weffc++): Likewise.
9939 2014-04-07 Jan Hubicka <hubcika@ucw.cz>
9941 * ipa-devirt.c (maybe_record_node): When node is not recorded,
9942 set completep to false rather than true.
9944 2014-04-07 Douglas B Rupp <rupp@adacore.com>
9947 * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
9948 ARM_TARGET2_DWARF_FORMAT.
9950 2014-04-07 Charles Baylis <charles.baylis@linaro.org>
9953 * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
9954 (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
9957 2014-04-07 Richard Biener <rguenther@suse.de>
9959 PR tree-optimization/60766
9960 * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
9961 (may_eliminate_iv): Convert cand_value_at result to desired type.
9963 2014-04-07 Jason Merrill <jason@redhat.com>
9966 * common.opt (-fno-gnu-unique): Add.
9967 * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
9969 2014-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9971 * haifa-sched.c: Fix outdated function reference and minor
9972 grammar errors in introductory comment.
9974 2014-04-07 Richard Biener <rguenther@suse.de>
9977 * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
9979 * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
9981 2014-04-06 John David Anglin <danglin@gcc.gnu.org>
9984 * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
9985 size accounting for thunks.
9986 (pa_asm_output_mi_thunk): Use final_start_function() and
9987 final_end_function() to output function start and end directives.
9989 2014-04-05 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
9991 * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
9992 device specific ISA/ feature information. Remove short_sp and
9993 errata_skip ds. Add avr_device_specific_features enum to have device
9995 * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
9996 errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
9997 * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
9998 updated device specific info.
9999 * config/avr/avr-mcus.def: Merge device specific details to
10000 dev_attribute field.
10001 * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
10003 * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
10004 * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
10005 assembler if RMW isa supported by current device.
10006 * config/avr/genmultilib.awk: Update as device info structure changed.
10007 * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
10009 2014-04-04 Cong Hou <congh@google.com>
10011 PR tree-optimization/60656
10012 * tree-vect-stmts.c (supportable_widening_operation):
10013 Fix a bug that elements in a vector with vect_used_by_reduction
10014 property are incorrectly reordered when the operation on it is not
10015 consistant with the one in reduction operation.
10017 2014-04-04 John David Anglin <danglin@gcc.gnu.org>
10019 PR rtl-optimization/60155
10020 * gcse.c (record_set_data): New function.
10021 (single_set_gcse): New function.
10022 (gcse_emit_move_after): Use single_set_gcse instead of single_set.
10023 (hoist_code): Likewise.
10024 (get_pressure_class_and_nregs): Likewise.
10026 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
10028 * explow.c (probe_stack_range): Emit a final optimization blockage.
10030 2014-04-04 Anthony Green <green@moxielogic.com>
10032 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
10035 2014-04-04 Jan Hubicka <hubicka@ucw.cz>
10038 * lto-cgraph.c (input_overwrite_node): Check that partitioning
10039 flags are set only during streaming.
10040 * ipa.c (process_references, walk_polymorphic_call_targets,
10041 symtab_remove_unreachable_nodes): Drop bodies of always inline
10042 after early inlining.
10043 (symtab_remove_unreachable_nodes): Remove always_inline attribute.
10045 2014-04-04 Jakub Jelinek <jakub@redhat.com>
10046 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10049 * dwarf2out.c (const_ok_for_output_1): Reject expressions
10052 2014-04-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10055 * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
10057 (cortex_a53_fdivd): Likewise.
10059 2014-04-04 Martin Jambor <mjambor@suse.cz>
10062 * cgraph.h (cgraph_clone_node): New parameter added to declaration.
10063 Adjust all callers.
10064 * cgraph.c (clone_of_p): Also return true if thunks match.
10065 (verify_edge_corresponds_to_fndecl): Removed extraneous call to
10066 cgraph_function_or_thunk_node and an obsolete comment.
10067 * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
10069 (build_function_decl_skip_args): Likewise.
10070 (set_new_clone_decl_and_node_flags): New function.
10071 (duplicate_thunk_for_node): Likewise.
10072 (redirect_edge_duplicating_thunks): Likewise.
10073 (cgraph_clone_node): New parameter args_to_skip, pass it to
10074 redirect_edge_duplicating_thunks which is called instead of
10075 cgraph_redirect_edge_callee.
10076 (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
10077 moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
10079 2014-04-04 Jeff Law <law@redhat.com>
10082 * config/arm/predicates.md (const_int_I_operand): New predicate.
10083 (const_int_M_operand): Similarly.
10084 * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
10086 (insv_t2, extv_reg, extzv_t2): Likewise.
10087 (load_multiple_with_writeback): Similarly for const_int_I_operand.
10088 (pop_multiple_with_writeback_and_return): Likewise.
10089 (vfp_pop_multiple_with_writeback): Likewise
10091 2014-04-04 Richard Biener <rguenther@suse.de>
10094 * tree-ssanames.c (make_ssa_name_fn): Fix assert.
10095 * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
10097 * gimplify.h (gimple_add_tmp_var_fn): Declare.
10098 * gimplify.c (gimple_add_tmp_var_fn): New function.
10099 * gimple-expr.h (create_tmp_reg_fn): Declare.
10100 * gimple-expr.c (create_tmp_reg_fn): New function.
10101 * gimple-low.c (record_vars_into): Don't change cfun.
10102 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
10103 code generation without cfun.
10105 2014-04-04 Thomas Schwinge <thomas@codesourcery.com>
10108 * Makefile.in (install-driver): Fix shell scripting.
10110 2014-04-03 Cong Hou <congh@google.com>
10112 PR tree-optimization/60505
10113 * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
10114 threshold of number of iterations below which no vectorization
10116 * tree-vect-loop.c (new_loop_vec_info):
10117 Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
10118 * tree-vect-loop.c (vect_analyze_loop_operations):
10119 Set LOOP_VINFO_COST_MODEL_THRESHOLD.
10120 * tree-vect-loop.c (vect_transform_loop):
10121 Use LOOP_VINFO_COST_MODEL_THRESHOLD.
10122 * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
10123 of iterations of the loop and see if we should build the epilogue.
10125 2014-04-03 Richard Biener <rguenther@suse.de>
10127 * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
10128 (streamer_tree_cache_create): Adjust.
10129 * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
10130 to allow optional nodes array.
10131 (streamer_tree_cache_insert_1): Use next_idx to assign idx.
10132 (streamer_tree_cache_append): Likewise.
10133 (streamer_tree_cache_create): Create nodes array optionally
10134 as specified by parameter.
10135 * lto-streamer-out.c (create_output_block): Avoid maintaining
10136 the node array in the writer cache.
10137 (DFS_write_tree): Remove assertion.
10138 (produce_asm_for_decls): Free the out decl state hash table early.
10139 * lto-streamer-in.c (lto_data_in_create): Adjust for
10140 streamer_tree_cache_create prototype change.
10142 2014-04-03 Richard Biener <rguenther@suse.de>
10144 * tree-streamer-out.c (streamer_write_chain): Do not temporarily
10145 set TREE_CHAIN to NULL_TREE.
10147 2014-04-03 Richard Biener <rguenther@suse.de>
10149 PR tree-optimization/60740
10150 * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
10151 over all GIMPLE_COND operands.
10153 2014-04-03 Nathan Sidwell <nathan@codesourcery.com>
10155 * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
10156 (Weffc++): Remove Scott's numbering, merge lists and reference
10159 2014-04-03 Nick Clifton <nickc@redhat.com>
10161 * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
10164 2014-04-03 Martin Jambor <mjambor@suse.cz>
10166 * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
10167 mention gcc_unreachable before failing.
10168 * ipa.c (symtab_remove_unreachable_nodes): Also print order of
10171 2014-04-02 Jan Hubicka <hubicka@ucw.cz>
10174 * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
10175 inconsistent code and instead mark the context inconsistent.
10176 (possible_polymorphic_call_targets): For inconsistent contexts
10177 return empty complete list.
10179 2014-04-02 Anthony Green <green@moxielogic.com>
10181 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
10182 (extendqisi2, extendhisi2): Define.
10183 * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
10184 (WCHAR_TYPE): Change to unsigned int.
10186 2014-04-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10188 PR tree-optimization/60733
10189 * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
10190 insertion point for PHI candidates to be the end of the feeding
10191 block for the PHI argument.
10193 2014-04-02 Vladimir Makarov <vmakarov@redhat.com>
10195 PR rtl-optimization/60650
10196 * lra-constraints.c (process_alt_operands): Decrease reject for
10197 earlyclobber matching.
10199 2014-04-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10201 * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
10203 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10205 * config/spu/spu.c (pad_bb): Do not crash when the last
10206 insn is CODE_FOR_blockage.
10208 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10210 * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
10211 lies outside the target mode.
10213 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
10216 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
10217 software floating point or no floating point registers, do not
10218 allow any type in the FPRs. Eliminate a test for SPE SIMD types
10219 in GPRs that occurs after we tested for GPRs that would never be
10222 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
10223 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
10224 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
10225 specifically allow DDmode, since that does not use the SPE SIMD
10228 2014-04-02 Richard Biener <rguenther@suse.de>
10230 PR middle-end/60729
10231 * optabs.c (expand_abs_nojump): Honor flag_trapv only for
10232 MODE_INTs. Properly use negv_optab.
10233 (expand_abs): Likewise.
10235 2014-04-02 Richard Biener <rguenther@suse.de>
10238 * Makefile.in (install-driver): Guard extra installs with special
10241 2014-04-01 Michael Meissner <meissner@linux.vnet.ibm.com>
10243 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
10244 Document vec_vgbbd.
10246 2014-04-01 Richard Henderson <rth@redhat.com>
10249 * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
10250 alternative enabled before register allocation.
10252 2014-04-01 Chung-Lin Tang <cltang@codesourcery.com>
10254 * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
10255 * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
10257 (nios2_large_got_address): Remove unneeded 'sym' parameter.
10258 (nios2_got_address): Update nios2_large_got_address call site.
10259 (nios2_delegitimize_address): New function.
10260 (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
10261 * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
10262 (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
10264 2014-04-01 Martin Husemann <martin@duskware.de>
10266 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
10269 2014-04-01 Richard Sandiford <rdsandiford@googlemail.com>
10271 PR rtl-optimization/60604
10272 * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
10273 check from register_operand.
10274 (register_operand): Redefine in terms of general_operand.
10275 (nonmemory_operand): Use register_operand for the non-constant cases.
10277 2014-04-01 Richard Biener <rguenther@suse.de>
10279 * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
10281 2014-04-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
10283 * doc/invoke.texi (mapp-regs): Clarify.
10285 2014-03-31 Ulrich Drepper <drepper@gmail.com>
10287 * config/i386/avx512fintrin.h (__v32hi): Define type.
10288 (__v64qi): Likewise.
10289 (_mm512_set1_epi8): Define.
10290 (_mm512_set1_epi16): Define.
10291 (_mm512_set4_epi32): Define.
10292 (_mm512_set4_epi64): Define.
10293 (_mm512_set4_pd): Define.
10294 (_mm512_set4_ps): Define.
10295 (_mm512_setr4_epi64): Define.
10296 (_mm512_setr4_epi32): Define.
10297 (_mm512_setr4_pd): Define.
10298 (_mm512_setr4_ps): Define.
10299 (_mm512_setzero_epi32): Define.
10301 2014-03-31 Martin Jambor <mjambor@suse.cz>
10303 PR middle-end/60647
10304 * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
10305 callsite_arguments_match_p. Updated all callers. Also check types of
10306 corresponding formal parameters and actual arguments.
10307 (not_all_callers_have_enough_arguments_p) Renamed to
10308 some_callers_have_mismatched_arguments_p.
10310 2014-03-31 Yuri Rumyantsev <ysrumyan@gmail.com>
10312 * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
10314 2014-03-31 Kugan Vivekanandarajah <kuganv@linaro.org>
10317 * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
10320 2014-03-30 Uros Bizjak <ubizjak@gmail.com>
10322 * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
10323 (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
10325 <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
10326 Use FMAMODE_NOVF512 mode iterator.
10327 (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
10328 (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
10329 (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
10330 (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
10332 <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
10333 Use VF_128_256 mode iterator.
10334 (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
10337 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
10339 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
10340 static chain if needed.
10342 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
10345 * lra-constraints.c (index_part_to_reg): New.
10346 (process_address): Use it.
10348 2014-03-27 Jeff Law <law@redhat.com>
10349 Jakub Jelinek <jakub@redhat.com>
10352 * expr.c (do_tablejump): Use simplify_gen_binary rather than
10353 gen_rtx_{PLUS,MULT} to build up the address expression.
10355 * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
10356 creating non-canonical RTL.
10358 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
10361 * ipa-inline.c (want_inline_small_function_p): Short circuit large
10362 functions; reorganize to make cheap checks first.
10363 (inline_small_functions): Do not estimate growth when dumping;
10365 * ipa-inline.h (inline_summary): Add min_size.
10366 (growth_likely_positive): New function.
10367 * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
10368 (set_cond_stmt_execution_predicate): Cleanup.
10369 (estimate_edge_size_and_time): Compute min_size.
10370 (estimate_calls_size_and_time): Likewise.
10371 (estimate_node_size_and_time): Likewise.
10372 (inline_update_overall_summary): Update min_size.
10373 (do_estimate_edge_time): Likewise.
10374 (do_estimate_edge_size): Update.
10375 (do_estimate_edge_hints): Update.
10376 (growth_likely_positive): New function.
10378 2014-03-28 Jakub Jelinek <jakub@redhat.com>
10381 * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
10382 also if addr has VOIDmode.
10384 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10386 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
10387 * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
10389 * config/arm/cortex-a53.md: Add reservations and bypass for crypto
10390 instructions as well as AdvancedSIMD loads.
10392 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10394 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
10395 Use crypto_aese type.
10396 (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
10397 * config/arm/arm.md (is_neon_type): Replace crypto_aes with
10398 crypto_aese, crypto_aesmc. Move to types.md.
10399 * config/arm/types.md (crypto_aes): Split into crypto_aese,
10401 * config/arm/iterators.md (crypto_type): Likewise.
10403 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
10405 * cgraph.c: Include expr.h and tree-dfa.h.
10406 (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
10409 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
10412 * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
10413 regs from checking multi-reg pseudos.
10415 2014-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10417 * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
10419 2014-03-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10421 * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
10422 if it would clobber the stack pointer, even temporarily.
10424 2014-03-28 Eric Botcazou <ebotcazou@adacore.com>
10426 * mode-switching.c: Make small adjustments to the top comment.
10428 2014-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
10430 * config/rs6000/constraints.md (wD constraint): New constraint to
10431 match the constant integer to get the top DImode/DFmode out of a
10432 vector in a VSX register.
10434 * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
10435 match the constant integer to get the top DImode/DFmode out of a
10436 vector in a VSX register.
10438 * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
10441 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10444 * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
10445 -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
10447 * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
10448 Optimize vec_extract of 64-bit values, where the value being
10449 extracted is in the top word, where we can use scalar
10450 instructions. Add direct move and store support. Combine the big
10451 endian/little endian vector select load support into a single insn.
10452 (vsx_extract_<mode>_internal1): Likewise.
10453 (vsx_extract_<mode>_internal2): Likewise.
10454 (vsx_extract_<mode>_load): Likewise.
10455 (vsx_extract_<mode>_store): Likewise.
10456 (vsx_extract_<mode>_zero): Delete, big and little endian insns are
10457 combined into vsx_extract_<mode>_load.
10458 (vsx_extract_<mode>_one_le): Likewise.
10460 * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
10461 define the top 64-bit vector element.
10463 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
10466 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
10467 Document vec_vbpermq builtin.
10470 * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
10471 enable use of xxsldwi and xxpermdi builtin functions.
10472 (vec_xxpermdi): Likewise.
10474 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
10475 Document use of vec_xxsldwi and vec_xxpermdi builtins.
10477 2014-03-27 Vladimir Makarov <vmakarov@redhat.com>
10479 PR rtl-optimization/60650
10480 * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
10482 (find_spills_for): New.
10483 (assign_by_spills): Pass the new parameter to find_hard_regno_for.
10484 Spill all pseudos on the second iteration.
10486 2014-03-27 Marek Polacek <polacek@redhat.com>
10489 * doc/extend.texi (ffs Builtins): Change unsigned types to signed
10492 2014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10494 * config/s390/s390.c (s390_can_use_return_insn): Check for
10495 call-saved FPRs on 31 bit.
10497 2014-03-27 Jakub Jelinek <jakub@redhat.com>
10499 PR middle-end/60682
10500 * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
10501 if they need regimplification, just drop them instead of
10502 calling gimple_regimplify_operands on them.
10504 2014-03-27 Marcus Shawcroft <marcus.shawcroft@arm.com>
10507 * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
10508 (aarch64_frame_pointer_required): Adjust logic.
10509 (aarch64_can_eliminate): Adjust logic.
10510 (aarch64_override_options_after_change): Adjust logic.
10512 2014-03-27 Dehao Chen <dehao@google.com>
10514 * ipa-inline.c (early_inliner): Update node's inline info.
10516 2014-03-26 Dehao Chen <dehao@google.com>
10518 * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
10519 compiler inserted conditional jumps for NAN float check.
10521 2014-03-26 Jakub Jelinek <jakub@redhat.com>
10523 * ubsan.h (ubsan_create_data): Change second argument's type
10524 to const location_t *.
10525 * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
10527 (ubsan_create_data): Change second argument to const location_t *PLOC.
10528 Create Loc field whenever PLOC is non-NULL.
10529 (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
10530 ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
10534 * real.c (real_to_integer2): Change type of low to UHWI.
10536 2014-03-26 Tobias Burnus <burnus@net-b.de>
10538 * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
10539 (CILK_SELF_SPECS): New define.
10540 (driver_self_specs): Use it.
10542 2014-03-26 Richard Biener <rguenther@suse.de>
10544 * tree-pretty-print.c (percent_K_format): Implement special
10545 case for LTO and its stripped down BLOCK tree.
10547 2014-03-26 Jakub Jelinek <jakub@redhat.com>
10550 * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
10552 * tree-vrp.c (simplify_internal_call_using_ranges): If only
10553 one range is range_int_cst_p, but not both, at least optimize
10554 addition/subtraction of 0 and multiplication by 0 or 1.
10555 * gimple-fold.c (gimple_fold_call): Fold
10556 IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
10557 (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
10558 INTEGER_CSTs, try to fold at least x * 0 and y - y.
10560 2014-03-26 Eric Botcazou <ebotcazou@adacore.com>
10562 PR rtl-optimization/60452
10563 * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
10564 <case REG>: Return 1 for invalid offsets from the frame pointer.
10566 2014-03-26 Marek Polacek <polacek@redhat.com>
10569 * doc/extend.texi (C Extensions): Mention variable-length arrays in
10572 2014-03-26 Marek Polacek <polacek@redhat.com>
10575 * doc/extend.texi (Designated Inits): Describe what happens to omitted
10578 2014-03-26 Marek Polacek <polacek@redhat.com>
10581 * ira-color.c (update_conflict_hard_regno_costs): Perform the
10582 multiplication in unsigned type.
10584 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
10586 * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
10588 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
10590 * doc/contrib.texi: Add myself as Andes nds32 port contributor.
10592 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
10595 * cif-code.def (UNREACHABLE) New code.
10596 * ipa-inline.c (inline_small_functions): Skip edges to
10597 __builtlin_unreachable.
10598 (estimate_edge_growth): Allow edges to __builtlin_unreachable.
10599 * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
10600 predicate to __bulitin_unreachable.
10601 (set_cond_stmt_execution_predicate): Fix issue when
10602 invert_tree_comparison returns ERROR_MARK.
10603 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
10604 propagate to inline clones.
10605 * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
10607 * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
10608 * cgraphclones.c (cgraph_clone_node): If call destination is already
10609 ureachable, do not redirect it back.
10610 * tree-inline.c (fold_marked_statements): Hanlde calls becoming
10613 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
10615 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
10616 Do not modify inline clones.
10618 2014-03-25 Jakub Jelinek <jakub@redhat.com>
10620 * config/i386/i386.md (general_sext_operand): New mode attr.
10621 (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
10622 don't generate (sign_extend (const_int)).
10623 (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
10624 operands[2]. Use We constraint instead of <i> and
10625 <general_sext_operand> predicate instead of <general_operand>.
10626 (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
10627 * config/i386/constraints.md (We): New constraint.
10628 * config/i386/predicates.md (x86_64_sext_operand,
10629 sext_operand): New predicates.
10631 2014-03-25 Martin Jambor <mjambor@suse.cz>
10634 * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
10635 inconsistent devirtualizations to __builtin_unreachable.
10637 2014-03-25 Marek Polacek <polacek@redhat.com>
10640 * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
10642 2014-03-25 Alan Lawrence <alan.lawrence@arm.com>
10644 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
10645 order of elements for big-endian.
10647 2014-03-25 Richard Biener <rguenther@suse.de>
10649 PR middle-end/60635
10650 * gimplify-me.c (gimple_regimplify_operands): Update the
10653 2014-03-25 Martin Jambor <mjambor@suse.cz>
10656 * lto-cgraph.c (lto_output_node): Stream body_removed flag.
10657 (lto_output_varpool_node): Likewise.
10658 (input_overwrite_node): Likewise.
10659 (input_varpool_node): Likewise.
10661 2014-03-25 Richard Biener <rguenther@suse.de>
10663 * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
10664 (run_gcc): Likewise.
10666 2014-03-25 Jakub Jelinek <jakub@redhat.com>
10668 * combine.c (simplify_compare_const): Add MODE argument.
10669 Handle mode_width 0 as very large mode_width.
10670 (try_combine, simplify_comparison): Adjust callers.
10672 * cselib.c (cselib_hash_rtx): Perform addition in unsigned
10673 type to avoid signed integer overflow.
10674 * explow.c (plus_constant): Likewise.
10676 2014-03-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
10678 * doc/generic.texi: Correct typos.
10680 2014-03-24 Tobias Burnus <burnus@net-b.de>
10682 * doc/invoke.texi (-flto): Expand section about
10683 using static libraries with LTO.
10685 2014-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10687 PR rtl-optimization/60501
10688 * optabs.def (addptr3_optab): New optab.
10689 * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
10690 * doc/md.texi ("addptrm3"): Document new RTL standard expander.
10691 * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
10693 * lra.c (emit_add3_insn): Use the addptr pattern if available.
10695 * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
10697 2014-03-24 Ulrich Drepper <drepper@gmail.com>
10699 * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
10702 * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
10703 (_mm256_undefined_ps): Define.
10704 (_mm256_undefined_pd): Define.
10705 * config/i386/emmintrin.h (_mm_undefined_si128): Define.
10706 (_mm_undefined_pd): Define.
10707 * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
10708 * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
10709 (_mm512_undefined_ps): Define.
10710 (_mm512_undefined_pd): Define.
10711 Use _mm*_undefined_*.
10712 * config/i386/avx2intrin.h: Use _mm*_undefined_*.
10714 2014-03-24 Alex Velenko <Alex.Velenko@arm.com>
10716 * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
10717 (lshr_simd): DI mode added.
10718 * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
10719 (aarch64_ushr_simddi): Likewise.
10720 * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
10721 * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
10722 (vshrd_n_u64): Likewise.
10724 2014-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10726 * Makefile.in (s-macro_list): Depend on cc1.
10728 2014-03-23 Teresa Johnson <tejohnson@google.com>
10730 * ipa-utils.c (ipa_print_order): Use specified dump file.
10732 2014-03-23 Eric Botcazou <ebotcazou@adacore.com>
10734 PR rtl-optimization/60601
10735 * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
10737 * gcc.c (eval_spec_function): Initialize save_growing_value.
10739 2014-03-22 Jakub Jelinek <jakub@redhat.com>
10742 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
10743 code == MINUS_EXPR, never swap op0 with op1.
10745 * toplev.c (init_local_tick): Avoid signed integer multiplication
10747 * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
10748 shift by first operand's bitsize.
10750 2014-03-21 Jakub Jelinek <jakub@redhat.com>
10753 * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
10754 redefine to 1 or 0.
10755 * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
10756 TARGET_ISA_64BIT_P(x).
10758 2014-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10760 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
10761 pattern for vector nor instead of subtract from splat(-1).
10762 (altivec_expand_vec_perm_const_le): Likewise.
10764 2014-03-21 Richard Henderson <rth@twiddle.net>
10767 * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
10768 related insns after epilogue_completed.
10770 2014-03-21 Martin Jambor <mjambor@suse.cz>
10773 * cgraph.h (symtab_node): New flag body_removed.
10774 * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
10775 when removing bodies.
10776 * symtab.c (dump_symtab_base): Dump body_removed flag.
10777 * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
10778 had their bodies removed.
10780 2014-03-21 Martin Jambor <mjambor@suse.cz>
10783 * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
10786 2014-03-21 Richard Biener <rguenther@suse.de>
10788 PR tree-optimization/60577
10789 * tree-core.h (struct tree_base): Document nothrow_flag use
10790 in DECL_NONALIASED.
10791 * tree.h (DECL_NONALIASED): New.
10792 (may_be_aliased): Adjust.
10793 * coverage.c (build_var): Set DECL_NONALIASED.
10795 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
10797 * expr.c (expand_expr_real_1): Remove outdated comment.
10799 2014-03-20 Jakub Jelinek <jakub@redhat.com>
10801 PR middle-end/60597
10802 * ira.c (adjust_cleared_regs): Call copy_rtx on
10803 *reg_equiv[REGNO (loc)].src_p before passing it to
10804 simplify_replace_fn_rtx.
10807 * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
10808 into CONST, put pic register as first operand of PLUS. Use
10809 gen_const_mem for both 32-bit and 64-bit PIC got loads.
10811 2014-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10813 * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
10815 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
10817 * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
10818 around for store forwarding issue in the FPU on the UT699.
10819 * config/sparc/sparc.md (in_branch_delay): Return false for single FP
10820 loads and operations if -mfix-ut699 is specified.
10821 (divtf3_hq): Tweak attribute.
10822 (sqrttf2_hq): Likewise.
10824 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
10826 * calls.c (store_one_arg): Remove incorrect const qualification on the
10827 type of the temporary.
10828 * cfgexpand.c (expand_return): Likewise.
10829 * expr.c (expand_constructor): Likewise.
10830 (expand_expr_real_1): Likewise.
10832 2014-03-20 Zhenqiang Chen <zhenqiang.chen@linaro.org>
10834 * config/arm/arm.c (arm_dwarf_register_span): Update the element number
10837 2014-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
10840 * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
10842 2014-03-19 James Greenhalgh <james.greenhalgh@arm.com>
10844 * config/arm/aarch-common-protos.h
10845 (alu_cost_table): Fix spelling of "extend".
10846 * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
10848 2014-03-19 Richard Biener <rguenther@suse.de>
10850 PR middle-end/60553
10851 * tree-core.h (tree_type_common): Re-order pointer members
10852 to reduce recursion depth during GC walks.
10854 2014-03-19 Marek Polacek <polacek@redhat.com>
10857 * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
10858 before accessing it.
10860 2014-03-19 Richard Biener <rguenther@suse.de>
10863 * lto-streamer-in.c (input_function): In WPA stage do not drop
10866 2014-03-19 Jakub Jelinek <jakub@redhat.com>
10868 PR tree-optimization/60559
10869 * vectorizable_mask_load_store): Replace scalar MASK_LOAD
10870 with build_zero_cst assignment.
10872 2014-03-18 Kai Tietz <ktietz@redhat.com>
10874 PR rtl-optimization/56356
10875 * sdbout.c (sdbout_parms): Verify that parms'
10876 incoming argument is valid.
10877 (sdbout_reg_parms): Likewise.
10879 2014-03-18 Richard Henderson <rth@redhat.com>
10882 * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
10883 be shadowed by *float<SWI48><MODEF>2_sse. Test X87_ENABLE_FLOAT.
10884 (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
10886 2014-03-18 Basile Starynkevitch <basile@starynkevitch.net>
10888 * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
10889 * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
10890 Italicize plugin event names in description. Explain that
10891 PLUGIN_PRAGMAS has no sense for lto1. Explain PLUGIN_INCLUDE_FILE.
10892 Remind that no GCC functions should be called after PLUGIN_FINISH.
10893 Explain what pragmas with expansion are.
10895 2014-03-18 Martin Liska <mliska@suse.cz>
10897 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
10898 gimple call statement is update.
10899 * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
10900 GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
10902 2014-03-18 Jakub Jelinek <jakub@redhat.com>
10905 * ubsan.c (ubsan_instrument_unreachable): Call
10906 initialize_sanitizer_builtins.
10907 (ubsan_pass): Likewise.
10910 * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
10911 varpool_finalize_decl instead of rest_of_decl_compilation.
10913 2014-03-18 Richard Biener <rguenther@suse.de>
10915 * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
10916 by using bitmap_and_compl instead of bitmap_and_compl_into.
10917 (df_rd_transfer_function): Likewise.
10919 2014-03-18 Richard Biener <rguenther@suse.de>
10921 * doc/lto.texi (fresolution): Fix typo.
10923 2014-03-18 Richard Biener <rguenther@suse.de>
10925 * doc/invoke.texi (flto): Update for changes in 4.9.
10927 2014-03-18 Richard Biener <rguenther@suse.de>
10929 * doc/loop.texi: Remove section on the removed lambda framework.
10930 Update loop docs with recent changes in preserving loop structure.
10932 2014-03-18 Richard Biener <rguenther@suse.de>
10934 * doc/lto.texi (-fresolution): Document.
10936 2014-03-18 Richard Biener <rguenther@suse.de>
10938 * doc/contrib.texi: Adjust my name.
10940 2014-03-18 Jakub Jelinek <jakub@redhat.com>
10943 * internal-fn.c: Include diagnostic-core.h.
10944 (expand_BUILTIN_EXPECT): New function.
10945 * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
10946 (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
10947 IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
10948 * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
10949 IFN_BUILTIN_EXPECT.
10950 * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
10951 Revert 3 argument __builtin_expect code.
10952 (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
10953 * gimple-fold.c (gimple_fold_call): Likewise.
10954 * tree.h (fold_builtin_expect): New prototype.
10955 * builtins.c (build_builtin_expect_predicate): Add predictor
10956 argument, if non-NULL, create 3 argument __builtin_expect.
10957 (fold_builtin_expect): No longer static. Add ARG2 argument,
10958 pass it through to build_builtin_expect_predicate.
10959 (fold_builtin_2): Adjust caller.
10960 (fold_builtin_3): Handle BUILT_IN_EXPECT.
10961 * internal-fn.def (BUILTIN_EXPECT): New.
10963 2014-03-18 Tobias Burnus <burnus@net-b.de>
10966 * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
10967 PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
10968 PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
10970 2014-03-18 Jan Hubicka <hubicka@ucw.cz>
10973 * predict.c (combine_predictions_for_bb): Fix up formatting.
10974 (expr_expected_value_1, expr_expected_value): Add predictor argument,
10975 fill what it points to if non-NULL.
10976 (tree_predict_by_opcode): Adjust caller, use the predictor.
10977 * predict.def (PRED_COMPARE_AND_SWAP): Add.
10979 2014-03-18 Eric Botcazou <ebotcazou@adacore.com>
10981 * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
10982 proper constant for the store mode.
10984 2014-03-18 Ilya Enkovich <ilya.enkovich@intel.com>
10986 * symtab.c (change_decl_assembler_name): Fix transparent alias
10987 chain construction.
10989 2014-03-16 Renlin Li <Renlin.Li@arm.com>
10991 * config/aarch64/aarch64.c: Correct the comments about the
10992 aarch64 stack layout.
10994 2014-03-18 Thomas Schwinge <thomas@codesourcery.com>
10996 * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
10997 check for GF_OMP_FOR_KIND_FOR.
10999 2013-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
11001 * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
11002 ymm and zmm register names.
11004 2014-03-17 Jakub Jelinek <jakub@redhat.com>
11007 * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
11008 note creation for the 2010-08-31 changes.
11010 2014-03-17 Marek Polacek <polacek@redhat.com>
11012 PR middle-end/60534
11013 * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
11014 as -fno-tree-loop-vectorize.
11015 (expand_omp_simd): Likewise.
11017 2014-03-15 Eric Botcazou <ebotcazou@adacore.com>
11019 * config/sparc/sparc-protos.h (tls_call_delay): Delete.
11020 (eligible_for_call_delay): New prototype.
11021 * config/sparc/sparc.c (tls_call_delay): Rename into...
11022 (eligible_for_call_delay): ...this. Return false if the instruction
11023 cannot be put in the delay slot of a branch.
11024 (eligible_for_restore_insn): Simplify.
11025 (eligible_for_return_delay): Return false if the instruction cannot be
11026 put in the delay slot of a branch and simplify.
11027 (eligible_for_sibcall_delay): Return false if the instruction cannot be
11028 put in the delay slot of a branch.
11029 * config/sparc/sparc.md (fix_ut699): New attribute.
11030 (tls_call_delay): Delete.
11031 (in_call_delay): Reimplement.
11032 (eligible_for_sibcall_delay): Rename into...
11033 (in_sibcall_delay): ...this.
11034 (eligible_for_return_delay): Rename into...
11035 (in_return_delay): ...this.
11036 (in_branch_delay): Reimplement.
11037 (in_uncond_branch_delay): Delete.
11038 (in_annul_branch_delay): Delete.
11040 2014-03-14 Richard Henderson <rth@redhat.com>
11043 * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
11044 define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
11045 (*floathi<X87MODEF>2_i387_with_temp): Remove.
11046 (floathi splitters): Remove.
11047 (float<SWI48x>xf2): New pattern.
11048 (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2. Drop
11049 code that tried to handle DImode for 32-bit, but which was excluded
11050 by the pattern's condition. Drop allocation of stack temporary.
11051 (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
11052 (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
11053 (*float<SWI48><MODEF>2_mixed_interunit): Remove.
11054 (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
11055 (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
11056 (*float<SWI48><MODEF>2_sse_with_temp): Remove.
11057 (*float<SWI48><MODEF>2_sse_interunit): Remove.
11058 (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
11059 (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
11060 (*float<SWI48x><X87MODEF>2_i387): Remove.
11061 (all float _with_temp splitters): Remove.
11062 (*float<SWI48x><MODEF>2_i387): New pattern.
11063 (*float<SWI48><MODEF>2_sse): New pattern.
11064 (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
11065 (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
11067 2014-03-14 Jakub Jelinek <jakub@redhat.com>
11068 Marek Polacek <polacek@redhat.com>
11070 PR middle-end/60484
11071 * common.opt (dump_base_name_prefixed): New Variable.
11072 * opts.c (finish_options): Don't prepend directory to x_dump_base_name
11073 if x_dump_base_name_prefixed is already set, set it at the end.
11075 2014-03-14 Vladimir Makarov <vmakarov@redhat.com>
11077 PR rtl-optimization/60508
11078 * lra-constraints.c (get_reload_reg): Add new parameter
11080 (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
11081 Pass the new parameter values.
11083 2014-03-14 Richard Biener <rguenther@suse.de>
11085 * common.opt: Revert unintented changes from r205065.
11086 * opts.c: Likewise.
11088 2014-03-14 Richard Biener <rguenther@suse.de>
11090 PR middle-end/60518
11091 * cfghooks.c (split_block): Properly adjust all loops the
11092 block was a latch of.
11094 2014-03-14 Martin Jambor <mjambor@suse.cz>
11097 * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
11100 2014-03-14 Georg-Johann Lay <avr@gjlay.de>
11103 * config/avr/avr.c (avr_set_current_function): Pass function name
11104 through default_strip_name_encoding before sanity checking instead
11105 of skipping the first char of the assembler name.
11107 2014-03-13 Richard Henderson <rth@redhat.com>
11110 * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
11111 (ix86_force_to_memory, ix86_free_from_memory): Remove.
11112 * config/i386/i386-protos.h: Likewise.
11113 * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
11114 in the expander instead of a splitter.
11115 (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
11116 any possibility of requiring a memory.
11117 (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
11118 (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
11119 (fp branch splitters): Update for ix86_split_fp_branch.
11120 (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
11121 (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
11122 (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
11123 (*fop_<MODEF>_2_i387): Remove f/r alternative.
11124 (*fop_<MODEF>_3_i387): Likewise.
11125 (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
11126 (splitters for the fop_* register patterns): Remove.
11127 (fscalexf4_i387): Rename from *fscalexf4_i387.
11128 (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
11130 2014-03-13 Jakub Jelinek <jakub@redhat.com>
11132 PR tree-optimization/59779
11133 * tree-dfa.c (get_ref_base_and_extent): Use double_int
11134 type for bitsize and maxsize instead of HOST_WIDE_INT.
11136 2014-03-13 Steven Bosscher <steven@gcc.gnu.org>
11138 PR rtl-optimization/57320
11139 * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
11140 the CFG after thread_prologue_and_epilogue_insns.
11142 2014-03-13 Vladimir Makarov <vmakarov@redhat.com>
11144 PR rtl-optimization/57189
11145 * lra-constraints.c (process_alt_operands): Disfavor spilling
11148 2014-03-13 Cesar Philippidis <cesar@codesourcery.com>
11150 * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
11152 2014-03-13 Jakub Jelinek <jakub@redhat.com>
11154 PR tree-optimization/59025
11155 PR middle-end/60418
11156 * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
11157 same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
11159 2014-03-13 Georg-Johann Lay <avr@gjlay.de>
11162 * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
11163 calls of avr_out_plus_1.
11165 2014-03-13 Bin Cheng <bin.cheng@arm.com>
11167 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
11168 BB's single pred and update the father loop's latch info later.
11170 2014-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
11172 * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
11176 (VEC_base): Likewise.
11177 (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
11178 registers, we need to swap double words in little endian mode.
11180 * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
11181 to be a container mode for 128-bit integer operations added in ISA
11182 2.07. Unlike TImode and PTImode, the preferred register set is
11183 the Altivec/VMX registers for the 128-bit operations.
11185 * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
11187 (rs6000_split_128bit_ok_p): Likewise.
11189 * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
11190 macros for creating ISA 2.07 normal and overloaded builtin
11191 functions with 3 arguments.
11192 (BU_P8V_OVERLOAD_3): Likewise.
11193 (VPERM_1T): Add support for V1TImode in 128-bit vector operations
11194 for use as overloaded functions.
11195 (VPERM_1TI_UNS): Likewise.
11196 (VSEL_1TI): Likewise.
11197 (VSEL_1TI_UNS): Likewise.
11198 (ST_INTERNAL_1ti): Likewise.
11199 (LD_INTERNAL_1ti): Likewise.
11200 (XXSEL_1TI): Likewise.
11201 (XXSEL_1TI_UNS): Likewise.
11202 (VPERM_1TI): Likewise.
11203 (VPERM_1TI_UNS): Likewise.
11204 (XXPERMDI_1TI): Likewise.
11205 (SET_1TI): Likewise.
11206 (LXVD2X_V1TI): Likewise.
11207 (STXVD2X_V1TI): Likewise.
11208 (VEC_INIT_V1TI): Likewise.
11209 (VEC_SET_V1TI): Likewise.
11210 (VEC_EXT_V1TI): Likewise.
11211 (EQV_V1TI): Likewise.
11212 (NAND_V1TI): Likewise.
11213 (ORC_V1TI): Likewise.
11214 (VADDCUQ): Add support for 128-bit integer arithmetic instructions
11215 added in ISA 2.07. Add both normal 'altivec' builtins, and the
11216 overloaded builtin.
11217 (VADDUQM): Likewise.
11218 (VSUBCUQ): Likewise.
11219 (VADDEUQM): Likewise.
11220 (VADDECUQ): Likewise.
11221 (VSUBEUQM): Likewise.
11222 (VSUBECUQ): Likewise.
11224 * config/rs6000/rs6000-c.c (__int128_type): New static to hold
11225 __int128_t and __uint128_t types.
11226 (__uint128_type): Likewise.
11227 (altivec_categorize_keyword): Add support for vector __int128_t,
11228 vector __uint128_t, vector __int128, and vector unsigned __int128
11229 as a container type for TImode operations that need to be done in
11230 VSX/Altivec registers.
11231 (rs6000_macro_to_expand): Likewise.
11232 (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
11233 to support 128-bit integer instructions vaddcuq, vadduqm,
11234 vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
11235 (altivec_resolve_overloaded_builtin): Add support for V1TImode.
11237 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
11238 for V1TImode, and set up preferences to use VSX/Altivec registers.
11239 Setup VSX reload handlers.
11240 (rs6000_debug_reg_global): Likewise.
11241 (rs6000_init_hard_regno_mode_ok): Likewise.
11242 (rs6000_preferred_simd_mode): Likewise.
11243 (vspltis_constant): Do not allow V1TImode as easy altivec constants.
11244 (easy_altivec_constant): Likewise.
11245 (output_vec_const_move): Likewise.
11246 (rs6000_expand_vector_set): Convert V1TImode set and extract to
11248 (rs6000_expand_vector_extract): Likewise.
11249 (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
11251 (rs6000_const_vec): Add support for V1TImode.
11252 (rs6000_emit_le_vsx_load): Swap double words when loading or
11253 storing TImode/V1TImode.
11254 (rs6000_emit_le_vsx_store): Likewise.
11255 (rs6000_emit_le_vsx_move): Likewise.
11256 (rs6000_emit_move): Add support for V1TImode.
11257 (altivec_expand_ld_builtin): Likewise.
11258 (altivec_expand_st_builtin): Likewise.
11259 (altivec_expand_vec_init_builtin): Likewise.
11260 (altivec_expand_builtin): Likewise.
11261 (rs6000_init_builtins): Add support for V1TImode type. Add
11262 support for ISA 2.07 128-bit integer builtins. Define type names
11263 for the VSX/Altivec vector types.
11264 (altivec_init_builtins): Add support for overloaded vector
11265 functions with V1TImode type.
11266 (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
11267 (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
11269 (rs6000_split_128bit_ok_p): Likewise.
11270 (rs6000_handle_altivec_attribute): Create V1TImode from vector
11271 __int128_t and vector __uint128_t.
11273 * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
11274 and mode attributes.
11276 (VSX_M2): Likewise.
11281 (VS_scalar): Likewise.
11282 (VS_double): Likewise.
11283 (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
11285 * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
11286 we support the ISA 2.07 128-bit integer arithmetic instructions.
11287 (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
11288 (enum rs6000_builtin_type_index): Add fields to hold V1TImode
11289 and TImode types for use with the builtin functions.
11290 (V1TI_type_node): Likewise.
11291 (unsigned_V1TI_type_node): Likewise.
11292 (intTI_type_internal_node): Likewise.
11293 (uintTI_type_internal_node): Likewise.
11295 * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
11296 128-bit builtin functions.
11297 (UNSPEC_VADDEUQM): Likewise.
11298 (UNSPEC_VADDECUQ): Likewise.
11299 (UNSPEC_VSUBCUQ): Likewise.
11300 (UNSPEC_VSUBEUQM): Likewise.
11301 (UNSPEC_VSUBECUQ): Likewise.
11302 (VM): Add V1TImode to vector mode iterators.
11304 (VI_unit): Likewise.
11305 (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
11306 (altivec_vaddcuq): Likewise.
11307 (altivec_vsubuqm): Likewise.
11308 (altivec_vsubcuq): Likewise.
11309 (altivec_vaddeuqm): Likewise.
11310 (altivec_vaddecuq): Likewise.
11311 (altivec_vsubeuqm): Likewise.
11312 (altivec_vsubecuq): Likewise.
11314 * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
11316 (BOOL_128): Likewise.
11317 (BOOL_REGS_OUTPUT): Likewise.
11318 (BOOL_REGS_OP1): Likewise.
11319 (BOOL_REGS_OP2): Likewise.
11320 (BOOL_REGS_UNARY): Likewise.
11321 (BOOL_REGS_AND_CR0): Likewise.
11323 * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
11324 128-bit integer builtin support.
11325 (vec_vadduqm): Likewise.
11326 (vec_vaddecuq): Likewise.
11327 (vec_vaddeuqm): Likewise.
11328 (vec_vsubecuq): Likewise.
11329 (vec_vsubeuqm): Likewise.
11330 (vec_vsubcuq): Likewise.
11331 (vec_vsubuqm): Likewise.
11333 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
11334 Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
11335 vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
11336 128-bit integer add/subtract to ISA 2.07.
11338 2014-03-12 Joern Rennecke <joern.rennecke@embecosm.com>
11340 * config/arc/arc.c (arc_predicate_delay_insns):
11341 Fix third argument passed to conditionalize_nonjump.
11343 2014-03-12 Yufeng Zhang <yufeng.zhang@arm.com>
11345 * config/aarch64/aarch64-builtins.c
11346 (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
11347 BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
11348 * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
11349 instead of __builtin_lfloor.
11350 (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
11352 2014-03-12 Jakub Jelinek <jakub@redhat.com>
11354 * tree-ssa-ifcombine.c (forwarder_block_to): New function.
11355 (tree_ssa_ifcombine_bb_1): New function.
11356 (tree_ssa_ifcombine_bb): Use it. Handle also cases where else_bb
11357 is an empty forwarder block to then_bb or vice versa and then_bb
11358 and else_bb are effectively swapped.
11360 2014-03-12 Christian Bruel <christian.bruel@st.com>
11363 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
11364 REG_CFA_DEF_CFA note.
11365 (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
11366 (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
11368 2014-03-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
11370 PR tree-optimization/60454
11371 * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
11373 2014-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11375 * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
11376 Do not define target_cpu_default2 to generic.
11377 * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
11378 * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
11379 * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
11381 2014-03-12 Jakub Jelinek <jakub@redhat.com>
11382 Marc Glisse <marc.glisse@inria.fr>
11384 PR tree-optimization/60502
11385 * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
11386 instead of build_low_bits_mask.
11388 2014-03-12 Jakub Jelinek <jakub@redhat.com>
11390 PR middle-end/60482
11391 * tree-vrp.c (register_edge_assert_for_1): Don't add assert
11392 if there are multiple uses, but op doesn't live on E edge.
11393 * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
11394 clobber stmts before __builtin_unreachable.
11396 2014-03-11 Richard Sandiford <rdsandiford@googlemail.com>
11398 * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
11399 hard_frame_pointer_rtx.
11400 * cse.c (cse_insn): Remove volatile check.
11401 * cselib.c (cselib_process_insn): Likewise.
11402 * dse.c (scan_insn): Likewise.
11404 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
11406 * config/arc/arc.c (conditionalize_nonjump): New function,
11408 (arc_ifcvt): ... this.
11409 (arc_predicate_delay_insns): Use it.
11411 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
11413 * config/arc/predicates.md (extend_operand): During/after reload,
11414 allow const_int_operand.
11415 * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
11416 (umulsidi3_700): Likewise. Change operand 2 constraint back to "cL".
11417 (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
11419 (umulsi3_highpart_i): Likewise.
11421 2014-03-11 Richard Biener <rguenther@suse.de>
11423 * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
11424 Add asserts to guard possible wrong-code bugs.
11426 2014-03-11 Richard Biener <rguenther@suse.de>
11428 PR tree-optimization/60429
11429 PR tree-optimization/60485
11430 * tree-ssa-structalias.c (set_union_with_increment): Properly
11431 take into account all fields that overlap the shifted vars.
11432 (do_sd_constraint): Likewise.
11433 (do_ds_constraint): Likewise.
11434 (get_constraint_for_ptr_offset): Likewise.
11436 2014-03-11 Chung-Lin Tang <cltang@codesourcery.com>
11438 * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
11439 (nios2_compute_frame_layout):
11440 Add calculation of cfun->machine->fp_save_offset.
11441 (nios2_expand_prologue): Correct setting of frame pointer register
11443 (nios2_expand_epilogue): Update recovery of stack pointer from
11444 frame pointer accordingly.
11445 (nios2_initial_elimination_offset): Update calculation of offset
11446 for eliminating to HARD_FRAME_POINTER_REGNUM.
11448 2014-03-10 Jakub Jelinek <jakub@redhat.com>
11451 * ipa.c (symtab_remove_unreachable_nodes): Don't call
11452 cgraph_get_create_node on VAR_DECLs.
11454 2014-03-10 Richard Biener <rguenther@suse.de>
11456 PR middle-end/60474
11457 * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
11459 2014-03-08 Douglas B Rupp <rupp@gnat.com>
11461 * config/vms/vms.opt (vms_float_format): New variable.
11463 2014-03-08 Tobias Burnus <burnus@net-b.de>
11465 * doc/invoke.texi (-fcilkplus): Update implementation status.
11467 2014-03-08 Paulo Matos <paulo@matos-sorge.com>
11468 Richard Biener <rguenther@suse.de>
11470 * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
11471 consistently accross all TUs.
11472 (run_gcc): Enable -fshort-double automatically at link at link-time
11473 and disallow override.
11475 2014-03-08 Richard Sandiford <rdsandiford@googlemail.com>
11478 * config/mips/mips.c (mips_option_override): Promote -mpaired-single
11479 warning to an error. Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
11480 if they can't be used.
11482 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11484 * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
11485 for Solaris 11/x86 ld.
11486 * configure: Regenerate.
11488 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11490 * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
11491 (LIB_TLS_SPEC): Save as ld_tls_libs.
11492 (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
11493 (HAVE_AS_IX86_TLSLDM): New test.
11494 * configure, config.in: Regenerate.
11495 * config/i386/i386.c (legitimize_tls_address): Fall back to
11496 TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
11497 cannot support TLS_MODEL_LOCAL_DYNAMIC.
11498 * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
11499 instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
11501 2014-03-07 Paulo Matos <paulo@matos-sorge.com>
11503 * common.opt (fira-loop-pressure): Mark as optimization.
11505 2014-03-07 Thomas Schwinge <thomas@codesourcery.com>
11507 * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
11508 an OpenMP mappable type.
11510 2014-03-06 Matthias Klose <doko@ubuntu.com>
11512 * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
11513 MULTILIB_OSDIRNAMES is not defined.
11515 2014-03-06 Jakub Jelinek <jakub@redhat.com>
11516 Meador Inge <meadori@codesourcery.com>
11519 * config/arm/arm.c (arm_tls_symbol_p): Remove.
11520 (arm_legitimize_address): Call legitimize_tls_address for any
11521 arm_tls_referenced_p expression, handle constant addend. Call it
11522 before testing for !TARGET_ARM.
11523 (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
11525 2014-03-06 Richard Biener <rguenther@suse.de>
11527 PR middle-end/60445
11531 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
11533 * tree-streamer.c (record_common_node): Assert we don't record
11534 nodes with type double.
11535 (preload_common_node): Skip type double, complex double and double
11536 pointer since it is now frontend dependent due to fshort-double option.
11538 2014-03-06 Richard Biener <rguenther@suse.de>
11540 * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
11541 or -fno-lto is specified and the linker has full plugin support.
11542 * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
11543 (main): Remove -flto processing, adjust lto_mode using use_plugin late.
11544 * lto-wrapper.c (merge_and_complain): Merge compile-time
11545 optimization levels.
11546 (run_gcc): And pass it through to the link options.
11548 2014-03-06 Alexandre Oliva <aoliva@redhat.com>
11552 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
11554 * cselib.c (remove_useless_values): Skip to avoid quadratic
11555 behavior if the condition moved from...
11556 (cselib_process_insn): ... here holds.
11558 2014-03-05 Jakub Jelinek <jakub@redhat.com>
11561 * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
11562 ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
11565 * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
11566 (TM_H): Add x86-tune.def.
11568 2014-03-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11570 * config/aarch64/aarch64.c (generic_tunings):
11571 Use cortexa57_extra_costs.
11573 2014-03-05 Jakub Jelinek <jakub@redhat.com>
11576 * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
11577 of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
11578 * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
11581 2014-03-04 Heiher <r@hev.cc>
11583 * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
11584 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
11586 2014-03-04 Uros Bizjak <ubizjak@gmail.com>
11588 * config/i386/predicates.md (const2356_operand): Change to ...
11589 (const2367_operand): ... this.
11590 * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
11592 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
11593 (*avx512pf_scatterpf<mode>sf): Ditto.
11594 (avx512pf_scatterpf<mode>df): Ditto.
11595 (*avx512pf_scatterpf<mode>df_mask): Ditto.
11596 (*avx512pf_scatterpf<mode>df): Ditto.
11597 * config/i386/i386.c (ix86_expand_builtin): Update
11598 incorrect hint operand error message.
11600 2014-03-04 Richard Biener <rguenther@suse.de>
11602 * lto-section-in.c (lto_get_section_data): Fix const cast.
11604 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
11606 * tree-streamer.c (record_common_node): Assert we don't record
11607 nodes with type double.
11608 (preload_common_node): Skip type double, complex double and double
11609 pointer since it is now frontend dependent due to fshort-double option.
11611 2014-03-04 Richard Biener <rguenther@suse.de>
11614 * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
11615 (lto_input_toplevel_asms): Likewise.
11616 * lto-section-in.c (lto_get_section_data): Instead do it here
11619 2014-03-04 Richard Biener <rguenther@suse.de>
11621 PR tree-optimization/60382
11622 * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
11623 dead PHIs a reduction.
11625 2014-03-03 Uros Bizjak <ubizjak@gmail.com>
11627 * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
11629 (_mm_prefetch): Move out of GCC target("sse") pragma.
11630 * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
11631 GCC target("prfchw") pragma.
11632 * config/i386/i386.md (prefetch): Emit prefetchwt1 only
11634 * config/i386/i386.c (ix86_option_override_internal): Enable
11635 -mprfchw with -mprefetchwt1.
11637 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
11639 * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
11642 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
11644 * opts.h (CL_PCH_IGNORE): Define.
11645 * targhooks.c (option_affects_pch_p):
11646 Return false for options that have CL_PCH_IGNORE set.
11647 * opt-functions.awk: Process PchIgnore.
11648 * doc/options.texi: Document PchIgnore.
11650 * config/arc/arc.opt (misize): Add PchIgnore property.
11652 2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11654 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
11655 reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
11656 constraint on constants to permit them being loaded into
11657 GENERAL_REGS or BASE_REGS.
11659 2014-03-03 Nick Clifton <nickc@redhat.com>
11661 * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
11662 anti-cacnonical alternatives.
11663 (negandhi3_real): New pattern.
11664 * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
11666 2014-03-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
11668 * config/avr/avr-mcus.def: Remove atxmega16x1.
11669 * config/avr/avr-tables.opt: Regenerate.
11670 * config/avr/t-multilib: Regenerate.
11671 * doc/avr-mmcu.texi: Regenerate.
11673 2014-03-03 Tobias Grosser <tobias@grosser.es>
11674 Mircea Namolaru <mircea.namolaru@inria.fr>
11676 PR tree-optimization/58028
11677 * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
11680 2014-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11682 * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
11683 not handled by recognizers.
11685 2014-03-03 Jakub Jelinek <jakub@redhat.com>
11687 PR middle-end/60175
11688 * function.c (expand_function_end): Don't emit
11689 clobber_return_register sequence if clobber_after is a BARRIER.
11690 * cfgexpand.c (construct_exit_block): Append instructions before
11691 return_label to prev_bb.
11693 2014-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11695 * config/rs6000/constraints.md: Document reserved use of "wc".
11697 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
11700 * ipa.c (function_and_variable_visibility): When dissolving comdat
11701 group, also set all symbols to local.
11703 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
11708 2013-12-14 Jan Hubicka <jh@suse.cz>
11709 PR middle-end/58477
11710 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
11712 2014-03-02 Jon Beniston <jon@beniston.com>
11718 * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
11719 (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
11720 * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
11721 (simple_return, *simple_return): New patterns
11722 * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
11723 * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
11725 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com>
11727 * dwarf2out.c (gen_subprogram_die): Tidy.
11729 2014-03-01 Oleg Endo <olegendo@gcc.gnu.org>
11732 * config/sh/sh.md (*mov_t_msb_neg): Split into ...
11733 (*mov_t_msb_neg_negc): ... this new insn.
11735 2014-02-28 Jason Merrill <jason@redhat.com>
11738 * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
11741 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com>
11744 * dwarf2out.c (decltype_auto_die): New static.
11745 (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
11746 (gen_type_die_with_usage): Handle 'decltype(auto)'.
11747 (is_cxx_auto): Likewise.
11749 2014-02-28 Ian Bolton <ian.bolton@arm.com>
11751 * config/aarch64/aarch64.h: Define __ARM_NEON by default if
11752 we are not using general regs only.
11754 2014-02-28 Richard Biener <rguenther@suse.de>
11757 * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
11758 previous fix and only allow to remove trivial pre-headers
11759 and latches. Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
11760 (remove_forwarder_block): Properly update the latch of a loop.
11762 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
11765 * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
11766 (cselib_preserved_hash_table): New.
11767 (preserve_constants_and_equivs): Move preserved vals to it.
11768 (cselib_find_slot): Look it up first.
11769 (cselib_init): Initialize it.
11770 (cselib_finish): Release it.
11771 (dump_cselib_table): Dump it.
11773 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
11776 * cselib.c (remove_useless_values): Skip to avoid quadratic
11777 behavior if the condition moved from...
11778 (cselib_process_insn): ... here holds.
11780 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
11783 * var-tracking.c (vt_initialize): Apply the same condition to
11784 preserve the CFA base value.
11786 2014-02-28 Joey Ye <joey.ye@arm.com>
11789 * config/arm/arm.c (thumb_far_jump_used_p): Don't change
11790 if reload in progress or completed.
11792 2014-02-28 Tobias Burnus <burnus@net-b.de>
11794 PR middle-end/60147
11795 * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
11798 2014-02-27 H.J. Lu <hongjiu.lu@intel.com>
11800 * doc/tm.texi.in (Condition Code Status): Update documention for
11801 relative locations of cc0-setter and cc0-user.
11803 2014-02-27 Jeff Law <law@redhat.com>
11805 PR rtl-optimization/52714
11806 * combine.c (try_combine): When splitting an unrecognized PARALLEL
11807 into two independent simple sets, if I3 is a jump, ensure the
11808 pattern we place into I3 is a (set (pc) ...).
11810 2014-02-27 Mikael Pettersson <mikpe@it.uu.se>
11811 Jeff Law <law@redhat.com>
11813 PR rtl-optimization/49847
11814 * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
11815 are in different blocks.
11816 * doc/tm.texi (Condition Code Status): Update documention for
11817 relative locations of cc0-setter and cc0-user.
11819 2014-02-27 Vladimir Makarov <vmakarov@redhat.com>
11822 * lra.c (lra_emit_add): Check SUBREG too.
11824 2014-02-27 Andreas Schwab <schwab@suse.de>
11826 * config/m68k/m68k.c (m68k_option_override): Disable
11827 -flive-range-shrinkage for classic m68k.
11828 (m68k_override_options_after_change): Likewise.
11830 2014-02-27 Marek Polacek <polacek@redhat.com>
11832 PR middle-end/59223
11833 * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
11834 -Wmaybe-uninitialized.
11836 2014-02-27 Alan Modra <amodra@gmail.com>
11839 * reload1.c (emit_input_reload_insns): When reload_override_in,
11840 set old to rl->in_reg when rl->in_reg is a subreg.
11842 2014-02-26 Richard Biener <rguenther@suse.de>
11845 * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
11847 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
11849 * common/config/i386/predicates.md (const1256_operand): Remove.
11850 (const2356_operand): New.
11851 (const_1_to_2_operand): Remove.
11852 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
11853 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
11854 (*avx512pf_gatherpf<mode>sf): Ditto.
11855 (avx512pf_gatherpf<mode>df): Ditto.
11856 (*avx512pf_gatherpf<mode>df_mask): Ditto.
11857 (*avx512pf_gatherpf<mode>df): Ditto.
11858 (avx512pf_scatterpf<mode>sf): Ditto.
11859 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
11860 (*avx512pf_scatterpf<mode>sf): Ditto.
11861 (avx512pf_scatterpf<mode>df): Ditto.
11862 (*avx512pf_scatterpf<mode>df_mask): Ditto.
11863 (*avx512pf_scatterpf<mode>df): Ditto.
11864 * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
11866 2014-02-26 Ilya Tocar <ilya.tocar@intel.com>
11868 * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
11869 (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
11870 (_mm512_mask_testn_epi64_mask): Move to ...
11871 * config/i386/avx512cdintrin.h: Here.
11872 * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
11873 * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
11874 (avx512f_scalef<mode><mask_name><round_name>): Ditto.
11875 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
11876 TARGET_AVX512F from TARGET_AVX512CD.
11878 2014-02-26 Richard Biener <rguenther@suse.de>
11881 * ipa.c (walk_polymorphic_call_targets): Properly guard
11882 call to inline_update_overall_summary.
11884 2014-02-26 Bin Cheng <bin.cheng@arm.com>
11887 * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
11888 and latches only if requested. Fix latch if it is removed.
11889 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
11890 LOOPS_HAVE_PREHEADERS.
11892 2014-02-25 Andrew Pinski <apinski@cavium.com>
11894 * builtins.c (expand_builtin_thread_pointer): Create a new target
11895 when the target is NULL.
11897 2014-02-25 Vladimir Makarov <vmakarov@redhat.com>
11899 PR rtl-optimization/60317
11900 * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
11901 * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
11902 * lra-assigns.c: Include params.h.
11903 (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
11904 other reload pseudos considerations.
11906 2014-02-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11908 * config/rs6000/vector.md (*vector_unordered<mode>): Change split
11909 to use canonical form for nor<mode>3.
11911 2014-02-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11914 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
11917 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
11919 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
11920 (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
11921 (ix86_handle_option): Handle OPT_mprefetchwt1.
11922 * config/i386/cpuid.h (bit_PREFETCHWT1): New.
11923 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
11925 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
11926 OPTION_MASK_ISA_PREFETCHWT1.
11927 * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
11928 (PTA_PREFETCHWT1): New.
11929 (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
11930 (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
11931 * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
11932 * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
11933 (*prefetch_avx512pf_<mode>_: Change into ...
11934 (*prefetch_prefetchwt1_<mode>: This.
11935 * config/i386/i386.opt (mprefetchwt1): New.
11936 * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
11937 (_mm_prefetch): Handle intent to write.
11938 * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
11940 2014-02-25 Richard Biener <rguenther@suse.de>
11942 PR middle-end/60291
11943 * emit-rtl.c (mem_attrs_htab): Remove.
11944 (mem_attrs_htab_hash): Likewise.
11945 (mem_attrs_htab_eq): Likewise.
11946 (set_mem_attrs): Always allocate new mem-attrs when something changed.
11947 (init_emit_once): Do not allocate mem_attrs_htab.
11949 2014-02-25 Richard Biener <rguenther@suse.de>
11952 * lto-opts.c (lto_write_options): Output non-explicit conservative
11953 -fwrapv, -fno-trapv and -fno-strict-overflow.
11954 * lto-wrapper.c (merge_and_complain): Handle merging those options.
11955 (run_gcc): And pass them through.
11957 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
11959 * sel-sched.c (calculate_new_fences): New parameter ptime.
11960 Calculate it as a maximum over all fence cycles.
11961 (sel_sched_region_2): Adjust the call to calculate_new_fences.
11962 Print the final schedule timing when sched_verbose.
11964 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
11966 PR rtl-optimization/60292
11967 * sel-sched.c (fill_vec_av_set): Do not reset target availability
11968 bit fot the fence instruction.
11970 2014-02-24 Alangi Derick <alangiderick@gmail.com>
11972 * calls.h: Fix typo in comment.
11974 2014-02-24 John David Anglin <danglin@gcc.gnu.org>
11976 * config/pa/pa.c (pa_output_move_double): Don't valididate when
11977 adjusting offsetable addresses.
11979 2014-02-24 Guozhi Wei <carrot@google.com>
11981 * sparseset.h (sparseset_pop): Fix the wrong index.
11983 2014-02-24 Walter Lee <walt@tilera.com>
11985 * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
11986 (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
11988 * common/config/tilegx/tilegx-common.c
11989 (TARGET_DEFAULT_TARGET_FLAGS): Define.
11990 * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
11991 (LINK_SPEC): Ditto.
11992 * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
11993 * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
11994 (tilegx_gimplify_va_arg_expr): Handle big endian.
11995 (tilegx_expand_unaligned_load): Ditto.
11996 (tilegx_expand_unaligned_store): Ditto.
11997 (TARGET_RETURN_IN_MSB): New.
11998 * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
11999 (TARGET_ENDIAN_DEFAULT): New.
12000 (TARGET_BIG_ENDIAN): Handle big endian.
12001 (BYTES_BIG_ENDIAN): Ditto.
12002 (WORDS_BIG_ENDIAN): Ditto.
12003 (FLOAT_WORDS_BIG_ENDIAN): Ditto.
12004 (ENDIAN_SPEC): New.
12005 (EXTRA_SPECS): New.
12006 * config/tilegx/tilegx.md (extv): Handle big endian.
12008 (insn_st<n>): Ditto.
12009 (insn_st<n>_add<bitsuffix>): Ditto.
12010 (insn_stnt<n>): Ditto.
12011 (insn_stnt<n>_add<bitsuffix>):Ditto.
12012 (vec_interleave_highv8qi): Handle big endian.
12013 (vec_interleave_highv8qi_be): New.
12014 (vec_interleave_highv8qi_le): New.
12015 (insn_v1int_h): Handle big endian.
12016 (vec_interleave_lowv8qi): Handle big endian.
12017 (vec_interleave_lowv8qi_be): New.
12018 (vec_interleave_lowv8qi_le): New.
12019 (insn_v1int_l): Handle big endian.
12020 (vec_interleave_highv4hi): Handle big endian.
12021 (vec_interleave_highv4hi_be): New.
12022 (vec_interleave_highv4hi_le): New.
12023 (insn_v2int_h): Handle big endian.
12024 (vec_interleave_lowv4hi): Handle big endian.
12025 (vec_interleave_lowv4hi_be): New.
12026 (vec_interleave_lowv4hi_le): New.
12027 (insn_v2int_l): Handle big endian.
12028 (vec_interleave_highv2si): Handle big endian.
12029 (vec_interleave_highv2si_be): New.
12030 (vec_interleave_highv2si_le): New.
12031 (insn_v4int_h): Handle big endian.
12032 (vec_interleave_lowv2si): Handle big endian.
12033 (vec_interleave_lowv2si_be): New.
12034 (vec_interleave_lowv2si_le): New.
12035 (insn_v4int_l): Handle big endian.
12036 * config/tilegx/tilegx.opt (mbig-endian): New option.
12037 (mlittle-endian): New option.
12038 * doc/install.texi: Document tilegxbe-linux.
12039 * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
12041 2014-02-24 Martin Jambor <mjambor@suse.cz>
12044 * ipa-cp.c (propagate_constants_accross_call): Bail out early if
12045 there are no parameter descriptors.
12047 2014-02-24 Andrey Belevantsev <abel@ispras.ru>
12049 PR rtl-optimization/60268
12050 * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
12051 initialization to ...
12052 (sched_rgn_init): ... here.
12053 (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
12055 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
12057 * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
12060 2014-02-23 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
12062 * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
12065 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
12067 * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
12068 define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
12070 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
12072 * config/microblaze/predicates.md: Add cmp_op predicate.
12073 * config/microblaze/microblaze.md: Add branch_compare instruction
12074 which uses cmp_op predicate and emits cmp insn before branch.
12075 * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
12076 to microblaze_expand_conditional_branch and consolidate logic.
12077 (microblaze_expand_conditional_branch): emit branch_compare
12078 insn instead of handling cmp op separate from branch insn.
12080 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12082 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
12085 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12087 * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
12088 define_insn with define_expand and new define_insn
12089 *altivec_lve<VI_char>x_internal.
12090 (altivec_stve<VI_char>x): Replace define_insn with define_expand
12091 and new define_insn *altivec_stve<VI_char>x_internal.
12092 * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
12094 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
12096 (altivec_expand_stvex_be): New function.
12098 2014-02-22 Joern Rennecke <joern.rennecke@embecosm.com>
12100 * config/avr/avr.c (avr_can_eliminate): Allow elimination from
12101 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
12102 * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
12103 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
12105 2014-02-21 Vladimir Makarov <vmakarov@redhat.com>
12108 * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
12109 instead of emit_move_insn.
12111 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12113 * config/rs6000/altivec.md (altivec_vsumsws): Replace second
12114 vspltw with vsldoi.
12115 (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
12116 gen_altivec_vsumsws.
12118 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12120 * config/rs6000/altivec.md (altivec_lvxl): Rename as
12121 *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
12122 (altivec_lvxl_<mode>): New define_expand incorporating
12123 -maltivec=be semantics where needed.
12124 (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
12125 (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
12126 semantics where needed.
12127 (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
12128 (altivec_stvx_<mode>): New define_expand incorporating
12129 -maltivec=be semantics where needed.
12130 (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
12131 VM2 iterator instead of V4SI.
12132 (altivec_stvxl_<mode>): New define_expand incorporating
12133 -maltivec=be semantics where needed.
12134 * config/rs6000/rs6000-builtin.def: Add new built-in definitions
12135 LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
12136 LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
12137 STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
12138 STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
12139 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
12140 ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
12141 similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
12142 ALTIVEC_BUILTIN_STVXL.
12143 * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
12144 (altivec_expand_stvx_be): Likewise.
12145 * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
12146 (altivec_expand_lvx_be): Likewise.
12147 (altivec_expand_stvx_be): Likewise.
12148 (altivec_expand_builtin): Add cases for
12149 ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
12150 ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
12151 (altivec_init_builtins): Add definitions for
12152 __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
12153 __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
12155 2014-02-21 Catherine Moore <clm@codesourcery.com>
12157 * doc/invoke.texi (mvirt, mno-virt): Document.
12158 * config/mips/mips.opt (mvirt): New option.
12159 * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
12161 2014-02-21 Richard Biener <rguenther@suse.de>
12163 PR tree-optimization/60276
12164 * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
12165 (STMT_VINFO_MIN_NEG_DIST): New macro.
12166 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
12167 STMT_VINFO_MIN_NEG_DIST.
12168 * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
12169 made for negative dependence distances still hold.
12171 2014-02-21 Richard Biener <rguenther@suse.de>
12173 PR middle-end/60291
12174 * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
12175 DECL_INITIAL for globals not in the current function context.
12177 2014-02-21 Jakub Jelinek <jakub@redhat.com>
12179 PR tree-optimization/56490
12180 * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
12181 * tree-ssa-uninit.c: Include params.h.
12182 (compute_control_dep_chain): Add num_calls argument, return false
12183 if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
12184 num_calls to recursive call.
12185 (find_predicates): Change dep_chain into normal array,
12186 cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
12187 variable and adjust compute_control_dep_chain caller.
12188 (find_def_preds): Likewise.
12190 2014-02-21 Thomas Schwinge <thomas@codesourcery.com>
12192 * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
12193 <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
12195 2014-02-21 Nick Clifton <nickc@redhat.com>
12197 * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
12198 (pushhi1): Likewise.
12199 (popqi1): Add mode to pre_dec.
12200 (pophi1): Likewise.
12202 2014-02-21 Jakub Jelinek <jakub@redhat.com>
12204 * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
12205 mode for mask of V8SFmode permutation.
12207 2014-02-20 Richard Henderson <rth@redhat.com>
12210 * builtins.c (expand_builtin_atomic_compare_exchange): Always make
12211 a new pseudo for OLDVAL.
12213 2014-02-20 Jakub Jelinek <jakub@redhat.com>
12216 * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
12217 gen_reg_rtx if d->testing_p.
12218 (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
12219 if d->testing_p and we will certainly return true.
12220 (expand_vec_perm_even_odd_1): Likewise. Don't call gen_reg_rtx
12223 2014-02-20 Uros Bizjak <ubizjak@gmail.com>
12225 * emit-rtl.c (gen_reg_rtx): Assert that
12226 crtl->emit.regno_pointer_align_length is non-zero.
12228 2014-02-20 Richard Henderson <rth@redhat.com>
12231 * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
12232 on failure the store back into EXPECT.
12234 2014-02-20 Chung-Lin Tang <cltang@codesourcery.com>
12235 Sandra Loosemore <sandra@codesourcery.com>
12237 * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
12238 * config/nios2/nios2.c (nios2_function_profiler): Add
12239 -fPIC (flag_pic == 2) support.
12240 (nios2_handle_custom_fpu_cfg): Fix warning parameter.
12241 (nios2_large_offset_p): New function.
12242 (nios2_unspec_reloc_p): Move up position, update to use
12243 nios2_large_offset_p.
12244 (nios2_unspec_address): Remove function.
12245 (nios2_unspec_offset): New function.
12246 (nios2_large_got_address): New function.
12247 (nios2_got_address): Add large offset support.
12248 (nios2_legitimize_tls_address): Update usage of removed and new
12250 (nios2_symbol_binds_local_p): New function.
12251 (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
12252 (nios2_legitimize_address): Update to use nios2_large_offset_p.
12253 (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
12254 (nios2_print_operand): Merge H/L processing, add hiadj/lo
12255 processing for (const (unspec ...)).
12256 (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
12258 2014-02-20 Richard Biener <rguenther@suse.de>
12260 * tree-cfg.c (replace_uses_by): Mark altered BBs before
12261 doing the substitution.
12262 (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
12264 2014-02-20 Martin Jambor <mjambor@suse.cz>
12267 * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
12268 info when checking whether lattices are bottom.
12270 2014-02-20 Richard Biener <rguenther@suse.de>
12272 PR middle-end/60221
12273 * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
12276 2014-02-20 Jan Hubicka <hubicka@ucw.cz>
12279 * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
12280 parameter specifying the scaling.
12281 (inline_call): Update.
12282 (want_inline_recursively): Guard division by zero.
12283 (recursive_inlining): Update.
12284 * ipa-inline.h (clone_inlined_nodes): Update.
12286 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
12289 * config/i386/i386.c (classify_argument): Pass structures of size
12290 64 bytes or less in register.
12292 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
12293 Kirill Yukhin <kirill.yukhin@intel.com>
12295 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
12296 (_mm_rcp28_round_ss): Ditto.
12297 (_mm_rsqrt28_round_sd): Ditto.
12298 (_mm_rsqrt28_round_ss): Ditto.
12299 * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
12300 (_mm_rcp14_round_ss): Ditto.
12301 (_mm_rsqrt14_round_sd): Ditto.
12302 (_mm_rsqrt14_round_ss): Ditto.
12303 * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
12304 the first input operand, get rid of match_dup.
12305 (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
12307 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
12309 (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
12310 operand as the first input operand, set type attribute.
12311 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
12312 Set type attribute.
12313 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
12314 operand as the first input operand, set type attribute.
12316 2014-02-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12318 * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
12321 2014-02-19 H.J. Lu <hongjiu.lu@intel.com>
12324 * config/i386/i386.c (construct_container): Remove TFmode check
12325 for X86_64_INTEGER_CLASS.
12327 2014-02-19 Uros Bizjak <ubizjak@gmail.com>
12330 * config/i386/i386.c (type_natural_mode): Warn for ABI changes
12331 only when -Wpsabi is enabled.
12333 2014-02-19 Michael Hudson-Doyle <michael.hudson@linaro.org>
12336 * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
12337 passing arrays in registers are the same as for structs, so remove the
12338 special case for them.
12340 2014-02-19 Eric Botcazou <ebotcazou@adacore.com>
12342 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
12343 destination type, extract only the valid bits if the source type is not
12344 integral and has a different mode.
12346 2014-02-19 Richard Biener <rguenther@suse.de>
12349 * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
12352 2014-02-19 Richard Biener <rguenther@suse.de>
12355 * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
12356 (ipa_modify_call_arguments): Emit an argument load explicitely and
12357 preserve virtual SSA form there and for the replacement call.
12358 Do not update SSA form nor free dominance info.
12360 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
12362 * ipa.c (function_and_variable_visibility): Also clear WEAK
12363 flag when disolving COMDAT_GROUP.
12365 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
12367 * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
12368 * ipa-prop.c (ipa_set_jf_known_type): Return early when
12369 not devirtualizing.
12370 (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
12371 do more sanity checks.
12372 (detect_type_change): Return true when giving up early.
12373 (compute_complex_assign_jump_func): Fix type parameter of
12374 ipa_set_ancestor_jf.
12375 (compute_complex_ancestor_jump_func): Likewise.
12376 (update_jump_functions_after_inlining): Fix updating of
12378 * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
12380 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
12382 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
12383 inline clones when edge disappears.
12385 2014-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
12388 * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
12389 Split 64-bit moves into 2 patterns. Do not allow the use of
12390 direct move for TDmode in little endian, since the decimal value
12391 has little endian bytes within a word, but the 64-bit pieces are
12392 ordered in a big endian fashion, and normal subreg's of TDmode are
12394 (mov<mode>_64bit_dm): Likewise.
12395 (movtd_64bit_nodm): Likewise.
12397 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
12399 PR tree-optimization/60174
12400 * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
12401 statement of an SSA_NAME that occurs in an abnormal PHI node.
12403 2014-02-18 Jakub Jelinek <jakub@redhat.com>
12406 * final.c (SEEN_BB): Remove.
12407 (SEEN_NOTE, SEEN_EMITTED): Renumber.
12408 (final_scan_insn): Don't force_source_line on second
12409 NOTE_INSN_BASIC_BLOCK.
12411 2014-02-18 Uros Bizjak <ubizjak@gmail.com>
12414 * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
12415 * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
12416 (type_natural_mode): Warn ABI change when %zmm register is not
12417 available for AVX512F vector value passing.
12419 2014-02-18 Kai Tietz <ktietz@redhat.com>
12422 * config/i386/i386.c (ix86_expand_prologue): Use value in
12423 rax register as displacement when restoring %r10 or %rax.
12424 Fix wrong offset when restoring both registers.
12426 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
12428 * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
12429 assertion with conditional return.
12431 2014-02-18 Jakub Jelinek <jakub@redhat.com>
12432 Uros Bizjak <ubizjak@gmail.com>
12435 * config/i386/driver-i386.c (host_detect_local_cpu): If
12436 YMM state is not saved by the OS, also clear has_f16c. Move
12437 CPUID 0x80000001 handling before YMM state saving checking.
12439 2014-02-18 Andrey Belevantsev <abel@ispras.ru>
12441 PR rtl-optimization/58960
12442 * haifa-sched.c (alloc_global_sched_pressure_data): New,
12443 factored out from ...
12444 (sched_init): ... here.
12445 (free_global_sched_pressure_data): New, factored out from ...
12446 (sched_finish): ... here.
12447 * sched-int.h (free_global_sched_pressure_data): Declare.
12448 * sched-rgn.c (nr_regions_initial): New static global.
12449 (haifa_find_rgns): Initialize it.
12450 (schedule_region): Disable sched-pressure for the newly
12453 2014-02-17 Richard Biener <rguenther@suse.de>
12455 * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
12456 release SSA defs of pattern stmts.
12458 2014-02-17 Richard Biener <rguenther@suse.de>
12460 * tree-inline.c (expand_call_inline): Release the virtual
12461 operand defined by the call we are about to inline.
12463 2014-02-17 Richard Biener <rguenther@suse.de>
12465 * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
12467 2014-02-17 Kirill Yukhin <kirill.yukhin@intel.com>
12468 Ilya Tocar <ilya.tocar@intel.com>
12470 * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
12471 arguments order in builtin.
12472 (_mm512_permutexvar_epi64): Ditto.
12473 (_mm512_mask_permutexvar_epi64): Ditto
12474 (_mm512_maskz_permutexvar_epi32): Ditto
12475 (_mm512_permutexvar_epi32): Ditto
12476 (_mm512_mask_permutexvar_epi32): Ditto
12478 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12480 * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
12481 (p8_vmrgow): Likewise.
12483 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12485 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
12488 2014-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
12491 * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
12492 (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
12493 into 64-bit and 32-bit moves. On 64-bit moves, add support for
12494 using direct move instructions on ISA 2.07. Also adjust
12495 instruction length for 64-bit.
12496 (mov<mode>_64bit, TFmode/TDmode): Likewise.
12497 (mov<mode>_32bit, TFmode/TDmode): Likewise.
12499 2014-02-15 Alan Modra <amodra@gmail.com>
12503 * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
12504 find_replacement on parts of insn rtl that might be reloaded.
12506 2014-02-15 Richard Biener <rguenther@suse.de>
12508 PR tree-optimization/60183
12509 * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
12510 (tree_ssa_phiprop): Calculate and free post-dominators.
12512 2014-02-14 Jeff Law <law@redhat.com>
12514 PR rtl-optimization/60131
12515 * ree.c (get_extended_src_reg): New function.
12516 (combine_reaching_defs): Use it rather than assuming location of REG.
12517 (find_and_remove_re): Verify first operand of extension is
12518 a REG before adding the insns to the copy list.
12520 2014-02-14 Roland McGrath <mcgrathr@google.com>
12522 * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
12523 * configure: Regenerated.
12524 * config.in: Regenerated.
12525 * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
12526 instead of ASM_SHORT.
12528 2014-02-14 Vladimir Makarov <vmakarov@redhat.com>
12529 Richard Earnshaw <rearnsha@arm.com>
12531 PR rtl-optimization/59535
12532 * lra-constraints.c (process_alt_operands): Encourage alternative
12533 when unassigned pseudo class is superset of the alternative class.
12534 (inherit_reload_reg): Don't inherit when optimizing for code size.
12535 * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
12536 returning CORE_REGS for anything but Thumb1 and BASE_REGS for
12537 modes not less than 4 for Thumb1.
12539 2014-02-14 Kyle McMartin <kyle@redhat.com>
12542 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
12544 2014-02-14 Richard Biener <rguenther@suse.de>
12546 * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
12547 (get_frame_arg): Drop the assert with langhook types_compatible_p.
12548 Do not strip INDIRECT_REFs.
12550 2014-02-14 Richard Biener <rguenther@suse.de>
12553 * lto-streamer-out.c (DFS_write_tree_body): Do not follow
12554 DECL_FUNCTION_SPECIFIC_TARGET.
12555 (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
12556 * tree-streamer-out.c (pack_ts_target_option): Remove.
12557 (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
12558 (write_ts_function_decl_tree_pointers): Do not stream
12559 DECL_FUNCTION_SPECIFIC_TARGET.
12560 * tree-streamer-in.c (unpack_ts_target_option): Remove.
12561 (unpack_value_fields): Do not stream TS_TARGET_OPTION.
12562 (lto_input_ts_function_decl_tree_pointers): Do not stream
12563 DECL_FUNCTION_SPECIFIC_TARGET.
12565 2014-02-14 Jakub Jelinek <jakub@redhat.com>
12567 * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
12568 (get_initial_def_for_induction, vectorizable_induction): Ignore
12569 debug stmts when looking for exit_phi.
12570 (vectorizable_live_operation): Fix up condition.
12572 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
12574 * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
12575 nreverse() because it changes the content of original tree list.
12577 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
12579 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
12580 * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
12582 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
12584 * config/nds32/nds32.c (nds32_naked_function_p): Follow the
12585 GNU coding standards.
12587 2014-02-13 Jakub Jelinek <jakub@redhat.com>
12590 * dwarf2out.c (gen_subprogram_die): Don't call
12591 add_calling_convention_attribute if subr_die is old_die.
12593 2014-02-13 Sharad Singhai <singhai@google.com>
12595 * doc/optinfo.texi: Fix order of nodes.
12597 2014-02-13 Uros Bizjak <ubizjak@gmail.com>
12599 * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
12600 operands[2], not operands[3].
12602 2014-02-13 Richard Biener <rguenther@suse.de>
12605 * doc/install.texi (ISL): Update recommended version to 0.12.2,
12606 mention the possibility of an in-tree build.
12607 (CLooG): Update recommended version to 0.18.1, mention the
12608 possibility of an in-tree build and clarify that the ISL
12609 bundled with CLooG does not work.
12611 2014-02-13 Jakub Jelinek <jakub@redhat.com>
12614 * expr.c (compress_float_constant): If x is a hard register,
12615 extend into a pseudo and then move to x.
12617 2014-02-13 Dominik Vogt <vogt@linux.vnet.ibm.com>
12619 * config/s390/s390.c (s390_asm_output_function_label): Fix crash
12620 caused by bad second argument to warning_at() with -mhotpatch and
12621 nested functions (e.g. with gfortran).
12623 2014-02-13 Richard Sandiford <rdsandiford@googlemail.com>
12625 * opts.c (option_name): Remove "enabled by default" rider.
12627 2014-02-12 John David Anglin <danglin@gcc.gnu.org>
12629 * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
12631 2014-02-12 H.J. Lu <hongjiu.lu@intel.com>
12632 Uros Bizjak <ubizjak@gmail.com>
12635 * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
12636 * configure: Regenerated.
12638 2014-02-12 Richard Biener <rguenther@suse.de>
12640 * vec.c (vec_prefix::calculate_allocation): Move as
12641 inline variant to vec.h.
12642 (vec_prefix::calculate_allocation_1): New out-of-line version.
12643 * vec.h (vec_prefix::calculate_allocation_1): Declare.
12644 (vec_prefix::m_has_auto_buf): Rename to ...
12645 (vec_prefix::m_using_auto_storage): ... this.
12646 (vec_prefix::calculate_allocation): Inline the easy cases
12647 and dispatch to calculate_allocation_1 which doesn't need the
12649 (va_heap::reserve): Use gcc_checking_assert.
12650 (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
12651 m_using_auto_storage.
12652 (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
12654 (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
12655 (vec<T, va_heap, vl_ptr>::release): Avoid casting.
12656 (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
12658 2014-02-12 Richard Biener <rguenther@suse.de>
12660 * gcse.c (compute_transp): break from loop over canon_modify_mem_list
12661 when we found a dependence.
12663 2014-02-12 Thomas Schwinge <thomas@codesourcery.com>
12665 * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
12667 (maybe_fold_stmt): ... into this new function.
12668 * omp-low.c (lower_omp): Update comment.
12670 * omp-low.c (lower_omp_target): Add clobber for sizes array, after
12673 * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
12676 2014-02-12 James Greenhalgh <james.greenhalgh@arm.com>
12678 * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
12679 identifiers in comments.
12680 (cortexa53_extra_costs): Likewise.
12681 * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
12682 (cortexa7_extra_costs): Likewise.
12683 (cortexa12_extra_costs): Likewise.
12684 (cortexa15_extra_costs): Likewise.
12685 (v7m_extra_costs): Likewise.
12687 2014-02-12 Richard Biener <rguenther@suse.de>
12689 PR middle-end/60092
12690 * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
12691 of posix_memalign being successful.
12692 (lower_stmt): Restrict lowering of posix_memalign to when
12693 -ftree-bit-ccp is enabled.
12695 2014-02-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12697 * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
12699 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
12701 2014-02-12 Eric Botcazou <ebotcazou@adacore.com>
12703 PR rtl-optimization/60116
12704 * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
12705 other_insn once the combination has been validated.
12707 2014-02-11 Jan Hubicka <hubicka@ucw.cz>
12710 * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
12712 * ipa-devirt.c: Include demangle.h
12713 (odr_violation_reported): New static variable.
12714 (add_type_duplicate): Update odr_violations.
12715 (maybe_record_node): Add completep parameter; update it.
12716 (record_target_from_binfo): Add COMPLETEP parameter;
12717 update it as needed.
12718 (possible_polymorphic_call_targets_1): Likewise.
12719 (struct polymorphic_call_target_d): Add nonconstruction_targets;
12720 rename FINAL to COMPLETE.
12721 (record_targets_from_bases): Sanity check we found the binfo;
12722 fix COMPLETEP updating.
12723 (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
12724 parameter, fix computing of COMPLETEP.
12725 (dump_possible_polymorphic_call_targets): Imrove readability of dump;
12726 at LTO time do demangling.
12727 (ipa_devirt): Use nonconstruction_targets; Improve dumps.
12728 * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
12730 (gimple_get_virt_method_for_binfo): Likewise.
12731 * gimple-fold.h (gimple_get_virt_method_for_binfo,
12732 gimple_get_virt_method_for_vtable): Update prototypes.
12734 2014-02-11 Vladimir Makarov <vmakarov@redhat.com>
12737 * genautomata.c (add_presence_absence): Fix typo with
12738 {final_}presence_list.
12740 2014-02-11 Michael Meissner <meissner@linux.vnet.ibm.com>
12743 * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
12744 for VSX/Altivec vectors that land in GPR registers.
12746 2014-02-11 Richard Henderson <rth@redhat.com>
12747 Jakub Jelinek <jakub@redhat.com>
12750 * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
12751 around drhs if type conversion to lacc->type is not useless.
12753 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12755 * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
12757 (cortex-a57.cortex-a53): Likewise.
12758 * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
12760 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12762 * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
12765 2014-02-11 Renlin Li <Renlin.Li@arm.com>
12767 * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
12768 add_options_for_arm_vfp3.
12770 2014-02-11 Jeff Law <law@redhat.com>
12772 PR middle-end/54041
12773 * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
12774 object with an undesirable mode.
12776 2014-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12779 * config/i386/sol2-9.h: New file.
12780 * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
12781 *-*-solaris2.9*): Use it.
12783 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
12785 * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
12786 * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
12788 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
12790 * config/microblaze/microblaze.c: Extend mcpu version format
12792 2014-02-10 David Holsgrove <david.holsgrove@xilinx.com>
12794 * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
12796 2014-02-10 Richard Henderson <rth@redhat.com>
12799 * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
12800 * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
12801 ms-abi vs -mno-accumulate-outgoing-args.
12802 (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
12803 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
12806 2014-02-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
12808 PR middle-end/60080
12809 * cfgexpand.c (expand_asm_operands): Attach source location to
12810 ASM_INPUT rtx objects.
12811 * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
12813 2014-02-10 Nick Clifton <nickc@redhat.com>
12815 * config/mn10300/mn10300.c (popcount): New function.
12816 (mn10300_expand_prologue): Include saved registers in stack usage
12819 2014-02-10 Jeff Law <law@redhat.com>
12821 PR middle-end/52306
12822 * reload1.c (emit_input_reload_insns): Do not create invalid RTL
12823 when changing the SET_DEST of a prior insn to avoid an input reload.
12825 2014-02-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12827 * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
12828 big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
12829 -mcall-openbsd, or -mcall-linux.
12830 (CC1_ENDIAN_BIG_SPEC): Remove.
12831 (CC1_ENDIAN_LITTLE_SPEC): Remove.
12832 (CC1_ENDIAN_DEFAULT_SPEC): Remove.
12833 (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
12834 (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
12835 and %cc1_endian_default.
12836 * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
12838 2014-02-10 Richard Biener <rguenther@suse.de>
12840 PR tree-optimization/60115
12841 * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
12842 MEM_REF handling. Properly verify that the accesses are not
12843 out of the objects bound.
12845 2014-02-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12847 * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
12850 2014-02-10 Eric Botcazou <ebotcazou@adacore.com>
12852 * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
12853 proper constants and fix formatting.
12854 (possible_polymorphic_call_targets): Fix formatting.
12856 2014-02-10 Kirill Yukhin <kirill.yukhin@intel.com>
12857 Ilya Tocar <ilya.tocar@intel.com>
12859 * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
12860 (_mm512_loadu_epi32): Renamed into...
12861 (_mm512_loadu_si512): This.
12862 (_mm512_storeu_epi32): Renamed into...
12863 (_mm512_storeu_si512): This.
12864 (_mm512_maskz_ceil_ps): Removed.
12865 (_mm512_maskz_ceil_pd): Ditto.
12866 (_mm512_maskz_floor_ps): Ditto.
12867 (_mm512_maskz_floor_pd): Ditto.
12868 (_mm512_floor_round_ps): Ditto.
12869 (_mm512_floor_round_pd): Ditto.
12870 (_mm512_ceil_round_ps): Ditto.
12871 (_mm512_ceil_round_pd): Ditto.
12872 (_mm512_mask_floor_round_ps): Ditto.
12873 (_mm512_mask_floor_round_pd): Ditto.
12874 (_mm512_mask_ceil_round_ps): Ditto.
12875 (_mm512_mask_ceil_round_pd): Ditto.
12876 (_mm512_maskz_floor_round_ps): Ditto.
12877 (_mm512_maskz_floor_round_pd): Ditto.
12878 (_mm512_maskz_ceil_round_ps): Ditto.
12879 (_mm512_maskz_ceil_round_pd): Ditto.
12880 (_mm512_expand_pd): Ditto.
12881 (_mm512_expand_ps): Ditto.
12882 * config/i386/i386.c (ix86_builtins): Remove
12883 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
12884 (bdesc_args): Ditto.
12885 * config/i386/predicates.md (const1256_operand): New.
12886 (const_1_to_2_operand): Ditto.
12887 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
12888 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
12889 (*avx512pf_gatherpf<mode>sf): Ditto.
12890 (avx512pf_gatherpf<mode>df): Ditto.
12891 (*avx512pf_gatherpf<mode>df_mask): Ditto.
12892 (*avx512pf_gatherpf<mode>df): Ditto.
12893 (avx512pf_scatterpf<mode>sf): Ditto.
12894 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
12895 (*avx512pf_scatterpf<mode>sf): Ditto.
12896 (avx512pf_scatterpf<mode>df): Ditto.
12897 (*avx512pf_scatterpf<mode>df_mask): Ditto.
12898 (*avx512pf_scatterpf<mode>df): Ditto.
12899 (avx512f_expand<mode>): Removed.
12900 (<shift_insn><mode>3<mask_name>): Change predicate type.
12902 2014-02-08 Jakub Jelinek <jakub@redhat.com>
12904 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
12905 not at the end of datarefs vector use ordered_remove to avoid
12906 reordering datarefs vector.
12909 * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
12910 mark local addressable non-static vars as GOVD_PRIVATE
12911 instead of GOVD_LOCAL.
12912 * omp-low.c (lower_omp_for): Move gimple_bind_vars
12913 and BLOCK_VARS of gimple_bind_block to new_stmt rather
12916 PR middle-end/60092
12917 * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
12918 if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
12919 assume_aligned or alloc_align attributes.
12920 (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
12921 arguments. Handle also assume_aligned and alloc_align attributes.
12922 (evaluate_stmt): Adjust bit_value_assume_aligned caller. Handle
12923 calls to functions with assume_aligned or alloc_align attributes.
12924 * doc/extend.texi: Document assume_aligned and alloc_align attributes.
12926 2014-02-08 Terry Guo <terry.guo@arm.com>
12928 * doc/invoke.texi: Document ARM -march=armv7e-m.
12930 2014-02-08 Jakub Jelinek <jakub@redhat.com>
12932 * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
12933 flag on __cilkrts_rethrow builtin.
12936 * ipa-cp.c (determine_versionability): Fail at -O0
12937 or __attribute__((optimize (0))) or -fno-ipa-cp functions.
12938 * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
12941 2014-02-04 Jakub Jelinek <jakub@redhat.com>
12944 * tree-inline.c (copy_forbidden): Fail for
12945 __attribute__((optimize (0))) functions.
12947 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
12949 * varpool.c: Include pointer-set.h.
12950 (varpool_remove_unreferenced_decls): Variables in other partitions
12951 will not be output; be however careful to not lose information
12952 about partitioning.
12954 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
12956 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
12957 lookup in the vtable constructor.
12959 2014-02-07 Jeff Law <law@redhat.com>
12962 * config/m68k/m68k.md (ashldi_extsi): Turn into a
12963 define_insn_and_split.
12965 * ipa-inline.c (inline_small_functions): Fix typos.
12967 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
12969 * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
12970 (s390_can_use_return_insn): Declare.
12971 * config/s390/s390.h (EPILOGUE_USES): Define.
12972 * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
12974 (s390_chunkify_start): Handle return JUMP_LABELs.
12975 (s390_early_mach): Emit a main_pool instruction on the entry edge.
12976 (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
12977 (s390_can_use_return_insn): New functions.
12978 (s390_fix_long_loop_prediction): Handle conditional returns.
12979 (TARGET_SET_UP_BY_PROLOGUE): Define.
12980 * config/s390/s390.md (ANY_RETURN): New code iterator.
12981 (*creturn, *csimple_return, return, simple_return): New patterns.
12983 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
12985 * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
12986 notes to each restore. Also add REG_CFA_DEF_CFA when restoring %r15.
12987 (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P. Update the
12988 REG_CFA_RESTORE list when deciding not to restore a register.
12990 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
12992 * config/s390/s390.c: Include tree-pass.h and context.h.
12993 (s390_early_mach): New function, split out from...
12994 (s390_emit_prologue): ...here.
12995 (pass_data_s390_early_mach): New pass structure.
12996 (pass_s390_early_mach): New class.
12997 (s390_option_override): Create and register early_mach pass.
12998 Move to end of file.
13000 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
13002 * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
13003 to match for the exit block.
13005 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13007 * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
13008 ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
13009 Reject misaligned operands.
13011 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13013 * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
13015 2014-02-07 Richard Biener <rguenther@suse.de>
13017 PR middle-end/60092
13018 * gimple-low.c (lower_builtin_posix_memalign): New function.
13019 (lower_stmt): Call it to lower posix_memalign in a way
13020 to make alignment info accessible.
13022 2014-02-07 Jakub Jelinek <jakub@redhat.com>
13025 * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
13026 __builtin_setjmp_receiver.
13028 2014-02-07 Richard Biener <rguenther@suse.de>
13030 PR middle-end/60092
13031 * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
13032 * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
13033 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
13034 Handle BUILT_IN_POSIX_MEMALIGN.
13035 (find_func_clobbers): Likewise.
13036 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
13037 (call_may_clobber_ref_p_1): Likewise.
13039 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
13042 * ipa-devirt.c (record_target_from_binfo): Remove overactive
13045 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
13048 * lto-cgraph.c (lto_output_node): Use
13049 symtab_get_symbol_partitioning_class.
13050 (lto_output_varpool_node): likewise.
13051 (symtab_get_symbol_partitioning_class): Move here from
13052 lto/lto-partition.c
13053 * cgraph.h (symbol_partitioning_class): Likewise.
13054 (symtab_get_symbol_partitioning_class): Declare.
13056 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
13058 * ggc.h (ggc_internal_cleared_alloc): New macro.
13059 * vec.h (vec_safe_copy): Handle memory stats.
13060 * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
13061 * target-globals.c (save_target_globals): Likewise.
13063 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
13066 * expr.c (emit_move_resolve_push): Export; be bit more selective
13067 on when to clear alias set.
13068 * expr.h (emit_move_resolve_push): Declare.
13069 * function.h (struct function): Add tail_call_marked.
13070 * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
13071 * config/i386/i386-protos.h (ix86_expand_push): Remove.
13072 * config/i386/i386.md (TImode move expander): De not call
13074 (FP push expanders): Preserve memory attributes.
13075 * config/i386/sse.md (push<mode>1): Remove.
13076 * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
13077 (ix86_expand_push): Remove.
13078 * config/i386/mmx.md (push<mode>1): Remove.
13080 2014-02-06 Jakub Jelinek <jakub@redhat.com>
13082 PR rtl-optimization/60030
13083 * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
13084 lopart with paradoxical subreg before shifting it up by hprec.
13086 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13088 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
13089 Remove extra newline at end of file.
13090 * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
13091 (arm_issue_rate): Handle cortexa57.
13092 * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
13093 (cortex-a57.cortex-a53): Likewise.
13095 2014-02-06 Jakub Jelinek <jakub@redhat.com>
13098 * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
13099 don't record in REG_FRAME_RELATED_EXPR registers not set in that
13101 (arm_expand_prologue): Adjust all callers.
13102 (arm_unwind_emit_sequence): Allow saved, but not important for unwind
13103 info, registers also at the lowest numbered registers side. Use
13104 gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
13108 * var-tracking.c (adjust_mems): Before adding a SET to
13109 amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
13111 2014-02-06 Alan Modra <amodra@gmail.com>
13114 * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
13115 change SDmode to DDmode when lra_in_progress.
13117 2014-02-06 Jakub Jelinek <jakub@redhat.com>
13119 PR middle-end/59150
13120 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
13121 free_data_ref on the dr first, and before goto again also set dr
13122 to the next dr. For simd_lane_access, free old datarefs[i] before
13123 overwriting it. For get_vectype_for_scalar_type failure, don't
13124 free_data_ref if simd_lane_access.
13126 * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
13129 * tree.h (opts_for_fn): New inline function.
13130 (opt_for_fn): Define.
13131 * config/i386/i386.c (ix86_function_regparm): Use
13132 opt_for_fn (decl, optimize) instead of optimize.
13134 2014-02-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
13136 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
13137 for SYMBOL_REF in large memory model.
13139 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13141 * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
13142 and crypto support.
13143 (cortex-a57): Likewise.
13144 (cortex-a57.cortex-a53): Likewise.
13146 2014-02-06 Yury Gribov <y.gribov@samsung.com>
13147 Kugan Vivekanandarajah <kuganv@linaro.org>
13149 * config/arm/arm.c (arm_vector_alignment_reachable): Check
13151 * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
13153 2014-02-06 Richard Biener <rguenther@suse.de>
13155 * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
13156 set_loop_copy and initialize_original_copy_tables.
13158 2014-02-06 Alex Velenko <Alex.Velenko@arm.com>
13160 * config/aarch64/aarch64-simd.md
13161 (aarch64_ashr_simddi): Change QI to SI.
13163 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
13164 Jakub Jelinek <jakub@redhat.com>
13166 PR middle-end/60013
13167 * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
13170 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13172 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
13173 CODE_FOR_altivec_vpku[hw]um to
13174 CODE_FOR_altivec_vpku[hw]um_direct.
13175 * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
13176 UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
13177 (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
13178 UNSPEC_VUNPACK_LO_SIGN_DIRECT.
13180 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13182 * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
13183 generation for -maltivec=be.
13184 (altivec_vsumsws): Simplify redundant test.
13186 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13188 * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
13189 (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
13190 (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
13191 (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
13192 gen_altivec_vpkuwum.
13193 (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
13195 (altivec_vpks<VI_char>ss): Likewise.
13196 (altivec_vpks<VI_char>us): Likewise.
13197 (altivec_vpku<VI_char>us): Likewise.
13198 (altivec_vpku<VI_char>um): Likewise.
13199 (altivec_vpku<VI_char>um_direct): New (copy of
13200 altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
13202 (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
13203 target is little endian and -maltivec=be is not specified.
13204 (*altivec_vupkhs<VU_char>_direct): New (copy of
13205 altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
13206 (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
13207 target is little endian and -maltivec=be is not specified.
13208 (*altivec_vupkls<VU_char>_direct): New (copy of
13209 altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
13210 (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
13211 little endian and -maltivec=be is not specified.
13212 (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
13213 little endian and -maltivec=be is not specified.
13215 2014-02-05 Richard Henderson <rth@redhat.com>
13218 * combine-stack-adj.c: Revert r206943.
13219 * sched-int.h (struct deps_desc): Add last_args_size.
13220 * sched-deps.c (init_deps): Initialize it.
13221 (sched_analyze_insn): Add OUTPUT dependencies between insns that
13222 contain REG_ARGS_SIZE notes.
13224 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
13226 * lto-cgraph.c (asm_nodes_output): Make global.
13227 * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
13228 * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
13229 (driver_handle_option): Handle OPT_fwpa.
13231 2014-02-05 Jakub Jelinek <jakub@redhat.com>
13234 * ipa-devirt.c (possible_polymorphic_call_targets): Fix
13235 a comment typo and formatting issue. If odr_hash hasn't been
13236 created, return vNULL and set *completep to false.
13238 PR middle-end/57499
13239 * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
13240 bb with no successors.
13242 2014-02-05 James Greenhalgh <james.greenhalgh@arm.com>
13245 * doc/invoke.texi (-march): Clarify documentation for ARM.
13246 (-mtune): Likewise.
13249 2014-02-05 Richard Biener <rguenther@suse.de>
13251 * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
13252 when not vectorizing because of too many alias checks.
13253 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
13254 Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
13256 2014-02-05 Nick Clifton <nickc@redhat.com>
13258 * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
13259 accept extended registers in any mode when compiling for the MN10300.
13261 2014-02-05 Yury Gribov <y.gribov@samsung.com>
13263 * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
13264 * ipa-inline.c (report_inline_failed_reason): Handle mismatched
13265 sanitization attributes.
13266 (can_inline_edge_p): Likewise.
13267 (sanitize_attrs_match_for_inline_p): New function.
13269 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
13271 * ipa-prop.c (detect_type_change): Shor circuit testing of
13272 type changes on THIS pointer.
13274 2014-02-04 John David Anglin <danglin@gcc.gnu.org>
13277 * config/pa/pa.c (legitimize_tls_address): Return original address
13278 if not passed a SYMBOL_REF rtx.
13279 (hppa_legitimize_address): Call legitimize_tls_address for all TLS
13281 (pa_emit_move_sequence): Simplify TLS source operands.
13282 (pa_legitimate_constant_p): Reject all TLS constants.
13283 * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
13284 (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
13286 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
13288 * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
13289 groups when we know they are controlled by LTO.
13290 * varasm.c (default_binds_local_p_1): If object is in other partition,
13291 it will be resolved locally.
13293 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
13295 * config/host-linux.c (linux_gt_pch_use_address): Don't
13296 use SSIZE_MAX because it is not always defined.
13298 2014-02-04 Vladimir Makarov <vmakarov@redhat.com>
13301 * lra-constraints.c (need_for_split_p): Use more 3 reloads as
13302 threshold for pseudo splitting.
13303 (update_ebb_live_info): Process call argument hard registers and
13304 hard registers from insn definition too.
13305 (max_small_class_regs_num): New constant.
13306 (inherit_in_ebb): Update live hard regs through EBBs. Update
13307 reloads_num only for small register classes. Don't split for
13310 2014-02-04 Markus Trippelsdorf <markus@trippelsdorf.de>
13313 * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
13316 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
13318 * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
13319 visibility is safe.
13321 2014-02-04 Marek Polacek <polacek@redhat.com>
13323 * gdbinit.in (pel): Define.
13325 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
13327 * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
13330 2014-02-04 Richard Biener <rguenther@suse.de>
13333 * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
13334 in function context local.
13335 (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
13336 * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
13337 similar to LTO_imported_decl_ref.
13339 2014-02-04 Jakub Jelinek <jakub@redhat.com>
13341 PR tree-optimization/60002
13342 * cgraphclones.c (build_function_decl_skip_args): Clear
13343 DECL_LANG_SPECIFIC.
13345 PR tree-optimization/60023
13346 * tree-if-conv.c (predicate_mem_writes): Pass true instead of
13347 false to gsi_replace.
13348 * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
13349 has been in some EH region and vec_stmt could throw, add
13350 vec_stmt into the same EH region.
13351 * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
13352 has no lhs, ignore it.
13353 * internal-fn.c (expand_MASK_LOAD): Likewise.
13356 * tree-inline.c (copy_forbidden): Fail for
13357 __attribute__((optimize (0))) functions.
13360 * omp-low.c (simd_clone_struct_copy): If from->inbranch
13361 is set, copy one less argument.
13362 (expand_simd_clones): Don't subtract clone_info->inbranch
13363 from simd_clone_struct_alloc argument.
13365 PR rtl-optimization/57915
13366 * recog.c (simplify_while_replacing): If all unary/binary/relational
13367 operation arguments are constant, attempt to simplify those.
13369 PR middle-end/59261
13370 * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
13371 if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
13373 2014-02-04 Richard Biener <rguenther@suse.de>
13375 PR tree-optimization/60012
13376 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
13377 TBAA disambiguation to all DDRs.
13379 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13382 * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
13383 (LINK_SPEC): Use it for -shared, -shared-libgcc.
13385 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
13388 * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
13390 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
13392 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
13393 * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
13395 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
13398 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
13399 to figure out targets of polymorphic calls with known decl.
13400 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
13401 * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
13402 * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
13403 (get_polymorphic_call_info): ... here.
13404 (get_polymorphic_call_info_from_invariant): New function.
13406 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
13408 * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
13409 lookup via vtable pointer; check for type consistency
13410 and turn inconsitent facts into UNREACHABLE.
13411 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
13412 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
13413 type inconsistent querries; return UNREACHABLE instead.
13415 2014-02-03 Richard Henderson <rth@twiddle.net>
13418 * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
13419 already processed this node.
13420 (normalize_one_pred_1): Pass along mark_set.
13421 (normalize_one_pred): Create and destroy a pointer_set_t.
13422 (normalize_one_pred_chain): Likewise.
13424 2014-02-03 Laurent Aflonsi <laurent.alfonsi@st.com>
13426 PR gcov-profile/58602
13427 * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
13429 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
13432 * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
13433 -fno-devirtualize; try to devirtualize by the knowledge of
13434 virtual table pointer given by aggregate propagation.
13435 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
13436 (ipa_print_node_jump_functions): Dump also offset that
13437 is relevant for polymorphic calls.
13438 (determine_known_aggregate_parts): Add arg_type parameter; use it
13439 instead of determining the type from pointer type.
13440 (ipa_compute_jump_functions_for_edge): Update call of
13441 determine_known_aggregate_parts.
13442 * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
13443 (gimple_get_virt_method_for_binfo): ... here; simplify using
13444 vtable_pointer_value_to_vtable.
13445 * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
13446 * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
13447 to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
13448 (vtable_pointer_value_to_vtable): Break out from ...; handle also
13450 (vtable_pointer_value_to_binfo): ... here.
13451 * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
13453 2014-02-03 Teresa Johnson <tejohnson@google.com>
13455 * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
13456 redef of outer loop index variable.
13458 2014-02-03 Marc Glisse <marc.glisse@inria.fr>
13462 * doc/extend.texi (Function Attributes): Typo.
13464 2014-02-03 Cong Hou <congh@google.com>
13466 PR tree-optimization/60000
13467 * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
13468 if the vectorized statement is a store. A store statement can only
13469 appear at the end of pattern statements.
13471 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
13473 * config/i386/i386.c (flag_opts): Add -mlong-double-128.
13474 (ix86_option_override_internal): Default long double to 64-bit for
13475 32-bit Bionic and to 128-bit for 64-bit Bionic.
13477 * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
13478 TARGET_LONG_DOUBLE_128 is true.
13479 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
13481 * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
13482 (mlong-double-64): Negate -mlong-double-128.
13483 (mlong-double-128): New option.
13485 * config/i386/i386-c.c (ix86_target_macros): Define
13486 __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
13488 * doc/invoke.texi: Document -mlong-double-128.
13490 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
13492 PR rtl-optimization/60024
13493 * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
13495 2014-02-03 Markus Trippelsdorf <markus@trippelsdorf.de>
13497 * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
13499 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
13501 PR rtl-optimization/57662
13502 * sel-sched.c (code_motion_path_driver): Do not mark already not
13503 existing blocks in the visiting bitmap.
13505 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
13507 * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
13508 on the insn being emitted.
13510 2014-02-03 James Greenhalgh <james.greenhalgh@arm.com>
13511 Will Deacon <will.deacon@arm.com>
13513 * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
13515 2014-02-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13517 * config/arm/arm-tables.opt: Regenerate.
13519 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13521 * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
13522 for vector types other than V16QImode.
13523 * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
13524 define_expand, and call altivec_expand_vec_perm_le when producing
13525 code with little endian element order.
13526 (*altivec_vperm_<mode>_internal): New insn having previous
13527 behavior of altivec_vperm_<mode>.
13528 (altivec_vperm_<mode>_uns): Change to a define_expand, and call
13529 altivec_expand_vec_perm_le when producing code with little endian
13531 (*altivec_vperm_<mode>_uns_internal): New insn having previous
13532 behavior of altivec_vperm_<mode>_uns.
13534 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13536 * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
13537 (altivec_vsumsws): Add handling for -maltivec=be with a little
13539 (altivec_vsumsws_direct): New.
13540 (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
13541 gen_altivec_vsumsws.
13543 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
13545 * ipa-devirt.c (subbinfo_with_vtable_at_offset,
13546 vtable_pointer_value_to_binfo): New functions.
13547 * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
13548 * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
13550 2014-02-02 Sandra Loosemore <sandra@codesourcery.com>
13552 * config/nios2/nios2.md (load_got_register): Initialize GOT
13553 pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
13554 * config/nios2/nios2.c (nios2_function_profiler): Likewise.
13556 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
13558 * ipa-prop.c (update_jump_functions_after_inlining): When type is not
13559 preserverd by passthrough, do not propagate the type.
13561 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
13563 * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
13564 (mips_atomic_assign_expand_fenv): New function.
13565 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
13567 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
13569 * doc/extend.texi (__builtin_mips_get_fcsr): Document.
13570 (__builtin_mips_set_fcsr): Likewise.
13571 * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
13572 MIPS_USI_FTYPE_VOID.
13573 * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
13574 (mips16_expand_set_fcsr): Likewise.
13575 * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
13576 (mips16_set_fcsr_stub): Likewise.
13577 (mips16_get_fcsr_one_only_stub): New class.
13578 (mips16_set_fcsr_one_only_stub): Likewise.
13579 (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
13580 (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
13581 (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
13582 (hard_float): New availability predicate.
13583 (mips_builtins): Add get_fcsr and set_fcsr.
13584 (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
13585 * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
13586 (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
13587 (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
13588 (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
13591 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
13593 * config/mips/mips.c (mips_one_only_stub): New class.
13594 (mips_need_mips16_rdhwr_p): Replace with...
13595 (mips16_rdhwr_stub): ...this new variable.
13596 (mips16_stub_call_address): New function.
13597 (mips16_rdhwr_one_only_stub): New class.
13598 (mips_expand_thread_pointer): Use mips16_stub_call_address.
13599 (mips_output_mips16_rdhwr): Delete.
13600 (mips_finish_stub): New function.
13601 (mips_code_end): Use it to handle rdhwr stubs.
13603 2014-02-02 Uros Bizjak <ubizjak@gmail.com>
13606 * config/i386/i386.c (classify_argument): Fix handling of bit_offset
13607 when calculating size of integer atomic types.
13609 2014-02-02 H.J. Lu <hongjiu.lu@intel.com>
13611 * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
13613 2014-02-01 Jakub Jelinek <jakub@redhat.com>
13615 PR tree-optimization/60003
13616 * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
13617 * profile.c (branch_prob): Use gimple_call_builtin_p
13618 to check for BUILT_IN_SETJMP_RECEIVER.
13619 * tree-inline.c (copy_bb): Call notice_special_calls.
13621 2014-01-31 Vladimir Makarov <vmakarov@redhat.com>
13624 * lra-constraints.c (process_alt_operands): Update reload_sum only
13627 2014-01-31 Richard Henderson <rth@redhat.com>
13629 PR middle-end/60004
13630 * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
13631 until after else_eh is processed.
13633 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
13635 * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
13636 (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
13637 (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
13638 in smmintrin.h, remove them.
13639 (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
13640 * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
13641 * config/i386/i386.md (ROUND_SAE): Fix value.
13642 * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
13643 (const48_operand): New.
13644 * config/i386/subst.md (round), (round_expand): Use
13645 const_4_or_8_to_11_operand.
13646 (round_saeonly), (round_saeonly_expand): Use const48_operand.
13648 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
13650 * config/i386/constraints.md (Yk): Swap meaning with k.
13651 * config/i386/i386.md (movhi_internal): Change Yk to k.
13652 (movqi_internal): Ditto.
13653 (*k<logic><mode>): Ditto.
13656 (kandn<mode>): Ditto.
13657 (*<code>hi_1): Ditto.
13658 (*<code>qi_1): Ditto.
13659 (kxnor<mode>): Ditto.
13660 (kortestzhi): Ditto.
13661 (kortestchi): Ditto.
13663 (*one_cmplhi2_1): Ditto.
13664 (*one_cmplqi2_1): Ditto.
13665 * config/i386/sse.md (): Change k to Yk.
13666 (avx512f_load<mode>_mask): Ditto.
13667 (avx512f_blendm<mode>): Ditto.
13668 (avx512f_store<mode>_mask): Ditto.
13669 (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
13670 (avx512f_storedqu<mode>_mask): Ditto.
13671 (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
13673 (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
13674 (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
13675 (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
13676 (avx512f_maskcmp<mode>3): Ditto.
13677 (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
13678 (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
13679 (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
13680 (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
13681 (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
13682 (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
13683 (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
13684 (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
13685 (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
13686 (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
13687 (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
13688 (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
13689 (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
13690 (vec_extract_lo_<mode>_maskm): Ditto.
13691 (vec_extract_hi_<mode>_maskm): Ditto.
13692 (avx512f_vternlog<mode>_mask): Ditto.
13693 (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
13694 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
13695 (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
13696 (avx512f_<code>v8div16qi2_mask): Ditto.
13697 (avx512f_<code>v8div16qi2_mask_store): Ditto.
13698 (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
13699 (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
13700 (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
13701 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
13702 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
13703 (*avx512pf_gatherpf<mode>df_mask): Ditto.
13704 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
13705 (*avx512pf_scatterpf<mode>df_mask): Ditto.
13706 (avx512cd_maskb_vec_dupv8di): Ditto.
13707 (avx512cd_maskw_vec_dupv16si): Ditto.
13708 (avx512f_vpermi2var<mode>3_maskz): Ditto.
13709 (avx512f_vpermi2var<mode>3_mask): Ditto.
13710 (avx512f_vpermi2var<mode>3_mask): Ditto.
13711 (avx512f_vpermt2var<mode>3_maskz): Ditto.
13712 (*avx512f_gathersi<mode>): Ditto.
13713 (*avx512f_gathersi<mode>_2): Ditto.
13714 (*avx512f_gatherdi<mode>): Ditto.
13715 (*avx512f_gatherdi<mode>_2): Ditto.
13716 (*avx512f_scattersi<mode>): Ditto.
13717 (*avx512f_scatterdi<mode>): Ditto.
13718 (avx512f_compress<mode>_mask): Ditto.
13719 (avx512f_compressstore<mode>_mask): Ditto.
13720 (avx512f_expand<mode>_mask): Ditto.
13721 * config/i386/subst.md (mask): Change k to Yk.
13722 (mask_scalar_merge): Ditto.
13725 2014-01-31 Marc Glisse <marc.glisse@inria.fr>
13727 * doc/extend.texi (Vector Extensions): Document ?: in C++.
13729 2014-01-31 Richard Biener <rguenther@suse.de>
13731 PR middle-end/59990
13732 * builtins.c (fold_builtin_memory_op): Make sure to not
13733 use a floating-point mode or a boolean or enumeral type for
13734 the copy operation.
13736 2014-01-30 DJ Delorie <dj@redhat.com>
13738 * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
13739 * config/msp430/msp430.md (msp430_refsym_need_exit): New.
13740 * config/msp430/msp430.c (msp430_expand_epilogue): Call it
13741 whenever main() has an epilogue.
13743 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13745 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
13746 unused variable "field".
13747 * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
13748 (vsx_mergeh_<mode>): Likewise.
13749 * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
13750 (altivec_vmrghh): Likewise.
13751 (altivec_vmrghw): Likewise.
13752 (altivec_vmrglb): Likewise.
13753 (altivec_vmrglh): Likewise.
13754 (altivec_vmrglw): Likewise.
13755 (altivec_vspltb): Add missing uses.
13756 (altivec_vsplth): Likewise.
13757 (altivec_vspltw): Likewise.
13758 (altivec_vspltsf): Likewise.
13760 2014-01-30 Jakub Jelinek <jakub@redhat.com>
13763 * ifcvt.c (cond_exec_process_insns): Don't conditionalize
13764 frame related instructions.
13766 2014-01-30 Vladimir Makarov <vmakarov@redhat.com>
13768 PR rtl-optimization/59959
13769 * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
13770 any reload of register whose subreg is invalid.
13772 2014-01-30 Jakub Jelinek <jakub@redhat.com>
13774 * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
13775 * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
13776 Add missing return type - void.
13778 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13780 * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
13781 gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
13782 remove element index adjustment for endian (now handled in vsx.md
13784 (altivec_expand_vec_perm_const): Use
13785 gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
13786 * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
13787 (vsx_xxspltw_<mode>): Adjust element index for little endian.
13788 * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
13789 define_expand and a new define_insn *altivec_vspltb_internal;
13790 adjust for -maltivec=be on a little endian target.
13791 (altivec_vspltb_direct): New.
13792 (altivec_vsplth): Divide into a define_expand and a new
13793 define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
13794 little endian target.
13795 (altivec_vsplth_direct): New.
13796 (altivec_vspltw): Divide into a define_expand and a new
13797 define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
13798 little endian target.
13799 (altivec_vspltw_direct): New.
13800 (altivec_vspltsf): Divide into a define_expand and a new
13801 define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
13802 a little endian target.
13804 2014-01-30 Richard Biener <rguenther@suse.de>
13806 PR tree-optimization/59993
13807 * tree-ssa-forwprop.c (associate_pointerplus): Check we
13808 can propagate form the earlier stmt and avoid the transform
13809 when the intermediate result is needed.
13811 2014-01-30 Alangi Derick <alangiderick@gmail.com>
13813 * README.Portability: Fix typo.
13815 2014-01-30 David Holsgrove <david.holsgrove@xilinx.com>
13817 * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
13818 comparison_operator with ordered_comparison_operator.
13820 2014-01-30 Nick Clifton <nickc@redhat.com>
13822 * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
13823 Rename to mn10300_store_multiple_regs.
13824 * config/mn10300/mn10300.c: Likewise.
13825 * config/mn10300/mn10300.md (store_movm): Fix typo: call
13826 store_multiple_regs.
13827 * config/mn10300/predicates.md (mn10300_store_multiple_operation):
13828 Call mn10300_store_multiple_regs.
13830 2014-01-30 Nick Clifton <nickc@redhat.com>
13831 DJ Delorie <dj@redhat.com>
13833 * config/rl78/rl78.c (register_sizes): Make the "upper half" of
13834 %fp 2 to keep registers after it properly word-aligned.
13835 (rl78_alloc_physical_registers_umul): Handle the case where both
13836 input operands are the same.
13838 2014-01-30 Richard Biener <rguenther@suse.de>
13840 PR tree-optimization/59903
13841 * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
13844 2014-01-30 Jason Merrill <jason@redhat.com>
13847 * tree.c (walk_type_fields): Handle VECTOR_TYPE.
13850 * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
13852 2014-01-30 Richard Biener <rguenther@suse.de>
13854 PR tree-optimization/59951
13855 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
13857 2014-01-30 Savin Zlobec <savin.zlobec@gmail.com>
13860 * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
13861 SFmode to DFmode case.
13863 2014-01-29 DJ Delorie <dj@redhat.com>
13865 * config/msp430/msp430.opt (-minrt): New.
13866 * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
13868 (ENDFILE_SPEC): Likewise.
13870 2014-01-29 Jan Hubicka <hubicka@ucw.cz>
13872 * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
13873 (estimate_function_body_sizes): Use it.
13875 2014-01-29 Paolo Carlini <paolo.carlini@oracle.com>
13878 * dwarf2out.c (is_cxx_auto): New.
13879 (is_base_type): Use it.
13880 (gen_type_die_with_usage): Likewise.
13882 2014-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13884 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Use
13885 CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
13886 * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
13887 -maltivec=be with LE targets.
13888 (vsx_mergeh_<mode>): Likewise.
13889 * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
13890 (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
13891 (altivec_vmrghb): Replace with define_expand and new
13892 *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
13893 (altivec_vmrghb_direct): New define_insn.
13894 (altivec_vmrghh): Replace with define_expand and new
13895 *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
13896 (altivec_vmrghh_direct): New define_insn.
13897 (altivec_vmrghw): Replace with define_expand and new
13898 *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
13899 (altivec_vmrghw_direct): New define_insn.
13900 (*altivec_vmrghsf): Adjust for endianness.
13901 (altivec_vmrglb): Replace with define_expand and new
13902 *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
13903 (altivec_vmrglb_direct): New define_insn.
13904 (altivec_vmrglh): Replace with define_expand and new
13905 *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
13906 (altivec_vmrglh_direct): New define_insn.
13907 (altivec_vmrglw): Replace with define_expand and new
13908 *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
13909 (altivec_vmrglw_direct): New define_insn.
13910 (*altivec_vmrglsf): Adjust for endianness.
13911 (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
13912 (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
13913 (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
13914 (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
13915 (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
13916 (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
13917 (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
13918 (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
13920 2014-01-29 Marcus Shawcroft <marcus.shawcroft@arm.com>
13922 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
13923 (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
13926 2014-01-29 Richard Biener <rguenther@suse.de>
13928 PR tree-optimization/58742
13929 * tree-ssa-forwprop.c (associate_pointerplus): Rename to
13930 associate_pointerplus_align.
13931 (associate_pointerplus_diff): New function.
13932 (associate_pointerplus): Likewise. Call associate_pointerplus_align
13933 and associate_pointerplus_diff.
13935 2014-01-29 Richard Biener <rguenther@suse.de>
13937 * lto-streamer.h (LTO_major_version): Bump to 3.
13938 (LTO_minor_version): Reset to 0.
13940 2014-01-29 Renlin Li <Renlin.Li@arm.com>
13942 * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
13943 * config/arm/arm.c (FL_FOR_ARCH7VE): New.
13944 (arm_file_start): Generate correct asm header for armv7ve.
13945 * config/arm/bpabi.h: Add multilib support for armv7ve.
13946 * config/arm/driver-arm.c: Change the architectures of cortex-a7
13947 and cortex-a15 to armv7ve.
13948 * config/arm/t-aprofile: Add multilib support for armv7ve.
13949 * doc/invoke.texi: Document -march=armv7ve.
13951 2014-01-29 Richard Biener <rguenther@suse.de>
13953 PR tree-optimization/58742
13954 * tree-ssa-forwprop.c (associate_plusminus): Return true
13955 if we changed sth, defer EH cleanup to ...
13956 (ssa_forward_propagate_and_combine): ... here. Call simplify_mult.
13957 (simplify_mult): New function.
13959 2014-01-29 Jakub Jelinek <jakub@redhat.com>
13961 PR middle-end/59917
13962 PR tree-optimization/59920
13963 * tree.c (build_common_builtin_nodes): Remove
13964 __builtin_setjmp_dispatcher initialization.
13965 * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
13966 * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
13967 instead of gsi_after_labels + manually skipping debug stmts.
13968 Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
13969 ignore bbs with IFN_ABNORMAL_DISPATCHER.
13970 * tree-inline.c (copy_edges_for_bb): Remove
13971 can_make_abnormal_goto argument, instead add abnormal_goto_dest
13972 argument. Ignore computed_goto_p stmts. Don't call
13973 make_abnormal_goto_edges. If a call might need abnormal edges
13974 for non-local gotos, see if it already has an edge to
13975 IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
13976 with true argument, don't do anything then, otherwise add
13977 EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
13978 (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
13980 * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
13981 (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
13982 (lower_stmt): Don't set data->calls_builtin_setjmp.
13983 (lower_builtin_setjmp): Adjust comment.
13984 * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
13985 * tree-cfg.c (found_computed_goto): Remove.
13986 (factor_computed_gotos): Remove.
13987 (make_goto_expr_edges): Return bool, true for computed gotos.
13988 Don't call make_abnormal_goto_edges.
13989 (build_gimple_cfg): Don't set found_computed_goto, don't call
13990 factor_computed_gotos.
13991 (computed_goto_p): No longer static.
13992 (make_blocks): Don't set found_computed_goto.
13993 (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
13994 (make_edges): If make_goto_expr_edges returns true, push bb
13995 into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
13996 instead of calling make_abnormal_goto_edges push bb into ab_edge_call
13997 vector. Record mapping between bbs and OpenMP regions if there
13998 are any, adjust make_gimple_omp_edges caller. Call
13999 handle_abnormal_edges.
14000 (make_abnormal_goto_edges): Remove.
14001 * tree-cfg.h (make_abnormal_goto_edges): Remove.
14002 (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
14003 * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
14004 * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
14005 * internal-fn.def (ABNORMAL_DISPATCHER): New.
14006 * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
14007 filling *region also set *region_idx to (*region)->entry->index.
14010 * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
14011 For REGs set ORIGINAL_REGNO.
14013 2014-01-29 Bingfeng Mei <bmei@broadcom.com>
14015 * doc/md.texi: Mention that a target shouldn't implement
14016 vec_widen_(s|u)mul_even/odd pair if it is less efficient
14019 2014-01-29 Jakub Jelinek <jakub@redhat.com>
14021 PR tree-optimization/59594
14022 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
14023 a copy of the datarefs vector rather than the vector itself.
14025 2014-01-28 Jason Merrill <jason@redhat.com>
14028 * dwarf2out.c (auto_die): New static.
14029 (gen_type_die_with_usage): Handle C++1y 'auto'.
14030 (gen_subprogram_die): If in-class DIE had 'auto', emit type again
14033 2014-01-28 H.J. Lu <hongjiu.lu@intel.com>
14036 * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
14037 (SPEC_X32): Likewise.
14038 (SPEC_64): Likewise.
14039 * config/i386/i386.c (ix86_option_override_internal): Turn off
14040 OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
14042 (x86_file_start): Output .code16gcc for TARGET_16BIT.
14043 * config/i386/i386.h (TARGET_16BIT): New macro.
14044 (TARGET_16BIT_P): Likewise.
14045 * config/i386/i386.opt: Add m16.
14046 * doc/invoke.texi: Document -m16.
14048 2014-01-28 Jakub Jelinek <jakub@redhat.com>
14050 PR preprocessor/59935
14051 * input.c (location_get_source_line): Bail out on when line number
14052 is zero, and test the return value of lookup_or_add_file_to_cache_tab.
14054 2014-01-28 Richard Biener <rguenther@suse.de>
14056 PR tree-optimization/58742
14057 * tree-ssa-forwprop.c (associate_plusminus): Handle
14058 pointer subtraction of the form (T)(P + A) - (T)P.
14060 2014-01-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14062 * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
14065 2014-01-28 Richard Biener <rguenther@suse.de>
14068 2014-01-28 Richard Biener <rguenther@suse.de>
14070 PR rtl-optimization/45364
14071 PR rtl-optimization/59890
14072 * var-tracking.c (local_get_addr_clear_given_value): Handle
14073 already cleared slot.
14074 (val_reset): Handle not allocated local_get_addr_cache.
14075 (vt_find_locations): Use post-order on the inverted CFG.
14077 2014-01-28 Richard Biener <rguenther@suse.de>
14079 * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
14081 2014-01-28 Richard Biener <rguenther@suse.de>
14083 PR rtl-optimization/45364
14084 PR rtl-optimization/59890
14085 * var-tracking.c (local_get_addr_clear_given_value): Handle
14086 already cleared slot.
14087 (val_reset): Handle not allocated local_get_addr_cache.
14088 (vt_find_locations): Use post-order on the inverted CFG.
14090 2014-01-28 Alan Modra <amodra@gmail.com>
14092 * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
14093 * configure.ac <recursive call for build != host>: Define
14094 GENERATOR_FILE. Comment. Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
14095 and LD_FOR_BUILD too.
14096 * configure: Regenerate.
14098 2014-01-27 Allan Sandfeld Jensen <sandfeld@kde.org>
14100 * config/i386/i386.c (get_builtin_code_for_version): Separate
14101 Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
14102 Broadwell from Haswell.
14104 2014-01-27 Steve Ellcey <sellcey@mips.com>
14106 * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
14107 Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
14108 * config/mips/mips.c (mips_option_override): Change setting
14110 * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
14111 * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
14112 Change from Mask to Var.
14114 2014-01-27 Jeff Law <law@redhat.com>
14116 * ipa-inline.c (inline_small_functions): Fix typo.
14118 2014-01-27 Ilya Tocar <ilya.tocar@intel.com>
14120 * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
14121 (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
14122 (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
14123 (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
14124 (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
14125 (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
14126 (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
14127 (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
14128 (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
14129 (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
14130 (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
14131 (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
14132 (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
14133 (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
14134 (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
14135 (_mm512_storeu_epi64): Ditto.
14136 (_mm512_cmpge_epi32_mask): Ditto.
14137 (_mm512_cmpge_epu32_mask): Ditto.
14138 (_mm512_cmpge_epi64_mask): Ditto.
14139 (_mm512_cmpge_epu64_mask): Ditto.
14140 (_mm512_cmple_epi32_mask): Ditto.
14141 (_mm512_cmple_epu32_mask): Ditto.
14142 (_mm512_cmple_epi64_mask): Ditto.
14143 (_mm512_cmple_epu64_mask): Ditto.
14144 (_mm512_cmplt_epi32_mask): Ditto.
14145 (_mm512_cmplt_epu32_mask): Ditto.
14146 (_mm512_cmplt_epi64_mask): Ditto.
14147 (_mm512_cmplt_epu64_mask): Ditto.
14148 (_mm512_cmpneq_epi32_mask): Ditto.
14149 (_mm512_cmpneq_epu32_mask): Ditto.
14150 (_mm512_cmpneq_epi64_mask): Ditto.
14151 (_mm512_cmpneq_epu64_mask): Ditto.
14152 (_mm512_expand_pd): Ditto.
14153 (_mm512_expand_ps): Ditto.
14154 * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
14155 VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
14156 VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
14157 * config/i386/i386.c (ix86_builtins): Add
14158 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
14159 IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
14160 IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
14161 IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
14162 IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
14163 IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
14164 IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
14165 IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
14166 IX86_BUILTIN_PMOVUSQW512_MEM.
14167 (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
14168 __builtin_ia32_pmovsqd512mem_mask,
14169 __builtin_ia32_pmovqd512mem_mask,
14170 __builtin_ia32_pmovusqw512mem_mask,
14171 __builtin_ia32_pmovsqw512mem_mask,
14172 __builtin_ia32_pmovqw512mem_mask,
14173 __builtin_ia32_pmovusdw512mem_mask,
14174 __builtin_ia32_pmovsdw512mem_mask,
14175 __builtin_ia32_pmovdw512mem_mask,
14176 __builtin_ia32_pmovqb512mem_mask,
14177 __builtin_ia32_pmovusqb512mem_mask,
14178 __builtin_ia32_pmovsqb512mem_mask,
14179 __builtin_ia32_pmovusdb512mem_mask,
14180 __builtin_ia32_pmovsdb512mem_mask,
14181 __builtin_ia32_pmovdb512mem_mask.
14182 (bdesc_args): Add __builtin_ia32_expanddf512,
14183 __builtin_ia32_expandsf512.
14184 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
14185 VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
14186 VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
14187 * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
14188 (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
14189 (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
14190 (avx512f_<code>v8div16qi2_mask_store): This.
14191 (avx512f_expand<mode>): New.
14193 2014-01-27 Kirill Yukhin <kirill.yukhin@intel.com>
14195 * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
14197 (_mm512_mask_prefetch_i64gather_pd): Ditto.
14198 (_mm512_prefetch_i32scatter_pd): Ditto.
14199 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
14200 (_mm512_prefetch_i64scatter_pd): Ditto.
14201 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
14202 (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
14203 (_mm512_mask_prefetch_i64gather_ps): Ditto.
14204 (_mm512_prefetch_i32scatter_ps): Ditto.
14205 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
14206 (_mm512_prefetch_i64scatter_ps): Ditto.
14207 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
14208 * config/i386/i386-builtin-types.def: Define
14209 VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
14210 and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
14211 * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
14212 IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
14213 IX86_BUILTIN_SCATTERPFQPD.
14214 (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
14215 __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
14216 __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
14217 __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
14218 __builtin_ia32_scatterpfqps.
14219 (ix86_expand_builtin): Expand new built-ins.
14220 * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
14221 fix memory access data type.
14222 (*avx512pf_gatherpf<mode>_mask): Ditto.
14223 (*avx512pf_gatherpf<mode>): Ditto.
14224 (avx512pf_scatterpf<mode>): Ditto.
14225 (*avx512pf_scatterpf<mode>_mask): Ditto.
14226 (*avx512pf_scatterpf<mode>): Ditto.
14227 (GATHER_SCATTER_SF_MEM_MODE): New.
14228 (avx512pf_gatherpf<mode>df): Ditto.
14229 (*avx512pf_gatherpf<mode>df_mask): Ditto.
14230 (*avx512pf_scatterpf<mode>df): Ditto.
14232 2014-01-27 Jakub Jelinek <jakub@redhat.com>
14235 * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
14236 know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
14239 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
14241 * common/config/arm/arm-common.c
14242 (arm_rewrite_mcpu): Handle multiple names.
14244 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
14246 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
14248 * gimple-builder.h (create_gimple_tmp): Delete.
14250 2014-01-27 Christian Bruel <christian.bruel@st.com>
14252 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
14255 2014-01-26 John David Anglin <danglin@gcc.gnu.org>
14257 * config/pa/pa.md (call): Generate indirect long calls to non-local
14258 functions when outputing 32-bit code.
14259 (call_value): Likewise except for special call to buggy powf function.
14261 * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
14262 portable runtime and PIC indirect calls.
14263 (pa_output_indirect_call): Remove unnecessary nop from portable runtime
14264 and PIC call sequences. Use ldo instead of blr to set return register
14265 in PIC call sequence.
14267 2014-01-25 Walter Lee <walt@tilera.com>
14269 * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
14270 avoid clobbering a live register.
14272 2014-01-25 Walter Lee <walt@tilera.com>
14274 * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
14275 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
14276 * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
14277 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
14279 2014-01-25 Walter Lee <walt@tilera.com>
14281 * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
14282 arguments on even registers.
14283 (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
14285 * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
14286 (BIGGEST_ALIGNMENT): Ditto.
14287 (BIGGEST_FIELD_ALIGNMENT): Ditto.
14289 2014-01-25 Walter Lee <walt@tilera.com>
14291 * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
14292 insns before bundling.
14293 * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
14295 2014-01-25 Walter Lee <walt@tilera.com>
14297 * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
14298 PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
14299 * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
14301 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
14303 * config/mips/constraints.md (kl): Delete.
14304 * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
14305 define expands, using...
14306 (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
14307 instructions for MIPS16.
14308 (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
14309 non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
14311 2014-01-25 Walter Lee <walt@tilera.com>
14313 * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
14317 2014-01-25 Walter Lee <walt@tilera.com>
14319 * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
14320 (TARGET_EXPAND_TO_RTL_HOOK): Define.
14322 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
14324 * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
14327 2014-01-25 Jakub Jelinek <jakub@redhat.com>
14329 * print-rtl.c (in_call_function_usage): New var.
14330 (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
14331 EXPR_LIST mode as mode and not as reg note name.
14333 PR middle-end/59561
14334 * cfgloopmanip.c (copy_loop_info): If
14335 loop->warned_aggressive_loop_optimizations, make sure
14336 the flag is set in target loop too.
14338 2014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
14340 * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
14342 * builtins.def: Likewise.
14343 * cilk.h (fn_contains_cilk_spawn_p): Likewise.
14344 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
14345 * ira.c (ira_setup_eliminable_regset): Likewise.
14346 * omp-low.c (gate_expand_omp): Likewise.
14347 (execute_lower_omp): Likewise.
14348 (diagnose_sb_0): Likewise.
14349 (gate_diagnose_omp_blocks): Likewise.
14350 (simd_clone_clauses_extract): Likewise.
14353 2014-01-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14355 * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
14356 correction for little endian...
14357 * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
14360 2014-01-24 Jeff Law <law@redhat.com>
14362 PR tree-optimization/59919
14363 * tree-vrp.c (find_assert_locations_1): Do not register asserts
14364 for non-returning calls.
14366 2014-01-24 James Greenhalgh <james.greenhalgh@arm.com>
14368 * common/config/aarch64/aarch64-common.c
14369 (aarch64_rewrite_mcpu): Handle multiple names.
14370 * config/aarch64/aarch64.h
14371 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
14373 2014-01-24 Dodji Seketeli <dodji@redhat.com>
14375 * input.c (add_file_to_cache_tab): Handle the case where fopen
14378 2014-01-23 H.J. Lu <hongjiu.lu@intel.com>
14381 * config/i386/i386.md (pushsf splitter): Get stack adjustment
14382 from push operand if code of push isn't PRE_DEC.
14384 2014-01-23 Michael Meissner <meissner@linux.vnet.ibm.com>
14387 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
14388 -mquad-memory-atomic. Update -mquad-memory documentation to say
14389 it is only used for non-atomic loads/stores.
14391 * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
14392 -mquad-memory or -mquad-memory-atomic switches.
14394 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
14395 -mquad-memory-atomic to ISA 2.07 support.
14397 * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
14398 to separate support of normal quad word memory operations (ldq, stq)
14399 from the atomic quad word memory operations.
14401 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
14402 support to separate non-atomic quad word operations from atomic
14403 quad word operations. Disable non-atomic quad word operations in
14404 little endian mode so that we don't have to swap words after the
14405 load and before the store.
14406 (quad_load_store_p): Add comment about atomic quad word support.
14407 (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
14408 options printed with -mdebug=reg.
14410 * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
14411 -mquad-memory-atomic as the test for whether we have quad word
14412 atomic instructions.
14413 (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
14414 or -mp8-vector are used, allow byte/half-word atomic operations.
14416 * config/rs6000/sync.md (load_lockedti): Insure that the address
14417 is a proper indexed or indirect address for the lqarx instruction.
14418 On little endian systems, swap the hi/lo registers after the lqarx
14420 (load_lockedpti): Use indexed_or_indirect_operand predicate to
14421 insure the address is valid for the lqarx instruction.
14422 (store_conditionalti): Insure that the address is a proper indexed
14423 or indirect address for the stqcrx. instruction. On little endian
14424 systems, swap the hi/lo registers before doing the stqcrx.
14426 (store_conditionalpti): Use indexed_or_indirect_operand predicate to
14427 insure the address is valid for the stqcrx. instruction.
14429 * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
14430 Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
14431 type of quad memory support is available.
14433 2014-01-23 Vladimir Makarov <vmakarov@redhat.com>
14435 PR regression/59915
14436 * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
14437 there is a danger of looping.
14439 2014-01-23 Pat Haugen <pthaugen@us.ibm.com>
14441 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
14442 force flag_ira_loop_pressure if set via command line.
14444 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
14446 * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
14447 (ashr_simd): New builtin handling DI mode.
14448 * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
14449 (aarch64_sshr_simddi): New match pattern.
14450 * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
14451 (vshrd_n_s64): Likewise.
14452 * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
14454 2014-01-23 Nick Clifton <nickc@redhat.com>
14456 * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
14457 (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
14458 favour of mcu specific scripts.
14459 * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
14462 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
14463 Alex Velenko <Alex.Velenko@arm.com>
14465 * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
14466 (vaddv_s16): Likewise.
14467 (vaddv_s32): Likewise.
14468 (vaddv_u8): Likewise.
14469 (vaddv_u16): Likewise.
14470 (vaddv_u32): Likewise.
14471 (vaddvq_s8): Likewise.
14472 (vaddvq_s16): Likewise.
14473 (vaddvq_s32): Likewise.
14474 (vaddvq_s64): Likewise.
14475 (vaddvq_u8): Likewise.
14476 (vaddvq_u16): Likewise.
14477 (vaddvq_u32): Likewise.
14478 (vaddvq_u64): Likewise.
14479 (vaddv_f32): Likewise.
14480 (vaddvq_f32): Likewise.
14481 (vaddvq_f64): Likewise.
14482 (vmaxv_f32): Likewise.
14483 (vmaxv_s8): Likewise.
14484 (vmaxv_s16): Likewise.
14485 (vmaxv_s32): Likewise.
14486 (vmaxv_u8): Likewise.
14487 (vmaxv_u16): Likewise.
14488 (vmaxv_u32): Likewise.
14489 (vmaxvq_f32): Likewise.
14490 (vmaxvq_f64): Likewise.
14491 (vmaxvq_s8): Likewise.
14492 (vmaxvq_s16): Likewise.
14493 (vmaxvq_s32): Likewise.
14494 (vmaxvq_u8): Likewise.
14495 (vmaxvq_u16): Likewise.
14496 (vmaxvq_u32): Likewise.
14497 (vmaxnmv_f32): Likewise.
14498 (vmaxnmvq_f32): Likewise.
14499 (vmaxnmvq_f64): Likewise.
14500 (vminv_f32): Likewise.
14501 (vminv_s8): Likewise.
14502 (vminv_s16): Likewise.
14503 (vminv_s32): Likewise.
14504 (vminv_u8): Likewise.
14505 (vminv_u16): Likewise.
14506 (vminv_u32): Likewise.
14507 (vminvq_f32): Likewise.
14508 (vminvq_f64): Likewise.
14509 (vminvq_s8): Likewise.
14510 (vminvq_s16): Likewise.
14511 (vminvq_s32): Likewise.
14512 (vminvq_u8): Likewise.
14513 (vminvq_u16): Likewise.
14514 (vminvq_u32): Likewise.
14515 (vminnmv_f32): Likewise.
14516 (vminnmvq_f32): Likewise.
14517 (vminnmvq_f64): Likewise.
14519 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
14521 * config/aarch64/aarch64-simd.md
14522 (aarch64_dup_lane<mode>): Correct lane number on big-endian.
14523 (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
14524 (*aarch64_mul3_elt<mode>): Likewise.
14525 (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
14526 (*aarch64_mul3_elt_to_64v2df): Likewise.
14527 (*aarch64_mla_elt<mode>): Likewise.
14528 (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
14529 (*aarch64_mls_elt<mode>): Likewise.
14530 (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
14531 (*aarch64_fma4_elt<mode>): Likewise.
14532 (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
14533 (*aarch64_fma4_elt_to_64v2df): Likewise.
14534 (*aarch64_fnma4_elt<mode>): Likewise.
14535 (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
14536 (*aarch64_fnma4_elt_to_64v2df): Likewise.
14537 (aarch64_sq<r>dmulh_lane<mode>): Likewise.
14538 (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
14539 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
14540 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
14541 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
14542 (aarch64_sqdmull_lane<mode>_internal): Likewise.
14543 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
14545 2013-01-23 Alex Velenko <Alex.Velenko@arm.com>
14547 * config/aarch64/aarch64-simd.md
14548 (aarch64_be_checked_get_lane<mode>): New define_expand.
14549 * config/aarch64/aarch64-simd-builtins.def
14550 (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
14551 New builtin definition.
14552 * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
14553 Use new safe be builtin.
14555 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
14557 * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
14559 (aarch64_be_st1<mode>): Likewise.
14560 (aarch_ld1<VALL:mode>): Define_expand modified.
14561 (aarch_st1<VALL:mode>): Likewise.
14562 * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
14563 (UNSPEC_ST1): Likewise.
14565 2014-01-23 David Holsgrove <david.holsgrove@xilinx.com>
14567 * config/microblaze/microblaze.md: Add trap insn and attribute
14569 2014-01-23 Dodji Seketeli <dodji@redhat.com>
14571 PR preprocessor/58580
14572 * input.h (location_get_source_line): Take an additional line_size
14574 (void diagnostics_file_cache_fini): Declare new function.
14575 * input.c (struct fcache): New type.
14576 (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
14577 New static constants.
14578 (diagnostic_file_cache_init, total_lines_num)
14579 (lookup_file_in_cache_tab, evicted_cache_tab_entry)
14580 (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
14581 (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
14582 (get_next_line, read_next_line, goto_next_line, read_line_num):
14583 New static function definitions.
14584 (diagnostic_file_cache_fini): New function.
14585 (location_get_source_line): Take an additional output line_len
14586 parameter. Re-write using lookup_or_add_file_to_cache_tab and
14588 * diagnostic.c (diagnostic_finish): Call
14589 diagnostic_file_cache_fini.
14590 (adjust_line): Take an additional input parameter for the length
14591 of the line, rather than calculating it with strlen.
14592 (diagnostic_show_locus): Adjust the use of
14593 location_get_source_line and adjust_line with respect to their new
14594 signature. While displaying a line now, do not stop at the first
14595 null byte. Rather, display the zero byte as a space and keep
14596 going until we reach the size of the line.
14597 * Makefile.in: Add vec.o to OBJS-libcommon
14599 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
14600 Ilya Tocar <ilya.tocar@intel.com>
14602 * config/i386/avx512fintrin.h (_mm512_kmov): New.
14603 * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
14604 (__builtin_ia32_kmov16): Ditto.
14605 * config/i386/i386.md (UNSPEC_KMOV): New.
14608 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
14610 * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
14611 (_mm512_storeu_si512): Ditto.
14613 2014-01-23 Richard Sandiford <rdsandiford@googlemail.com>
14616 * rtl.h (get_referenced_operands): Declare.
14617 * recog.c (get_referenced_operands): New function.
14618 * config/mips/mips.c (mips_reorg_process_insns): Check which asm
14619 operands have been referenced when recording LO_SUM references.
14621 2014-01-22 David Holsgrove <david.holsgrove@xilinx.com>
14623 * config/microblaze/microblaze.md: Correct bswaphi2 insn.
14625 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
14627 * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
14628 Enable for generic and recent AMD targets.
14630 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
14632 * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
14633 ARG_SIZE note when adjustment was eliminated.
14635 2014-01-22 Jeff Law <law@redhat.com>
14637 PR tree-optimization/59597
14638 * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
14639 in file. Accept new argument REGISTERING and use it to modify
14640 dump output appropriately.
14641 (register_jump_thread): Corresponding changes.
14642 (mark_threaded_blocks): Reinstate code to cancel unprofitable
14643 thread paths involving joiner blocks. Add code to dump cancelled
14644 jump threading paths.
14646 2014-01-22 Vladimir Makarov <vmakarov@redhat.com>
14648 PR rtl-optimization/59477
14649 * lra-constraints.c (inherit_in_ebb): Process call for living hard
14650 regs. Update reloads_num and potential_reload_hard_regs for all insns.
14652 2014-01-22 Tom Tromey <tromey@redhat.com>
14654 * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
14656 * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
14658 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
14660 PR rtl-optimization/59896
14661 * lra-constraints.c (process_alt_operands): Check unused note for
14662 matched operands of insn with no output reloads.
14664 2014-01-21 Richard Sandiford <rdsandiford@googlemail.com>
14666 * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
14667 (mips_move_from_gpr_cost): Likewise.
14669 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
14671 PR rtl-optimization/59858
14672 * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
14673 ira_class_hard_regs_num.
14674 (process_alt_operands): Increase reject for dying matched operand.
14676 2014-01-21 Jakub Jelinek <jakub@redhat.com>
14679 * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
14680 smaller than size, perform several stores or loads and stores
14681 at dst + count - size to store or copy all of size bytes, rather
14682 than just last modesize bytes.
14684 2014-01-20 DJ Delorie <dj@redhat.com>
14686 * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
14687 that CLOBBERs are REGs before propogating their values.
14689 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
14691 PR middle-end/59789
14692 * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
14693 (cgraph_inline_failed_type): New function.
14694 * cgraph.h (DEFCIFCODE): Add type.
14695 (cgraph_inline_failed_type_t): New enum.
14696 (cgraph_inline_failed_type): New prototype.
14697 * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
14698 FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
14699 FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
14700 LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
14701 MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
14702 RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
14703 OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
14704 INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
14705 Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
14706 FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
14707 EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
14708 OPTIMIZATION_MISMATCH.
14709 * tree-inline.c (expand_call_inline): Emit errors during
14710 early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
14712 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
14715 * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
14716 mode attribute in insn output.
14718 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
14720 * output.h (output_constant): Delete.
14721 * varasm.c (output_constant): Make private.
14723 2014-01-20 Alex Velenko <Alex.Velenko@arm.com>
14725 * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
14727 2014-01-20 Jakub Jelinek <jakub@redhat.com>
14729 PR middle-end/59860
14730 * tree.h (fold_builtin_strcat): New prototype.
14731 * builtins.c (fold_builtin_strcat): No longer static. Add len
14732 argument, if non-NULL, don't call c_strlen. Optimize
14733 directly into __builtin_memcpy instead of __builtin_strcpy.
14734 (fold_builtin_2): Adjust fold_builtin_strcat caller.
14735 * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
14737 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
14739 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
14740 for SImode_address_operand operands, having only a REG argument.
14742 2014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
14744 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
14745 loader name using mbig-endian.
14746 (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
14748 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
14750 * doc/invoke.texi (-march): Clarify documentation for AArch64.
14751 (-mtune): Likewise.
14754 2014-01-20 Tejas Belagod <tejas.belagod@arm.com>
14756 * config/aarch64/aarch64-protos.h
14757 (aarch64_cannot_change_mode_class_ptr): Declare.
14758 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
14759 aarch64_cannot_change_mode_class_ptr): New.
14760 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
14761 backend hook aarch64_cannot_change_mode_class.
14763 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
14765 * common/config/aarch64/aarch64-common.c
14766 (aarch64_handle_option): Don't handle any option order logic here.
14767 * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
14768 selected_cpu, warn on architecture version mismatch.
14769 (aarch64_override_options): Fix parsing order for option strings.
14771 2014-01-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
14772 Iain Sandoe <iain@codesourcery.com>
14775 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
14776 warning. Amend comment to reflect current functionality.
14778 2014-01-20 Richard Biener <rguenther@suse.de>
14780 PR middle-end/59860
14781 * builtins.c (fold_builtin_strcat): Remove case better handled
14782 by tree-ssa-strlen.c.
14784 2014-01-20 Alan Lawrence <alan.lawrence@arm.com>
14786 * config/aarch64/aarch64.opt
14787 (mcpu, march, mtune): Make case-insensitive.
14789 2014-01-20 Jakub Jelinek <jakub@redhat.com>
14792 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
14793 if operands[1] is a REG or ZERO_EXTEND of a REG.
14795 2014-01-19 Jan Hubicka <hubicka@ucw.cz>
14797 * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
14799 2014-01-19 John David Anglin <danglin@gcc.gnu.org>
14801 * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
14802 long non-pic millicode calls.
14804 2014-01-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
14806 * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
14808 2014-01-19 Kito Cheng <kito@0xlab.org>
14810 * builtins.c (expand_movstr): Check movstr expand done or fail.
14812 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
14813 H.J. Lu <hongjiu.lu@intel.com>
14816 * config/i386/i386.md (*lea<mode>): Zero-extend return register
14817 to DImode for zero-extended addresses.
14819 2014-01-19 Jakub Jelinek <jakub@redhat.com>
14821 PR rtl-optimization/57763
14822 * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
14823 on the new indirect jump_insn and increment LABEL_NUSES (label).
14825 2014-01-18 H.J. Lu <hongjiu.lu@intel.com>
14829 * config.gcc (x86_archs): New variable.
14830 (x86_64_archs): Likewise.
14831 (x86_cpus): Likewise.
14832 Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
14833 --with-arch/--with-cpu= options.
14834 Support --with-arch=/--with-cpu={nehalem,westmere,
14835 sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
14837 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
14839 * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
14840 and PROCESSOR_ATHLON to simplify code. Move "memory" calculation.
14842 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
14844 * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
14846 2014-01-18 Jakub Jelinek <jakub@redhat.com>
14849 * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
14850 clear cpp_get_options (parse_in)->warn_unused_macros for
14851 ix86_target_macros_internal with cpp_define.
14853 2014-01-18 Richard Sandiford <rdsandiford@googlemail.com>
14855 * jump.c (delete_related_insns): Keep (use (insn))s.
14856 * reorg.c (redundant_insn): Check for barriers too.
14858 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
14860 * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
14862 2014-01-17 John David Anglin <danglin@gcc.gnu.org>
14864 * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
14865 call to $$dyncall when TARGET_LONG_CALLS is true.
14867 2014-01-17 Jeff Law <law@redhat.com>
14869 * ree.c (combine_set_extension): Temporarily disable test for
14870 changing number of hard registers.
14872 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
14874 PR middle-end/58125
14875 * ipa-inline-analysis.c (inline_free_summary):
14876 Do not free summary of aliases.
14878 2014-01-17 Jakub Jelinek <jakub@redhat.com>
14880 PR middle-end/59706
14881 * gimplify.c (gimplify_expr): Use create_tmp_var
14882 instead of create_tmp_var_raw. If cond doesn't have
14883 integral type, don't add the IFN_ANNOTATE builtin at all.
14885 2014-01-17 Martin Jambor <mjambor@suse.cz>
14888 * ipa-cp.c (prev_edge_clone): New variable.
14889 (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
14890 Also resize prev_edge_clone vector.
14891 (ipcp_edge_duplication_hook): Also update prev_edge_clone.
14892 (ipcp_edge_removal_hook): New function.
14893 (ipcp_driver): Register ipcp_edge_removal_hook.
14895 2014-01-17 Andrew Pinski <apinski@cavium.com>
14896 Steve Ellcey <sellcey@mips.com>
14899 * config/mips/mips.c (mips_print_operand): Check operand mode instead
14902 2014-01-17 Jeff Law <law@redhat.com>
14904 PR middle-end/57904
14905 * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
14906 so that pass_ccp runs first.
14908 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
14910 * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
14911 (ix86_adjust_cost): Use !TARGET_XXX.
14912 (do_reorder_for_imul): Likewise.
14913 (swap_top_of_ready_list): Likewise.
14914 (ix86_sched_reorder): Likewise.
14916 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
14918 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
14919 PROCESSOR_INTEL. Treat like PROCESSOR_GENERIC.
14920 * config/i386/i386.c (intel_memcpy): New. Duplicate slm_memcpy.
14921 (intel_memset): New. Duplicate slm_memset.
14922 (intel_cost): New. Duplicate slm_cost.
14923 (m_INTEL): New macro.
14924 (processor_target_table): Add "intel".
14925 (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
14926 with PROCESSOR_INTEL for "intel".
14927 (ix86_lea_outperforms): Support PROCESSOR_INTEL. Duplicate
14928 PROCESSOR_SILVERMONT.
14929 (ix86_issue_rate): Likewise.
14930 (ix86_adjust_cost): Likewise.
14931 (ia32_multipass_dfa_lookahead): Likewise.
14932 (swap_top_of_ready_list): Likewise.
14933 (ix86_sched_reorder): Likewise.
14934 (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
14935 instead of TARGET_OPT_AGU.
14936 * config/i386/i386.h (TARGET_INTEL): New.
14937 (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
14938 (processor_type): Add PROCESSOR_INTEL.
14939 * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
14940 Add X86_TUNE_AVOID_LEA_FOR_ADDR.
14942 2014-01-17 Marek Polacek <polacek@redhat.com>
14945 * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
14948 2014-01-17 Richard Biener <rguenther@suse.de>
14950 PR tree-optimization/46590
14951 * opts.c (default_options_table): Add entries for
14952 OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
14953 all enabled at -O1 but not for -Og.
14954 * common.opt (fbranch-count-reg): Remove Init(1).
14955 (fmove-loop-invariants): Likewise.
14956 (ftree-pta): Likewise.
14958 2014-01-17 Jakub Jelinek <jakub@redhat.com>
14960 * config/i386/i386.c (ix86_data_alignment): For compatibility with
14961 (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
14962 decls to at least the GCC 4.8 used alignments.
14965 * tree-nested.c (convert_nonlocal_reference_stmt,
14966 convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
14967 of GIMPLE_BIND stmts, adjust associated decls.
14969 2014-01-17 Richard Biener <rguenther@suse.de>
14971 PR tree-optimization/46590
14972 * vec.h (vec<>::bseach): New member function implementing
14973 binary search according to C89 bsearch.
14974 (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
14975 * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
14976 bitmap pointer again. Make accesses_in_loop a flat array.
14977 (mem_ref_obstack): New global.
14978 (outermost_indep_loop): Adjust for mem_ref->stored changes.
14979 (mark_ref_stored): Likewise.
14980 (ref_indep_loop_p_2): Likewise.
14981 (set_ref_stored_in_loop): New helper function.
14982 (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
14983 (memref_free): Adjust.
14984 (record_mem_ref_loc): Simplify.
14985 (gather_mem_refs_stmt): Adjust.
14986 (sort_locs_in_loop_postorder_cmp): New function.
14987 (analyze_memory_references): Sort accesses_in_loop after
14988 loop postorder number.
14989 (find_ref_loc_in_loop_cmp): New function.
14990 (for_all_locs_in_loop): Find relevant cluster of locs in
14991 accesses_in_loop and iterate without recursion.
14992 (execute_sm): Avoid uninit warning.
14993 (struct ref_always_accessed): Simplify.
14994 (ref_always_accessed::operator ()): Likewise.
14995 (ref_always_accessed_p): Likewise.
14996 (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
14997 loop postorder numbers here.
14998 (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
15001 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
15004 * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
15005 on decls for which assemble_alias has been called.
15007 2014-01-17 Nick Clifton <nickc@redhat.com>
15009 * config/msp430/msp430.opt: (mcpu): New option.
15010 * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
15011 (msp430_option_override): Parse target_cpu. If the MCU name
15012 matches a generic string, clear target_mcu.
15013 (msp430_attr): Allow numeric interrupt values up to 63.
15014 (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
15015 * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
15017 * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
15019 * config/msp430/msp430.md (popm): Use %J rather than %I.
15020 (addsi3): Use msp430_nonimmediate_operand for operand 2.
15021 (addhi_cy_i): Use immediate_operand for operand 2.
15022 * doc/invoke.texi: Document -mcpu option.
15024 2014-01-17 Richard Biener <rguenther@suse.de>
15026 PR rtl-optimization/38518
15027 * df.h (df_analyze_loop): Declare.
15028 * df-core.c: Include cfgloop.h.
15029 (df_analyze_1): Split out main part of df_analyze.
15030 (df_analyze): Adjust.
15031 (loop_inverted_post_order_compute): New function.
15032 (loop_post_order_compute): Likewise.
15033 (df_analyze_loop): New function avoiding whole-function
15034 postorder computes.
15035 * loop-invariant.c (find_defs): Use df_analyze_loop.
15036 (find_invariants): Adjust.
15037 * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
15039 2014-01-17 Zhenqiang Chen <zhenqiang.chen@arm.com>
15041 * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
15042 (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
15044 2014-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
15046 * ipa-ref.c (ipa_remove_stmt_references): Fix references
15047 traversal when removing references.
15049 2014-01-16 Jan Hubicka <hubicka@ucw.cz>
15052 * tree.c (get_binfo_at_offset): Look harder for virtual bases.
15054 2014-01-16 Bernd Schmidt <bernds@codesourcery.com>
15056 PR middle-end/56791
15057 * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
15058 pushing a reload for an autoinc when we had previously reloaded an
15059 inner part of the address.
15061 2014-01-16 Jakub Jelinek <jakub@redhat.com>
15063 * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
15065 (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
15066 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
15067 when not giving up or versioning for alias only because of
15069 (vect_analyze_data_ref_dependences): Set to true.
15070 * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
15072 (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
15073 LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
15076 PR middle-end/58344
15077 * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
15080 * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
15081 operand 0 predicate for gathers, use a new pseudo as subtarget.
15083 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
15085 PR middle-end/59609
15086 * lra-constraints.c (process_alt_operands): Add printing debug info.
15087 Check absence of input/output reloads for matched operands too.
15089 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
15091 PR rtl-optimization/59835
15092 * ira.c (ira_init_register_move_cost): Increase cost for
15095 2014-01-16 Alan Lawrence <alan.lawrence@arm.com>
15097 * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
15099 2014-01-16 Richard Earnshaw <rearnsha@arm.com>
15102 * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
15103 non-register objects. Use gen_(high/low)part more consistently.
15106 2014-01-16 Michael Meissner <meissner@linux.vnet.ibm.com>
15109 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
15110 endian support, remove tests for WORDS_BIG_ENDIAN.
15111 (p8_mfvsrd_3_<mode>): Likewise.
15112 (reload_gpr_from_vsx<mode>): Likewise.
15113 (reload_gpr_from_vsxsf): Likewise.
15114 (p8_mfvsrd_4_disf): Likewise.
15116 2014-01-16 Richard Biener <rguenther@suse.de>
15118 PR rtl-optimization/46590
15119 * lcm.c (compute_antinout_edge): Use postorder iteration.
15120 (compute_laterin): Use inverted postorder iteration.
15122 2014-01-16 Nick Clifton <nickc@redhat.com>
15124 PR middle-end/28865
15125 * varasm.c (output_constant): Return the number of bytes actually
15127 (output_constructor_array_range): Update the field size with the
15128 number of bytes emitted by output_constant.
15129 (output_constructor_regular_field): Likewise. Also do not
15130 complain if the total number of bytes emitted is now greater
15131 than the expected fieldpos.
15132 * output.h (output_constant): Update prototype and descriptive comment.
15134 2014-01-16 Marek Polacek <polacek@redhat.com>
15136 PR middle-end/59827
15137 * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
15138 it is error_mark_node.
15140 2014-01-15 Uros Bizjak <ubizjak@gmail.com>
15142 * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
15143 VALID_AVX256_REG_OR_OI_MODE.
15145 2014-01-15 Pat Haugen <pthaugen@us.ibm.com>
15147 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
15148 current procedure should be profiled.
15150 2014-01-15 Andrew Pinski <apinski@cavium.com>
15152 * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
15153 of moving from/to the STACK_REG register class.
15155 2014-01-15 Richard Henderson <rth@redhat.com>
15158 * reginfo.c (global_regs_decl): Globalize.
15159 * rtl.h (global_regs_decl): Declare.
15160 * ira.c (do_reload): Diagnose frame_pointer_needed and it
15161 reserved via global_regs.
15163 2014-01-15 Teresa Johnson <tejohnson@google.com>
15165 * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
15167 2014-01-15 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
15169 * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
15170 and vmulosh rather than call gen_vec_widen_smult_*.
15171 (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
15172 than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
15173 (vec_widen_smult_even_v16qi): Likewise.
15174 (vec_widen_umult_even_v8hi): Likewise.
15175 (vec_widen_smult_even_v8hi): Likewise.
15176 (vec_widen_umult_odd_v16qi): Likewise.
15177 (vec_widen_smult_odd_v16qi): Likewise.
15178 (vec_widen_umult_odd_v8hi): Likewise.
15179 (vec_widen_smult_odd_v8hi): Likewise.
15180 (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
15181 vmuloub rather than call gen_vec_widen_umult_*.
15182 (vec_widen_umult_lo_v16qi): Likewise.
15183 (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
15184 vmulosb rather than call gen_vec_widen_smult_*.
15185 (vec_widen_smult_lo_v16qi): Likewise.
15186 (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
15187 rather than call gen_vec_widen_umult_*.
15188 (vec_widen_umult_lo_v8hi): Likewise.
15189 (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
15190 rather than call gen_vec_widen_smult_*.
15191 (vec_widen_smult_lo_v8hi): Likewise.
15193 2014-01-15 Jeff Law <law@redhat.com>
15195 PR tree-optimization/59747
15196 * ree.c (find_and_remove_re): Properly handle case where a second
15197 eliminated extension requires widening a copy created for elimination
15198 of a prior extension.
15199 (combine_set_extension): Ensure that the number of hard regs needed
15200 for a destination register does not change when we widen it.
15202 2014-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
15204 * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
15205 (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
15206 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
15207 (arm*-*-rtems*): Use t-rtems from existing tmake_file.
15208 (avr-*-rtems*): Likewise.
15209 (bfin*-rtems*): Likewise.
15210 (moxie-*-rtems*): Likewise.
15211 (h8300-*-rtems*): Likewise.
15212 (i[34567]86-*-rtems*): Likewise.
15213 (lm32-*-rtems*): Likewise.
15214 (m32r-*-rtems*): Likewise.
15215 (m68k-*-rtems*): Likewise.
15216 (microblaze*-*-rtems*): Likewise.
15217 (mips*-*-rtems*): Likewise.
15218 (powerpc-*-rtems*): Likewise.
15219 (sh-*-rtems*): Likewise.
15220 (sparc-*-rtems*): Likewise.
15221 (sparc64-*-rtems*): Likewise.
15222 (v850-*-rtems*): Likewise.
15223 (m32c-*-rtems*): Likewise.
15225 2014-01-15 Vladimir Makarov <vmakarov@redhat.com>
15227 PR rtl-optimization/59511
15228 * ira.c (ira_init_register_move_cost): Use memory costs for some
15229 cases of register move cost calculations.
15230 * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
15231 instead of BB frequency.
15232 * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
15233 * lra-assigns.c (find_hard_regno_for): Ditto.
15235 2014-01-15 Richard Biener <rguenther@suse.de>
15237 PR tree-optimization/59822
15238 * tree-vect-stmts.c (hoist_defs_of_uses): New function.
15239 (vectorizable_load): Use it to hoist defs of uses of invariant
15240 loads out of the loop.
15242 2014-01-15 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
15243 Kugan Vivekanandarajah <kuganv@linaro.org>
15246 * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
15249 2014-01-15 Richard Biener <rguenther@suse.de>
15251 PR rtl-optimization/59802
15252 * lcm.c (compute_available): Use inverted postorder to seed
15253 the initial worklist.
15255 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15258 * config/s390/s390.c (s390_preferred_reload_class): Don't return
15259 ADDR_REGS for invalid symrefs in non-PIC code.
15261 2014-01-15 Jakub Jelinek <jakub@redhat.com>
15264 * builtins.c (determine_block_size): Initialize *probable_max_size
15265 even if len_rtx is CONST_INT.
15267 2014-01-14 Andrew Pinski <apinski@cavium.com>
15269 * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
15270 * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
15271 (cortexa53_tunings): Likewise.
15272 (aarch64_sched_issue_rate): New function.
15273 (TARGET_SCHED_ISSUE_RATE): Define.
15275 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
15277 * ira-costs.c (find_costs_and_classes): Add missed
15278 ira_init_register_move_cost_if_necessary.
15280 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
15283 * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
15285 2014-01-14 H.J. Lu <hongjiu.lu@intel.com>
15288 * config/i386/i386.c (type_natural_mode): Add a bool parameter
15289 to indicate if type is used for function return value. Warn ABI
15290 change if the vector mode isn't available for function return value.
15291 (ix86_function_arg_advance): Pass false to type_natural_mode.
15292 (ix86_function_arg): Likewise.
15293 (ix86_gimplify_va_arg): Likewise.
15294 (function_arg_32): Don't warn ABI change.
15295 (ix86_function_value): Pass true to type_natural_mode.
15296 (ix86_return_in_memory): Likewise.
15297 (ix86_struct_value_rtx): Removed.
15298 (TARGET_STRUCT_VALUE_RTX): Likewise.
15300 2014-01-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
15302 * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
15303 converting a conditional jump into a conditional return.
15305 2014-01-14 Richard Biener <rguenther@suse.de>
15307 PR tree-optimization/58921
15308 PR tree-optimization/59006
15309 * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
15310 hoisting invariant stmts.
15311 * tree-vect-stmts.c (vectorizable_load): Insert the splat of
15312 invariant loads on the preheader edge if possible.
15314 2014-01-14 Joey Ye <joey.ye@arm.com>
15316 * doc/plugin.texi (Building GCC plugins): Update to C++.
15318 2014-01-14 Kirill Yukhin <kirill.yukhin@intel.com>
15320 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
15321 (_mm_rcp28_round_ss): Ditto.
15322 (_mm_rsqrt28_round_sd): Ditto.
15323 (_mm_rsqrt28_round_ss): Ditto.
15324 (_mm_rcp28_sd): Ditto.
15325 (_mm_rcp28_ss): Ditto.
15326 (_mm_rsqrt28_sd): Ditto.
15327 (_mm_rsqrt28_ss): Ditto.
15328 * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
15329 * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
15330 * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
15331 (IX86_BUILTIN_RCP28SD): Ditto.
15332 (IX86_BUILTIN_RCP28SS): Ditto.
15333 (IX86_BUILTIN_RSQRT28SD): Ditto.
15334 (IX86_BUILTIN_RSQRT28SS): Ditto.
15335 (bdesc_special_args): Define __builtin_ia32_movntdqa512,
15336 __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
15337 __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
15338 (ix86_expand_special_args_builtin): Expand new FTYPE.
15339 * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
15340 (srcp14<mode>): Make insn unary.
15341 (avx512f_vmscalef<mode><round_name>): Use substed predicate.
15342 (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
15343 (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
15344 (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
15345 (avx512er_exp2<mode><mask_name><round_saeonly_name>):
15346 Fix rounding: make it SAE only.
15347 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
15349 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
15351 (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
15352 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
15353 (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
15354 * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
15355 (round_saeonly_mask_scalar_operand4): Ditto.
15356 (round_saeonly_mask_scalar_op3): Ditto.
15357 (round_saeonly_mask_scalar_op4): Ditto.
15359 2014-01-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15361 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
15362 Implement -maltivec=be for vec_insert and vec_extract.
15364 2014-01-10 DJ Delorie <dj@redhat.com>
15366 * config/msp430/msp430.md (call_internal): Don't allow memory
15367 references with SP as the base register.
15368 (call_value_internal): Likewise.
15369 * config/msp430/constraints.md (Yc): New. For memory references
15370 that don't use SP as a base register.
15372 * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
15373 "an integer without a # prefix"
15374 * config/msp430/msp430.md (epilogue_helper): Use it.
15376 2014-01-13 Jakub Jelinek <jakub@redhat.com>
15379 * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
15380 AVX512F gather builtins.
15381 * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
15382 on gather decls with INTEGER_TYPE masktype.
15383 (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
15384 directly into the builtin rather than hoisting it before loop.
15386 PR tree-optimization/59387
15387 * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
15388 (scev_const_prop): If folded_casts and type has undefined overflow,
15389 use force_gimple_operand instead of force_gimple_operand_gsi and
15390 for each added stmt if it is assign with
15391 arith_code_with_undefined_signed_overflow, call
15392 rewrite_to_defined_overflow.
15393 * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
15394 gimple-fold.h instead.
15395 (arith_code_with_undefined_signed_overflow,
15396 rewrite_to_defined_overflow): Moved to ...
15397 * gimple-fold.c (arith_code_with_undefined_signed_overflow,
15398 rewrite_to_defined_overflow): ... here. No longer static.
15399 Include gimplify-me.h.
15400 * gimple-fold.h (arith_code_with_undefined_signed_overflow,
15401 rewrite_to_defined_overflow): New prototypes.
15403 2014-01-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15405 * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
15407 2014-01-13 Eric Botcazou <ebotcazou@adacore.com>
15409 * builtins.c (get_object_alignment_2): Minor tweak.
15410 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
15412 2014-01-13 Christian Bruel <christian.bruel@st.com>
15414 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
15415 optimized non constant lengths.
15417 2014-01-13 Jakub Jelinek <jakub@redhat.com>
15420 * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
15421 load as __atomic_load_N if possible.
15423 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
15425 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
15427 (rs6000_expand_builtin): Adjust call.
15429 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
15432 * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
15433 * config/rs6000/rs6000.c: Include target-globals.h.
15434 (rs6000_set_current_function): Instead of doing target_reinit
15435 unconditionally, use save_target_globals_default_opts and
15436 restore_target_globals.
15438 * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
15440 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
15441 (rs6000_expand_builtin): Handle mffs and mtfsf.
15442 (rs6000_init_builtins): Define mffs and mtfsf.
15443 * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
15444 (rs6000_mffs): New pattern.
15445 (rs6000_mtfsf): New pattern.
15447 2014-01-11 Bin Cheng <bin.cheng@arm.com>
15449 * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
15450 Start narrowing with START. Apply candidate-use pair
15451 and check overall cost in narrowing.
15452 (iv_ca_prune): Pass new argument.
15454 2014-01-10 Jeff Law <law@redhat.com>
15456 PR middle-end/59743
15457 * ree.c (combine_reaching_defs): Ensure the defining statement
15458 occurs before the extension when optimizing extensions with
15459 different source and destination hard registers.
15461 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
15464 * ipa-devirt.c (build_type_inheritance_graph): Also add types of
15465 vtables into the type inheritance graph.
15467 2014-01-10 Jakub Jelinek <jakub@redhat.com>
15469 PR rtl-optimization/59754
15470 * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
15471 modes in the REGNO != REGNO case.
15473 2014-01-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15475 * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
15477 2014-01-10 Jakub Jelinek <jakub@redhat.com>
15479 PR tree-optimization/59745
15480 * tree-predcom.c (tree_predictive_commoning_loop): Call
15481 free_affine_expand_cache if giving up because components is NULL.
15483 * target-globals.c (save_target_globals): Allocate < 4KB structs using
15484 GC in payload of target_globals struct instead of allocating them on
15485 the heap and the larger structs separately using GC.
15486 * target-globals.h (struct target_globals): Make regs, hard_regs,
15487 reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
15488 of GTY((skip)) and change type to void *.
15489 (reset_target_globals): Cast loads from those fields to corresponding
15492 2014-01-10 Steve Ellcey <sellcey@mips.com>
15495 * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
15496 gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
15497 tree-ssanames.h, print-tree.h, varasm.h, and context.h.
15499 2014-01-10 Richard Earnshaw <rearnsha@arm.com>
15502 * aarch64-modes.def (CC_Zmode): New flags mode.
15503 * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
15504 represents an equality.
15505 (aarch64_get_condition_code): Handle CC_Zmode.
15506 * aarch64.md (compare_neg<mode>): Restrict to equality operations.
15508 2014-01-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15510 * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
15511 extraction in good case.
15513 2014-01-10 Richard Biener <rguenther@suse.de>
15515 PR tree-optimization/59374
15516 * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
15517 checking after SLP discovery. Mark stmts not participating
15518 in any SLP instance properly.
15520 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15522 * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
15523 when handling a SET rtx.
15525 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15527 * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
15528 (cortex-a57): Likewise.
15529 (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
15531 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15533 * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
15534 non-iwmmxt builtins.
15536 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
15540 * ipa-devirt.c record_target_from_binfo): Take as argument
15541 stack of binfos and lookup matching one for virtual inheritance.
15542 (possible_polymorphic_call_targets_1): Update.
15544 2014-01-10 Huacai Chen <chenhc@lemote.com>
15546 * config/mips/driver-native.c (host_detect_local_cpu): Handle new
15547 kernel strings for Loongson-2E/2F/3A.
15549 2014-01-10 Jakub Jelinek <jakub@redhat.com>
15551 PR middle-end/59670
15552 * tree-vect-data-refs.c (vect_analyze_data_refs): Check
15553 is_gimple_call before calling gimple_call_internal_p.
15555 2014-01-09 Steve Ellcey <sellcey@mips.com>
15557 * Makefile.in (TREE_FLOW_H): Remove.
15558 (TREE_SSA_H): Add file names from tree-flow.h.
15559 * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
15560 * tree.h: Remove tree-flow.h reference.
15561 * hash-table.h: Remove tree-flow.h reference.
15562 * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
15563 reference with tree-ssa-loop.h.
15565 2014-01-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15567 * doc/invoke.texi: Add -maltivec={be,le} options, and document
15568 default element-order behavior for -maltivec.
15569 * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
15570 * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
15571 that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
15572 when targeting big endian, at least for now.
15573 * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
15575 2014-01-09 Jakub Jelinek <jakub@redhat.com>
15577 PR middle-end/47735
15578 * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
15579 var satisfies use_register_for_decl, just take into account type
15580 alignment, rather than decl alignment.
15582 PR tree-optimization/59622
15583 * gimple-fold.c (gimple_fold_call): Fix a typo in message. For
15584 __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
15585 __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
15586 Don't devirtualize for inplace at all. For targets.length () == 1,
15587 if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
15589 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
15591 * config/i386/i386.md (cpu): Remove the unused btver1.
15593 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
15595 * gdbasan.in: Put a breakpoint on __sanitizer::Report.
15597 2014-01-09 Jakub Jelinek <jakub@redhat.com>
15600 * tree-core.h (struct target_globals): New forward declaration.
15601 (struct tree_target_option): Add globals field.
15602 * tree.h (TREE_TARGET_GLOBALS): Define.
15603 (prepare_target_option_nodes_for_pch): New prototype.
15604 * target-globals.h (struct target_globals): Define even if
15605 !SWITCHABLE_TARGET.
15606 * tree.c (prepare_target_option_node_for_pch,
15607 prepare_target_option_nodes_for_pch): New functions.
15608 * config/i386/i386.h (SWITCHABLE_TARGET): Define.
15609 * config/i386/i386.c: Include target-globals.h.
15610 (ix86_set_current_function): Instead of doing target_reinit
15611 unconditionally, use save_target_globals_default_opts and
15612 restore_target_globals.
15614 2014-01-09 Richard Biener <rguenther@suse.de>
15616 PR tree-optimization/59715
15617 * tree-cfg.h (split_critical_edges): Declare.
15618 * tree-cfg.c (split_critical_edges): Export.
15619 * tree-ssa-sink.c (execute_sink_code): Split critical edges.
15621 2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung.com>
15623 * cfgexpand.c (expand_stack_vars): Optionally disable
15624 asan stack protection.
15625 (expand_used_vars): Likewise.
15626 (partition_stack_vars): Likewise.
15627 * asan.c (asan_emit_stack_protection): Optionally disable
15628 after return stack usage.
15629 (instrument_derefs): Optionally disable memory access instrumentation.
15630 (instrument_builtin_call): Likewise.
15631 (instrument_strlen_call): Likewise.
15632 (asan_protect_global): Optionally disable global variables protection.
15633 * doc/invoke.texi: Added doc for new options.
15634 * params.def: Added new options.
15635 * params.h: Likewise.
15637 2014-01-09 Jakub Jelinek <jakub@redhat.com>
15639 PR rtl-optimization/59724
15640 * ifcvt.c (cond_exec_process_if_block): Don't call
15641 flow_find_head_matching_sequence with 0 longest_match.
15642 * cfgcleanup.c (flow_find_head_matching_sequence): Count even
15643 non-active insns if !stop_after.
15644 (try_head_merge_bb): Revert 2014-01-07 changes.
15646 2014-01-08 Jeff Law <law@redhat.com>
15648 * ree.c (get_sub_rtx): New function, extracted from...
15649 (merge_def_and_ext): Here.
15650 (combine_reaching_defs): Use get_sub_rtx.
15652 2014-01-08 Eric Botcazou <ebotcazou@adacore.com>
15654 * cgraph.h (varpool_variable_node): Do not choke on null node.
15656 2014-01-08 Catherine Moore <clm@codesourcery.com>
15658 * config/mips/mips.md (simple_return): Attempt to use JRC
15660 * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
15662 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
15664 PR rtl-optimization/59137
15665 * reorg.c (steal_delay_list_from_target): Call update_block for
15667 (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
15669 2014-01-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15671 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
15672 two duplicate entries.
15674 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
15677 2012-10-07 Richard Sandiford <rdsandiford@googlemail.com>
15679 * config/mips/mips.c (mips_truncated_op_cost): New function.
15680 (mips_rtx_costs): Adjust test for BADDU.
15681 * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
15683 2012-10-02 Richard Sandiford <rdsandiford@googlemail.com>
15685 * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
15686 (*baddu_si): ...this new pattern.
15688 2014-01-08 Jakub Jelinek <jakub@redhat.com>
15691 * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
15693 2014-01-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
15695 PR middle-end/57748
15696 * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
15698 (expand_expr, expand_normal): Adjust.
15699 * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
15700 inner_reference_p. Use inner_reference_p to expand inner references.
15701 (store_expr): Adjust.
15702 * cfgexpand.c (expand_call_stmt): Adjust.
15704 2014-01-08 Rong Xu <xur@google.com>
15706 * gcov-io.c (gcov_var): Move from gcov-io.h.
15707 (gcov_position): Ditto.
15708 (gcov_is_error): Ditto.
15709 (gcov_rewrite): Ditto.
15710 * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
15711 only part to libgcc/libgcov.h.
15713 2014-01-08 Marek Polacek <polacek@redhat.com>
15715 PR middle-end/59669
15716 * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
15718 2014-01-08 Marek Polacek <polacek@redhat.com>
15721 * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
15723 2014-01-08 Jakub Jelinek <jakub@redhat.com>
15725 PR rtl-optimization/59649
15726 * stor-layout.c (get_mode_bounds): For BImode return
15727 0 and STORE_FLAG_VALUE.
15729 2014-01-08 Richard Biener <rguenther@suse.de>
15731 PR middle-end/59630
15732 * gimple.h (is_gimple_builtin_call): Remove.
15733 (gimple_builtin_call_types_compatible_p): New.
15734 (gimple_call_builtin_p): New overload.
15735 * gimple.c (is_gimple_builtin_call): Remove.
15736 (validate_call): Rename to ...
15737 (gimple_builtin_call_types_compatible_p): ... this and export. Also
15738 check return types.
15739 (validate_type): New static function.
15740 (gimple_call_builtin_p): New overload and adjust.
15741 * gimple-fold.c (gimple_fold_builtin): Fold the return value.
15742 (gimple_fold_call): Likewise. Use gimple_call_builtin_p.
15743 (gimple_fold_stmt_to_constant_1): Likewise.
15744 * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
15746 2014-01-08 Richard Biener <rguenther@suse.de>
15748 PR middle-end/59471
15749 * gimplify.c (gimplify_expr): Gimplify register-register type
15750 VIEW_CONVERT_EXPRs to separate stmts.
15752 2014-01-07 Jeff Law <law@redhat.com>
15754 PR middle-end/53623
15755 * ree.c (combine_set_extension): Handle case where source
15756 and destination registers in an extension insn are different.
15757 (combine_reaching_defs): Allow source and destination registers
15758 in extension to be different under limited circumstances.
15759 (add_removable_extension): Remove restriction that the
15760 source and destination registers in the extension are the same.
15761 (find_and_remove_re): Emit a copy from the extension's
15762 destination to its source after the defining insn if
15763 the source and destination registers are different.
15765 PR middle-end/59285
15766 * ifcvt.c (merge_if_block): If we are merging a block with more than
15767 one successor with a block with no successors, remove any BARRIER
15768 after the second block.
15770 2014-01-07 Dan Xio Qiang <ziyan01@163.com>
15772 * hw-doloop.c (reorg_loops): Release the bitmap obstack.
15774 2014-01-07 John David Anglin <danglin@gcc.gnu.org>
15777 * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
15778 for 14-bit register offsets when INT14_OK_STRICT is false.
15780 2014-01-07 Roland Stigge <stigge@antcom.de>
15781 Michael Meissner <meissner@linux.vnet.ibm.com>
15784 * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
15785 Only check TFmode for SPE constants. Don't check TImode or TDmode.
15787 2014-01-07 James Greenhalgh <james.greenhalgh@arm.com>
15789 * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
15792 2014-01-07 Yufeng Zhang <yufeng.zhang@arm.com>
15794 * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
15795 with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
15796 rtx is const0_rtx or not.
15798 2014-01-07 Richard Sandiford <rdsandiford@googlemail.com>
15801 * target-globals.c (save_target_globals): Remove this_fn_optab
15803 * toplev.c: Include optabs.h.
15804 (target_reinit): Temporarily restore the global options if another
15805 set of options are in force.
15807 2014-01-07 Jakub Jelinek <jakub@redhat.com>
15809 PR rtl-optimization/58668
15810 * cfgcleanup.c (flow_find_cross_jump): Don't count
15811 any jumps if dir_p is NULL. Remove p1 variable, use active_insn_p
15812 to determine what is counted.
15813 (flow_find_head_matching_sequence): Use active_insn_p to determine
15815 (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
15817 * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
15818 determine what is counted.
15820 PR tree-optimization/59643
15821 * tree-predcom.c (split_data_refs_to_components): If one dr is
15822 read and one write, determine_offset fails and the write isn't
15823 in the bad component, just put the read into the bad component.
15825 2014-01-07 Mike Stump <mikestump@comcast.net>
15826 Jakub Jelinek <jakub@redhat.com>
15829 * tree-core.h (struct tree_optimization_option): Change optabs
15830 type from unsigned char * to void *.
15831 * optabs.c (init_tree_optimization_optabs): Adjust
15832 TREE_OPTIMIZATION_OPTABS initialization.
15834 2014-01-06 Jakub Jelinek <jakub@redhat.com>
15837 * config/i386/i386.h (struct machine_function): Add
15838 no_drap_save_restore field.
15839 * config/i386/i386.c (ix86_save_reg): Use
15840 !cfun->machine->no_drap_save_restore instead of
15841 crtl->stack_realign_needed.
15842 (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
15843 this function clears frame_pointer_needed. Set
15844 cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
15845 and DRAP reg is needed.
15847 2014-01-06 Marek Polacek <polacek@redhat.com>
15850 * doc/implement-c.texi: Mention that other integer types are
15851 permitted as bit-field types in strictly conforming mode.
15853 2014-01-06 Felix Yang <fei.yang0953@gmail.com>
15855 * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
15856 is newly allocated.
15858 2014-01-06 Richard Earnshaw <rearnsha@arm.com>
15860 * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
15862 2014-01-06 Martin Jambor <mjambor@suse.cz>
15865 * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
15867 * ipa-prop.c (ipa_print_node_params): Fix indentation.
15869 2014-01-06 Eric Botcazou <ebotcazou@adacore.com>
15873 * var-tracking.c (add_stores): Preserve the value of the source even if
15874 we don't record the store.
15876 2014-01-06 Terry Guo <terry.guo@arm.com>
15878 * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
15880 2014-01-05 Iain Sandoe <iain@codesourcery.com>
15883 * config/darwin.c (darwin_function_section): Adjust return values to
15884 correspond to optimisation changes made in r206070.
15886 2014-01-05 Uros Bizjak <ubizjak@gmail.com>
15888 * config/i386/i386.c (ix86_data_alignment): Calculate max_align
15889 from prefetch_block tune setting.
15890 (nocona_cost): Correct size of prefetch block to 64.
15892 2014-01-04 Eric Botcazou <ebotcazou@adacore.com>
15894 * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
15895 (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
15896 used to save the static chain register in the computation of the offset
15897 from which the FP registers need to be restored.
15899 2014-01-04 Jakub Jelinek <jakub@redhat.com>
15901 PR tree-optimization/59519
15902 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
15903 ICE if get_current_def (current_new_name) is already non-NULL, as long
15904 as it is a phi result of some other phi in *new_exit_bb that has
15907 * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
15908 or vmovdqu* for misaligned_operand.
15909 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
15910 <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
15911 * config/i386/i386.c (ix86_expand_special_args_builtin): Set
15912 aligned_mem for AVX512F masked aligned load and store builtins and for
15913 non-temporal moves.
15915 2014-01-03 Bingfeng Mei <bmei@broadcom.com>
15917 PR tree-optimization/59651
15918 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
15919 Address range for negative step should be added by TYPE_SIZE_UNIT.
15921 2014-01-03 Andreas Schwab <schwab@linux-m68k.org>
15923 * config/m68k/m68k.c (handle_move_double): Handle pushes with
15924 overlapping registers also for registers other than the stack pointer.
15926 2014-01-03 Marek Polacek <polacek@redhat.com>
15929 * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
15932 2014-01-03 Jakub Jelinek <jakub@redhat.com>
15935 * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
15938 * config/i386/i386.md (MODE_SIZE): New mode attribute.
15939 (push splitter): Use <P:MODE_SIZE> instead of
15940 GET_MODE_SIZE (<P:MODE>mode).
15941 (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
15942 (mov -1, reg peephole2): Likewise.
15943 * config/i386/sse.md (*mov<mode>_internal,
15944 <sse>_storeu<ssemodesuffix><avxsizesuffix>,
15945 <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
15946 *<code><mode>3, *andnot<mode>3<mask_name>,
15947 <mask_codefor><code><mode>3<mask_name>): Likewise.
15948 * config/i386/subst.md (mask_mode512bit_condition,
15949 sd_mask_mode512bit_condition): Likewise.
15951 2014-01-02 Xinliang David Li <davidxl@google.com>
15953 PR tree-optimization/59303
15954 * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
15955 (dump_predicates): Better output format.
15956 (pred_equal_p): New function.
15957 (is_neq_relop_p): Ditto.
15958 (is_neq_zero_form_p): Ditto.
15959 (pred_expr_equal_p): Ditto.
15960 (pred_neg_p): Ditto.
15961 (simplify_pred): Ditto.
15962 (simplify_preds_2): Ditto.
15963 (simplify_preds_3): Ditto.
15964 (simplify_preds_4): Ditto.
15965 (simplify_preds): Ditto.
15966 (push_pred): Ditto.
15967 (push_to_worklist): Ditto.
15968 (get_pred_info_from_cmp): Ditto.
15969 (is_degenerated_phi): Ditto.
15970 (normalize_one_pred_1): Ditto.
15971 (normalize_one_pred): Ditto.
15972 (normalize_one_pred_chain): Ditto.
15973 (normalize_preds): Ditto.
15974 (normalize_cond_1): Remove function.
15975 (normalize_cond): Ditto.
15976 (is_gcond_subset_of): Ditto.
15977 (is_subset_of_any): Ditto.
15978 (is_or_set_subset_of): Ditto.
15979 (is_and_set_subset_of): Ditto.
15980 (is_norm_cond_subset_of): Ditto.
15981 (pred_chain_length_cmp): Ditto.
15982 (convert_control_dep_chain_into_preds): Type change.
15983 (find_predicates): Ditto.
15984 (find_def_preds): Ditto.
15985 (destroy_predicates_vecs): Ditto.
15986 (find_matching_predicates_in_rest_chains): Ditto.
15987 (use_pred_not_overlap_with_undef_path_pred): Ditto.
15988 (is_pred_expr_subset): Ditto.
15989 (is_pred_chain_subset_of): Ditto.
15990 (is_included_in): Ditto.
15991 (is_superset_of): Ditto.
15993 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
15995 Update copyright years.
15997 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
15999 * common/config/arc/arc-common.c, config/arc/arc-modes.def,
16000 config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
16001 config/arc/arc.md, config/arc/arc.opt,
16002 config/arm/arm_neon_builtins.def, config/arm/crypto.def,
16003 config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
16004 config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
16005 config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
16006 config/linux-protos.h, config/linux.c, config/winnt-c.c,
16007 diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
16008 vtable-verify.c, vtable-verify.h: Use the standard form for the
16011 2014-01-02 Tobias Burnus <burnus@net-b.de>
16013 * gcc.c (process_command): Update copyright notice dates.
16014 * gcov-dump.c: Ditto.
16016 * doc/cpp.texi: Bump @copying's copyright year.
16017 * doc/cppinternals.texi: Ditto.
16018 * doc/gcc.texi: Ditto.
16019 * doc/gccint.texi: Ditto.
16020 * doc/gcov.texi: Ditto.
16021 * doc/install.texi: Ditto.
16022 * doc/invoke.texi: Ditto.
16024 2014-01-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
16026 * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
16028 2014-01-01 Jakub Jelinek <jakub@redhat.com>
16030 * config/i386/sse.md (*mov<mode>_internal): Guard
16031 EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
16033 PR rtl-optimization/59647
16034 * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
16035 new_rtx into UNSIGNED_FLOAT rtxes.
16037 Copyright (C) 2014 Free Software Foundation, Inc.
16039 Copying and distribution of this file, with or without modification,
16040 are permitted in any medium without royalty provided the copyright
16041 notice and this notice are preserved.